summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2026-07-23ppp: annotate data races in ppp_genericEric Dumazet1-22/+28
2026-07-23amt: fix use-after-free in AMT delayed worksShihuang Liu1-3/+11
2026-07-23mctp: serial: handle zero-length frames to prevent rx buffer overflowDoruk Tan Ozturk1-1/+1
2026-07-23octeontx2-vf: set TC flower flag on MCAM entry allocationSuman Ghosh1-0/+1
2026-07-23octeontx2-af: return VWQE timer delay in NIX HW infoShijith Thotton2-1/+6
2026-07-23net: stmmac: enable the MAC on link up for all supported speedsvadik likholetov1-55/+37
2026-07-23net: stmmac: reset residual action in L3L4 filters on deleteNazim Amirul1-0/+1
2026-07-23net: stmmac: fix l3l4 filter rejecting unsupported offload requestsNazim Amirul1-0/+34
2026-07-23net: stmmac: xgmac: fix l4 filter port overwrite on register updateNazim Amirul1-12/+16
2026-07-22net: sxgbe: fix null pointer dereference in probe error pathChenguang Zhao1-2/+1
2026-07-22net: phy: motorcomm: Enable optional clock for YT8531Yanan He1-0/+7
2026-07-22net: mdio: Kconfig: Group mdio multiplexers in a submenuMaxime Chevallier1-1/+2
2026-07-22net: mdio: Kconfig: Group mdio controller drivers in a submenuMaxime Chevallier1-3/+3
2026-07-22net: dsa: mt7530: add EN7528 supportAhmed Naseef3-8/+52
2026-07-22vmxnet3: fix BUG_ON in vmxnet3_get_hdr_len() for Geneve packetsHarshaka Narayana1-6/+16
2026-07-22vxlan: mdb: Fix source list corruption on a failed replaceJames Raphael Tiovalen1-12/+18
2026-07-22net: stmmac: dwmac4: mask interrupts when stopping DMA in suspendLuis Lang3-0/+32
2026-07-22net: dpaa: fix mode settingMichael Walle1-5/+12
2026-07-22geneve: fix geneve_config leak on register_netdevice() failureEric Dumazet1-1/+3
2026-07-22Merge tag 'ath-next-20260722' of git://git.kernel.org/pub/scm/linux/kernel/gi...Johannes Berg40-593/+869
2026-07-22net: dsa: realtek: rtl8365mb: add HSGMII support for RTL8367SJohan Alvarado1-16/+118
2026-07-22net: dsa: realtek: rtl8365mb: add SGMII support for RTL8367SJohan Alvarado1-4/+511
2026-07-22Merge tag 'wireless-2026-07-22' of https://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski83-202/+733
2026-07-22wifi: ath11k: add purwa-iot-evk and qcs6490-rb3gen2 to usecase firmware tableMiaoqing Pan1-1/+3
2026-07-22wifi: ath11k: Avoid buffer overread in ath11k_wmi_tlv_op_rx()Jeff Johnson1-2/+4
2026-07-22wifi: ath12k: Avoid buffer overread in ath12k_wmi_op_rx()Jeff Johnson1-4/+4
2026-07-22wifi: ath12k: fix survey indexing across bandsMatthew Leach3-47/+62
2026-07-22wifi: ath6kl: Constify struct cfg80211_opsChristophe JAILLET1-1/+1
2026-07-22wifi: ath12k: Set DTIM policy to stick mode for station interfaceDaizhuang Bai2-0/+18
2026-07-22wifi: carl9170: cmd: downgrade transient register I/O errors to wiphy_dbgMasi Osmani1-2/+2
2026-07-22wifi: carl9170: rx: track PHY errors via debugfsMasi Osmani3-1/+6
2026-07-22wifi: carl9170: mac80211: document spatial multiplexing power save handlerMasi Osmani1-1/+7
2026-07-22wifi: ath12k: Constify struct ath12k_dp_arch_opsChristophe JAILLET2-2/+2
2026-07-22wifi: ath12k: fix scan command endianness on big endianAlexander Wilhelm2-8/+22
2026-07-22wifi: ath11k: Correctly copy the hint BSSID in WMI scan requestJeff Johnson1-2/+2
2026-07-22wifi: ath12k: Correctly copy the hint BSSID in WMI scan requestJeff Johnson1-2/+2
2026-07-22wifi: ath12k: allocate HOST_DDR and BDF regions after Q6 RO regionAaradhana Sahu1-4/+15
2026-07-22wifi: ath12k: refactor QMI memory assignmentAaradhana Sahu1-96/+61
2026-07-22wifi: ath12k: switch to name-based reserved memory lookupAaradhana Sahu4-54/+29
2026-07-22wifi: ath12k: Set congestion control max MSDU countThiraviyam Mariyappan4-0/+21
2026-07-22wifi: ath6kl: avoid buffer overreads in WMI event handlersJeff Johnson1-2/+15
2026-07-22wifi: ath10k: Drop redundant NULL check on devm_clk_get()Krzysztof Kozlowski1-6/+6
2026-07-22wifi: ath12k: update IPQ5332 BDF address offsetAaradhana Sahu1-1/+1
2026-07-22wifi: ath12k: fix ML-STA authentication timeout on QCC2072Miaoqing Pan2-0/+3
2026-07-22wifi: ath11k: validate regulatory capability phy_idPengpeng Hou1-0/+6
2026-07-22wifi: ath10k: trigger hardware recovery upon rx failuresManikanta Pubbisetty1-3/+3
2026-07-22wifi: ath12k: Set IEEE80211_OFFLOAD_ENCAP_4ADDR after tx_encap_type vdev paramTamizh Chelvam Raja1-7/+7
2026-07-22net: libwx: disable TX VLAN offload for packets with >2 VLAN tagsJiawen Wu1-0/+24
2026-07-22net: hip04: fix RX buffer leak on build_skb failureFan Wu1-3/+8
2026-07-22amt: make the head writable before rewriting the L2 headerMichael Bommarito1-0/+8