summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2026-03-17fou: Remove IPPROTO_UDPLITE check in gue_err() and gue6_err().Kuniyuki Iwashima
2026-03-16bonding: prevent potential infinite loop in bond_header_parse()Eric Dumazet
2026-03-14ipv4: validate IPV4_DEVCONF attributes properlyFernando Fernandez Mancera
2026-03-14net: dropreason: add SKB_DROP_REASON_RECURSION_LIMITEric Dumazet
2026-03-14tcp: increase LINUX_MIB_BEYOND_WINDOW for SKB_DROP_REASON_TCP_OVERWINDOWSimon Baatz
2026-03-14tcp: implement RFC 7323 window retraction receiver requirementsSimon Baatz
2026-03-13udp: Don't pass proto to __udp4_lib_rcv() and __udp6_lib_rcv().Kuniyuki Iwashima
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 dead check in __udp[46]_lib_lookup() for BPF.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-13udp: Make udp[46]_seq_show() static.Kuniyuki Iwashima
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-11ipv6: move the disable_ipv6_mod knob to core codeJakub Kicinski
2026-03-10inet: add ip_local_port_step_width sysctl to improve port usage distributionFernando Fernandez Mancera
2026-03-10net: add xmit recursion limit to tunnel xmit functionsWeiming Shi
2026-03-09tcp: inline tcp_chrono_start()Eric Dumazet
2026-03-09tcp: avoid dst->ops->check() call in tcp_v{4,6}_do_rcv()Eric Dumazet
2026-03-09tcp: move tcp_v4_early_demux() to net/ipv4/ip_input.cEric Dumazet
2026-03-09tcp: remove unused hash_size from struct tcp_out_optionsKeita Morisaki
2026-03-09net: nexthop: fix percpu use-after-free in remove_nh_grp_entryMehul Rao
2026-03-09net: Add SPDX ids to some source filesTim Bird
2026-03-06net: annotate data races around sk->sk_protJiayuan Chen
2026-03-06inet_diag: report delayed ack timer informationEric Dumazet
2026-03-06net: change sock.sk_ino and sock_i_ino() to u64Jeff Layton
2026-03-05tcp: Initialise ehash secrets during connect() and listen().Kuniyuki Iwashima
2026-03-05tcp: shrink per-packet memset in __tcp_transmit_skb()Keita Morisaki
2026-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-03-04net: use ktime_t in struct scm_timestamping_internalEric Dumazet
2026-03-04tcp: move tcp_do_parse_auth_options() to net/ipv4/tcp.cEric Dumazet
2026-03-04tcp: secure_seq: add back ports to TS offsetEric Dumazet
2026-03-03net/tcp-md5: Fix MAC comparison to be constant-timeEric Biggers
2026-03-03net: ipv4: fix ARM64 alignment fault in multipath hash seedYung Chih Su
2026-03-03net/tcp-ao: Fix MAC comparison to be constant-timeEric Biggers
2026-03-02dccp Remove inet_hashinfo2_init_mod().Kuniyuki Iwashima
2026-03-02ipmr: Don't hold RTNL for ipmr_rtm_route().Kuniyuki Iwashima
2026-03-02ipmr: Add dedicated mutex for mrt->{mfc_hash,mfc_cache_list}.Kuniyuki Iwashima
2026-03-02ipmr/ip6mr: Convert net->ipv[46].ipmr_seq to atomic_t.Kuniyuki Iwashima
2026-03-02ipmr: Call fib_rules_unregister() without RTNL.Kuniyuki Iwashima
2026-03-02ipmr: Remove RTNL in ipmr_rules_init() and ipmr_net_init().Kuniyuki Iwashima
2026-03-02ipmr: Convert ipmr_net_exit_batch() to ->exit_rtnl().Kuniyuki Iwashima
2026-03-02ipmr: Move unregister_netdevice_many() out of ipmr_free_table().Kuniyuki Iwashima