summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
4 daysipv6: seg6: clear IPv4 control block on IPIP decapsulationKyle Zeng
4 daysxfrm: fix xfrm_state_construct() auth-trunc leakZihan Xi
4 daysxfrm: ah6: validate routing header segments_leftAsim Viladi Oglu Manizada
4 daysxfrm: drop ESP-in-TCP packets with no ingress deviceZhiling Zou
4 daysxfrm: espintcp: fix UAF during closeSabrina Dubroca
4 daysnfc: nci: add data_len bound checks to activation parameter extractorsBryam Vargas
4 daysnfc: nci: fix uninit-value in the RF discover/activated NTF handlersSamuel Page
4 daysipv4: igmp: Fix potential UAF in igmp_gq_start_timer()Eric Dumazet
4 daysbpf: Remove tst_run from lwt_seg6local_prog_ops.Sebastian Andrzej Siewior
4 daysipvs: reload ip header after head reallocationFlorian Westphal
4 daysipv6: mcast: Fix use-after-free when processing MLD queriesIdo Schimmel
10 daysinet: frags: strip GSO state from fragments before reassemblyXinyang Ge
10 dayscan: isotp: fix timer drain order, wakeup handling and tx_gen orderingOliver Hartkopp
10 dayscan: use skb hash instead of private variable in headroomOliver Hartkopp
10 daysxfrm: fix sk_dst_cache double-free in xfrm_user_policy()Xiang Mei (Microsoft)
10 dayslibceph: fix OOB read in decode_watchers() via missing bounds checkPavitra Jha
10 daysipv6: fix use-after-free in ip6_finish_output2()Luxiao Xu
10 daysipv4: reject undersized MTUs in ip_do_fragment()Yong Wang
10 daysnfc: nci: free destination parameters when closing a connectionLinmao Li
10 daysnfc: nci: fix out-of-bounds write in nci_target_auto_activated()Samuel Page
10 daysnfc: llcp: reject PDUs shorter than the LLCP headerDoruk Tan Ozturk
10 daysnfc: llcp: fix OOB read and u8 offset wrap in TLV parsersMuhammad Bilal
10 daysnfc: llcp: bound the connect_sn TLV walk to the skbDoruk Tan Ozturk
10 daysnfc: digital: clamp SENSF_RES length to the destination bufferDoruk Tan Ozturk
10 daysinet: frags: publish queues before arming timerZhiling Zou
10 dayspacket: synchronize pressure clearing with ring reconfigurationZihan Xi
10 daysnet/sched: reject overly deep qdisc hierarchiesZijie Huang
10 dayspacket: use consistent hard_header_len in TX_RING send pathQihang Tang
10 dayspacket: use consistent hard_header_len in non-ring send pathsQihang Tang
10 daysipv4: Fix fib_nlmsg_size() for RTA_VIA nexthopsZihan Xi
10 daysnet: ipv4: Publish fib_nlmsg_size()Amit Cohen
10 daysnet/x25: fix use-after-free of the socket by its timersBaul Lee
10 daysBluetooth: RFCOMM: take rfcomm_mutex for the deferred setup acceptAli Ahmet Memis
2026-08-23net: smc: fix splice entry lifetime imbalance in smc_rx_spliceDaming Li
2026-08-23net/smc: rdma write inline if qp has sufficient inline spaceGuangguan Wang
2026-08-23af_packet: Don't send zero-byte data in tpacket_snd().Eric Dumazet
2026-08-23net: packet: fix wrong transport_header when sending VLAN-tagged frameWei Fang
2026-08-23netfilter: ipset: fix list type element drift bugFlorian Westphal
2026-08-23netfilter: flowtable: publish GC-visible tuple lastJérémy Jean
2026-08-23netfilter: nf_tables_offload: suppress WARN_ON_ONCE for ENOMEM in abort pathAlexey Velichayshiy
2026-08-23netfilter: ipset: fix refcount race between list:set GC and swapXiang Mei (Microsoft)
2026-08-23net/sched: act_gact, act_police: range check the fallback control actionHyunjung Ko
2026-08-23net: pktgen: fix proc entry use-after-freeChengfeng Ye
2026-08-23net: pktgen: fix code style (WARNING: Block comments)Peter Seiderer
2026-08-23Bluetooth: HIDP: reject frames without a transaction headerSangho Lee
2026-08-23skbuff: introduce skb_pull_dataLuiz Augusto von Dentz
2026-08-23net: gro: fix double aggregation of flush-marked skbsShiming Cheng
2026-08-23net/sched: serialize qdisc_rtab_list against concurrent get/putAldo Ariel Panzardo
2026-08-23libceph: fix two unsafe bare decodes in decode_lockers()Pavitra Jha
2026-08-23libceph: bound pg_{temp,upmap,upmap_items} length to CEPH_PG_MAX_SIZEXiang Mei