summaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge tag 'nf-next-24-11-07' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Abeni2024-11-071-2/+14
|\ \ \
| * | | netfilter: Make legacy configs user selectableBreno Leitao2024-10-151-2/+14
* | | | net/tcp: Add missing lockdep annotations for TCP-AO hlist traversalsDmitry Safonov2024-11-032-20/+25
* | | | net: tcp: Add noinline_for_tracing annotation for tcp_drop_reason()Yafang Shao2024-11-031-2/+2
* | | | tcp: only release congestion control if it has been initializedPengcheng Yang2024-11-012-2/+3
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-11-012-4/+5
|\ \ \ \ | | |/ / | |/| |
| * | | Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds2024-11-011-3/+4
| |\ \ \
| | * | | bpf: fix filed access without lockJiayuan Chen2024-10-291-3/+4
| * | | | ipv4: ip_tunnel: Fix suspicious RCU usage warning in ip_tunnel_find()Ido Schimmel2024-10-291-1/+1
| |/ / /
* | | | tcp: add more warn of socket in tcp_send_loss_probe()Jason Xing2024-10-301-3/+1
* | | | ipv4: Prepare ip_rt_get_source() to future .flowi4_tos conversion.Guillaume Nault2024-10-291-1/+1
* | | | ipv4: Prepare ipmr_rt_fib_lookup() to future .flowi4_tos conversion.Guillaume Nault2024-10-291-1/+1
* | | | ipv4: Prepare icmp_reply() to future .flowi4_tos conversion.Guillaume Nault2024-10-291-1/+1
* | | | ipv4: Prepare fib_compute_spec_dst() to future .flowi4_tos conversion.Guillaume Nault2024-10-291-1/+1
* | | | ipv4: Convert devinet_ioctl to per-netns RTNL.Kuniyuki Iwashima2024-10-291-2/+2
* | | | ipv4: Convert devinet_ioctl() to per-netns RTNL except for SIOCSIFFLAGS.Kuniyuki Iwashima2024-10-291-8/+9
* | | | ipv4: Convert devinet_sysctl_forward() to per-netns RTNL.Kuniyuki Iwashima2024-10-291-3/+3
* | | | ipv4: Convert check_lifetime() to per-netns RTNL.Kuniyuki Iwashima2024-10-291-4/+5
* | | | ipv4: Convert RTM_DELADDR to per-netns RTNL.Kuniyuki Iwashima2024-10-291-9/+15
* | | | ipv4: Use per-netns RTNL helpers in inet_rtm_newaddr().Kuniyuki Iwashima2024-10-291-4/+4
* | | | ipv4: Convert RTM_NEWADDR to per-netns RTNL.Kuniyuki Iwashima2024-10-291-10/+18
* | | | ipv4: Don't allocate ifa for 0.0.0.0 in inet_rtm_newaddr().Kuniyuki Iwashima2024-10-291-8/+9
* | | | ipv4: Factorise RTM_NEWADDR validation to inet_validate_rtm().Kuniyuki Iwashima2024-10-291-35/+44
| |_|/ |/| |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2024-10-251-22/+18
|\| |
| * | Merge tag 'ipsec-2024-10-22' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Abeni2024-10-241-22/+18
| |\ \
| | * | xfrm: respect ip protocols rules criteria when performing dst lookupsEyal Birger2024-09-231-0/+2
| | * | xfrm: extract dst lookup parameters into a structEyal Birger2024-09-231-22/+16
* | | | ipv4: Switch inet_addr_hash() to less predictable hash.Kuniyuki Iwashima2024-10-231-1/+1
* | | | tools: ynl-gen: use big-endian netlink attribute typesAsbjørn Sloth Tønnesen2024-10-221-2/+2
* | | | rtnetlink: Return int from rtnl_af_register().Kuniyuki Iwashima2024-10-221-1/+2
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2024-10-213-16/+44
|\| | |
| * | | udp: Compute L4 checksum as usual when not segmenting the skbJakub Sitnicki2024-10-161-1/+3
| * | | tcp/dccp: Don't use timer_pending() in reqsk_queue_unlink().Kuniyuki Iwashima2024-10-161-5/+16
| * | | ipv4: give an IPv4 dev to blackhole_netdevXin Long2024-10-121-10/+25
* | | | ipmr: Use rtnl_register_many().Kuniyuki Iwashima2024-10-161-9/+13
* | | | ipv4: Use rtnl_register_many().Kuniyuki Iwashima2024-10-164-26/+45
* | | | net: inet: do not leave a dangling sk pointer in inet_create()Ignat Korchagin2024-10-161-12/+10
* | | | inetpeer: replace call_rcu by kfree_rcu for simple kmem_cache_free callbackJulia Lawall2024-10-151-7/+2
* | | | ipv4: replace call_rcu by kfree_rcu for simple kmem_cache_free callbackJulia Lawall2024-10-151-7/+1
* | | | ipv4: tcp: give socket pointer to control skbsEric Dumazet2024-10-152-3/+6
* | | | net: add skb_set_owner_edemux() helperEric Dumazet2024-10-151-1/+1
* | | | net: do not acquire rtnl in fib_seq_sum()Eric Dumazet2024-10-122-2/+2
* | | | ipmr: use READ_ONCE() to read net->ipv[46].ipmr_seqEric Dumazet2024-10-121-5/+3
* | | | ipv4: use READ_ONCE()/WRITE_ONCE() on net->ipv4.fib_seqEric Dumazet2024-10-122-5/+5
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-10-103-11/+40
|\| | |
| * | | Merge tag 'nf-24-10-09' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni2024-10-101-3/+1
| |\ \ \
| | * | | netfilter: fib: check correct rtable in vrf setupsFlorian Westphal2024-10-091-3/+1
| * | | | tcp: fix mptcp DSS corruption due to large pmtu xmitPaolo Abeni2024-10-101-4/+1
| |/ / /
| * | | tcp: fix TFO SYN_RECV to not zero retrans_stamp with retransmits outNeal Cardwell2024-10-041-2/+9
| * | | tcp: fix tcp_enter_recovery() to zero retrans_stamp when it's safeNeal Cardwell2024-10-041-0/+13