index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
Age
Commit message (
Expand
)
Author
Files
Lines
2018-04-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
530
-12573
/
+48347
2018-04-02
Merge tag 'arch-removal' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...
Linus Torvalds
15
-6820
/
+9
2018-04-02
Merge tag 'nds32-for-linus-4.17' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-3
/
+5
2018-04-02
net: mvneta: improve suspend/resume
Jisheng Zhang
1
-7
/
+62
2018-04-02
net: mvneta: split rxq/txq init and txq deinit into SW and HW parts
Jisheng Zhang
1
-19
/
+66
2018-04-01
net: bgmac: Fix endian access in bgmac_dma_tx_ring_free()
Florian Fainelli
1
-1
/
+2
2018-04-01
net: bgmac: Correctly annotate register space
Florian Fainelli
1
-3
/
+3
2018-04-01
sky2: Increase D3 delay to sky2 stops working after suspend
Kai-Heng Feng
1
-1
/
+1
2018-04-01
net/mlx5e: Set EQE based as default TX interrupt moderation mode
Tal Gilboa
1
-4
/
+4
2018-04-01
ibmvnic: Disable irqs before exiting reset from closed state
John Allen
1
-10
/
+18
2018-04-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
14
-124
/
+179
2018-04-01
sh_eth: kill useless check in __sh_eth_get_regs()
Sergei Shtylyov
1
-15
/
+10
2018-04-01
sh_eth: add sh_eth_cpu_data::no_xdfar flag
Sergei Shtylyov
2
-2
/
+4
2018-04-01
net/mlx4_en: CHECKSUM_COMPLETE support for fragments
Eric Dumazet
1
-6
/
+4
2018-04-01
mlxsw: spectrum: Don't use resource ID of 0
Petr Machata
1
-1
/
+1
2018-04-01
mlxsw: spectrum: Pass mlxsw_core as arg of mlxsw_sp_kvdl_resources_register()
Jiri Pirko
3
-4
/
+4
2018-04-01
mlxsw: Move "resources_query_enable" out of mlxsw_config_profile
Jiri Pirko
6
-12
/
+8
2018-04-01
mlxsw: Move "used_kvd_sizes" check to mlxsw_pci_config_profile
Jiri Pirko
3
-6
/
+4
2018-04-01
mlxsw: core: Fix arg name of MLXSW_CORE_RES_VALID and MLXSW_CORE_RES_GET
Jiri Pirko
1
-4
/
+4
2018-04-01
mlxsw: remove kvd_hash_granularity from config profile struct
Jiri Pirko
2
-4
/
+2
2018-04-01
mlxsw: spectrum: Change KVD linear parts from list to array
Jiri Pirko
1
-143
/
+92
2018-04-01
mlxsw: Constify devlink_resource_ops
Jiri Pirko
2
-4
/
+4
2018-04-01
mlxsw: spectrum_kvdl: Fix handling of resource_size_param
Jiri Pirko
1
-33
/
+14
2018-04-01
mlxsw: spectrum_acl: Fix flex actions header ifndef define construct
Jiri Pirko
1
-2
/
+2
2018-03-31
cxgb4: LLD driver changes to support TLS
Atul Gupta
3
-15
/
+131
2018-03-31
cxgb4: Inline TLS FW Interface
Atul Gupta
3
-6
/
+283
2018-03-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
9
-79
/
+770
2018-03-31
bnxt_en: Add ULP calls to stop and restart IRQs.
Michael Chan
3
-17
/
+90
2018-03-31
bnxt_en: Reserve completion rings and MSIX for bnxt_re RDMA driver.
Michael Chan
3
-16
/
+65
2018-03-31
bnxt_en: Refactor bnxt_need_reserve_rings().
Michael Chan
1
-32
/
+25
2018-03-31
bnxt_en: Add IRQ remapping logic.
Michael Chan
1
-17
/
+42
2018-03-31
bnxt_en: Change IRQ assignment for RDMA driver.
Michael Chan
3
-3
/
+61
2018-03-31
bnxt_en: Improve ring allocation logic.
Michael Chan
2
-15
/
+21
2018-03-31
bnxt_en: Improve valid bit checking in firmware response message.
Michael Chan
2
-5
/
+18
2018-03-31
bnxt_en: Improve resource accounting for SRIOV.
Michael Chan
1
-10
/
+8
2018-03-31
bnxt_en: Check max_tx_scheduler_inputs value from firmware.
Michael Chan
3
-2
/
+19
2018-03-31
bnxt_en: Add extended port statistics support
Vasundhara Volam
3
-2
/
+81
2018-03-31
bnxt_en: Include additional hardware port statistics in ethtool -S.
Vasundhara Volam
1
-0
/
+5
2018-03-31
bnxt_en: Add support for ndo_set_vf_trust
Vasundhara Volam
4
-9
/
+37
2018-03-31
bnxt_en: fix clear flags in ethtool reset handling
Scott Branden
1
-2
/
+6
2018-03-31
bnxt_en: Use a dedicated VNIC mode for RDMA.
Michael Chan
2
-4
/
+15
2018-03-31
bnxt_en: Adjust default rings for multi-port NICs.
Michael Chan
1
-3
/
+9
2018-03-31
bnxt_en: Update firmware interface to 1.9.1.15.
Michael Chan
4
-103
/
+210
2018-03-31
Merge tag 'mlx5-updates-2018-03-30' of git://git.kernel.org/pub/scm/linux/ker...
David S. Miller
9
-443
/
+402
2018-03-31
ethernet: hisilicon: hns: hns_dsaf_mac: Use generic eth_broadcast_addr
Joe Perches
1
-4
/
+2
2018-03-31
net: hns3: remove unnecessary pci_set_drvdata() and devm_kfree()
Wei Yongjun
1
-4
/
+0
2018-03-31
net: thunderx: add ndo_set_rx_mode callback implementation for VF
Vadim Lomovtsev
1
-1
/
+109
2018-03-31
net: thunderx: add workqueue control structures for handle ndo_set_rx_mode re...
Vadim Lomovtsev
1
-0
/
+17
2018-03-31
net: thunderx: add XCAST messages handlers for PF
Vadim Lomovtsev
1
-4
/
+41
2018-03-31
net: thunderx: add new messages for handle ndo_set_rx_mode callback
Vadim Lomovtsev
1
-0
/
+12
[next]