summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2026-06-03mptcp: close TOCTOU race while computing rcv_wndPaolo Abeni
2026-06-03mptcp: fix retransmission loop when csum is enabledPaolo Abeni
2026-06-03mptcp: fix missing wakeups in edge scenariosPaolo Abeni
2026-06-03ipv4: restrict IPOPT_SSRR and IPOPT_LSRR optionsEric Dumazet
2026-06-03af_unix: Fix inq_len update problem in partial readJianyu Li
2026-06-03appletalk: aarp: zero-initialize aarp_entry to prevent heap info leakYizhou Zhao
2026-06-03xsk: cache csum_start/csum_offset to fix TOCTOU in xsk_skb_metadata()Jason Xing
2026-06-03Bluetooth: MGMT: Fix backward compatibility with userspaceLuiz Augusto von Dentz
2026-06-03Bluetooth: SCO: Fix data-race on sco_pi fields in sco_connectSeungJu Cheon
2026-06-03Bluetooth: ISO: Fix data-race on iso_pi fields in hci_get_route callsSeungJu Cheon
2026-06-03Bluetooth: ISO: Fix a use-after-free of the hci_conn pointerLuiz Augusto von Dentz
2026-06-03Bluetooth: ISO: Fix not releasing hdev reference on iso_conn_big_syncLuiz Augusto von Dentz
2026-06-03Bluetooth: fix memory leak in error path of hci_alloc_dev()Bharath Reddy
2026-06-03Bluetooth: bnep: reject short frames before parsingZhang Cen
2026-06-03Bluetooth: hci_sync: reject oversized Broadcast Announcement prependYuqi Xu
2026-06-03Bluetooth: L2CAP: reject BR/EDR signaling packets over MTUsigMichael Bommarito
2026-06-03Bluetooth: RFCOMM: validate skb length in MCC handlersSeungJu Cheon
2026-06-03Bluetooth: MGMT: validate advertising TLV before type checksZhang Cen
2026-06-03Bluetooth: RFCOMM: hold listener socket in rfcomm_connect_ind()Zhang Cen
2026-06-03wifi: cfg80211: enforce HE/EHT cap/oper consistencyJohannes Berg
2026-06-03wifi: fix leak if split 6 GHz scanning failsFedor Pchelkin
2026-06-02ipv6: anycast: insert aca into global hash under idev->lockJiayuan Chen
2026-06-02sctp: diag: reject stale associations in dump_one pathZhao Zhang
2026-06-02net: rds: clear i_sends on setup unwindYuqi Xu
2026-06-02net: garp: fix unsigned integer underflow in garp_pdu_parse_attrYizhou Zhao
2026-06-02hsr: Remove WARN_ONCE() in hsr_addr_is_self().Kuniyuki Iwashima
2026-06-02Merge tag 'nf-26-06-01' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski
2026-06-02tcp: Add preempt_{disable,enable}_nested() in reqsk_queue_hash_req().Kuniyuki Iwashima
2026-06-02net: Annotate sk->sk_write_space() for UDP SOCKMAP.Kuniyuki Iwashima
2026-06-02wifi: mac80211: limit injected antenna index in ieee80211_parse_tx_radiotapDeepanshu Kartikey
2026-06-02wifi: nl80211: reject oversized EMA RNR listsYuqi Xu
2026-06-02xfrm: iptfs: fix use-after-free on first_skb in __input_process_payloadZhenghang Xiao
2026-06-01devlink: Release nested relation on devlink freeMark Bloch
2026-06-01l2tp: pppol2tp: hold reference to session in pppol2tp_ioctl()Lee Jones
2026-06-016lowpan: fix off-by-one in multicast context address compressionYizhou Zhao
2026-06-01net/sched: act_api: use RCU with deferred freeing for action lifecycleJamal Hadi Salim
2026-06-01netfilter: nft_byteorder: remove multi-register supportFlorian Westphal
2026-06-01netfilter: bridge: make ebt_snat ARP rewrite writableYiming Qian
2026-06-01netfilter: nft_ct: bail out on template ct in get evalJiayuan Chen
2026-06-01netfilter: nft_tunnel: fix use-after-free on object destroyTristan Madani
2026-06-01netfilter: conntrack_irc: fix possible out-of-bounds readFlorian Westphal
2026-06-01netfilter: synproxy: add mutex to guard hook reference countingFernando Fernandez Mancera
2026-06-01netfilter: nft_fib_ipv6: bail out of sibling walk if rt got unlinkedJiayuan Chen
2026-06-01ipvs: clear the svc scheduler ptr early on editJulian Anastasov
2026-06-01netfilter: xt_NFQUEUE: prefer raw_smp_processor_idFernando Fernandez Mancera
2026-06-01xfrm: iptfs: preserve shared-frag marker in iptfs_consume_frags()Takao Sato
2026-05-29Revert "ipv6: preserve insertion order for same-scope addresses"Fernando Fernandez Mancera
2026-05-29Merge tag 'ipsec-2026-05-29' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski
2026-05-29net: skbuff: fix pskb_carve leaking zcopy pagesPavel Begunkov
2026-05-29ipv6: fix possible infinite loop in fib6_select_path()Jiayuan Chen