index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
Age
Commit message (
Expand
)
Author
Files
Lines
2020-11-17
qed: fix ILT configuration of SRC block
Dmitry Bogdanov
2
-5
/
+2
2020-11-17
enetc: Workaround for MDIO register access issue
Alex Marginean
4
-25
/
+161
2020-11-17
net: ftgmac100: Fix crash when removing driver
Joel Stanley
1
-0
/
+4
2020-11-17
net: b44: fix error return code in b44_init_one()
Zhang Changzhong
1
-1
/
+2
2020-11-17
qed: fix error return code in qed_iwarp_ll2_start()
Zhang Changzhong
1
-3
/
+9
2020-11-16
bnxt_en: Avoid unnecessary NVM_GET_DEV_INFO cmd error log on VFs.
Vasundhara Volam
1
-0
/
+3
2020-11-16
bnxt_en: Fix counter overflow logic.
Michael Chan
1
-0
/
+1
2020-11-16
bnxt_en: Free port stats during firmware reset.
Michael Chan
1
-1
/
+2
2020-11-16
bnxt_en: read EEPROM A2h address using page 0
Edwin Peer
1
-1
/
+1
2020-11-16
net: qualcomm: rmnet: Fix incorrect receive packet handling during cleanup
Subash Abhinov Kasiviswanathan
1
-0
/
+5
2020-11-16
net: mvneta: fix possible memory leak in mvneta_swbm_add_rx_fragment
Lorenzo Bianconi
1
-2
/
+3
2020-11-16
net: stmmac: Use rtnl_lock/unlock on netif_set_real_num_rx_queues() call
Wong Vee Khee
1
-0
/
+2
2020-11-16
net: ethernet: ti: cpsw: fix error return code in cpsw_probe()
Zhang Changzhong
1
-0
/
+1
2020-11-16
net: stmmac: dwmac-intel-plat: fix error return code in intel_eth_plat_probe()
Zhang Changzhong
1
-1
/
+3
2020-11-16
qlcnic: fix error return code in qlcnic_83xx_restart_hw()
Zhang Changzhong
1
-1
/
+2
2020-11-16
net: fec: Fix reference count leak in fec series ops
Zhang Qilong
1
-7
/
+5
2020-11-14
net: stmmac: dwmac_lib: enlarge dma reset timeout
Jisheng Zhang
1
-1
/
+1
2020-11-14
lan743x: prevent entire kernel HANG on open, for some platforms
Sven Van Asbroeck
1
-1
/
+2
2020-11-14
lan743x: fix issue causing intermittent kernel log warnings
Sven Van Asbroeck
1
-5
/
+5
2020-11-13
net: ethernet: ti: am65-cpts: update ret when ptp_clock is ERROR
Wang Qing
1
-2
/
+1
2020-11-13
net: marvell: prestera: fix error return code in prestera_pci_probe()
Wang Hai
1
-2
/
+5
2020-11-13
net: ethernet: ti: cpsw: fix cpts irq after suspend
Grygorii Strashko
2
-7
/
+12
2020-11-12
net: ethernet: mtk-star-emac: fix error return code in mtk_star_enable()
Zhang Changzhong
1
-0
/
+1
2020-11-12
net: ethernet: mtk-star-emac: return ok when xmit drops
Vincent Stehlé
1
-1
/
+1
2020-11-12
lan743x: fix use of uninitialized variable
Sven Van Asbroeck
1
-1
/
+1
2020-11-12
Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...
Jakub Kicinski
3
-9
/
+33
2020-11-11
ch_ktls: stop the txq if reaches threshold
Rohit Maheshwari
1
-3
/
+15
2020-11-11
ch_ktls: tcb update fails sometimes
Rohit Maheshwari
1
-4
/
+8
2020-11-11
ch_ktls/cxgb4: handle partial tag alone SKBs
Rohit Maheshwari
4
-1
/
+119
2020-11-11
ch_ktls: don't free skb before sending FIN
Rohit Maheshwari
1
-2
/
+10
2020-11-11
ch_ktls: packet handling prior to start marker
Rohit Maheshwari
1
-5
/
+33
2020-11-11
ch_ktls: Correction in middle record handling
Rohit Maheshwari
1
-19
/
+31
2020-11-11
ch_ktls: missing handling of header alone
Rohit Maheshwari
1
-14
/
+11
2020-11-11
ch_ktls: Correction in trimmed_len calculation
Rohit Maheshwari
1
-4
/
+7
2020-11-11
cxgb4/ch_ktls: creating skbs causes panic
Rohit Maheshwari
3
-169
/
+226
2020-11-11
ch_ktls: Update cheksum information
Rohit Maheshwari
1
-4
/
+11
2020-11-11
ch_ktls: Correction in finding correct length
Rohit Maheshwari
1
-7
/
+8
2020-11-11
cxgb4/ch_ktls: decrypted bit is not enough
Rohit Maheshwari
4
-5
/
+8
2020-11-10
lan743x: fix "BUG: invalid wait context" when setting rx mode
Sven Van Asbroeck
2
-12
/
+3
2020-11-10
lan743x: correctly handle chips with internal PHY
Sven Van Asbroeck
1
-4
/
+6
2020-11-10
igc: Fix returning wrong statistics
Vinicius Costa Gomes
1
-6
/
+8
2020-11-10
i40e, xsk: uninitialized variable in i40e_clean_rx_irq_zc()
Dan Carpenter
1
-1
/
+1
2020-11-10
i40e: Fix MAC address setting for a VF via Host/VM
Slawomir Laba
1
-2
/
+24
2020-11-07
net: marvell: prestera: fix compilation with CONFIG_BRIDGE=m
Vadym Kochan
1
-0
/
+1
2020-11-07
Merge tag 'mlx5-fixes-2020-11-03' of git://git.kernel.org/pub/scm/linux/kerne...
Jakub Kicinski
13
-51
/
+90
2020-11-07
r8169: disable hw csum for short packets on all chip versions
Heiner Kallweit
1
-12
/
+3
2020-11-07
r8169: fix potential skb double free in an error path
Heiner Kallweit
1
-1
/
+2
2020-11-06
Merge tag 'net-5.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
14
-55
/
+106
2020-11-05
net/mlx5e: Fix incorrect access of RCU-protected xdp_prog
Maxim Mikityanskiy
1
-1
/
+1
2020-11-05
net/mlx5e: Fix VXLAN synchronization after function reload
Aya Levin
3
-6
/
+20
[next]