summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2020-11-17qed: fix error return code in qed_iwarp_ll2_start()Zhang Changzhong1-3/+9
2020-11-16bnxt_en: Avoid unnecessary NVM_GET_DEV_INFO cmd error log on VFs.Vasundhara Volam1-0/+3
2020-11-16bnxt_en: Fix counter overflow logic.Michael Chan1-0/+1
2020-11-16bnxt_en: Free port stats during firmware reset.Michael Chan1-1/+2
2020-11-16bnxt_en: read EEPROM A2h address using page 0Edwin Peer1-1/+1
2020-11-16net: qualcomm: rmnet: Fix incorrect receive packet handling during cleanupSubash Abhinov Kasiviswanathan1-0/+5
2020-11-16net: mvneta: fix possible memory leak in mvneta_swbm_add_rx_fragmentLorenzo Bianconi1-2/+3
2020-11-16net: stmmac: Use rtnl_lock/unlock on netif_set_real_num_rx_queues() callWong Vee Khee1-0/+2
2020-11-16net: ethernet: ti: cpsw: fix error return code in cpsw_probe()Zhang Changzhong1-0/+1
2020-11-16net: stmmac: dwmac-intel-plat: fix error return code in intel_eth_plat_probe()Zhang Changzhong1-1/+3
2020-11-16qlcnic: fix error return code in qlcnic_83xx_restart_hw()Zhang Changzhong1-1/+2
2020-11-16net: fec: Fix reference count leak in fec series opsZhang Qilong1-7/+5
2020-11-14net: stmmac: dwmac_lib: enlarge dma reset timeoutJisheng Zhang1-1/+1
2020-11-14lan743x: prevent entire kernel HANG on open, for some platformsSven Van Asbroeck1-1/+2
2020-11-14lan743x: fix issue causing intermittent kernel log warningsSven Van Asbroeck1-5/+5
2020-11-13net: ethernet: ti: am65-cpts: update ret when ptp_clock is ERRORWang Qing1-2/+1
2020-11-13net: marvell: prestera: fix error return code in prestera_pci_probe()Wang Hai1-2/+5
2020-11-13net: ethernet: ti: cpsw: fix cpts irq after suspendGrygorii Strashko2-7/+12
2020-11-12net: ethernet: mtk-star-emac: fix error return code in mtk_star_enable()Zhang Changzhong1-0/+1
2020-11-12net: ethernet: mtk-star-emac: return ok when xmit dropsVincent Stehlé1-1/+1
2020-11-12lan743x: fix use of uninitialized variableSven Van Asbroeck1-1/+1
2020-11-12Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski3-9/+33
2020-11-11ch_ktls: stop the txq if reaches thresholdRohit Maheshwari1-3/+15
2020-11-11ch_ktls: tcb update fails sometimesRohit Maheshwari1-4/+8
2020-11-11ch_ktls/cxgb4: handle partial tag alone SKBsRohit Maheshwari4-1/+119
2020-11-11ch_ktls: don't free skb before sending FINRohit Maheshwari1-2/+10
2020-11-11ch_ktls: packet handling prior to start markerRohit Maheshwari1-5/+33
2020-11-11ch_ktls: Correction in middle record handlingRohit Maheshwari1-19/+31
2020-11-11ch_ktls: missing handling of header aloneRohit Maheshwari1-14/+11
2020-11-11ch_ktls: Correction in trimmed_len calculationRohit Maheshwari1-4/+7
2020-11-11cxgb4/ch_ktls: creating skbs causes panicRohit Maheshwari3-169/+226
2020-11-11ch_ktls: Update cheksum informationRohit Maheshwari1-4/+11
2020-11-11ch_ktls: Correction in finding correct lengthRohit Maheshwari1-7/+8
2020-11-11cxgb4/ch_ktls: decrypted bit is not enoughRohit Maheshwari4-5/+8
2020-11-10lan743x: fix "BUG: invalid wait context" when setting rx modeSven Van Asbroeck2-12/+3
2020-11-10lan743x: correctly handle chips with internal PHYSven Van Asbroeck1-4/+6
2020-11-10igc: Fix returning wrong statisticsVinicius Costa Gomes1-6/+8
2020-11-10i40e, xsk: uninitialized variable in i40e_clean_rx_irq_zc()Dan Carpenter1-1/+1
2020-11-10i40e: Fix MAC address setting for a VF via Host/VMSlawomir Laba1-2/+24
2020-11-07net: marvell: prestera: fix compilation with CONFIG_BRIDGE=mVadym Kochan1-0/+1
2020-11-07Merge tag 'mlx5-fixes-2020-11-03' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski13-51/+90
2020-11-07r8169: disable hw csum for short packets on all chip versionsHeiner Kallweit1-12/+3
2020-11-07r8169: fix potential skb double free in an error pathHeiner Kallweit1-1/+2
2020-11-06Merge tag 'net-5.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds14-55/+106
2020-11-05net/mlx5e: Fix incorrect access of RCU-protected xdp_progMaxim Mikityanskiy1-1/+1
2020-11-05net/mlx5e: Fix VXLAN synchronization after function reloadAya Levin3-6/+20
2020-11-05net/mlx5: E-switch, Avoid extack error log for disabled vportParav Pandit1-2/+0
2020-11-05net/mlx5: Fix deletion of duplicate rulesMaor Gottlieb1-3/+4
2020-11-05net/mlx5e: Use spin_lock_bh for async_icosq_lockMaxim Mikityanskiy3-11/+11
2020-11-05net/mlx5e: Protect encap route dev from concurrent releaseVlad Buslov3-28/+52