summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2025-05-02bpf: udp: Make mem flags configurable through bpf_iter_udp_realloc_batchJordan Rife
2025-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-05-01net: use sock_gen_put() when sk_state is TCP_TIME_WAITJibin Zhang
2025-04-29Merge tag 'nf-next-25-04-29' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski
2025-04-29net: ipv6: fix UDPv6 GSO segmentation with NATFelix Fietkau
2025-04-29ipv4: fib: Fix fib_info_hash_alloc() allocation typeKees Cook
2025-04-29ip: load balance tcp connections to single dst addr and portWillem de Bruijn
2025-04-29ipv4: prefer multipath nexthop that matches source addressWillem de Bruijn
2025-04-24tcp: fastopen: pass TFO child indication through getsockoptJeremy Harris
2025-04-24tcp: fastopen: note that a child socket was createdJeremy Harris
2025-04-24net: ip_gre: Fix spelling mistake "demultiplexor" -> "demultiplexer"Colin Ian King
2025-04-24net: cgroup: Guard users of sock_cgroup_classid()Michal Koutný
2025-04-24ipv6: Get rid of RTNL for SIOCADDRT and RTM_NEWROUTE.Kuniyuki Iwashima
2025-04-24ipv6: Protect nh->f6i_list with spinlock and flag.Kuniyuki Iwashima
2025-04-24ipv6: Preallocate nhc_pcpu_rth_output in ip6_route_info_create().Kuniyuki Iwashima
2025-04-17xfrm: Fix UDP GRO handling for some corner casesTobias Brunner
2025-04-16ipv4: Use nlmsg_payload in ipmr fileBreno Leitao
2025-04-16ipv4: Use nlmsg_payload in route fileBreno Leitao
2025-04-16ipv4: Use nlmsg_payload in fib_frontend fileBreno Leitao
2025-04-16ipv4: Use nlmsg_payload in devinet fileBreno Leitao
2025-04-14ipv4: ip_tunnel: Convert ip_tunnel_delete_nets() callers to ->exit_rtnl().Kuniyuki Iwashima
2025-04-14nexthop: Convert nexthop_net_exit_batch_rtnl() to ->exit_rtnl().Kuniyuki Iwashima
2025-04-14udp: properly deal with xfrm encap and ADDRFORMPaolo Abeni
2025-04-14espintcp: remove encap socket caching to avoid reference leakSabrina Dubroca
2025-04-14espintcp: fix skb leaksSabrina Dubroca
2025-04-11tcp: Rename tcp_or_dccp_get_hashinfo().Kuniyuki Iwashima
2025-04-11net: Unexport shared functions for DCCP.Kuniyuki Iwashima
2025-04-11net: Retire DCCP socket.Kuniyuki Iwashima
2025-04-10ipv4: remove unnecessary judgment in ip_route_output_key_hash_rcuZhengchao Shao
2025-04-10trace: tcp: Add tracepoint for tcp_sendmsg_locked()Breno Leitao
2025-04-10tcp: add LINUX_MIB_PAWS_TW_REJECTED counterJiayuan Chen
2025-04-10tcp: add TCP_RFC7323_TW_PAWS drop reasonJiayuan Chen
2025-04-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-04-08net: Drop unused @sk of __skb_try_recv_from_queue()Michal Luczaj
2025-04-08udp_tunnel: use static call for GRO hooks when possiblePaolo Abeni
2025-04-08udp_tunnel: create a fastpath GRO lookup.Paolo Abeni
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