summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)Author
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-16xsk: remove repeated definesMaciej Fijalkowski
2026-03-14devlink: introduce shared devlink instance for PFs on same chipJiri Pirko
2026-03-14devlink: add devlink_dev_driver_name() helper and use it in trace eventsJiri Pirko
2026-03-14devlink: add helpers to get bus_name/dev_nameJiri Pirko
2026-03-14net: dropreason: add SKB_DROP_REASON_RECURSION_LIMITEric Dumazet
2026-03-14tcp: implement RFC 7323 window retraction receiver requirementsSimon Baatz
2026-03-13udp: Don't pass udptable to IPv4 socket lookup functions.Kuniyuki Iwashima
2026-03-13udp: Don't pass udptable to IPv6 socket lookup functions.Kuniyuki Iwashima
2026-03-13udp: Remove udp_table in struct udp_seq_afinfo.Kuniyuki Iwashima
2026-03-13udp: Remove struct proto.h.udp_table.Kuniyuki Iwashima
2026-03-13udp: Remove UDPLITE_SEND_CSCOV and UDPLITE_RECV_CSCOV.Kuniyuki Iwashima
2026-03-13udp: Remove partial csum code in TX.Kuniyuki Iwashima
2026-03-13udp: Remove partial csum code in RX.Kuniyuki Iwashima
2026-03-13udp: Remove UDP-Lite SNMP stats.Kuniyuki Iwashima
2026-03-13ipv4: Retire UDP-Lite.Kuniyuki Iwashima
2026-03-13ipv6: Retire UDP-Lite.Kuniyuki Iwashima
2026-03-13udp: Make udp[46]_seq_show() static.Kuniyuki Iwashima
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: page_pool: scale alloc cache with PAGE_SIZENimrod Oren
2026-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-03-12net: prevent NULL deref in ip[6]tunnel_xmit()Eric Dumazet
2026-03-12tcp: add tcp_release_cb_cond() helperEric Dumazet
2026-03-12vsock: add G2H fallback for CIDs not owned by H2G transportAlexander Graf
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-10inet: add ip_local_port_step_width sysctl to improve port usage distributionFernando Fernandez Mancera
2026-03-10net: mana: hardening: Validate doorbell ID from GDMA_REGISTER_DEVICE responseErni Sri Satya Vennela
2026-03-10net: add xmit recursion limit to tunnel xmit functionsWeiming Shi
2026-03-09tcp: inline tcp_chrono_start()Eric Dumazet
2026-03-09net/sched: refine indirect call mitigation in tc_wrapper.hEric Dumazet
2026-03-09tcp: move sysctl_tcp_shrink_window to netns_ipv4_read_txrx groupEric Dumazet
2026-03-09net/sched: do not reset queues in graft operationsEric Dumazet
2026-03-09tcp: move tcp_v4_early_demux() to net/ipv4/ip_input.cEric Dumazet
2026-03-06net: change sock.sk_ino and sock_i_ino() to u64Jeff Layton
2026-03-06wifi: mac80211: add support for NDP ADDBA/DELBA for S1GRia Thomas
2026-03-05tcp: Initialise ehash secrets during connect() and listen().Kuniyuki Iwashima
2026-03-05tcp: move tcp_v6_early_demux() to net/ipv6/ip6_input.cEric Dumazet
2026-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
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-05Merge tag 'nf-next-26-03-04' of https://git.kernel.org/pub/scm/linux/kernel/g...Paolo Abeni