summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
3 daysConvert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook4-5/+4
3 daysConvert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds3-6/+3
3 daysConvert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds3-3/+3
3 daysConvert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds15-19/+19
4 daystreewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook26-64/+60
5 daysMerge tag 'net-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2-17/+31
6 daysipv4: icmp: icmpv4_xrlim_allow() optimization if net.ipv4.icmp_ratelimit is zeroEric Dumazet1-4/+10
6 daysicmp: prevent possible overflow in icmp_global_allow()Eric Dumazet1-1/+2
7 daysping: annotate data-races in ping_lookup()Eric Dumazet1-12/+19
12 daysMerge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...Linus Torvalds1-0/+1
13 daysMerge tag 'net-next-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds30-557/+770
14 daysMerge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-4/+25
2026-02-10Merge tag 'locking-core-2026-02-08' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2026-02-10Merge tag 'bpf-next-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf...Linus Torvalds2-6/+42
2026-02-10xfrm: fix ip_rt_bug race in icmp_route_lookup reverse pathJiayuan Chen1-0/+15
2026-02-07tcp: inline tcp_filter()Eric Dumazet1-8/+0
2026-02-05inet: RAW sockets using IPPROTO_RAW MUST drop incoming ICMPEric Dumazet1-4/+10
2026-02-05tcp: move __reqsk_free() out of lineEric Dumazet1-0/+10
2026-02-05tcp: move reqsk_fastopen_remove to net/ipv4/tcp_fastopen.cEric Dumazet1-0/+86
2026-02-05inet: move reqsk_queue_alloc() to net/ipv4/inet_connection_sock.cEric Dumazet1-0/+9
2026-02-05tcp: split tcp_check_space() in two partsEric Dumazet1-9/+4
2026-02-05tcp: move tcp_rbtree_insert() to tcp_output.cEric Dumazet2-19/+19
2026-02-05tcp: use __skb_push() in __tcp_transmit_skb()Eric Dumazet1-1/+1
2026-02-03tcp: accecn: enable AccECNChia-Yu Chang1-1/+1
2026-02-03tcp: accecn: add tcpi_ecn_mode and tcpi_option2 in tcp_infoChia-Yu Chang1-0/+8
2026-02-03tcp: accecn: detect loss ACK w/ AccECN option and add TCP_ACCECN_OPTION_PERSISTChia-Yu Chang3-3/+19
2026-02-03tcp: accecn: unset ECT if receive or send ACE=0 in AccECN negotiaionChia-Yu Chang5-11/+38
2026-02-03tcp: accecn: retransmit SYN/ACK without AccECN option or non-AccECN SYN/ACKChia-Yu Chang1-2/+2
2026-02-03tcp: add TCP_SYNACK_RETRANS synack_typeChia-Yu Chang1-1/+2
2026-02-03tcp: accecn: retransmit downgraded SYN in AccECN negotiationChia-Yu Chang1-6/+9
2026-02-03tcp: disable RFC3168 fallback identifier for CC modulesChia-Yu Chang2-4/+5
2026-02-03tcp: ECT_1_NEGOTIATION and NEEDS_ACCECN identifiersChia-Yu Chang2-3/+5
2026-02-03gro: flushing when CWR is set negatively affects AccECNIlpo Järvinen1-2/+1
2026-02-03tcp: try to avoid safer when ACKs are thinnedIlpo Järvinen2-1/+21
2026-02-03tcp: export tcp_splice_stateGeliang Tang1-11/+2
2026-02-03ipv4: use dst4_mtu() instead of dst_mtu()Eric Dumazet6-13/+12
2026-01-31udp: add drop count for packets in udp_prod_queueMahdi Faramarzpour1-1/+19
2026-01-31tcp: reduce tcp sockets size by one cache lineEric Dumazet1-0/+2
2026-01-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-2/+4
2026-01-29net: fix segmentation of forwarding fraglist GROJibin Zhang2-2/+4
2026-01-29tcp: tcp_tx_timestamp() must look at the rtx queueEric Dumazet1-0/+3
2026-01-29ipv4: Use EXPORT_IPV6_MOD_GPL() for ip_fib_metrics_init().Kuniyuki Iwashima1-1/+1
2026-01-29ipv4: fib: Annotate access to struct fib_alias.fa_state.Kuniyuki Iwashima2-4/+6
2026-01-29tcp: move tcp_rack_advance() to tcp_input.cEric Dumazet2-32/+32
2026-01-29tcp: move tcp_rack_update_reo_wnd() to tcp_input.cEric Dumazet2-43/+43
2026-01-29tcp: mark tcp_process_tlp_ack() as unlikelyEric Dumazet1-2/+2
2026-01-28udp: gso: Use single MSS length in UDP header for GSO_PARTIALGal Pressman1-2/+4
2026-01-27bpf, sockmap: Fix FIONREAD for sockmapJiayuan Chen2-4/+39
2026-01-27bpf, sockmap: Fix incorrect copied_seq calculationJiayuan Chen1-2/+3
2026-01-27tcp: move sk_forced_mem_schedule() to tcp.cEric Dumazet2-27/+27