summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* vxlan: Pull inner IP header in vxlan_rcv().Guillaume Nault2024-05-011-1/+18
* e1000e: change usleep_range to udelay in PHY mdic accessVitaly Lifshits2024-04-301-4/+4
* net: dsa: mv88e6xxx: Fix number of databases for 88E6141 / 88E6341Marek Behún2024-04-301-2/+2
* cxgb4: Properly lock TX queue for the selftest.Sebastian Andrzej Siewior2024-04-301-3/+3
* vxlan: Add missing VNI filter counter update in arp_reduce().Guillaume Nault2024-04-291-0/+2
* vxlan: Fix racy device stats updates.Guillaume Nault2024-04-291-14/+14
* net: qede: use return from qede_parse_actions()Asbjørn Sloth Tønnesen2024-04-291-3/+2
* net: qede: use return from qede_parse_flow_attr() for flow_specAsbjørn Sloth Tønnesen2024-04-291-3/+2
* net: qede: use return from qede_parse_flow_attr() for flowerAsbjørn Sloth Tønnesen2024-04-291-3/+2
* net: qede: sanitize 'rc' in qede_add_tc_flower_fltr()Asbjørn Sloth Tønnesen2024-04-291-3/+8
* net: bcmgenet: synchronize UMAC_CMD accessDoug Berger2024-04-294-3/+23
* net: bcmgenet: synchronize use of bcmgenet_set_rx_mode()Doug Berger2024-04-291-1/+3
* net: bcmgenet: synchronize EXT_RGMII_OOB_CTRL accessDoug Berger2024-04-291-1/+3
* octeontx2-af: avoid off-by-one read from userspaceBui Quang Minh2024-04-251-3/+1
* bna: ensure the copied buf is NUL terminatedBui Quang Minh2024-04-251-2/+2
* ice: ensure the copied buf is NUL terminatedBui Quang Minh2024-04-251-4/+4
* net: b44: set pause params only when interface is upPeter Münster2024-04-251-6/+8
* net: ravb: Fix registered interrupt namesGeert Uytterhoeven2024-04-251-6/+5
* octeontx2-af: fix the double free in rvu_npc_freemem()Su Hui2024-04-251-1/+0
* net: ethernet: ti: am65-cpts: Fix PTPv1 message type on TX packetsJason Reeder2024-04-251-0/+5
* ice: fix LAG and VF lock dependency in ice_reset_vf()Jacob Keller2024-04-251-8/+8
* iavf: Fix TC config comparison with existing adapter TC configSudheer Mogilappagari2024-04-251-1/+29
* i40e: Report MFS in decimal base instead of hexErwan Velu2024-04-251-2/+2
* i40e: Do not use WQ_MEM_RECLAIM flag for workqueueSindhu Devale2024-04-251-1/+1
* net/mlx5e: Advertise mlx5 ethernet driver updates sk_buff md_dst for MACsecRahul Rameshbabu2024-04-251-0/+1
* macsec: Detect if Rx skb is macsec-related for offloading devices that update...Rahul Rameshbabu2024-04-251-10/+36
* net: ti: icssg-prueth: Fix signedness bug in prueth_init_rx_chns()Dan Carpenter2024-04-251-3/+5
* Merge tag 'wireless-2024-04-23' of git://git.kernel.org/pub/scm/linux/kernel/...David S. Miller2024-04-257-6/+11
|\
| * wifi: iwlwifi: mvm: fix link ID managementJohannes Berg2024-04-221-1/+1
| * wifi: mac80211_hwsim: init peer measurement resultJohannes Berg2024-04-191-1/+1
| * Revert "wifi: iwlwifi: bump FW API to 90 for BZ/SC devices"Johannes Berg2024-04-192-2/+2
| * wifi: iwlwifi: mvm: return uid from iwl_mvm_build_scan_cmdMiri Korenblit2024-04-171-1/+2
| * wifi: iwlwifi: mvm: remove old PASN station when adding a new oneAvraham Stern2024-04-171-0/+2
| * wifi: ath11k: use RCU when accessing struct inet6_dev::ac_listKalle Valo2024-04-161-1/+3
* | net: phy: dp83869: Fix MII mode failureMD Danish Anwar2024-04-251-1/+2
* | eth: bnxt: fix counting packets discarded due to OOM and netpollJakub Kicinski2024-04-241-26/+18
* | igc: Fix LED-related deadlock on driver unbindLukas Wunner2024-04-243-8/+35
* | Revert "net: txgbe: fix clk_name exceed MAX_DEV_ID limits"Duanqiang Wen2024-04-241-1/+1
* | Revert "net: txgbe: fix i2c dev name cannot match clkdev"Duanqiang Wen2024-04-241-5/+3
* | mlxsw: spectrum_acl_tcam: Fix memory leak when canceling rehash workIdo Schimmel2024-04-241-1/+5
* | mlxsw: spectrum_acl_tcam: Fix incorrect list API usageIdo Schimmel2024-04-241-0/+7
* | mlxsw: spectrum_acl_tcam: Fix warning during rehashIdo Schimmel2024-04-241-3/+17
* | mlxsw: spectrum_acl_tcam: Fix memory leak during rehashIdo Schimmel2024-04-241-0/+4
* | mlxsw: spectrum_acl_tcam: Rate limit error messageIdo Schimmel2024-04-241-1/+1
* | mlxsw: spectrum_acl_tcam: Fix possible use-after-free during rehashIdo Schimmel2024-04-241-0/+1
* | mlxsw: spectrum_acl_tcam: Fix possible use-after-free during activity updateIdo Schimmel2024-04-241-2/+8
* | mlxsw: spectrum_acl_tcam: Fix race during rehash delayed workIdo Schimmel2024-04-241-2/+2
* | mlxsw: spectrum_acl_tcam: Fix race in region ID allocationIdo Schimmel2024-04-242-36/+30
* | net: phy: mediatek-ge-soc: follow netdev LED trigger semanticsDaniel Golle2024-04-241-17/+26
* | net: gtp: Fix Use-After-Free in gtp_dellinkHyunwoo Kim2024-04-241-1/+2