summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2025-08-20net: ipv4: fix incorrect MTU in broadcast routesOscar Maes
2025-08-20udp: also consider secpath when evaluating ipsec use for checksummingSabrina Dubroca
2025-08-15tcp: call tcp_measure_rcv_mss() for ooo packetsEric Dumazet
2025-08-15net: dst: annotate data-races around dst->outputEric Dumazet
2025-08-15net: dst: annotate data-races around dst->inputEric Dumazet
2025-08-15tcp: fix tcp_ofo_queue() to avoid including too much DUP SACK rangexin.guo
2025-08-01xfrm: Set transport header to fix UDP GRO handlingTobias Brunner
2025-07-24net: fix segmentation after TCP/UDP fraglist GROFelix Fietkau
2025-07-17tcp: Correct signedness in skb remaining space calculationJiayuan Chen
2025-07-10net: ipv4: fix stat increase when udp early demux drops the packetAntoine Tenart
2025-06-27tcp: fix passive TFO socket having invalid NAPI IDDavid Wei
2025-06-27tcp: fix tcp_packet_delayed() for tcp_is_non_sack_preventing_reopen() behaviorNeal Cardwell
2025-06-27ipv4/route: Use this_cpu_inc() for stats on PREEMPT_RTSebastian Andrzej Siewior
2025-06-27tcp: add receive queue awareness in tcp_rcv_space_adjust()Eric Dumazet
2025-06-27tcp: fix initial tp->rcvq_space.space value for passive TS enabled flowsEric Dumazet
2025-06-27tcp: remove zero TCP TS samples for autotuningEric Dumazet
2025-06-27tcp: always seek for minimal rtt in tcp_rcv_rtt_update()Eric Dumazet
2025-06-19net: fix udp gso skb_segment after pull from frag_listShiming Cheng
2025-06-19netfilter: nf_tables: nft_fib: consistent l3mdev handlingFlorian Westphal
2025-05-22Merge tag 'ipsec-2025-05-21' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Abeni
2025-05-16mr: consolidate the ipmr_can_free_table() checks.Paolo Abeni
2025-05-01net: use sock_gen_put() when sk_state is TCP_TIME_WAITJibin Zhang
2025-04-29net: ipv6: fix UDPv6 GSO segmentation with NATFelix Fietkau
2025-04-17xfrm: Fix UDP GRO handling for some corner casesTobias Brunner
2025-04-14espintcp: remove encap socket caching to avoid reference leakSabrina Dubroca
2025-04-14espintcp: fix skb leaksSabrina Dubroca
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner
2025-04-03net: fix geneve_opt length integer overflowLin Ma
2025-04-03net: switch to netif_disable_lro in inetdev_initStanislav Fomichev
2025-04-02tunnels: Accept PACKET_HOST in skb_tunnel_check_pmtu().Guillaume Nault
2025-04-02udp: Fix memory accounting leak.Kuniyuki Iwashima
2025-04-02udp: Fix multiple wraparounds of sk->sk_rmem_alloc.Kuniyuki Iwashima
2025-03-31Revert "tcp: avoid atomic operations on sk->sk_rmem_alloc"Eric Dumazet
2025-03-26Merge tag 'net-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2025-03-25Merge tag 'timers-cleanups-2025-03-23' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-03-25tcp/dccp: remove icsk->icsk_ack.timeoutEric Dumazet
2025-03-25tcp/dccp: remove icsk->icsk_timeoutEric Dumazet
2025-03-25Revert "udp_tunnel: GRO optimizations"Jakub Kicinski
2025-03-25Merge tag 'nf-next-25-03-23' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski
2025-03-25tcp: avoid atomic operations on sk->sk_rmem_allocEric Dumazet
2025-03-25nexthop: Convert RTM_DELNEXTHOP to per-netns RTNL.Kuniyuki Iwashima
2025-03-25nexthop: Convert RTM_NEWNEXTHOP to per-netns RTNL.Kuniyuki Iwashima
2025-03-25nexthop: Remove redundant group len check in nexthop_create_group().Kuniyuki Iwashima
2025-03-25nexthop: Check NLM_F_REPLACE and NHA_ID in rtm_new_nexthop().Kuniyuki Iwashima
2025-03-25nexthop: Move NHA_OIF validation to rtm_to_nh_config_rtnl().Kuniyuki Iwashima
2025-03-25nexthop: Split nh_check_attr_group().Kuniyuki Iwashima
2025-03-25nexthop: Move nlmsg_parse() in rtm_to_nh_config() to rtm_new_nexthop().Kuniyuki Iwashima
2025-03-25tcp: support TCP_DELACK_MAX_US for set/getsockopt useJason Xing
2025-03-25tcp: support TCP_RTO_MIN_US for set/getsockopt useJason Xing
2025-03-24tcp/dccp: Remove inet_connection_sock_af_ops.addr2sockaddr().Kuniyuki Iwashima