summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorLines
2026-05-06Bluetooth: l2cap: fix MPS check in l2cap_ecred_reconf_reqDudu Lu-1/+1
2026-05-06Bluetooth: bnep: fix incorrect length parsing in bnep_rx_frame() extension ha...Dudu Lu-3/+10
2026-05-06Bluetooth: hci_event: Fix OOB read and infinite loop in hci_le_create_big_com...Luiz Augusto von Dentz-2/+25
2026-05-06Bluetooth: hci_conn: fix potential UAF in create_big_syncDavid Carlier-1/+18
2026-05-06Bluetooth: SCO: fix sleeping under spinlock in sco_conn_readyPauli Virtanen-11/+9
2026-05-06Merge tag 'wireless-2026-05-06' of https://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski-10/+48
2026-05-06wifi: nl80211: re-check wiphy netns in nl80211_prepare_wdev_dump() continuationMaoyi Xie-0/+12
2026-05-06wifi: nl80211: require CAP_NET_ADMIN over the target netns in SET_WIPHY_NETNSMaoyi Xie-0/+13
2026-05-06wifi: nl80211: fix NL80211_PMSR_FTM_REQ_ATTR_FTMS_PER_BURST usageJohannes Berg-1/+1
2026-05-06wifi: mac80211: remove station if connection prep failsJohannes Berg-5/+4
2026-05-05xsk: fix u64 descriptor address truncation on 32-bit architecturesJason Xing-32/+56
2026-05-05xsk: fix xsk_addrs slab leak on multi-buffer error pathJason Xing-2/+2
2026-05-05xsk: avoid skb leak in XDP_TX_METADATA caseJason Xing-1/+3
2026-05-05xsk: prevent CQ desync when freeing half-built skbs in xsk_build_skb()Jason Xing-3/+2
2026-05-05xsk: fix use-after-free of xs->skb in xsk_build_skb() free_err pathJason Xing-1/+1
2026-05-05xsk: handle NULL dereference of the skb without frags issueJason Xing-3/+8
2026-05-05xsk: free the skb when hitting the upper bound MAX_SKB_FRAGSJason Xing-1/+4
2026-05-05xsk: reject sw-csum UMEM binding to IFF_TX_SKB_NO_LINEAR devicesJason Xing-0/+3
2026-05-05net/sched: sch_fq_codel: annotate data-races from fq_codel_dump_class_stats()Eric Dumazet-19/+20
2026-05-05Merge tag 'nf-26-05-05' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski-115/+210
2026-05-05ipv6: Fix null-ptr-deref in fib6_mtu().Kuniyuki Iwashima-0/+4
2026-05-05ipv6: default IPV6_SIT to mAlyssa Ross-2/+2
2026-05-05wifi: mac80211: use safe list iteration in radar detect workBenjamin Berg-2/+2
2026-05-05net/rds: handle zerocopy send cleanup before the message is queuedNan Li-5/+15
2026-05-05openvswitch: vport: fix self-deadlock on release of tunnel portsIlya Maximets-1/+5
2026-05-05openvswitch: vport: fix race between tunnel creation and linkingIlya Maximets-27/+48
2026-05-05xfrm: esp: avoid in-place decrypt on shared skb fragsKuan-Ting Chen-2/+8
2026-05-04psp: strip variable-length PSP header in psp_dev_rcv()David Carlier-11/+31
2026-05-04net: prevent possible UAF in rtnl_prop_list_size()Eric Dumazet-1/+1
2026-05-04mptcp: sockopt: increase seq in mptcp_setsockopt_all_sfMatthieu Baerts (NGI0)-0/+4
2026-05-04mptcp: fix rx timestamp corruption on fastopenPaolo Abeni-1/+3
2026-05-04mptcp: use MPTCP_RST_EMPTCP for ACK HMAC validation failureShardul Bankar-1/+1
2026-05-04mptcp: use MPJoinSynAckHMacFailure for SynAck HMAC failureShardul Bankar-1/+1
2026-05-04vsock/virtio: fix potential unbounded skb queueEric Dumazet-1/+3
2026-05-04netpoll: pass buffer size to egress_dev() to avoid MAC truncationBreno Leitao-10/+13
2026-05-04af_unix: Set gc_in_progress to true in unix_gc().Kuniyuki Iwashima-3/+3
2026-05-05ipvs: Guard access of HK_TYPE_KTHREAD cpumask with RCUWaiman Long-5/+8
2026-05-05ipvs: fix shift-out-of-bounds in ip_vs_rht_desired_sizeJulian Anastasov-1/+1
2026-05-05ipvs: fix races around est_mutex and est_cpulistJulian Anastasov-44/+90
2026-05-05ipvs: do not leak dest after get from dest trashJulian Anastasov-13/+24
2026-05-05ipvs: fix the spin_lock usage for RT buildJulian Anastasov-33/+41
2026-05-05ipvs: fix races around the conn_lfactor and svc_lfactor sysctl varsJulian Anastasov-4/+10
2026-05-05ipvs: fixes for the new ip_vs_status infoJulian Anastasov-15/+36
2026-05-04wifi: mac80211: tests: mark HT check strictJohannes Berg-0/+1
2026-05-02net: tls: fix silent data drop under pipe back-pressureJakub Kicinski-3/+3
2026-05-02net/sched: sch_cake: annotate data-races in cake_dump_class_stats (II)Eric Dumazet-60/+71
2026-05-02net/sched: sch_cake: annotate data-races in cake_dump_class_stats (I)Eric Dumazet-12/+12
2026-05-02batman-adv: stop tp_meter sessions during mesh teardownJiexun Wang-18/+82
2026-05-02batman-adv: reject new tp_meter sessions during teardownJiexun Wang-1/+16
2026-05-02batman-adv: fix integer overflow on buff_posLyes Bourennani-1/+1