summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2026-03-25netfilter: nf_conntrack_sip: fix Content-Length u32 truncation in sip_help_tcp()Lukas Johannes Möller1-1/+5
2026-03-25netfilter: ctnetlink: fix use-after-free in ctnetlink_dump_exp_ct()Hyunwoo Kim1-1/+25
2026-03-25netfilter: ctnetlink: remove refcounting in expectation dumpersFlorian Westphal1-24/+17
2026-03-25mpls: add missing unregister_netdevice_notifier to mpls_initSabrina Dubroca1-0/+1
2026-03-25net/rose: fix NULL pointer dereference in rose_transmit_link on reconnectJiayuan Chen1-0/+5
2026-03-25Bluetooth: L2CAP: Fix use-after-free in l2cap_unregister_userShaurya Rane1-12/+8
2026-03-25Bluetooth: HIDP: Fix possible UAFLuiz Augusto von Dentz1-2/+14
2026-03-25Bluetooth: hci_sync: Fix hci_le_create_conn_syncMichael Grzeschik1-1/+1
2026-03-25Bluetooth: ISO: Fix defer tests being unstableLuiz Augusto von Dentz1-2/+2
2026-03-25Bluetooth: SMP: make SM/PER/KDU/BI-04-C happyChristian Eggers1-1/+1
2026-03-25Bluetooth: LE L2CAP: Disconnect if sum of payload sizes exceed SDUChristian Eggers1-0/+1
2026-03-25Bluetooth: LE L2CAP: Disconnect if received packet's SDU exceeds IMTUChristian Eggers1-3/+7
2026-03-25wifi: cfg80211: cancel pmsr_free_wk in cfg80211_pmsr_wdev_downPeddolla Harshavardhan Reddy1-0/+1
2026-03-25wifi: mac80211: Fix static_branch_dec() underflow for aql_disable.Kuniyuki Iwashima1-9/+5
2026-03-25batman-adv: avoid OGM aggregation when skb tailroom is insufficientYang Yang1-0/+3
2026-03-25Bluetooth: L2CAP: Validate L2CAP_INFO_RSP payload length before accessLukas Johannes Möller1-2/+4
2026-03-25Bluetooth: L2CAP: Fix type confusion in l2cap_ecred_reconf_rsp()Lukas Johannes Möller1-2/+2
2026-03-25sunrpc: fix cache_request leak in cache_releaseJeff Layton1-5/+21
2026-03-25mptcp: pm: in-kernel: always set ID as avail when rm endpMatthieu Baerts (NGI0)1-12/+8
2026-03-25l2tp: do not use sock_hold() in pppol2tp_session_get_sock()Eric Dumazet1-17/+8
2026-03-25net: dsa: properly keep track of conduit referenceVladimir Oltean1-25/+34
2026-03-25net: fix segmentation of forwarding fraglist GROJibin Zhang4-3/+8
2026-03-25net: gso: fix tcp fraglist segmentation after pull from frag_listFelix Fietkau2-4/+16
2026-03-25net: add support for segmenting TCP fraglist GSO packetsFelix Fietkau2-0/+125
2026-03-25rxrpc: Fix data-race warning and potential load/store tearingDavid Howells6-11/+34
2026-03-25ipv6: use RCU in ip6_xmit()Eric Dumazet1-14/+21
2026-03-25rxrpc: Fix recvmsg() unconditional requeueDavid Howells1-4/+15
2026-03-25dst: fix races in rt6_uncached_list_del() and rt_del_uncached_list()Eric Dumazet3-4/+5
2026-03-25net/tcp-md5: Fix MAC comparison to be constant-timeEric Biggers3-3/+6
2026-03-25net/sched: act_gate: snapshot parameters with RCU on replacePaul Moses1-78/+184
2026-03-25mptcp: pm: in-kernel: always mark signal+subflow endp as usedMatthieu Baerts (NGI0)1-0/+9
2026-03-25mptcp: pm: avoid sending RM_ADDR over same subflowMatthieu Baerts (NGI0)3-6/+41
2026-03-25net: ncsi: fix skb leak in error pathsJian Zhang2-5/+14
2026-03-25batman-adv: Avoid double-rtnl_lock ELP metric workerSven Eckelmann3-5/+14
2026-03-25libceph: admit message frames only in CEPH_CON_S_OPEN stateIlya Dryomov1-0/+5
2026-03-25libceph: Use u32 for non-negative values in ceph_monmap_decode()Raphael Zimmer1-3/+3
2026-03-25libceph: prevent potential out-of-bounds reads in process_message_header()Ilya Dryomov1-1/+8
2026-03-25libceph: reject preamble if control segment is emptyIlya Dryomov1-9/+8
2026-03-25libceph: Fix potential out-of-bounds access in ceph_handle_auth_reply()Raphael Zimmer1-2/+4
2026-03-25tipc: fix divide-by-zero in tipc_sk_filter_connect()Mehul Rao1-0/+2
2026-03-25netfilter: xt_IDLETIMER: reject rev0 reuse of ALARM timer labelsYuan Tan1-0/+6
2026-03-25netfilter: nfnetlink_cthelper: fix OOB read in nfnl_cthelper_dump_table()Hyunwoo Kim1-4/+4
2026-03-25netfilter: nfnetlink_queue: fix entry leak in bridge verdict error pathHyunwoo Kim1-1/+3
2026-03-25netfilter: x_tables: guard option walkers against 1-byte tail readsDavid Dull2-4/+6
2026-03-25netfilter: nft_set_pipapo: fix stack out-of-bounds read in pipapo_drop()Jenny Guanni Qu1-1/+2
2026-03-25mctp: route: hold key->lock in mctp_flow_prepare_output()Chengfeng Ye1-4/+7
2026-03-25net/sched: teql: fix NULL pointer dereference in iptunnel_xmit on TEQL slave ...Weiming Shi1-0/+1
2026-03-25xprtrdma: Decrement re_receiving on the early exit pathsEric Badger1-3/+4
2026-03-25wifi: mac80211: set default WMM parameters on all linksRamanathan Choodamani1-0/+2
2026-03-25net: tcp: accept old ack during closingMenglong Dong1-7/+11