summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
26 hoursMerge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...Linus Torvalds
43 hoursMerge tag 'net-next-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/net...davem/net/maindavem/net/HEADdavem/net-next/maindavem/net-next/HEADLinus Torvalds
2 daysMerge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
3 daysMerge tag 'locking-core-2026-02-08' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
3 daysMerge tag 'bpf-next-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf...Linus Torvalds
3 daysxfrm: fix ip_rt_bug race in icmp_route_lookup reverse pathJiayuan Chen
7 daystcp: inline tcp_filter()Eric Dumazet
8 daysinet: RAW sockets using IPPROTO_RAW MUST drop incoming ICMPEric Dumazet
8 daystcp: move __reqsk_free() out of lineEric Dumazet
8 daystcp: move reqsk_fastopen_remove to net/ipv4/tcp_fastopen.cEric Dumazet
8 daysinet: move reqsk_queue_alloc() to net/ipv4/inet_connection_sock.cEric Dumazet
9 daystcp: split tcp_check_space() in two partsEric Dumazet
9 daystcp: move tcp_rbtree_insert() to tcp_output.cEric Dumazet
9 daystcp: use __skb_push() in __tcp_transmit_skb()Eric Dumazet
10 daystcp: accecn: enable AccECNChia-Yu Chang
10 daystcp: accecn: add tcpi_ecn_mode and tcpi_option2 in tcp_infoChia-Yu Chang
10 daystcp: accecn: detect loss ACK w/ AccECN option and add TCP_ACCECN_OPTION_PERSISTChia-Yu Chang
10 daystcp: accecn: unset ECT if receive or send ACE=0 in AccECN negotiaionChia-Yu Chang
10 daystcp: accecn: retransmit SYN/ACK without AccECN option or non-AccECN SYN/ACKChia-Yu Chang
10 daystcp: add TCP_SYNACK_RETRANS synack_typeChia-Yu Chang
10 daystcp: accecn: retransmit downgraded SYN in AccECN negotiationChia-Yu Chang
10 daystcp: disable RFC3168 fallback identifier for CC modulesChia-Yu Chang
10 daystcp: ECT_1_NEGOTIATION and NEEDS_ACCECN identifiersChia-Yu Chang
10 daysgro: flushing when CWR is set negatively affects AccECNIlpo Järvinen
10 daystcp: try to avoid safer when ACKs are thinnedIlpo Järvinen
11 daystcp: export tcp_splice_stateGeliang Tang
11 daysipv4: use dst4_mtu() instead of dst_mtu()Eric Dumazet
14 daysudp: add drop count for packets in udp_prod_queueMahdi Faramarzpour
14 daystcp: reduce tcp sockets size by one cache lineEric Dumazet
2026-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-01-29net: fix segmentation of forwarding fraglist GROJibin Zhang
2026-01-28tcp: tcp_tx_timestamp() must look at the rtx queueEric Dumazet
2026-01-28ipv4: Use EXPORT_IPV6_MOD_GPL() for ip_fib_metrics_init().Kuniyuki Iwashima
2026-01-28ipv4: fib: Annotate access to struct fib_alias.fa_state.Kuniyuki Iwashima
2026-01-28tcp: move tcp_rack_advance() to tcp_input.cEric Dumazet
2026-01-28tcp: move tcp_rack_update_reo_wnd() to tcp_input.cEric Dumazet
2026-01-28tcp: mark tcp_process_tlp_ack() as unlikelyEric Dumazet
2026-01-27udp: gso: Use single MSS length in UDP header for GSO_PARTIALGal Pressman
2026-01-27bpf, sockmap: Fix FIONREAD for sockmapJiayuan Chen
2026-01-27bpf, sockmap: Fix incorrect copied_seq calculationJiayuan Chen
2026-01-27tcp: move sk_forced_mem_schedule() to tcp.cEric Dumazet
2026-01-25ipv4: igmp: annotate data-races around idev->mr_maxdelayEric Dumazet
2026-01-23tcp: move tcp_stream_memory_free() to tcp.cEric Dumazet
2026-01-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-01-22tcp: move tcp_rate_check_app_limited() to tcp.cEric Dumazet
2026-01-22tcp: move tcp_rate_gen to tcp_input.cEric Dumazet
2026-01-22cipso: harden use of skb_cow() in cipso_v4_skbuff_setattr()Will Rosenberg
2026-01-21tcp: preserve const qualifier in tcp_rsk() and inet_rsk()Eric Dumazet
2026-01-20kernel.h: drop hex.h and update all hex.h usersRandy Dunlap
2026-01-20tcp: move tcp_rate_skb_delivered() to tcp_input.cEric Dumazet