summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
3 daysMerge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
4 daysMerge tag 'net-next-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
4 daysMerge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
5 daystcp: Don't set treq->req_usec_ts in cookie_tcp_reqsk_init().Kuniyuki Iwashima
5 daysudp: Force compute_score to always inlineGabriel Krisman Bertazi
5 daysMerge tag 'vfs-7.1-rc1.kino' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
6 daystcp: update window_clamp when SO_RCVBUF is setJakub Kicinski
6 daysMerge branch 'net-reduce-sk_filter-and-friends-bloat'Jakub Kicinski
6 daysnet: change sk_filter_trim_cap() to return a drop_reason by valueEric Dumazet
6 daystcp: change tcp_filter() to return the reason by valueEric Dumazet
6 daysnet: change sock_queue_rcv_skb_reason() to return a drop_reasonEric Dumazet
6 daysgre: Count GRE packet dropsGal Pressman
7 daystcp: add indirect call wrapper in tcp_conn_request()Eric Dumazet
7 daystcp: return a drop_reason from tcp_add_backlog()Eric Dumazet
7 daysnet: Add net_cookie to Dead loop messagesChris J Arges
9 daysMerge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
10 daysMerge tag 'ipsec-2026-04-08' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski
12 daysxfrm: hold dev ref until after transport_finish NF_HOOKQi Tang
12 daystcp: add recv_should_stop helperGeliang Tang
13 daysmm: rename zap_page_range_single() to zap_vma_range()David Hildenbrand (Arm)
13 daysmm/memory: remove "zap_details" parameter from zap_page_range_single()David Hildenbrand (Arm)
2026-04-03ipv4: icmp: fix null-ptr-deref in icmp_build_probe()Yiqi Sun
2026-04-03ipv4: nexthop: allocate skb dynamically in rtm_get_nexthop()Fernando Fernandez Mancera
2026-04-03ipv4: nexthop: avoid duplicate NHA_HW_STATS_ENABLE on nexthop group dumpFernando Fernandez Mancera
2026-04-03inet: remove leftover EXPORT_SYMBOL()Eric Dumazet
2026-03-29ipv4: drop ipv6_stub usage and use direct function callsFernando Fernandez Mancera
2026-03-29net: remove EXPORT_IPV6_MOD() and EXPORT_IPV6_MOD_GPL() macrosFernando Fernandez Mancera
2026-03-29ipv6: convert CONFIG_IPV6 to built-in only and clean up KconfigsFernando Fernandez Mancera
2026-03-26tcp: tcp_vegas: use tcp_vegas_cwnd_event_tx_start()Eric Dumazet
2026-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-03-24tcp: add cwnd_event_tx_start to tcp_congestion_opsEric Dumazet
2026-03-24Merge tag 'ipsec-2026-03-23' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Abeni
2026-03-23udp: Fix wildcard bind conflict check when using hash2Martin KaFai Lau
2026-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-03-19icmp: fix NULL pointer dereference in icmp_tag_validation()Weiming Shi
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