index
:
linux
drm-debug-qxl
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-qemu-fixes
drm-qemu-next
drm-qemu-next-fixes
drm-qxl
drm-udmabuf
drm-udmabuf-fix
drm-virtio-bootfb
host-phys-bits
master
pcie-hotplug
radeonfb-logging
vfio-usb-reset
linux
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
qlcnic: fix error return code in qlcnic_83xx_restart_hw()
Zhang Changzhong
2020-11-16
1
-1
/
+2
*
net: fec: Fix reference count leak in fec series ops
Zhang Qilong
2020-11-16
1
-7
/
+5
*
net: stmmac: dwmac_lib: enlarge dma reset timeout
Jisheng Zhang
2020-11-14
1
-1
/
+1
*
lan743x: prevent entire kernel HANG on open, for some platforms
Sven Van Asbroeck
2020-11-14
1
-1
/
+2
*
lan743x: fix issue causing intermittent kernel log warnings
Sven Van Asbroeck
2020-11-14
1
-5
/
+5
*
net: ethernet: ti: am65-cpts: update ret when ptp_clock is ERROR
Wang Qing
2020-11-13
1
-2
/
+1
*
net: marvell: prestera: fix error return code in prestera_pci_probe()
Wang Hai
2020-11-13
1
-2
/
+5
*
net: ethernet: ti: cpsw: fix cpts irq after suspend
Grygorii Strashko
2020-11-13
2
-7
/
+12
*
net: ethernet: mtk-star-emac: fix error return code in mtk_star_enable()
Zhang Changzhong
2020-11-12
1
-0
/
+1
*
net: ethernet: mtk-star-emac: return ok when xmit drops
Vincent Stehlé
2020-11-12
1
-1
/
+1
*
lan743x: fix use of uninitialized variable
Sven Van Asbroeck
2020-11-12
1
-1
/
+1
*
Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...
Jakub Kicinski
2020-11-12
3
-9
/
+33
|
\
|
*
igc: Fix returning wrong statistics
Vinicius Costa Gomes
2020-11-10
1
-6
/
+8
|
*
i40e, xsk: uninitialized variable in i40e_clean_rx_irq_zc()
Dan Carpenter
2020-11-10
1
-1
/
+1
|
*
i40e: Fix MAC address setting for a VF via Host/VM
Slawomir Laba
2020-11-10
1
-2
/
+24
*
|
ch_ktls: stop the txq if reaches threshold
Rohit Maheshwari
2020-11-11
1
-3
/
+15
*
|
ch_ktls: tcb update fails sometimes
Rohit Maheshwari
2020-11-11
1
-4
/
+8
*
|
ch_ktls/cxgb4: handle partial tag alone SKBs
Rohit Maheshwari
2020-11-11
4
-1
/
+119
*
|
ch_ktls: don't free skb before sending FIN
Rohit Maheshwari
2020-11-11
1
-2
/
+10
*
|
ch_ktls: packet handling prior to start marker
Rohit Maheshwari
2020-11-11
1
-5
/
+33
*
|
ch_ktls: Correction in middle record handling
Rohit Maheshwari
2020-11-11
1
-19
/
+31
*
|
ch_ktls: missing handling of header alone
Rohit Maheshwari
2020-11-11
1
-14
/
+11
*
|
ch_ktls: Correction in trimmed_len calculation
Rohit Maheshwari
2020-11-11
1
-4
/
+7
*
|
cxgb4/ch_ktls: creating skbs causes panic
Rohit Maheshwari
2020-11-11
3
-169
/
+226
*
|
ch_ktls: Update cheksum information
Rohit Maheshwari
2020-11-11
1
-4
/
+11
*
|
ch_ktls: Correction in finding correct length
Rohit Maheshwari
2020-11-11
1
-7
/
+8
*
|
cxgb4/ch_ktls: decrypted bit is not enough
Rohit Maheshwari
2020-11-11
4
-5
/
+8
*
|
lan743x: fix "BUG: invalid wait context" when setting rx mode
Sven Van Asbroeck
2020-11-10
2
-12
/
+3
*
|
lan743x: correctly handle chips with internal PHY
Sven Van Asbroeck
2020-11-10
1
-4
/
+6
|
/
*
net: marvell: prestera: fix compilation with CONFIG_BRIDGE=m
Vadym Kochan
2020-11-07
1
-0
/
+1
*
Merge tag 'mlx5-fixes-2020-11-03' of git://git.kernel.org/pub/scm/linux/kerne...
Jakub Kicinski
2020-11-07
13
-51
/
+90
|
\
|
*
net/mlx5e: Fix incorrect access of RCU-protected xdp_prog
Maxim Mikityanskiy
2020-11-05
1
-1
/
+1
|
*
net/mlx5e: Fix VXLAN synchronization after function reload
Aya Levin
2020-11-05
3
-6
/
+20
|
*
net/mlx5: E-switch, Avoid extack error log for disabled vport
Parav Pandit
2020-11-05
1
-2
/
+0
|
*
net/mlx5: Fix deletion of duplicate rules
Maor Gottlieb
2020-11-05
1
-3
/
+4
|
*
net/mlx5e: Use spin_lock_bh for async_icosq_lock
Maxim Mikityanskiy
2020-11-05
3
-11
/
+11
|
*
net/mlx5e: Protect encap route dev from concurrent release
Vlad Buslov
2020-11-05
3
-28
/
+52
|
*
net/mlx5e: Fix modify header actions memory leak
Maor Dickman
2020-11-05
1
-0
/
+2
*
|
r8169: disable hw csum for short packets on all chip versions
Heiner Kallweit
2020-11-07
1
-12
/
+3
*
|
r8169: fix potential skb double free in an error path
Heiner Kallweit
2020-11-07
1
-1
/
+2
*
|
Merge tag 'net-5.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2020-11-06
14
-55
/
+106
|
\
\
|
*
|
ionic: check port ptr before use
Shannon Nelson
2020-11-05
1
-0
/
+5
|
*
|
r8169: work around short packet hw bug on RTL8125
Heiner Kallweit
2020-11-04
1
-3
/
+11
|
*
|
chelsio/chtls: fix always leaking ctrl_skb
Vinay Kumar Yadav
2020-11-03
1
-1
/
+1
|
*
|
chelsio/chtls: fix memory leaks caused by a race
Vinay Kumar Yadav
2020-11-03
1
-0
/
+3
|
|
/
|
*
powerpc/vnic: Extend "failover pending" window
Sukadev Bhattiprolu
2020-11-02
1
-4
/
+32
|
*
net: ethernet: ti: cpsw: disable PTPv1 hw timestamping advertisement
Grygorii Strashko
2020-11-02
2
-5
/
+1
|
*
dpaa_eth: fix the RX headroom size alignment
Camelia Groza
2020-11-02
1
-5
/
+9
|
*
dpaa_eth: update the buffer layout for non-A050385 erratum scenarios
Camelia Groza
2020-11-02
1
-6
/
+10
|
*
cadence: force nonlinear buffers to be cloned
Mark Deneen
2020-10-31
1
-1
/
+2
[prev]
[next]