summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet (follow)
Commit message (Expand)AuthorAgeFilesLines
* benet: fix return value check in be_lancer_xmit_workarounds()Yuanjun Gong2023-07-271-1/+2
* net: fec: tx processing does not call XDP APIs if budget is 0Wei Fang2023-07-271-4/+12
* igc: Fix Kernel Panic during ndo_tx_timeout callbackMuhammad Husaini Zulkifli2023-07-261-12/+28
* net: stmmac: Apply redundant write work around on 4.xx tooVincent Whitchurch2023-07-251-1/+3
* octeontx2-af: Fix hash extraction enable configurationSuman Ghosh2023-07-252-5/+46
* Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski2023-07-252-6/+7
|\
| * iavf: check for removal state before IAVF_FLAG_PF_COMMS_FAILEDJacob Keller2023-07-211-3/+3
| * iavf: fix potential deadlock on allocation failureJacob Keller2023-07-211-2/+3
| * i40e: Fix an NULL vs IS_ERR() bug for debugfs_create_dir()Wang Ming2023-07-211-1/+1
* | ice: Fix memory management in ice_ethtool_fdir.cJedrzej Jagielski2023-07-251-12/+14
* | net: fec: avoid tx queue timeout when XDP is enabledWei Fang2023-07-251-0/+2
* | ethernet: atheros: fix return value check in atl1e_tso_csum()Yuanjun Gong2023-07-251-2/+5
* | atheros: fix return value check in atl1_tso()Yuanjun Gong2023-07-251-2/+5
* | ethernet: atheros: fix return value check in atl1c_tso_csum()Yuanjun Gong2023-07-241-2/+5
* | vxlan: calculate correct header length for GPEJiri Benc2023-07-241-1/+1
* | net: hns3: fix wrong bw weight of disabled tc issueJijie Shao2023-07-242-4/+16
* | net: hns3: fix wrong tc bandwidth weight data issueJijie Shao2023-07-241-2/+1
* | net: hns3: add tm flush when setting tmHao Lan2023-07-247-6/+73
* | net: hns3: fix the imp capability bit cannot exceed 32 bits issueHao Lan2023-07-242-4/+20
|/
* net: ethernet: mtk_eth_soc: always mtk_get_ib1_pkt_typeDaniel Golle2023-07-201-1/+1
* Revert "r8169: disable ASPM during NAPI poll"Heiner Kallweit2023-07-201-10/+1
* r8169: revert 2ab19de62d67 ("r8169: remove ASPM restrictions now that ASPM is...Heiner Kallweit2023-07-201-1/+26
* drivers:net: fix return value check in ocelot_fdma_receive_skbYuanjun Gong2023-07-191-1/+2
* drivers: net: fix return value check in emac_tso_csum()Yuanjun Gong2023-07-191-2/+5
* Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski2023-07-194-111/+176
|\
| * iavf: fix reset task race with iavf_remove()Ahmed Zaki2023-07-174-29/+16
| * iavf: fix a deadlock caused by rtnl and driver's lock circular dependenciesAhmed Zaki2023-07-173-32/+85
| * Revert "iavf: Do not restart Tx queues after reset task failure"Marcin Szycik2023-07-171-15/+0
| * Revert "iavf: Detach device during reset task"Marcin Szycik2023-07-171-11/+2
| * iavf: Wait for reset in callbacks which trigger itMarcin Szycik2023-07-174-17/+68
| * iavf: use internal state to free traffic IRQsAhmed Zaki2023-07-171-3/+4
| * iavf: Fix out-of-bounds when setting channels on removeDing Hui2023-07-171-1/+1
| * iavf: Fix use-after-free in free_netdevDing Hui2023-07-171-4/+1
* | octeontx2-pf: mcs: Generate hash key using ecb(aes)Subbaraya Sundeep2023-07-191-37/+100
* | igc: Prevent garbled TX queue with XDP ZEROCOPYFlorian Kauer2023-07-191-2/+2
* | octeontx2-pf: Dont allocate BPIDs for LBK interfacesGeetha sowjanya2023-07-181-2/+3
* | Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Paolo Abeni2023-07-184-31/+21
|\ \ | |/ |/|
| * ice: prevent NULL pointer deref during reloadMichal Swiatkowski2023-07-143-4/+21
| * ice: Unregister netdev and devlink_port only oncePetr Oros2023-07-141-27/+0
* | r8169: fix ASPM-related problem for chip version 42 and 43Heiner Kallweit2023-07-171-0/+7
|/
* net: ethernet: Remove repeating expressionWang Ming2023-07-141-1/+0
* bna: Remove error checking for debugfs_create_dir()Wang Ming2023-07-141-5/+0
* net: ethernet: mtk_eth_soc: handle probe deferralDaniel Golle2023-07-141-18/+11
* net: ethernet: ti: cpsw_ale: Fix cpsw_ale_get_field()/cpsw_ale_set_field()Tanmay Patil2023-07-141-5/+19
* net: txgbe: fix eeprom calculation errorJiawen Wu2023-07-131-3/+0
* net: ena: fix shift-out-of-bounds in exponential backoffKrister Johansen2023-07-131-0/+3
* Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...David S. Miller2023-07-123-19/+33
|\
| * igc: Fix inserting of empty frame for launchtimeFlorian Kauer2023-07-101-1/+1
| * igc: Fix launchtime before start of cycleFlorian Kauer2023-07-101-1/+1
| * igc: No strict mode in pure launchtime/CBS offloadFlorian Kauer2023-07-101-2/+22