summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2023-09-19net: macb: fix sleep inside spinlockSascha Hauer1-2/+3
2023-09-19r8152: check budget for r8152_poll()Hayes Wang1-0/+3
2023-09-19net: dsa: sja1105: block FDB accesses that are concurrent with a switch resetVladimir Oltean1-0/+2
2023-09-19net: dsa: sja1105: serialize sja1105_port_mcast_flood() with other FDB accessesVladimir Oltean2-13/+45
2023-09-19net: dsa: sja1105: fix multicast forwarding working only for last added mdb e...Vladimir Oltean1-43/+37
2023-09-19net: dsa: sja1105: propagate exact error code from sja1105_dynamic_config_pol...Vladimir Oltean1-7/+8
2023-09-19net: dsa: sja1105: hide all multicast addresses from "bridge fdb show"Vladimir Oltean1-5/+6
2023-09-19net:ethernet:adi:adin1110: Fix forwarding offloadCiprian Regus1-1/+1
2023-09-19net: ethernet: adi: adin1110: use eth_broadcast_addr() to assign broadcast ad...Yang Yingliang1-4/+4
2023-09-19net: ethernet: mtk_eth_soc: fix possible NULL pointer dereference in mtk_hwlr...Hangyu Hua1-0/+3
2023-09-19net: ethernet: mvpp2_main: fix possible OOB write in mvpp2_ethtool_get_rxnfc()Hangyu Hua1-0/+5
2023-09-19net: stmmac: fix handling of zero coalescing tx-usecsVincent Whitchurch1-4/+6
2023-09-19octeontx2-pf: Fix page pool cache index corruption.Ratheesh Kannoth7-51/+44
2023-09-19net: microchip: vcap api: Fix possible memory leak for vcap_dup_rule()Jinjie Ruan1-2/+16
2023-09-19net: enetc: distinguish error from valid pointers in enetc_fixup_clear_rss_rfs()Vladimir Oltean1-1/+1
2023-09-19net: hns3: remove GSO partial feature bitJie Wang1-2/+0
2023-09-19net: hns3: fix the port information display when sfp is absentYisen Zhuang1-1/+3
2023-09-19net: hns3: fix invalid mutex between tc qdisc and dcb ets command issueJijie Shao4-19/+9
2023-09-19net: hns3: fix debugfs concurrency issue between kfree buffer and readHao Chen1-3/+4
2023-09-19net: hns3: fix byte order conversion issue in hclge_dbg_fd_tcam_read()Hao Chen1-7/+7
2023-09-19net: hns3: fix tx timeout issueJian Shen1-5/+12
2023-09-19net: phy: Provide Module 4 KSZ9477 errata (DS80000754C)Lukasz Majewski2-4/+21
2023-09-19net: dsa: sja1105: complete tc-cbs offload support on SJA1110Vladimir Oltean3-0/+19
2023-09-19net: dsa: sja1105: fix -ENOSPC when replacing the same tc-cbs too many timesVladimir Oltean1-3/+20
2023-09-19net: dsa: sja1105: fix bandwidth discrepancy between tc-cbs software and offloadVladimir Oltean1-3/+12
2023-09-19mlx5/core: E-Switch, Create ACL FT for eswitch manager in switchdev modeBodong Wang2-19/+51
2023-09-19net/mlx5: Push devlink port PF/VF init/cleanup calls out of devlink_port_regi...Jiri Pirko4-20/+58
2023-09-19net/mlx5: Rework devlink port alloc/free into init/cleanupJiri Pirko1-22/+43
2023-09-19net/mlx5: Give esw_offloads_load/unload_rep() "mlx5_" prefixJiri Pirko3-9/+9
2023-09-19net/mlx5e: Clear mirred devices array if the rule is splitJianbo Liu7-3/+13
2023-09-19igb: Change IGB_MIN to allow set rx/tx value between 64 and 80Olga Zaborska1-2/+2
2023-09-19igbvf: Change IGBVF_MIN to allow set rx/tx value between 64 and 80Olga Zaborska1-2/+2
2023-09-19igc: Change IGC_MIN to allow set rx/tx value between 64 and 80Olga Zaborska1-2/+2
2023-09-19octeontx2-af: Fix truncation of smq in CN10K NIX AQ enqueue mbox handlerGeetha sowjanya1-2/+19
2023-09-19veth: Fixing transmit return status for dropped packetsLiang Chen1-1/+3
2023-09-19gve: fix frag_list chainingEric Dumazet1-1/+4
2023-09-19igb: disable virtualization features on 82580Corinna Vinschen1-2/+3
2023-09-13r8169: fix ASPM-related issues on a number of systems with NIC version from R...Heiner Kallweit1-4/+0
2023-09-13igb: set max size RX buffer when store bad packet is enabledRadoslaw Tyl1-4/+7
2023-09-13bnxt_en: Share the bar0 address with the RoCE driverChandramohan Akula2-1/+2
2023-09-13bnxt_en: Update HW interface headersChandramohan Akula1-0/+54
2023-09-13wifi: ath10k: Use RMW accessors for changing LNKCTLIlpo Järvinen1-4/+5
2023-09-13wifi: ath12k: Use RMW accessors for changing LNKCTLIlpo Järvinen1-4/+6
2023-09-13wifi: ath11k: Use RMW accessors for changing LNKCTLIlpo Järvinen1-4/+6
2023-09-13net/mlx5: Use RMW accessors for changing LNKCTLIlpo Järvinen1-7/+2
2023-09-13pds_core: pass opcode to devcmd_waitShannon Nelson1-5/+2
2023-09-13pds_core: check for work queue before useShannon Nelson1-1/+1
2023-09-13pds_core: no reset command for VFShannon Nelson1-1/+2
2023-09-13pds_core: no health reporter in VFShannon Nelson1-3/+5
2023-09-13pds_core: protect devlink callbacks from fw_down stateShannon Nelson1-0/+3