summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2026-02-03tcp: accecn: retransmit downgraded SYN in AccECN negotiationChia-Yu Chang
2026-02-03tcp: disable RFC3168 fallback identifier for CC modulesChia-Yu Chang
2026-02-03tcp: ECT_1_NEGOTIATION and NEEDS_ACCECN identifiersChia-Yu Chang
2026-02-03gro: flushing when CWR is set negatively affects AccECNIlpo Järvinen
2026-02-03tcp: try to avoid safer when ACKs are thinnedIlpo Järvinen
2026-02-02tcp: export tcp_splice_stateGeliang Tang
2026-02-02ipv4: use dst4_mtu() instead of dst_mtu()Eric Dumazet
2026-01-30udp: add drop count for packets in udp_prod_queueMahdi Faramarzpour
2026-01-30tcp: 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
2026-01-17fou: Don't allow 0 for FOU_ATTR_IPPROTO.Kuniyuki Iwashima
2026-01-17gue: Fix skb memleak with inner IP protocol 0.Kuniyuki Iwashima
2026-01-17tcp: move tcp_rate_skb_sent() to tcp_output.cEric Dumazet
2026-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-01-15Merge tag 'ipsec-2026-01-14' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Abeni
2026-01-13dst: fix races in rt6_uncached_list_del() and rt_del_uncached_list()Eric Dumazet
2026-01-12net: ipconfig: Remove outdated comment and indent code blockThorsten Blum
2026-01-10ipv4: ip_gre: make ipgre_header() robustEric Dumazet
2026-01-08ipv4: ip_tunnel: spread netdev_lockdep_set_classes()Eric Dumazet
2026-01-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-01-08arp: do not assume dev_hard_header() does not change skb->headEric Dumazet
2026-01-08net: do not write to msg_get_inq in calleeWillem de Bruijn
2026-01-06udp: udplite is unlikelyEric Dumazet
2026-01-06udp: call skb_orphan() before skb_attempt_defer_free()Eric Dumazet
2026-01-06ipv4/inet_sock.h: Avoid thousands of -Wflex-array-member-not-at-end warningsGustavo A. R. Silva
2026-01-05ipv4: Improve martian logsClara Engler
2026-01-05compiler-context-analysis: Change __cond_acquires to take return valueMarco Elver
2026-01-04inet: frags: drop fraglist conntrack referencesFlorian Westphal
2026-01-04inet: ping: Fix icmp out countingyuan.gao
2025-12-30net: fib: restore ECMP balance from loopbackVadim Fedorenko