summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)Author
40 hoursipv6: rename and move ip6_dst_lookup_tunnel()Beniamino Galvani
40 hoursipv4: add new arguments to udp_tunnel_dst_lookup()Beniamino Galvani
40 hoursipv4: remove "proto" argument from udp_tunnel_dst_lookup()Beniamino Galvani
40 hoursipv4: rename and move ip_route_output_tunnel()Beniamino Galvani
40 hoursnet: sched: gred/red: remove unused variables in struct red_statsZhengchao Shao
40 hoursnet/sched: sch_pie: annotate data-races in pie_dump_stats()Eric Dumazet
40 hoursflow_dissector: Add PPPoE dissectorsWojciech Drewek
40 hoursflow_dissector: Add number of vlan tags dissectorBoris Sukholitko
40 hourswifi: mac80211: always free skb on ieee80211_tx_prepare_skb() failureFelix Fietkau
2026-04-18netfilter: nft_ct: fix use-after-free in timeout object destroyTuan Do
2026-04-18netlink: allow be16 and be32 types in all uint policy checksFlorian Westphal
2026-04-18netlink: introduce bigendian integer typesFlorian Westphal
2026-04-18netlink: hide validation union fields from kdocJakub Kicinski
2026-04-18netlink: introduce NLA_POLICY_MAX_BEFlorian Westphal
2026-04-18netfilter: nft_set_pipapo: split gc into unlink and reclaim phaseFlorian Westphal
2026-04-18udp_tunnel: fix NULL deref caused by udp_sock_create6 when CONFIG_IPV6=nXiang Mei
2026-04-18net/sched: act_gate: snapshot parameters with RCU on replacePaul Moses
2026-03-04Bluetooth: L2CAP: Fix invalid response to L2CAP_ECRED_RECONF_REQLuiz Augusto von Dentz
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-06nfc: nci: Fix race between rfkill and nci_unregister_device().Kuniyuki Iwashima
2026-01-19netfilter: nf_conncount: rework API to use sk_buff directlyFernando Fernandez Mancera
2026-01-19netfilter: nf_conncount: reduce unnecessary GCWilliam Tu
2026-01-19inet: Avoid ehash lookup race in inet_ehash_insert()Xuanqiang Luo
2026-01-19Revert "xfrm: destroy xfrm_state synchronously on net exit path"Sabrina Dubroca
2026-01-19xfrm: delete x->tunnel as we delete xSabrina Dubroca
2025-12-07net: tls: Cancel RX async resync request on rcd_delta overflowShahar Shitrit
2025-12-07sctp: hold endpoint before calling cb in sctp_transport_lookup_processXin Long
2025-12-07net/cls_cgroup: Fix task_get_classid() during qdisc runYafang Shao
2025-12-07net: nfc: nci: Increase NCI_DATA_TIMEOUT to 3000 msJuraj Ĺ arinay
2025-12-07net/sched: sch_qfq: Fix null-deref in agg_dequeueXiang Mei
2025-10-29net: rtnetlink: add bulk delete support flagNikolay Aleksandrov
2025-10-29net: rtnetlink: use BIT for flag valuesNikolay Aleksandrov
2025-10-29net: rtnetlink: add helper to extract msg type's kindNikolay Aleksandrov
2025-10-29net: rtnetlink: add msg kind namesNikolay Aleksandrov
2025-10-29net/ip6_tunnel: Prevent perpetual tunnel growthDmitry Safonov
2025-10-02nexthop: Emit a notification when a nexthop is addedIdo Schimmel
2025-10-02net: Fix null-ptr-deref by sock_lock_init_class_and_name() and rmmod.Kuniyuki Iwashima
2025-08-28wifi: cfg80211: Fix interface type validationIlan Peer
2025-08-28net: drop UFO packets in udp_rcv_segment()Wang Liang
2025-08-28net_sched: act_ctinfo: use atomic64_t for three countersEric Dumazet
2025-06-27net: Fix checksum update for ILA adj-transportPaul Chaignon
2025-06-27net: Fix TOCTOU issue in sk_is_readable()Michal Luczaj
2025-06-27net: Rename ->stream_memory_read to ->sock_is_readableCong Wang
2025-06-27bpf: Clean up sockmap related KconfigsCong Wang
2025-06-27tcp: factorize logic into tcp_epollin_ready()Eric Dumazet
2025-06-04netfilter: nf_tables: do not defer rule destruction via call_rcuFlorian Westphal
2025-06-04netfilter: nf_tables: wait for rcu grace period on net_device removalPablo Neira Ayuso
2025-06-04netfilter: nf_tables: pass nft_chain to destroy function, not nft_ctxFlorian Westphal
2025-06-04net_sched: Flush gso_skb list too during ->change()Cong Wang