summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2024-09-04gtp: fix a potential NULL pointer dereferenceCong Wang1-1/+1
2024-09-04wifi: mwifiex: duplicate static structs used in driver instancesSascha Hauer1-6/+26
2024-09-04cxgb4: add forgotten u64 ivlan cast before shiftNikolay Kuratov1-1/+2
2024-09-04net: xilinx: axienet: Fix dangling multicast addressesSean Anderson2-12/+10
2024-09-04net: xilinx: axienet: Always disable promiscuous modeSean Anderson1-0/+4
2024-09-04net: dsa: mv88e6xxx: Fix out-of-bound accessJoseph Huang1-1/+2
2024-09-04net: dsa: mv88e6xxx: replace ATU violation prints with trace pointsVladimir Oltean4-9/+86
2024-09-04net: dsa: mv88e6xxx: read FID when handling ATU violationsHans J. Schultz1-11/+61
2024-09-04ice: fix ICE_LAST_OFFSET formulaMaciej Fijalkowski1-1/+1
2024-09-04bonding: fix xfrm state handling when clearing active slaveNikolay Aleksandrov1-1/+1
2024-09-04bonding: fix xfrm real_dev null pointer dereferenceNikolay Aleksandrov1-1/+0
2024-09-04bonding: fix null pointer deref in bond_ipsec_offload_okNikolay Aleksandrov1-0/+2
2024-09-04bonding: fix bond_ipsec_offload_ok return typeNikolay Aleksandrov1-12/+6
2024-09-04gtp: pull network headers in gtp_dev_xmit()Eric Dumazet1-0/+3
2024-09-04net: hns3: add checking for vf id of mailboxJian Shen1-3/+4
2024-09-04net/sun3_82586: Avoid reading past buffer in debug outputKees Cook1-1/+1
2024-09-04wifi: iwlwifi: abort scan when rfkill on but device enabledMiri Korenblit1-1/+1
2024-09-04wifi: cw1200: Avoid processing an invalid TIM IEJeff Johnson1-1/+1
2024-09-04net: hns3: fix a deadlock problem when config TC during resettingJie Wang1-0/+3
2024-09-04net: hns3: fix wrong use of semaphore upJie Wang2-4/+4
2024-09-04net: dsa: vsc73xx: check busy flag in MDIO operationsPawel Dembicki1-1/+36
2024-09-04net: dsa: vsc73xx: use read_poll_timeout instead delay loopPawel Dembicki1-14/+16
2024-09-04net: dsa: vsc73xx: pass value in phy_write operationPawel Dembicki1-1/+1
2024-09-04net: axienet: Fix register defines comment descriptionRadhey Shyam Pandey1-8/+8
2024-09-04net/mlx5e: Correctly report errors for ethtool rx flowsCosmin Ratiu1-1/+1
2024-08-19net: fec: Stop PPS on driver removeCsókás, Bence1-0/+3
2024-08-19net: dsa: bcm_sf2: Fix a possible memory leak in bcm_sf2_mdio_register()Joe Hattori1-1/+3
2024-08-19net: usb: qmi_wwan: fix memory leak for not ip packetsDaniele Palmas1-0/+1
2024-08-19r8169: don't increment tx_dropped in case of NETDEV_TX_BUSYHeiner Kallweit1-6/+2
2024-08-19net: usb: sr9700: fix uninitialized variable use in sr_mdio_readMa Ke1-2/+9
2024-08-19net/mlx5e: Add a check for the return value from mlx5_port_set_eth_ptysShahar Shitrit1-1/+6
2024-08-19net: stmmac: Correct byte order of perfect_matchSimon Horman4-5/+5
2024-08-19net: bonding: correctly annotate RCU in bond_should_notify_peers()Johannes Berg1-5/+2
2024-08-19wifi: mwifiex: Fix interface type changeRafael Beims1-0/+2
2024-08-19net: netconsole: Disable target before netpoll cleanupBreno Leitao1-1/+1
2024-08-19net: dsa: b53: Limit chip-wide jumbo frame config to CPU portsMartin Willi1-0/+3
2024-08-19net: dsa: mv88e6xxx: Limit chip-wide frame size config to CPU portsMartin Willi1-1/+2
2024-08-19bna: adjust 'name' buf size of bna_tcb and bna_ccb structuresAlexey Kodanev2-6/+7
2024-08-19wifi: virt_wifi: don't use strlen() in const contextJohannes Berg1-2/+3
2024-08-19wifi: virt_wifi: avoid reporting connection success with wrong SSIDEn-Wei Wu1-3/+16
2024-08-19qed: Improve the stack space of filter_config()Shai Malin2-48/+22
2024-08-19net: fec: Fix FEC_ECR_EN1588 being cleared on link-downCsókás, Bence1-0/+6
2024-08-19net: fec: Refactor: #define magic constantsCsókás Bence1-16/+30
2024-08-19wifi: ath11k: fix wrong handling of CCMP256 and GCMP ciphersBaochen Qiang3-6/+15
2024-08-19ath11k: dp: stop rx pktlog before suspendCarl Huang4-0/+56
2024-08-19mlxsw: spectrum_acl: Fix ACL scale regression and firmware errorsIdo Schimmel3-17/+12
2024-08-19mlxsw: spectrum_acl_bloom_filter: Make mlxsw_sp_acl_bf_key_encode() more flex...Amit Cohen1-11/+25
2024-08-19mlxsw: spectrum_acl_erp: Fix object nesting warningIdo Schimmel1-13/+0
2024-08-19wifi: brcmsmac: LCN PHY code is used for BCM4313 2G-only deviceSamasth Norway Ananda1-9/+9
2024-07-27tap: add missing verification for short frameSi-Wei Liu1-0/+5