summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
2024-11-19net: ip: fix unexpected return in fib_validate_source()Menglong Dong1-1/+1
2024-11-18ipv6/udp: Add 4-tuple hash for connected socketPhilo Lu1-1/+1
2024-11-18ipv4/udp: Add 4-tuple hash for connected socketPhilo Lu1-3/+194
2024-11-18net/udp: Add 4-tuple hash list basisPhilo Lu1-2/+4
2024-11-18net/udp: Add a new struct for hash2 slotPhilo Lu1-21/+23
2024-11-18Merge tag 'ipsec-next-2024-11-15' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2-4/+5
2024-11-16Merge tag 'nf-next-24-11-15' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski4-4/+5
2024-11-15netfilter: nf_dup4: Convert nf_dup_ipv4_route() to dscp_t.Guillaume Nault1-1/+1
2024-11-15netfilter: nft_fib: Convert nft_fib4_eval() to dscp_t.Guillaume Nault1-1/+2
2024-11-15netfilter: rpfilter: Convert rpfilter_mt() to dscp_t.Guillaume Nault1-1/+1
2024-11-15netfilter: ipv4: Convert ip_route_me_harder() to dscp_t.Guillaume Nault1-1/+1
2024-11-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+2
2024-11-14ipmr: Fix access to mfc_cache_list without lock heldBreno Leitao1-1/+2
2024-11-12net: ip: make ip_route_use_hint() return drop reasonsMenglong Dong2-16/+21
2024-11-12net: ip: make ip_mkroute_input/__mkroute_input return drop reasonsMenglong Dong1-16/+18
2024-11-12net: ip: make ip_route_input() return drop reasonsMenglong Dong2-2/+2
2024-11-12net: ip: make ip_route_input_noref() return drop reasonsMenglong Dong3-11/+14
2024-11-12net: ip: make ip_route_input_rcu() return drop reasonsMenglong Dong1-9/+10
2024-11-12net: ip: make ip_route_input_slow() return drop reasonsMenglong Dong1-21/+35
2024-11-12net: ip: make ip_mc_validate_source() return drop reasonMenglong Dong1-16/+19
2024-11-12net: ip: make ip_route_input_mc() return drop reasonMenglong Dong1-10/+11
2024-11-12net: ip: make fib_validate_source() support drop reasonsMenglong Dong3-22/+32
2024-11-12net: ipv4: Cache pmtu for all packet paths if multipath enabledVladimir Vdovin1-0/+13
2024-11-11net: convert to nla_get_*_default()Johannes Berg4-20/+12
2024-11-10neighbour: Remove bare neighbour::next pointerGilad Naaman1-1/+1
2024-11-07Merge tag 'nf-next-24-11-07' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Abeni1-2/+14
2024-11-06xfrm: Convert struct xfrm_dst_lookup_params -> tos to dscp_t.Guillaume Nault1-1/+2
2024-11-03net/tcp: Add missing lockdep annotations for TCP-AO hlist traversalsDmitry Safonov2-20/+25
2024-11-03net: tcp: Add noinline_for_tracing annotation for tcp_drop_reason()Yafang Shao1-2/+2
2024-11-01tcp: only release congestion control if it has been initializedPengcheng Yang2-2/+3
2024-11-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-4/+5
2024-11-01Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds1-3/+4
2024-10-30tcp: add more warn of socket in tcp_send_loss_probe()Jason Xing1-3/+1
2024-10-29ipv4: Prepare ip_rt_get_source() to future .flowi4_tos conversion.Guillaume Nault1-1/+1
2024-10-29ipv4: Prepare ipmr_rt_fib_lookup() to future .flowi4_tos conversion.Guillaume Nault1-1/+1
2024-10-29ipv4: Prepare icmp_reply() to future .flowi4_tos conversion.Guillaume Nault1-1/+1
2024-10-29ipv4: Prepare fib_compute_spec_dst() to future .flowi4_tos conversion.Guillaume Nault1-1/+1
2024-10-29ipv4: ip_tunnel: Fix suspicious RCU usage warning in ip_tunnel_find()Ido Schimmel1-1/+1
2024-10-29bpf: fix filed access without lockJiayuan Chen1-3/+4
2024-10-29xfrm: Add an inbound percpu state cache.Steffen Klassert1-3/+3
2024-10-29ipv4: Convert devinet_ioctl to per-netns RTNL.Kuniyuki Iwashima1-2/+2
2024-10-29ipv4: Convert devinet_ioctl() to per-netns RTNL except for SIOCSIFFLAGS.Kuniyuki Iwashima1-8/+9
2024-10-29ipv4: Convert devinet_sysctl_forward() to per-netns RTNL.Kuniyuki Iwashima1-3/+3
2024-10-29ipv4: Convert check_lifetime() to per-netns RTNL.Kuniyuki Iwashima1-4/+5
2024-10-29ipv4: Convert RTM_DELADDR to per-netns RTNL.Kuniyuki Iwashima1-9/+15
2024-10-29ipv4: Use per-netns RTNL helpers in inet_rtm_newaddr().Kuniyuki Iwashima1-4/+4
2024-10-29ipv4: Convert RTM_NEWADDR to per-netns RTNL.Kuniyuki Iwashima1-10/+18
2024-10-29ipv4: Don't allocate ifa for 0.0.0.0 in inet_rtm_newaddr().Kuniyuki Iwashima1-8/+9
2024-10-29ipv4: Factorise RTM_NEWADDR validation to inet_validate_rtm().Kuniyuki Iwashima1-35/+44
2024-10-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-22/+18