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