aboutsummaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
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-22Merge tag 'wireless-2026-07-22' of https://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski83-202/+733
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
2026-07-22amt: re-read skb header pointers after every pullMichael Bommarito1-24/+55
2026-07-22wifi: brcmfmac: fix 802.1X-SHA256 call trace warningShelley Yang1-1/+1
2026-07-22wifi: mt76: mt7996: fix possible NULL-pointer deref in mt7996_mcu_sta_bfer_eht()Lorenzo Bianconi1-3/+7
2026-07-22wifi: mt76: mt7925: fix crash in reset link replaySean Wang1-0/+3
2026-07-22wifi: mt76: fix airoha_npu dependency trackingArnd Bergmann4-5/+9
2026-07-22wifi: mt76: restrict NPU/PPE active checks to MMIO devicesDevin Wittmayer1-2/+2
2026-07-22wifi: mt76: fix MAC address for non OF pcie cardsRosen Penev1-1/+1
2026-07-22wifi: mt76: mt7996: check pointer returned by mt76_connac_get_he_phy_cap()Lorenzo Bianconi1-3/+6
2026-07-22wifi: mt76: mt7925: fix possible NULL-pointer deref in mt7925_mcu_bss_he_tlv()Lorenzo Bianconi1-0/+2
2026-07-22wifi: mt76: connac: fix possible NULL-pointer deref in mt76_connac_mcu_uni_bs...Lorenzo Bianconi1-0/+2
2026-07-22wifi: mt76: mt7915: guard HE capability lookupsRuoyu Wang1-5/+13
2026-07-22wifi: mt76: mt7925: guard link STA in decap offloadGuangshuo Li1-0/+3
2026-07-22wifi: mt76: Disable napi when removing deviceNicolas Cavallari1-1/+4
2026-07-22wifi: mt76: mt7615: drop TXRX_NOTIFY on non-mmio busesDevin Wittmayer1-0/+6
2026-07-22wifi: mt76: mt7925: drop TXRX_NOTIFY on non-mmio busesDevin Wittmayer1-3/+7
2026-07-22wifi: mt76: mt7921: drop TXRX_NOTIFY on non-mmio busesDevin Wittmayer1-3/+7
2026-07-21ppp: annotate concurrent dev->stats accessesEric Dumazet1-16/+16
2026-07-21net: stmmac: intel: skip SerDes reconfig when rate is unchangedMarkus Breitenberger1-0/+31
2026-07-21gtp: check skb_pull_data() return in gtp1u_send_echo_resp()Xiang Mei (Microsoft)1-2/+3
2026-07-21gve: fix Rx queue stall on alloc failureEddie Phillips2-0/+37
2026-07-21net: mctp i3c: clean up notifier and buses if driver register failsMyeonghun Pak1-4/+7
2026-07-21pds_core: check for workqueue allocation failureNikhil P. Rao1-2/+7
2026-07-21pds_core: fix auxiliary device add/del racesNikhil P. Rao1-3/+14
2026-07-21pds_core: order completion reads after the ownership checkNikhil P. Rao1-1/+11
2026-07-21pds_core: yield the CPU while waiting for the adminq to drainNikhil P. Rao1-0/+1
2026-07-21pds_core: fix use-after-free on workqueue during removeNikhil P. Rao2-6/+13
2026-07-21pds_core: fix deadlock between reset thread and removeNikhil P. Rao1-3/+4
2026-07-21net: txgbe: fix FDIR filter leak on removeChenguang Zhao1-0/+1
2026-07-21net: txgbe: fix heap overflow when reading module EEPROMChenguang Zhao1-2/+4
2026-07-21rtase: Workaround for TX hang caused by hardware packet parsingJustin Lai2-0/+205
2026-07-21geneve: ensure the skb is writable before fixing its headersAntoine Tenart1-2/+11
2026-07-21geneve: fix hint header definition wrt endiannessAntoine Tenart1-1/+10
2026-07-21wifi: brcmfmac: set F2 blocksize to 256 for BCM43752LiangCheng Wang1-0/+1
2026-07-21amd-xgbe: fix MAC_AUTO_SW handling in CL37 ANPrashanth Kumar KR1-3/+8
2026-07-21pds_core: reject component parameter in legacy firmware updateNikhil P. Rao1-0/+6
2026-07-21Merge tag 'iwlwifi-fixes-2026-07-21' of https://git.kernel.org/pub/scm/linux/...Johannes Berg32-115/+381
2026-07-21wifi: mac80211_hwsim: reject undersized HWSIM_ATTR_TX_INFOIbrahim Hashimov1-3/+3
2026-07-21wifi: brcmfmac: drain bus_reset work on device removalFan Wu7-4/+77
2026-07-21wifi: brcmfmac: make release_scratchbuffers idempotentFan Wu1-2/+6
2026-07-21wifi: mwifiex: fix NULL dereference when the AP has HT-cap but no HT-operDoruk Tan Ozturk1-1/+1
2026-07-21wifi: mwifiex: replace one-element arrays with flexible array membersGeorgi Valkov3-14/+14
2026-07-21wifi: at76c50x-usb: avoid length underflow in at76_guess_freq()Huihui Huang1-2/+5
2026-07-21wifi: mwifiex: bound uAP association event IEs to the event bufferHE WEI (ギカク)1-2/+22
2026-07-21wifi: wilc1000: validate assoc response length before subtracting headerHuihui Huang1-0/+5