summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)Author
4 daysphonet: Pass net and ifindex to phonet_address_notify().Kuniyuki Iwashima
4 daysnet/sched: fix pedit partial COW leading to page cache corruptionRajat Gupta
2026-06-19genetlink: Use internal flags for multicast groupsIdo Schimmel
2026-06-19Bluetooth: L2CAP: reject BR/EDR signaling packets over MTUsigMichael Bommarito
2026-06-19netfilter: ctnetlink: ensure safe access to master conntrackPablo Neira Ayuso
2026-06-19netfilter: nf_conntrack: destroy stale expectfn expectations on unregisterWeiming Shi
2026-06-19net: guard timestamp cmsgs to real error queue skbsKyle Zeng
2026-06-19net/sched: act_api: use RCU with deferred freeing for action lifecycleJamal Hadi Salim
2026-06-19ipvs: clear the svc scheduler ptr early on editJulian Anastasov
2026-06-19xfrm: route MIGRATE notifications to caller's netnsMaoyi Xie
2026-06-19inet: frags: flush pending skbs in fqdir_pre_exit()Jakub Kicinski
2026-06-19inet: frags: add inet_frag_queue_flush()Jakub Kicinski
2026-06-19netfilter: nf_tables: fix dst corruption in same register operationFernando Fernandez Mancera
2026-06-01netfilter: nf_queue: hold bridge skb->dev while queuedHaoze Xie
2026-06-01Bluetooth: serialize accept_q accessJiexun Wang
2026-06-01af_unix: Give up GC if MSG_PEEK intervened.Kuniyuki Iwashima
2026-05-23bonding: 3ad: implement proper RCU rules for port->aggregatorEric Dumazet
2026-05-23bonding: add support for per-port LACP actor priorityHangbin Liu
2026-05-23net: bonding: add broadcast_neighbor option for 802.3adTonghao Zhang
2026-05-23ipv6: rename and move ip6_dst_lookup_tunnel()Beniamino Galvani
2026-05-23ipv4: add new arguments to udp_tunnel_dst_lookup()Beniamino Galvani
2026-05-23ipv4: remove "proto" argument from udp_tunnel_dst_lookup()Beniamino Galvani
2026-05-23ipv4: rename and move ip_route_output_tunnel()Beniamino Galvani
2026-05-23net/sched: sch_pie: annotate data-races in pie_dump_stats()Eric Dumazet
2026-05-17net: mctp: fix don't require received header reserved bits to be zeroYuan Zhaoming
2026-05-17RDMA/mana_ib: Disable RX steering on RSS QP destroyLong Li
2026-04-27wifi: mac80211: always free skb on ieee80211_tx_prepare_skb() failureFelix Fietkau
2026-04-27nf_tables: nft_dynset: fix possible stateful expression memleak in error pathPablo Neira Ayuso
2026-04-27net: sched: fix TCF_LAYER_TRANSPORT handling in tcf_get_base_ptr()Eric Dumazet
2026-04-27xsk: fix XDP_UMEM_SG_FLAG issuesMaciej Fijalkowski
2026-04-27xsk: 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