summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | tcp: Fix data-races around sysctl_tcp_fastopen.Kuniyuki Iwashima2022-07-183-5/+7
| * | | | tcp: Fix data-races around sysctl_max_syn_backlog.Kuniyuki Iwashima2022-07-181-2/+4
| * | | | tcp: Fix a data-race around sysctl_tcp_tw_reuse.Kuniyuki Iwashima2022-07-181-1/+1
| * | | | tcp: Fix data-races around some timeout sysctl knobs.Kuniyuki Iwashima2022-07-183-7/+7
| * | | | tcp: Fix data-races around sysctl_tcp_reordering.Kuniyuki Iwashima2022-07-183-5/+10
| * | | | tcp: Fix data-races around sysctl_tcp_syncookies.Kuniyuki Iwashima2022-07-182-9/+14
| * | | | tcp: Fix data-races around sysctl_tcp_syn(ack)?_retries.Kuniyuki Iwashima2022-07-183-5/+11
| * | | | igmp: Fix data-races around sysctl_igmp_qrv.Kuniyuki Iwashima2022-07-181-11/+13
| * | | | igmp: Fix data-races around sysctl_igmp_max_msf.Kuniyuki Iwashima2022-07-182-4/+4
| * | | | igmp: Fix a data-race around sysctl_igmp_max_memberships.Kuniyuki Iwashima2022-07-181-1/+1
| * | | | igmp: Fix data-races around sysctl_igmp_llm_reports.Kuniyuki Iwashima2022-07-181-8/+13
| * | | | tcp/udp: Make early_demux back namespacified.Kuniyuki Iwashima2022-07-153-84/+26
| * | | | tcp: Fix a data-race around sysctl_tcp_probe_interval.Kuniyuki Iwashima2022-07-151-1/+1
| * | | | tcp: Fix a data-race around sysctl_tcp_probe_threshold.Kuniyuki Iwashima2022-07-151-1/+1
| * | | | tcp: Fix a data-race around sysctl_tcp_mtu_probe_floor.Kuniyuki Iwashima2022-07-151-1/+1
| * | | | tcp: Fix data-races around sysctl_tcp_min_snd_mss.Kuniyuki Iwashima2022-07-152-2/+3
| * | | | tcp: Fix data-races around sysctl_tcp_base_mss.Kuniyuki Iwashima2022-07-152-2/+2
| * | | | tcp: Fix data-races around sysctl_tcp_mtu_probing.Kuniyuki Iwashima2022-07-152-2/+2
| * | | | ip: Fix a data-race around sysctl_ip_autobind_reuse.Kuniyuki Iwashima2022-07-151-1/+1
| * | | | ip: Fix data-races around sysctl_ip_fwd_update_priority.Kuniyuki Iwashima2022-07-151-1/+1
| * | | | ip: Fix data-races around sysctl_ip_fwd_use_pmtu.Kuniyuki Iwashima2022-07-151-1/+1
| * | | | ip: Fix data-races around sysctl_ip_no_pmtu_disc.Kuniyuki Iwashima2022-07-152-2/+2
| * | | | ip: Fix data-races around sysctl_ip_default_ttl.Kuniyuki Iwashima2022-07-153-4/+4
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextJakub Kicinski2022-07-201-28/+14
|\ \ \ \ \
| * | | | | netfilter: h323: merge nat hook pointers into oneFlorian Westphal2022-07-111-28/+14
| | |_|/ / | |/| | |
* | | | | Merge branch 'io_uring-zerocopy-send' of git://git.kernel.org/pub/scm/linux/k...Jakub Kicinski2022-07-192-25/+56
|\ \ \ \ \
| * | | | | tcp: support externally provided ubufsPavel Begunkov2022-07-191-11/+22
| * | | | | ipv4/udp: support externally provided ubufsPavel Begunkov2022-07-191-13/+31
| * | | | | ipv4: avoid partial copy for zcPavel Begunkov2022-07-181-2/+6
* | | | | | net: ipv4: new arp_accept option to accept garp only if in-networkJaehee Park2022-07-151-2/+22
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-1413-31/+54
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | ip: fix dflt addr selection for connected nexthopNicolas Dichtel2022-07-141-1/+1
| * | | | | nexthop: Fix data-races around nexthop_compat_mode.Kuniyuki Iwashima2022-07-132-3/+4
| * | | | | ipv4: Fix data-races around sysctl_ip_dynaddr.Kuniyuki Iwashima2022-07-131-2/+2
| * | | | | tcp: Fix a data-race around sysctl_tcp_ecn_fallback.Kuniyuki Iwashima2022-07-132-1/+3
| * | | | | tcp: Fix data-races around sysctl_tcp_ecn.Kuniyuki Iwashima2022-07-134-3/+5
| * | | | | icmp: Fix a data-race around sysctl_icmp_ratemask.Kuniyuki Iwashima2022-07-131-1/+1
| * | | | | icmp: Fix a data-race around sysctl_icmp_ratelimit.Kuniyuki Iwashima2022-07-131-1/+2
| * | | | | icmp: Fix a data-race around sysctl_icmp_errors_use_inbound_ifaddr.Kuniyuki Iwashima2022-07-132-1/+3
| * | | | | icmp: Fix a data-race around sysctl_icmp_ignore_bogus_error_responses.Kuniyuki Iwashima2022-07-132-1/+3
| * | | | | icmp: Fix a data-race around sysctl_icmp_echo_ignore_broadcasts.Kuniyuki Iwashima2022-07-132-1/+3
| * | | | | icmp: Fix data-races around sysctl_icmp_echo_enable_probe.Kuniyuki Iwashima2022-07-131-1/+1
| * | | | | icmp: Fix a data-race around sysctl_icmp_echo_ignore_all.Kuniyuki Iwashima2022-07-132-1/+3
| * | | | | tcp: Fix a data-race around sysctl_max_tw_buckets.Kuniyuki Iwashima2022-07-131-1/+2
| * | | | | ipv4: Fix a data-race around sysctl_fib_sync_mem.Kuniyuki Iwashima2022-07-081-1/+1
| * | | | | icmp: Fix data-races around sysctl.Kuniyuki Iwashima2022-07-081-2/+3
| * | | | | cipso: Fix data-races around sysctl.Kuniyuki Iwashima2022-07-081-5/+7
| * | | | | inetpeer: Fix data-races around sysctl.Kuniyuki Iwashima2022-07-081-4/+8
| * | | | | tcp: Fix a data-race around sysctl_tcp_max_orphans.Kuniyuki Iwashima2022-07-081-1/+2
| |/ / / /
* | | | | ip_tunnel: allow to inherit from VLAN encapsulated IPMatthias May2022-07-131-8/+9