summaryrefslogtreecommitdiffstats
path: root/net/ipv4
AgeCommit message (Expand)AuthorLines
2025-05-01net: use sock_gen_put() when sk_state is TCP_TIME_WAITJibin Zhang-1/+1
2025-04-29net: ipv6: fix UDPv6 GSO segmentation with NATFelix Fietkau-1/+60
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner-9/+9
2025-04-03net: fix geneve_opt length integer overflowLin Ma-1/+1
2025-04-03net: switch to netif_disable_lro in inetdev_initStanislav Fomichev-1/+1
2025-04-02tunnels: Accept PACKET_HOST in skb_tunnel_check_pmtu().Guillaume Nault-1/+1
2025-04-02udp: Fix memory accounting leak.Kuniyuki Iwashima-9/+7
2025-04-02udp: Fix multiple wraparounds of sk->sk_rmem_alloc.Kuniyuki Iwashima-9/+17
2025-03-31Revert "tcp: avoid atomic operations on sk->sk_rmem_alloc"Eric Dumazet-20/+6
2025-03-26Merge tag 'net-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds-806/+1151
2025-03-25Merge tag 'timers-cleanups-2025-03-23' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-6/+4
2025-03-25tcp/dccp: remove icsk->icsk_ack.timeoutEric Dumazet-6/+6
2025-03-25tcp/dccp: remove icsk->icsk_timeoutEric Dumazet-9/+10
2025-03-25Revert "udp_tunnel: GRO optimizations"Jakub Kicinski-192/+2
2025-03-25Merge tag 'nf-next-25-03-23' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski-6/+5
2025-03-25tcp: avoid atomic operations on sk->sk_rmem_allocEric Dumazet-6/+20
2025-03-25nexthop: Convert RTM_DELNEXTHOP to per-netns RTNL.Kuniyuki Iwashima-5/+10
2025-03-25nexthop: Convert RTM_NEWNEXTHOP to per-netns RTNL.Kuniyuki Iwashima-5/+11
2025-03-25nexthop: Remove redundant group len check in nexthop_create_group().Kuniyuki Iwashima-3/+0
2025-03-25nexthop: Check NLM_F_REPLACE and NHA_ID in rtm_new_nexthop().Kuniyuki Iwashima-5/+6
2025-03-25nexthop: Move NHA_OIF validation to rtm_to_nh_config_rtnl().Kuniyuki Iwashima-20/+23
2025-03-25nexthop: Split nh_check_attr_group().Kuniyuki Iwashima-21/+47
2025-03-25nexthop: Move nlmsg_parse() in rtm_to_nh_config() to rtm_new_nexthop().Kuniyuki Iwashima-15/+18
2025-03-25tcp: support TCP_DELACK_MAX_US for set/getsockopt useJason Xing-2/+13
2025-03-25tcp: support TCP_RTO_MIN_US for set/getsockopt useJason Xing-1/+12
2025-03-24tcp/dccp: Remove inet_connection_sock_af_ops.addr2sockaddr().Kuniyuki Iwashima-13/+0
2025-03-24tcp: move icsk_clean_acked to a better locationEric Dumazet-6/+11
2025-03-21netfilter: fib: avoid lookup if socket is availableFlorian Westphal-6/+5
2025-03-18tcp: cache RTAX_QUICKACK metric in a hot cache lineEric Dumazet-2/+1
2025-03-18inet: frags: save a pair of atomic operations in reassemblyEric Dumazet-11/+12
2025-03-18inet: frags: change inet_frag_kill() to defer refcount updatesEric Dumazet-23/+19
2025-03-18ipv4: frags: remove ipq_put()Eric Dumazet-11/+4
2025-03-18inet: frags: add inet_frag_putn() helperEric Dumazet-3/+2
2025-03-18udp_tunnel: use static call for GRO hooks when possiblePaolo Abeni-1/+131
2025-03-18udp_tunnel: create a fastpath GRO lookup.Paolo Abeni-1/+61
2025-03-17tcp: Pass flags to __tcp_send_ackIlpo Järvinen-5/+5
2025-03-17tcp: add new TCP_TW_ACK_OOW state and allow ECN bits in TOSIlpo Järvinen-9/+25
2025-03-17tcp: AccECN support to tcp_add_backlogIlpo Järvinen-1/+2
2025-03-17gro: prevent ACE field corruption & better AccECN handlingIlpo Järvinen-2/+2
2025-03-17gso: AccECN supportIlpo Järvinen-1/+5
2025-03-17tcp: helpers for ECN mode handlingIlpo Järvinen-13/+15
2025-03-17tcp: rework {__,}tcp_ecn_check_ce() -> tcp_data_ecn_check()Ilpo Järvinen-9/+6
2025-03-17tcp: extend TCP flags to allow AE bit/ACE fieldIlpo Järvinen-5/+5
2025-03-17tcp: create FLAG_TS_PROGRESSIlpo Järvinen-9/+28
2025-03-17tcp: reorganize tcp_in_ack_event() and tcp_count_delivered()Ilpo Järvinen-24/+32
2025-03-08net: move misc netdev_lock flavors to a separate headerJakub Kicinski-0/+1
2025-03-08udp: expand SKB_DROP_REASON_UDP_CSUM useEric Dumazet-3/+3
2025-03-07tcp: ulp: diag: more info without CAP_NET_ADMINMatthieu Baerts (NGI0)-4/+4
2025-03-07tcp: ulp: diag: always print the name if anyMatthieu Baerts (NGI0)-11/+10
2025-03-06tcp: clamp window like before the cleanupMatthieu Baerts (NGI0)-6/+6