aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
2026-05-10ipv4: Provide a FIB flushing signal from nexthop removal functionsCosmin Ratiu1-20/+30
2026-05-09Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds1-1/+1
2026-05-08Merge tag 'nf-26-05-08' of git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski8-163/+91
2026-05-08tcp: Fix imbalanced icsk_accept_queue count.Kuniyuki Iwashima1-1/+1
2026-05-08tcp: Fix potential UAF in reqsk_timer_handler().Kuniyuki Iwashima1-1/+1
2026-05-08netfilter: x_tables: close dangling table module init raceFlorian Westphal5-56/+60
2026-05-08netfilter: x_tables: add and use xtables_unregister_table_exitFlorian Westphal3-11/+12
2026-05-08netfilter: x_tables: unregister the templates firstFlorian Westphal5-5/+5
2026-05-08netfilter: x_tables: add and use xt_unregister_table_pre_exitFlorian Westphal8-23/+6
2026-05-08netfilter: x_tables: allocate hook ops while under mutexFlorian Westphal2-68/+8
2026-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski9-39/+70
2026-05-07ipmr: Call ipmr_fib_lookup() under RCU.Kuniyuki Iwashima1-1/+2
2026-05-06tcp: tcp_child_process() related UAFEric Dumazet2-9/+7
2026-05-06inetpeer: add a missing read_seqretry() in inet_getpeer()Eric Dumazet1-1/+2
2026-05-06Merge tag 'ipsec-2026-05-05' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsecJakub Kicinski3-3/+16
2026-05-05udp_tunnel: Remove synchronize_rcu() in udp_tunnel_sock_release().Kuniyuki Iwashima1-1/+0
2026-05-05fou: Store struct sock in struct fou.Kuniyuki Iwashima1-7/+7
2026-05-05udp_tunnel: Pass struct sock to udp_tunnel_notify_{add,del}_rx_port().Kuniyuki Iwashima1-4/+2
2026-05-05udp_tunnel: Pass struct sock to udp_tunnel_{push,drop}_rx_port().Kuniyuki Iwashima1-4/+2
2026-05-05udp_tunnel: Pass struct sock to setup_udp_tunnel_sock().Kuniyuki Iwashima2-4/+2
2026-05-05udp_tunnel: Pass struct sock to udp_tunnel_sock_release().Kuniyuki Iwashima2-7/+6
2026-05-05xfrm: esp: avoid in-place decrypt on shared skb fragsKuan-Ting Chen2-1/+4
2026-05-04ipv4: igmp: get rid of IGMPV3_{QQIC,MRC} and simplify calculationUjjal Roy1-3/+3
2026-05-01tcp: move max_packets_out, cwnd_usage_seq, rate_delivered and rate_interval_us to tcp_sock_write_tx groupEric Dumazet1-4/+4
2026-05-01tcp: move tp->bytes_acked to tcp_sock_write_tx groupEric Dumazet1-1/+1
2026-05-01tcp: move tp->first_tx_mstamp and tp->delivered_mstamp to tcp_sock_write_txEric Dumazet1-2/+2
2026-05-01tcp: move tp->segs_in and tp->segs_out to tcp_sock_write_txrx groupEric Dumazet1-2/+2
2026-05-01tcp: move tp->delivered and tp->delivered_ce to tcp_sock_write_tx groupEric Dumazet1-2/+2
2026-05-01ipv4: igmp: annotate data-races in igmp_heard_query()Eric Dumazet1-22/+36
2026-05-01ipmr: prevent info-leak in pmr_cache_report()Eric Dumazet1-3/+4
2026-04-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski5-55/+100
2026-04-30netfilter: nf_socket: skip socket lookup for non-first fragmentsFernando Fernandez Mancera1-0/+3
2026-04-30net/tcp: Remove tcp_sigpoolEric Biggers3-370/+0
2026-04-30net/tcp-ao: Return void from functions that can no longer failEric Biggers2-70/+68
2026-04-30net/tcp-ao: Use stack-allocated MAC and traffic_key buffersEric Biggers1-33/+11
2026-04-30net/tcp-ao: Use crypto library API instead of crypto_ahashEric Biggers2-265/+255
2026-04-30net/tcp-ao: Drop support for most non-RFC-specified algorithmsEric Biggers1-0/+4
2026-04-29tcp: add tcp_mstamp_refresh_inline()Eric Dumazet2-10/+4
2026-04-28Merge tag 'nf-26-04-28' of git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski2-3/+23
2026-04-27tcp: make probe0 timer handle expired user timeoutAltan Hacigumus1-2/+3
2026-04-27ipmr: Free mr_table after RCU grace period.Kuniyuki Iwashima2-50/+74
2026-04-24Merge tag 'net-deletions' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-1/+0
2026-04-23Merge tag 'net-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds19-85/+114
2026-04-23tcp: call sk_data_ready() after listener migrationZhenzhong Wu1-0/+3
2026-04-23ipv4: icmp: validate reply type before using icmp_pointersRuide Cao1-1/+4
2026-04-23tcp: send a challenge ACK on SEG.ACK > SND.NXTJiayuan Chen1-3/+7
2026-04-23net: remove ax25 and amateur radio (hamradio) subsystemJakub Kicinski1-1/+0
2026-04-22bpf: Reject TCP_NODELAY in bpf-tcp-ccKaFai Wan1-1/+1
2026-04-21netfilter: arp_tables: fix IEEE1394 ARP payload parsingPablo Neira Ayuso2-3/+23
2026-04-20netfilter: nat: use kfree_rcu to release opsPablo Neira Ayuso1-2/+2