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
2020-10-31
Merge tag 'flexible-array-conversions-5.10-rc2' of git://git.kernel.org/pub/s...
Linus Torvalds
3
-5
/
+4
2020-10-30
gve: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
2
-4
/
+3
2020-10-29
enetc: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
1
-1
/
+1
2020-10-29
Merge tag 'net-5.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
25
-139
/
+181
2020-10-29
r8169: fix issue with forced threading in combination with shared interrupts
Heiner Kallweit
1
-2
/
+2
2020-10-29
ibmvnic: fix ibmvnic_set_mac
Lijun Pan
1
-2
/
+6
2020-10-27
ibmveth: Fix use of ibmveth in a bridge.
Thomas Bogendoerfer
1
-6
/
+0
2020-10-27
ravb: Fix bit fields checking in ravb_hwtstamp_get()
Andrew Gabbasov
1
-3
/
+7
2020-10-27
chelsio/chtls: fix memory leaks in CPL handlers
Vinay Kumar Yadav
1
-15
/
+12
2020-10-27
chelsio/chtls: fix deadlock issue
Vinay Kumar Yadav
1
-2
/
+0
2020-10-26
net: hns3: Clear the CMDQ registers before unmapping BAR region
Zenghui Yu
1
-1
/
+1
2020-10-26
bnxt_en: Send HWRM_FUNC_RESET fw command unconditionally.
Vasundhara Volam
1
-1
/
+2
2020-10-26
bnxt_en: Check abort error state in bnxt_open_nic().
Michael Chan
1
-1
/
+4
2020-10-26
bnxt_en: Re-write PCI BARs after PCI fatal error.
Vasundhara Volam
2
-1
/
+19
2020-10-26
bnxt_en: Invoke cancel_delayed_work_sync() for PFs also.
Vasundhara Volam
1
-11
/
+2
2020-10-26
bnxt_en: Fix regression in workqueue cleanup logic in bnxt_remove_one().
Vasundhara Volam
1
-4
/
+5
2020-10-26
mlxsw: core: Fix use-after-free in mlxsw_emad_trans_finish()
Amit Cohen
1
-0
/
+3
2020-10-26
mlxsw: core: Fix memory leak on module removal
Ido Schimmel
1
-0
/
+2
2020-10-26
mlxsw: Only advertise link modes supported by both driver and device
Amit Cohen
3
-2
/
+38
2020-10-26
cxgb4: set up filter action after rewrites
Raju Rangoju
2
-29
/
+31
2020-10-26
net: hns3: clean up a return in hclge_tm_bp_setup()
Dan Carpenter
1
-1
/
+1
2020-10-26
RDMA/mlx5: Fix devlink deadlock on net namespace deletion
Parav Pandit
1
-5
/
+0
2020-10-23
net: ucc_geth: Drop extraneous parentheses in comparison
Michael Ellerman
1
-1
/
+1
2020-10-23
ionic: fix mem leak in rx_empty
Shannon Nelson
1
-13
/
+11
2020-10-23
ionic: no rx flush in deinit
Shannon Nelson
3
-15
/
+0
2020-10-23
ionic: clean up sparse complaints
Shannon Nelson
7
-27
/
+29
2020-10-23
chelsio/chtls: fix tls record info to user
Vinay Kumar Yadav
1
-2
/
+5
2020-10-23
Merge tag 'net-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
16
-34
/
+74
2020-10-22
Merge tag 'pci-v5.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+1
2020-10-21
ibmvnic: save changed mac address to adapter->mac_addr
Lijun Pan
1
-0
/
+5
2020-10-21
net: ethernet: mtk-star-emac: select REGMAP_MMIO
Bartosz Golaszewski
1
-0
/
+1
2020-10-20
sfc: move initialisation of efx->filter_sem to efx_init_struct()
Edward Cree
2
-1
/
+1
2020-10-20
net: chelsio: inline_crypto: fix Kconfig and build errors
Randy Dunlap
1
-0
/
+1
2020-10-20
chelsio/chtls: fix writing freed memory
Vinay Kumar Yadav
1
-1
/
+0
2020-10-20
chelsio/chtls: correct function return and return type
Vinay Kumar Yadav
1
-2
/
+2
2020-10-20
chelsio/chtls: Fix panic when listen on multiadapter
Vinay Kumar Yadav
1
-2
/
+8
2020-10-20
chelsio/chtls: fix panic when server is on ipv6
Vinay Kumar Yadav
1
-3
/
+2
2020-10-20
chelsio/chtls: correct netdevice for vlan interface
Vinay Kumar Yadav
1
-0
/
+3
2020-10-20
chelsio/chtls: fix socket lock
Vinay Kumar Yadav
1
-0
/
+1
2020-10-20
netsec: ignore 'phy-mode' device property on ACPI systems
Ard Biesheuvel
1
-7
/
+17
2020-10-20
net: remove unneeded break
Tom Rix
3
-3
/
+0
2020-10-19
net: korina: cast KSEG0 address to pointer in kfree
Valentin Vidic
1
-2
/
+2
2020-10-19
r8169: fix operation under forced interrupt threading
Heiner Kallweit
1
-4
/
+4
2020-10-18
ixgbe: fix probing of multi-port devices with one MDIO
Jakub Kicinski
1
-9
/
+14
2020-10-17
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
5
-58
/
+32
2020-10-16
net: ftgmac100: Fix Aspeed ast2600 TX hang issue
Dylan Hung
2
-0
/
+13
2020-10-16
Merge branch 'dynamic_sg' into rdma.git for-next
Jason Gunthorpe
54
-428
/
+664
2020-10-15
Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
642
-12635
/
+42555
2020-10-15
Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
5
-114
/
+137
2020-10-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
8
-27
/
+227
[next]