summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2026-06-04udp: clear skb->dev before running a sockmap verdictSechang Lim1-0/+8
2026-06-04sctp: purge outqueue on stale COOKIE-ECHO handlingXin Long1-5/+1
2026-06-04net/802/mrp: fix vector attribute parsing in mrp_pdu_parse_vecattrYizhou Zhao1-0/+9
2026-06-04ieee802154: 6lowpan: only accept IPv6 packets in lowpan_xmit()Eric Dumazet1-0/+5
2026-06-04ipv6: mcast: Fix use-after-free when processing MLD queriesIdo Schimmel1-4/+4
2026-06-04sctp: validate cached peer INIT chunk length in COOKIE_ECHO processingXin Long1-0/+5
2026-06-04net/sched: fix pedit partial COW leading to page cache corruptionRajat Gupta1-36/+41
2026-06-04vsock/vmci: fix sk_ack_backlog leak on failed handshakeRaf Dickson1-1/+3
2026-06-04Merge tag 'for-net-2026-06-03' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski9-75/+232
2026-06-04Merge tag 'wireless-2026-06-03' of https://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski3-2/+20
2026-06-04mptcp: add-addr: always drop other suboptionsMatthieu Baerts (NGI0)3-38/+14
2026-06-04mptcp: fix uninit-value in mptcp_established_optionsPaolo Abeni1-1/+5
2026-06-04mptcp: check desc->count in read_sockGang Yan1-0/+2
2026-06-04mptcp: sockopt: set sockopt on all subflowsMatthieu Baerts (NGI0)1-3/+4
2026-06-04mptcp: sockopt: check timestamping ret valueMatthieu Baerts (NGI0)1-2/+6
2026-06-04mptcp: pm: fix extra_subflows underflow on userspace PM subflow creationTao Cui1-6/+8
2026-06-04mptcp: allow subflow rcv wnd to shrinkPaolo Abeni1-0/+7
2026-06-04mptcp: close TOCTOU race while computing rcv_wndPaolo Abeni1-18/+18
2026-06-04mptcp: fix retransmission loop when csum is enabledPaolo Abeni1-0/+4
2026-06-04mptcp: fix missing wakeups in edge scenariosPaolo Abeni1-0/+4
2026-06-04ipv4: restrict IPOPT_SSRR and IPOPT_LSRR optionsEric Dumazet1-0/+4
2026-06-04af_unix: Fix inq_len update problem in partial readJianyu Li1-5/+6
2026-06-04appletalk: aarp: zero-initialize aarp_entry to prevent heap info leakYizhou Zhao1-1/+1
2026-06-04xsk: cache csum_start/csum_offset to fix TOCTOU in xsk_skb_metadata()Jason Xing1-4/+7
2026-06-03Bluetooth: MGMT: Fix backward compatibility with userspaceLuiz Augusto von Dentz1-2/+3
2026-06-03Bluetooth: SCO: Fix data-race on sco_pi fields in sco_connectSeungJu Cheon1-5/+15
2026-06-03Bluetooth: ISO: Fix data-race on iso_pi fields in hci_get_route callsSeungJu Cheon1-16/+44
2026-06-03Bluetooth: ISO: Fix a use-after-free of the hci_conn pointerLuiz Augusto von Dentz1-1/+1
2026-06-03Bluetooth: ISO: Fix not releasing hdev reference on iso_conn_big_syncLuiz Augusto von Dentz1-0/+1
2026-06-03Bluetooth: fix memory leak in error path of hci_alloc_dev()Bharath Reddy1-2/+4
2026-06-03Bluetooth: bnep: reject short frames before parsingZhang Cen1-21/+36
2026-06-03Bluetooth: hci_sync: reject oversized Broadcast Announcement prependYuqi Xu1-0/+5
2026-06-03Bluetooth: L2CAP: reject BR/EDR signaling packets over MTUsigMichael Bommarito1-0/+46
2026-06-03Bluetooth: RFCOMM: validate skb length in MCC handlersSeungJu Cheon1-18/+49
2026-06-03Bluetooth: MGMT: validate advertising TLV before type checksZhang Cen1-6/+6
2026-06-03Bluetooth: RFCOMM: hold listener socket in rfcomm_connect_ind()Zhang Cen1-4/+22
2026-06-03wifi: cfg80211: enforce HE/EHT cap/oper consistencyJohannes Berg1-0/+6
2026-06-03wifi: fix leak if split 6 GHz scanning failsFedor Pchelkin1-1/+8
2026-06-03ipv6: anycast: insert aca into global hash under idev->lockJiayuan Chen1-8/+8
2026-06-03sctp: diag: reject stale associations in dump_one pathZhao Zhang1-8/+9
2026-06-02net: rds: clear i_sends on setup unwindYuqi Xu1-0/+1
2026-06-02net: garp: fix unsigned integer underflow in garp_pdu_parse_attrYizhou Zhao1-1/+1
2026-06-02hsr: Remove WARN_ONCE() in hsr_addr_is_self().Kuniyuki Iwashima1-3/+1
2026-06-02Merge tag 'nf-26-06-01' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski11-59/+67
2026-06-02tcp: Add preempt_{disable,enable}_nested() in reqsk_queue_hash_req().Kuniyuki Iwashima1-0/+6
2026-06-02net: Annotate sk->sk_write_space() for UDP SOCKMAP.Kuniyuki Iwashima1-2/+6
2026-06-02wifi: mac80211: limit injected antenna index in ieee80211_parse_tx_radiotapDeepanshu Kartikey1-1/+3
2026-06-02wifi: nl80211: reject oversized EMA RNR listsYuqi Xu1-0/+3
2026-06-02devlink: Release nested relation on devlink freeMark Bloch1-0/+2
2026-06-02l2tp: pppol2tp: hold reference to session in pppol2tp_ioctl()Lee Jones1-32/+50