aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2024-10-24Merge tag 'ipsec-2024-10-22' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Abeni1-22/+18
2024-10-23ipv4: Switch inet_addr_hash() to less predictable hash.Kuniyuki Iwashima1-1/+1
2024-10-22tools: ynl-gen: use big-endian netlink attribute typesAsbjørn Sloth Tønnesen1-2/+2
2024-10-22rtnetlink: Return int from rtnl_af_register().Kuniyuki Iwashima1-1/+2
2024-10-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni3-16/+44
2024-10-15ipmr: Use rtnl_register_many().Kuniyuki Iwashima1-9/+13
2024-10-15ipv4: Use rtnl_register_many().Kuniyuki Iwashima4-26/+45
2024-10-15net: inet: do not leave a dangling sk pointer in inet_create()Ignat Korchagin1-12/+10
2024-10-15udp: Compute L4 checksum as usual when not segmenting the skbJakub Sitnicki1-1/+3
2024-10-15tcp/dccp: Don't use timer_pending() in reqsk_queue_unlink().Kuniyuki Iwashima1-5/+16
2024-10-15inetpeer: replace call_rcu by kfree_rcu for simple kmem_cache_free callbackJulia Lawall1-7/+2
2024-10-15ipv4: replace call_rcu by kfree_rcu for simple kmem_cache_free callbackJulia Lawall1-7/+1
2024-10-15netfilter: Make legacy configs user selectableBreno Leitao1-2/+14
2024-10-14ipv4: tcp: give socket pointer to control skbsEric Dumazet2-3/+6
2024-10-14net: add skb_set_owner_edemux() helperEric Dumazet1-1/+1
2024-10-11ipv4: give an IPv4 dev to blackhole_netdevXin Long1-10/+25
2024-10-11net: do not acquire rtnl in fib_seq_sum()Eric Dumazet2-2/+2
2024-10-11ipmr: use READ_ONCE() to read net->ipv[46].ipmr_seqEric Dumazet1-5/+3
2024-10-11ipv4: use READ_ONCE()/WRITE_ONCE() on net->ipv4.fib_seqEric Dumazet2-5/+5
2024-10-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-11/+40
2024-10-10Merge tag 'nf-24-10-09' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni1-3/+1
2024-10-09ipv4: Retire global IPv4 hash table inet_addr_lst.Kuniyuki Iwashima1-10/+0
2024-10-09ipv4: Namespacify IPv4 address GC.Kuniyuki Iwashima1-14/+18
2024-10-09ipv4: Use per-netns hash table in inet_lookup_ifaddr_rcu().Kuniyuki Iwashima1-3/+2
2024-10-09ipv4: Link IPv4 address to per-netns hash table.Kuniyuki Iwashima1-3/+19
2024-10-09tcp: fix mptcp DSS corruption due to large pmtu xmitPaolo Abeni1-4/+1
2024-10-09tcp: remove unnecessary update for tp->write_seq in tcp_connect()xin.guo1-1/+4
2024-10-09ipv4: Convert __fib_validate_source() to dscp_t.Guillaume Nault1-4/+4
2024-10-09ipv4: Convert fib_validate_source() to dscp_t.Guillaume Nault2-14/+12
2024-10-09ipv4: Convert ip_mc_validate_source() to dscp_t.Guillaume Nault2-6/+6
2024-10-09ipv4: Convert ip_route_input_mc() to dscp_t.Guillaume Nault1-5/+6
2024-10-09ipv4: Convert __mkroute_input() to dscp_t.Guillaume Nault1-8/+6