summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)Author
12 dayswifi: mac80211: always free skb on ieee80211_tx_prepare_skb() failureFelix Fietkau
12 daysnf_tables: nft_dynset: fix possible stateful expression memleak in error pathPablo Neira Ayuso
12 daysnet: sched: fix TCF_LAYER_TRANSPORT handling in tcf_get_base_ptr()Eric Dumazet
12 daysxsk: fix XDP_UMEM_SG_FLAG issuesMaciej Fijalkowski
12 daysxsk: respect tailroom for ZC setupsMaciej Fijalkowski
2026-04-18netfilter: nft_ct: fix use-after-free in timeout object destroyTuan Do
2026-04-11netfilter: nf_conntrack_expect: store netns and zone in expectationPablo Neira Ayuso
2026-04-11netfilter: nf_conntrack_expect: honor expectation helper fieldPablo Neira Ayuso
2026-04-02Bluetooth: hci_sync: Remove remaining dependencies of hci_requestLuiz Augusto von Dentz
2026-04-02udp: Fix wildcard bind conflict check when using hash2Martin KaFai Lau
2026-04-02ipv6: Don't remove permanent routes with exceptions from tb6_gc_hlist.Kuniyuki Iwashima
2026-03-25netfilter: nft_set_pipapo: split gc into unlink and reclaim phaseFlorian Westphal
2026-03-25udp_tunnel: fix NULL deref caused by udp_sock_create6 when CONFIG_IPV6=nXiang Mei
2026-03-25clsact: Fix use-after-free in init/destroy rollback asymmetryDaniel Borkmann
2026-03-25net/sched: teql: Fix double-free in teql_master_xmitJamal Hadi Salim
2026-03-25net: dsa: properly keep track of conduit referenceVladimir Oltean
2026-03-25net/sched: act_gate: snapshot parameters with RCU on replacePaul Moses
2026-03-25net/sched: Only allow act_ct to bind to clsact/ingress qdiscs and shared blocksVictor Nogueira
2026-03-25xsk: introduce helper to determine rxq->frag_sizeLarysa Zaremba
2026-03-25net/sched: act_ife: Fix metalist update behaviorJamal Hadi Salim
2026-03-25net: sched: avoid qdisc_reset_all_tx_gt() vs dequeue race for lockless qdiscsKoichiro Den
2026-03-25bpf/bonding: reject vlan+srcmac xmit_hash_policy change when XDP is loadedJiayuan Chen
2026-03-25xsk: Fix fragment node deletion to prevent buffer leakNikhil P. Rao
2026-03-25xsk: s/free_list_node/list_node/Maciej Fijalkowski
2026-03-25xsk: Get rid of xdp_buff_xsk::xskb_list_nodeMaciej Fijalkowski
2026-03-04ipv6: ioam: fix heap buffer overflow in __ioam6_fill_trace_data()Qanux
2026-03-04Bluetooth: L2CAP: Fix invalid response to L2CAP_ECRED_RECONF_REQLuiz Augusto von Dentz
2026-03-04ipv6: annotate data-races in ip6_multipath_hash_{policy,fields}()Eric Dumazet
2026-03-04inet: move icmp_global_{credit,stamp} to a separate cache lineEric Dumazet
2026-03-04netns-ipv4: reorganize netns_ipv4 fast path variablesCoco Li
2026-03-04tcp: Set pingpong threshold via sysctlHaiyang Zhang
2026-03-04tcp: defer regular ACK while processing socket backlogEric Dumazet
2026-03-04icmp: icmp_msgs_per_sec and icmp_msgs_burst sysctls become per netnsEric Dumazet
2026-03-04icmp: move icmp_global.credit and icmp_global.stamp to per netns storageEric Dumazet
2026-03-04ipv6: fix a race in ip6_sock_set_v6only()Eric Dumazet
2026-03-04netfilter: nf_conncount: increase the connection clean up limit to 64Fernando Fernandez Mancera
2026-02-19net: tunnel: make skb_vlan_inet_prepare() return drop reasonsMenglong Dong
2026-02-06xsk: Fix race condition in AF_XDP generic RX pathe.kubanski
2026-02-06nfc: nci: Fix race between rfkill and nci_unregister_device().Kuniyuki Iwashima
2026-02-06bonding: annotate data-races around slave->last_rxEric Dumazet
2026-01-17netfilter: nf_tables: avoid chain re-validation if possibleFlorian Westphal
2026-01-17net: Add locking to protect skb->dev access in ip_outputSharath Chandra Vurukala
2026-01-11netfilter: nf_tables: allow loads only when register is initializedFlorian Westphal
2026-01-11netfilter: nf_tables: pass context structure to nft_parse_register_loadFlorian Westphal
2026-01-11netfilter: nf_conncount: rework API to use sk_buff directlyFernando Fernandez Mancera
2026-01-11net/ipv6: Remove expired routes with a separated list of routes.Kui-Feng Lee
2026-01-11inet: Avoid ehash lookup race in inet_ehash_insert()Xuanqiang Luo
2026-01-11Revert "xfrm: destroy xfrm_state synchronously on net exit path"Sabrina Dubroca
2026-01-11xfrm: delete x->tunnel as we delete xSabrina Dubroca
2025-12-07bonding: check xdp prog when set bond modeWang Liang