summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
2025-04-17ipv4: Use nlmsg_payload in ipmr fileBreno Leitao1-4/+4
2025-04-17ipv4: Use nlmsg_payload in route fileBreno Leitao1-2/+2
2025-04-17ipv4: Use nlmsg_payload in fib_frontend fileBreno Leitao1-2/+2
2025-04-17ipv4: Use nlmsg_payload in devinet fileBreno Leitao1-2/+2
2025-04-15ipv4: ip_tunnel: Convert ip_tunnel_delete_nets() callers to ->exit_rtnl().Kuniyuki Iwashima4-43/+27
2025-04-15nexthop: Convert nexthop_net_exit_batch_rtnl() to ->exit_rtnl().Kuniyuki Iwashima1-8/+5
2025-04-15udp: properly deal with xfrm encap and ADDRFORMPaolo Abeni2-5/+28
2025-04-14espintcp: remove encap socket caching to avoid reference leakSabrina Dubroca1-45/+4
2025-04-14espintcp: fix skb leaksSabrina Dubroca1-1/+3
2025-04-12tcp: Rename tcp_or_dccp_get_hashinfo().Kuniyuki Iwashima2-11/+12
2025-04-12net: Unexport shared functions for DCCP.Kuniyuki Iwashima3-26/+6
2025-04-12net: Retire DCCP socket.Kuniyuki Iwashima4-8/+3
2025-04-11ipv4: remove unnecessary judgment in ip_route_output_key_hash_rcuZhengchao Shao1-2/+1
2025-04-11trace: tcp: Add tracepoint for tcp_sendmsg_locked()Breno Leitao1-0/+2
2025-04-11tcp: add LINUX_MIB_PAWS_TW_REJECTED counterJiayuan Chen2-1/+2
2025-04-11tcp: add TCP_RFC7323_TW_PAWS drop reasonJiayuan Chen2-3/+7
2025-04-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-9/+9
2025-04-09net: Drop unused @sk of __skb_try_recv_from_queue()Michal Luczaj1-4/+4
2025-04-09udp_tunnel: use static call for GRO hooks when possiblePaolo Abeni1-1/+134
2025-04-09udp_tunnel: create a fastpath GRO lookup.Paolo Abeni3-1/+62
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner3-9/+9
2025-04-04net: fix geneve_opt length integer overflowLin Ma1-1/+1
2025-04-04net: switch to netif_disable_lro in inetdev_initStanislav Fomichev1-1/+1
2025-04-03tunnels: Accept PACKET_HOST in skb_tunnel_check_pmtu().Guillaume Nault1-1/+1
2025-04-03udp: Fix memory accounting leak.Kuniyuki Iwashima1-9/+7
2025-04-03udp: Fix multiple wraparounds of sk->sk_rmem_alloc.Kuniyuki Iwashima1-9/+17
2025-04-01Revert "tcp: avoid atomic operations on sk->sk_rmem_alloc"Eric Dumazet3-20/+6
2025-03-27Merge tag 'net-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds45-806/+1151
2025-03-25Merge tag 'timers-cleanups-2025-03-23' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-6/+4
2025-03-25tcp/dccp: remove icsk->icsk_ack.timeoutEric Dumazet2-6/+6
2025-03-25tcp/dccp: remove icsk->icsk_timeoutEric Dumazet3-9/+10
2025-03-25Revert "udp_tunnel: GRO optimizations"Jakub Kicinski3-192/+2
2025-03-25Merge tag 'nf-next-25-03-23' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski1-6/+5
2025-03-25tcp: avoid atomic operations on sk->sk_rmem_allocEric Dumazet3-6/+20
2025-03-25nexthop: Convert RTM_DELNEXTHOP to per-netns RTNL.Kuniyuki Iwashima1-5/+10
2025-03-25nexthop: Convert RTM_NEWNEXTHOP to per-netns RTNL.Kuniyuki Iwashima1-5/+11
2025-03-25nexthop: Remove redundant group len check in nexthop_create_group().Kuniyuki Iwashima1-3/+0
2025-03-25nexthop: Check NLM_F_REPLACE and NHA_ID in rtm_new_nexthop().Kuniyuki Iwashima1-5/+6
2025-03-25nexthop: Move NHA_OIF validation to rtm_to_nh_config_rtnl().Kuniyuki Iwashima1-20/+23
2025-03-25nexthop: Split nh_check_attr_group().Kuniyuki Iwashima1-21/+47
2025-03-25nexthop: Move nlmsg_parse() in rtm_to_nh_config() to rtm_new_nexthop().Kuniyuki Iwashima1-15/+18
2025-03-25tcp: support TCP_DELACK_MAX_US for set/getsockopt useJason Xing2-2/+13
2025-03-25tcp: support TCP_RTO_MIN_US for set/getsockopt useJason Xing1-1/+12
2025-03-24tcp/dccp: Remove inet_connection_sock_af_ops.addr2sockaddr().Kuniyuki Iwashima2-13/+0
2025-03-24tcp: move icsk_clean_acked to a better locationEric Dumazet2-6/+11
2025-03-21netfilter: fib: avoid lookup if socket is availableFlorian Westphal1-6/+5
2025-03-18tcp: cache RTAX_QUICKACK metric in a hot cache lineEric Dumazet1-2/+1
2025-03-18inet: frags: save a pair of atomic operations in reassemblyEric Dumazet2-11/+12
2025-03-18inet: frags: change inet_frag_kill() to defer refcount updatesEric Dumazet2-23/+19
2025-03-18ipv4: frags: remove ipq_put()Eric Dumazet1-11/+4