aboutsummaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
2026-04-12tcp: return a drop_reason from tcp_add_backlog()Eric Dumazet1-12/+9
2026-04-12net: Add net_cookie to Dead loop messagesChris J Arges1-2/+2
2026-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-14/+32
2026-04-08Merge tag 'ipsec-2026-04-08' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski1-1/+4
2026-04-07xfrm: hold dev ref until after transport_finish NF_HOOKQi Tang1-1/+4
2026-04-06tcp: add recv_should_stop helperGeliang Tang1-7/+2
2026-04-05mm: rename zap_page_range_single() to zap_vma_range()David Hildenbrand (Arm)1-3/+3
2026-04-05mm/memory: remove "zap_details" parameter from zap_page_range_single()David Hildenbrand (Arm)1-3/+2
2026-04-03ipv4: icmp: fix null-ptr-deref in icmp_build_probe()Yiqi Sun1-0/+7
2026-04-03ipv4: nexthop: allocate skb dynamically in rtm_get_nexthop()Fernando Fernandez Mancera1-11/+27
2026-04-03ipv4: nexthop: avoid duplicate NHA_HW_STATS_ENABLE on nexthop group dumpFernando Fernandez Mancera1-2/+1
2026-04-03inet: remove leftover EXPORT_SYMBOL()Eric Dumazet3-21/+0
2026-03-29ipv4: drop ipv6_stub usage and use direct function callsFernando Fernandez Mancera5-29/+28
2026-03-29net: remove EXPORT_IPV6_MOD() and EXPORT_IPV6_MOD_GPL() macrosFernando Fernandez Mancera14-124/+0
2026-03-29ipv6: convert CONFIG_IPV6 to built-in only and clean up KconfigsFernando Fernandez Mancera1-5/+4
2026-03-26tcp: tcp_vegas: use tcp_vegas_cwnd_event_tx_start()Eric Dumazet1-0/+1
2026-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-21/+10
2026-03-24tcp: add cwnd_event_tx_start to tcp_congestion_opsEric Dumazet8-29/+50
2026-03-24Merge tag 'ipsec-2026-03-23' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Abeni1-3/+6
2026-03-23udp: Fix wildcard bind conflict check when using hash2Martin KaFai Lau2-18/+4
2026-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-2/+5
2026-03-19icmp: fix NULL pointer dereference in icmp_tag_validation()Weiming Shi1-1/+3
2026-03-17fou: Remove IPPROTO_UDPLITE check in gue_err() and gue6_err().Kuniyuki Iwashima1-2/+1
2026-03-16bonding: prevent potential infinite loop in bond_header_parse()Eric Dumazet1-1/+2
2026-03-14ipv4: validate IPV4_DEVCONF attributes properlyFernando Fernandez Mancera1-10/+45
2026-03-14net: dropreason: add SKB_DROP_REASON_RECURSION_LIMITEric Dumazet1-1/+1
2026-03-14tcp: increase LINUX_MIB_BEYOND_WINDOW for SKB_DROP_REASON_TCP_OVERWINDOWSimon Baatz1-0/+1
2026-03-14tcp: implement RFC 7323 window retraction receiver requirementsSimon Baatz5-5/+12
2026-03-13udp: Don't pass proto to __udp4_lib_rcv() and __udp6_lib_rcv().Kuniyuki Iwashima1-13/+5
2026-03-13udp: Don't pass udptable to IPv4 socket lookup functions.Kuniyuki Iwashima3-83/+56
2026-03-13udp: Don't pass udptable to IPv6 socket lookup functions.Kuniyuki Iwashima1-10/+10
2026-03-13udp: Remove dead check in __udp[46]_lib_lookup() for BPF.Kuniyuki Iwashima1-2/+1
2026-03-13udp: Remove udp_table in struct udp_seq_afinfo.Kuniyuki Iwashima1-18/+4
2026-03-13udp: Remove struct proto.h.udp_table.Kuniyuki Iwashima1-14/+12
2026-03-13udp: Remove UDPLITE_SEND_CSCOV and UDPLITE_RECV_CSCOV.Kuniyuki Iwashima1-44/+2
2026-03-13udp: Remove partial csum code in TX.Kuniyuki Iwashima1-36/+22
2026-03-13udp: Remove partial csum code in RX.Kuniyuki Iwashima1-69/+16
2026-03-13udp: Remove UDP-Lite SNMP stats.Kuniyuki Iwashima3-62/+32
2026-03-13ipv4: Retire UDP-Lite.Kuniyuki Iwashima8-235/+20
2026-03-13udp: Make udp[46]_seq_show() static.Kuniyuki Iwashima2-3/+2
2026-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-3/+32
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-5/+0
2026-03-11ipv6: move the disable_ipv6_mod knob to core codeJakub Kicinski1-0/+6
2026-03-10inet: add ip_local_port_step_width sysctl to improve port usage distributionFernando Fernandez Mancera2-3/+32
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