summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)Author
6 hoursbonding: 3ad: implement proper RCU rules for port->aggregatorEric Dumazet
6 hoursnetfilter: nf_tables: add hook transactions for device deletionsPablo Neira Ayuso
6 hoursnet/sched: sch_pie: annotate data-races in pie_dump_stats()Eric Dumazet
6 hourstcp: annotate data-races around tp->delivered and tp->delivered_ceEric Dumazet
6 hourstcp: add data-races annotations around tp->reordering, tp->snd_cwndEric Dumazet
6 hourstcp: annotate data-races in tcp_get_info_chrono_stats()Eric Dumazet
6 hourstcp: inline tcp_chrono_start()Eric Dumazet
6 hoursnet_sched: fix skb memory leak in deferred qdisc dropsFernando Fernandez Mancera
6 hoursnet: pull headers in qdisc_pkt_len_segs_init()Eric Dumazet
6 hoursnet: dropreason: add SKB_DROP_REASON_RECURSION_LIMITEric Dumazet
2026-05-07net: mctp: fix don't require received header reserved bits to be zeroYuan Zhaoming
2026-05-07RDMA/mana_ib: Disable RX steering on RSS QP destroyLong Li
2026-04-10Merge tag 'vfs-7.0-rc8.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2026-04-09kernfs: pass struct ns_common instead of const void * for namespace tagsChristian Brauner
2026-04-08netfilter: nfnetlink_queue: make hash table per queueFlorian Westphal
2026-04-08netfilter: nft_ct: fix use-after-free in timeout object destroyTuan Do
2026-04-06xsk: fix XDP_UMEM_SG_FLAG issuesMaciej Fijalkowski
2026-04-06xsk: respect tailroom for ZC setupsMaciej Fijalkowski
2026-04-03net: increase IP_TUNNEL_RECURSION_LIMIT to 5Chris J Arges
2026-03-26mpls: add seqcount to protect the platform_label{,s} pairSabrina Dubroca
2026-03-26netfilter: nf_conntrack_expect: store netns and zone in expectationPablo Neira Ayuso
2026-03-26netfilter: ctnetlink: ensure safe access to master conntrackPablo Neira Ayuso
2026-03-26netfilter: nf_conntrack_expect: honor expectation helper fieldPablo Neira Ayuso
2026-03-24net_sched: codel: fix stale state for empty flows in fq_codelJonas Köppeler
2026-03-24Merge tag 'ipsec-2026-03-23' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Abeni
2026-03-23udp: Fix wildcard bind conflict check when using hash2Martin KaFai Lau
2026-03-23ipv6: Don't remove permanent routes with exceptions from tb6_gc_hlist.Kuniyuki Iwashima
2026-03-19Bluetooth: L2CAP: Fix regressions caused by reusing identLuiz Augusto von Dentz
2026-03-18Merge tag 'wireless-2026-03-18' of https://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski
2026-03-18udp_tunnel: fix NULL deref caused by udp_sock_create6 when CONFIG_IPV6=nXiang Mei
2026-03-18wifi: mac80211: always free skb on ieee80211_tx_prepare_skb() failureFelix Fietkau
2026-03-17clsact: Fix use-after-free in init/destroy rollback asymmetryDaniel Borkmann
2026-03-16net/sched: teql: Fix double-free in teql_master_xmitJamal Hadi Salim
2026-03-13nf_tables: nft_dynset: fix possible stateful expression memleak in error pathPablo Neira Ayuso
2026-03-13netfilter: revert nft_set_rbtree: validate open interval overlapFlorian Westphal
2026-03-12ip_tunnel: adapt iptunnel_xmit_stats() to NETDEV_PCPU_STAT_DSTATSEric Dumazet
2026-03-12net: prevent NULL deref in ip[6]tunnel_xmit()Eric Dumazet
2026-03-12xfrm: avoid RCU warnings around the per-netns netlink socketSabrina Dubroca
2026-03-10page_pool: store detach_time as ktime_t to avoid false-negativesJakub Kicinski
2026-03-10net: add xmit recursion limit to tunnel xmit functionsWeiming Shi
2026-03-05libeth, idpf: use truesize as XDP RxQ info frag_sizeLarysa Zaremba
2026-03-05xsk: introduce helper to determine rxq->frag_sizeLarysa Zaremba
2026-03-05net/sched: act_ife: Fix metalist update behaviorJamal Hadi Salim
2026-03-05netfilter: nft_set_pipapo: split gc into unlink and reclaim phaseFlorian Westphal
2026-03-05netfilter: nf_tables: clone set on flush onlyPablo Neira Ayuso
2026-03-04tcp: secure_seq: add back ports to TS offsetEric Dumazet
2026-03-04net: sched: avoid qdisc_reset_all_tx_gt() vs dequeue race for lockless qdiscsKoichiro Den
2026-03-03net: ipv4: fix ARM64 alignment fault in multipath hash seedYung Chih Su
2026-03-03bpf/bonding: reject vlan+srcmac xmit_hash_policy change when XDP is loadedJiayuan Chen
2026-02-28xsk: Fix fragment node deletion to prevent buffer leakNikhil P. Rao