aboutsummaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
2026-03-10net: add xmit recursion limit to tunnel xmit functionsWeiming Shi1-0/+13
2026-03-09tcp: inline tcp_chrono_start()Eric Dumazet1-24/+0
2026-03-09tcp: avoid dst->ops->check() call in tcp_v{4,6}_do_rcv()Eric Dumazet1-1/+1
2026-03-09tcp: move tcp_v4_early_demux() to net/ipv4/ip_input.cEric Dumazet2-38/+39
2026-03-09tcp: remove unused hash_size from struct tcp_out_optionsKeita Morisaki1-1/+0
2026-03-09net: nexthop: fix percpu use-after-free in remove_nh_grp_entryMehul Rao1-3/+11
2026-03-09net: Add SPDX ids to some source filesTim Bird6-3/+7
2026-03-06net: annotate data races around sk->sk_protJiayuan Chen1-2/+6
2026-03-06inet_diag: report delayed ack timer informationEric Dumazet2-6/+11
2026-03-06net: change sock.sk_ino and sock_i_ino() to u64Jeff Layton4-4/+4
2026-03-05tcp: Initialise ehash secrets during connect() and listen().Kuniyuki Iwashima1-2/+15
2026-03-05tcp: shrink per-packet memset in __tcp_transmit_skb()Keita Morisaki1-4/+11
2026-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski13-72/+77
2026-03-04net: use ktime_t in struct scm_timestamping_internalEric Dumazet1-39/+22
2026-03-04tcp: move tcp_do_parse_auth_options() to net/ipv4/tcp.cEric Dumazet2-54/+54
2026-03-04tcp: secure_seq: add back ports to TS offsetEric Dumazet3-25/+31
2026-03-03net/tcp-md5: Fix MAC comparison to be constant-timeEric Biggers3-2/+5
2026-03-03net: ipv4: fix ARM64 alignment fault in multipath hash seedYung Chih Su1-2/+3
2026-03-03net/tcp-ao: Fix MAC comparison to be constant-timeEric Biggers2-1/+3
2026-03-02dccp Remove inet_hashinfo2_init_mod().Kuniyuki Iwashima1-26/+8
2026-03-02ipmr: Don't hold RTNL for ipmr_rtm_route().Kuniyuki Iwashima1-13/+21
2026-03-02ipmr: Add dedicated mutex for mrt->{mfc_hash,mfc_cache_list}.Kuniyuki Iwashima1-6/+22
2026-03-02ipmr/ip6mr: Convert net->ipv[46].ipmr_seq to atomic_t.Kuniyuki Iwashima1-2/+2
2026-03-02ipmr: Call fib_rules_unregister() without RTNL.Kuniyuki Iwashima1-2/+11
2026-03-02ipmr: Remove RTNL in ipmr_rules_init() and ipmr_net_init().Kuniyuki Iwashima1-10/+5
2026-03-02ipmr: Convert ipmr_net_exit_batch() to ->exit_rtnl().Kuniyuki Iwashima1-18/+13
2026-03-02ipmr: Move unregister_netdevice_many() out of ipmr_free_table().Kuniyuki Iwashima1-8/+17
2026-03-02ipmr: Move unregister_netdevice_many() out of mroute_clean_tables().Kuniyuki Iwashima1-10/+24
2026-03-02ipmr: Convert ipmr_rtm_dumproute() to RCU.Kuniyuki Iwashima1-9/+20
2026-03-02ipmr: Convert ipmr_rtm_getroute() to RCU.Kuniyuki Iwashima2-18/+20
2026-03-02ipmr: Use MAXVIFS in mroute_msgsize().Kuniyuki Iwashima1-5/+4
2026-03-02ipmr: Convert ipmr_rtm_dumplink() to RCU.Kuniyuki Iwashima1-12/+17
2026-03-02ipmr: Annotate access to mrt->mroute_do_{pim,assert,wrvifwhole}.Kuniyuki Iwashima1-10/+10
2026-03-02net: remove addr_len argument of recvmsg() handlersEric Dumazet9-48/+38
2026-02-28icmp: fix ICMP error source address when xfrm policy matchesAntony Antony1-1/+0
2026-02-28tcp: give up on stronger sk_rcvbuf checks (for now)Jakub Kicinski1-15/+1
2026-02-28udp: Unhash auto-bound connected sk from 4-tuple hash table when disconnected.Kuniyuki Iwashima1-10/+15
2026-02-27inet: annotate data-races around isk->inet_numEric Dumazet2-5/+5
2026-02-26net: annotate data-races around sk->sk_{data_ready,write_space}Eric Dumazet6-12/+14
2026-02-26inet: remove three EXPORT_SYMBOL()Eric Dumazet1-3/+1
2026-02-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski29-74/+81
2026-02-26Merge tag 'net-7.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds6-10/+25
2026-02-25netfilter: nf_tables: remove register tracking infrastructureFlorian Westphal3-4/+0
2026-02-25tcp: re-enable acceptance of FIN packets when RWIN is 0Simon Baatz1-4/+14
2026-02-25esp: fix skb leak with espintcp and async cryptoSabrina Dubroca1-3/+6
2026-02-24icmp: increase net.ipv4.icmp_msgs_{per_sec,burst}Eric Dumazet1-2/+2
2026-02-24tcp: reduce calls to tcp_schedule_loss_probe()Eric Dumazet2-2/+2
2026-02-24tcp: make tcp_v{4,6}_send_check() staticEric Dumazet2-6/+3
2026-02-24tcp: move tcp_v6_send_check() to tcp_output.cEric Dumazet1-3/+16
2026-02-24tcp: inline __tcp_v4_send_check()Eric Dumazet2-19/+9