aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
2026-03-13udp: Don't pass udptable to IPv4 socket lookup functions.Kuniyuki Iwashima1-3/+2
2026-03-13udp: Don't pass udptable to IPv6 socket lookup functions.Kuniyuki Iwashima2-6/+4
2026-03-13udp: Remove udp_table in struct udp_seq_afinfo.Kuniyuki Iwashima1-1/+0
2026-03-13udp: Remove struct proto.h.udp_table.Kuniyuki Iwashima1-1/+0
2026-03-13udp: Remove UDPLITE_SEND_CSCOV and UDPLITE_RECV_CSCOV.Kuniyuki Iwashima1-15/+0
2026-03-13udp: Remove partial csum code in TX.Kuniyuki Iwashima1-35/+0
2026-03-13udp: Remove partial csum code in RX.Kuniyuki Iwashima2-48/+3
2026-03-13udp: Remove UDP-Lite SNMP stats.Kuniyuki Iwashima2-33/+18
2026-03-13ipv4: Retire UDP-Lite.Kuniyuki Iwashima3-9/+6
2026-03-13ipv6: Retire UDP-Lite.Kuniyuki Iwashima3-5/+4
2026-03-13udp: Make udp[46]_seq_show() static.Kuniyuki Iwashima1-3/+0
2026-03-13nf_tables: nft_dynset: fix possible stateful expression memleak in error pathPablo Neira Ayuso1-0/+2
2026-03-13netfilter: revert nft_set_rbtree: validate open interval overlapFlorian Westphal1-4/+0
2026-03-12ip_tunnel: adapt iptunnel_xmit_stats() to NETDEV_PCPU_STAT_DSTATSEric Dumazet1-6/+22
2026-03-12net: page_pool: scale alloc cache with PAGE_SIZENimrod Oren1-1/+10
2026-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-1/+22
2026-03-12net: prevent NULL deref in ip[6]tunnel_xmit()Eric Dumazet1-4/+6
2026-03-12tcp: add tcp_release_cb_cond() helperEric Dumazet1-0/+14
2026-03-12vsock: add G2H fallback for CIDs not owned by H2G transportAlexander Graf2-0/+11
2026-03-12xfrm: avoid RCU warnings around the per-netns netlink socketSabrina Dubroca1-1/+1
2026-03-10page_pool: store detach_time as ktime_t to avoid false-negativesJakub Kicinski1-1/+1
2026-03-10inet: add ip_local_port_step_width sysctl to improve port usage distributionFernando Fernandez Mancera1-0/+1
2026-03-10net: mana: hardening: Validate doorbell ID from GDMA_REGISTER_DEVICE responseErni Sri Satya Vennela1-1/+3
2026-03-10net: add xmit recursion limit to tunnel xmit functionsWeiming Shi2-0/+19
2026-03-09tcp: inline tcp_chrono_start()Eric Dumazet1-1/+24
2026-03-09net/sched: refine indirect call mitigation in tc_wrapper.hEric Dumazet1-5/+42
2026-03-09tcp: move sysctl_tcp_shrink_window to netns_ipv4_read_txrx groupEric Dumazet1-1/+1
2026-03-09net/sched: do not reset queues in graft operationsEric Dumazet1-2/+2
2026-03-09tcp: move tcp_v4_early_demux() to net/ipv4/ip_input.cEric Dumazet1-1/+0
2026-03-06net: change sock.sk_ino and sock_i_ino() to u64Jeff Layton1-2/+2
2026-03-06wifi: mac80211: add support for NDP ADDBA/DELBA for S1GRia Thomas1-0/+4
2026-03-05tcp: Initialise ehash secrets during connect() and listen().Kuniyuki Iwashima1-0/+2
2026-03-05tcp: move tcp_v6_early_demux() to net/ipv6/ip6_input.cEric Dumazet1-1/+0
2026-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski14-26/+108
2026-03-05libeth, idpf: use truesize as XDP RxQ info frag_sizeLarysa Zaremba1-0/+3
2026-03-05xsk: introduce helper to determine rxq->frag_sizeLarysa Zaremba1-0/+10
2026-03-05net/sched: act_ife: Fix metalist update behaviorJamal Hadi Salim1-3/+1
2026-03-05netfilter: nft_set_pipapo: split gc into unlink and reclaim phaseFlorian Westphal1-0/+5
2026-03-05netfilter: nf_tables: clone set on flush onlyPablo Neira Ayuso1-0/+2
2026-03-05Merge tag 'nf-next-26-03-04' of https://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextPaolo Abeni2-55/+337
2026-03-04net: use ktime_t in struct scm_timestamping_internalEric Dumazet1-2/+9
2026-03-04tcp: secure_seq: add back ports to TS offsetEric Dumazet2-9/+42
2026-03-04net: sched: avoid qdisc_reset_all_tx_gt() vs dequeue race for lockless qdiscsKoichiro Den1-0/+10
2026-03-04net-sysfs: use rps_tag_ptr and remove metadata from rps_dev_flow_tableEric Dumazet2-11/+2
2026-03-04net-sysfs: remove rcu field from 'struct rps_dev_flow_table'Eric Dumazet1-1/+0
2026-03-04net-sysfs: use rps_tag_ptr and remove metadata from rps_sock_flow_tableEric Dumazet2-24/+23
2026-03-04net-sysfs: add rps_sock_flow_table_mask() helperEric Dumazet1-3/+8
2026-03-04net-sysfs: remove rcu field from 'struct rps_sock_flow_table'Eric Dumazet1-1/+0
2026-03-04net: add rps_tag_ptr type and helpersEric Dumazet1-0/+24
2026-03-04net: fix off-by-one in udp_flow_src_port() / psp_write_headers()Eric Dumazet1-1/+2