summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-05-06Merge tag 'wireless-2026-05-06' of https://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski
2026-05-06wifi: nl80211: re-check wiphy netns in nl80211_prepare_wdev_dump() continuationMaoyi Xie
2026-05-06wifi: nl80211: require CAP_NET_ADMIN over the target netns in SET_WIPHY_NETNSMaoyi Xie
2026-05-06wifi: nl80211: fix NL80211_PMSR_FTM_REQ_ATTR_FTMS_PER_BURST usageJohannes Berg
2026-05-06wifi: mac80211: remove station if connection prep failsJohannes Berg
2026-05-05Merge branch 'xsk-fix-bugs-around-xsk-skb-allocation'Jakub Kicinski
2026-05-05xsk: fix u64 descriptor address truncation on 32-bit architecturesJason Xing
2026-05-05xsk: fix xsk_addrs slab leak on multi-buffer error pathJason Xing
2026-05-05xsk: avoid skb leak in XDP_TX_METADATA caseJason Xing
2026-05-05xsk: prevent CQ desync when freeing half-built skbs in xsk_build_skb()Jason Xing
2026-05-05xsk: fix use-after-free of xs->skb in xsk_build_skb() free_err pathJason Xing
2026-05-05xsk: handle NULL dereference of the skb without frags issueJason Xing
2026-05-05xsk: free the skb when hitting the upper bound MAX_SKB_FRAGSJason Xing
2026-05-05xsk: reject sw-csum UMEM binding to IFF_TX_SKB_NO_LINEAR devicesJason Xing
2026-05-05Merge branch 'net-mlx5-fixes-for-socket-direct'Jakub Kicinski
2026-05-05net/mlx5e: SD, Fix race condition in secondary device probe/removeShay Drory
2026-05-05net/mlx5e: SD, Fix missing cleanup on probe errorShay Drory
2026-05-05net/mlx5: SD, Keep multi-pf debugfs entries on primaryShay Drory
2026-05-05net/mlx5: SD: Serialize init/cleanupShay Drory
2026-05-05Merge branch 'net-mlx5e-psp-fixes'Jakub Kicinski
2026-05-05net/mlx5e: psp: Hook PSP dev reg/unreg to profile enable/disableCosmin Ratiu
2026-05-05net/mlx5e: psp: Expose only a fully initialized priv->pspCosmin Ratiu
2026-05-05net/mlx5e: psp: Fix invalid access on PSP dev registration failCosmin Ratiu
2026-05-05net: wwan: t7xx: validate port_count against message length in t7xx_port_enum...Pavitra Jha
2026-05-05net/sched: sch_fq_codel: annotate data-races from fq_codel_dump_class_stats()Eric Dumazet
2026-05-05Merge tag 'nf-26-05-05' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski
2026-05-05Merge branch 'bnxt_en-bug-fixes'Jakub Kicinski
2026-05-05bnxt_en: Use absolute target ns from ptp_clock_requestPavan Chebbi
2026-05-05bnxt_en: Check return value of bnxt_hwrm_vnic_cfgKalesh AP
2026-05-05bnxt_en: Set bp->max_tpa according to what the FW supportsMichael Chan
2026-05-05bnxt_en: Delay for 5 seconds after AER DPC for all chipsMichael Chan
2026-05-05ipv6: Fix null-ptr-deref in fib6_mtu().Kuniyuki Iwashima
2026-05-05ipv6: default IPV6_SIT to mAlyssa Ross
2026-05-05wifi: mac80211: use safe list iteration in radar detect workBenjamin Berg
2026-05-05Merge tag 'ath-current-20260505' of git://git.kernel.org/pub/scm/linux/kernel...Johannes Berg
2026-05-05net: mana: Fix crash from unvalidated SHM offset read from BAR0 during FLRDipayaan Roy
2026-05-05net/rds: handle zerocopy send cleanup before the message is queuedNan Li
2026-05-05Merge branch 'openvswitch-fix-self-deadlock-on-release-of-tunnel-vports'Paolo Abeni
2026-05-05selftests: openvswitch: add tests for tunnel vport refcountingIlya Maximets
2026-05-05openvswitch: vport: fix self-deadlock on release of tunnel portsIlya Maximets
2026-05-05openvswitch: vport: fix race between tunnel creation and linkingIlya Maximets
2026-05-05Merge branch 'net-mana-fix-mana_destroy_rxq-cleanup-for-partial-rxq-init'Paolo Abeni
2026-05-05net: mana: remove double CQ cleanup in mana_create_rxq error pathDipayaan Roy
2026-05-05net: mana: Skip WQ object destruction for uninitialized RXQDipayaan Roy
2026-05-05net: mana: check xdp_rxq registration before unreg in mana_destroy_rxq()Dipayaan Roy
2026-05-05wifi: libertas: notify firmware load wait on disconnectJakov Novak
2026-05-04net: dsa: mt7530: fix .get_stats64 sleeping in atomic contextDaniel Golle
2026-05-04ipmr: Add __rcu to netns_ipv4.mrt.Kuniyuki Iwashima
2026-05-04psp: strip variable-length PSP header in psp_dev_rcv()David Carlier
2026-05-04net: prevent possible UAF in rtnl_prop_list_size()Eric Dumazet