summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* tcp: allow tls to decrypt directly from the tcp rcv queueJakub Kicinski2022-07-261-1/+41
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2022-07-251-16/+8
|\
| * xfrm: no need to set DST_NOPOLICY in IPv4Eyal Birger2022-06-101-16/+8
* | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-07-224-41/+41
|\ \
| * | bpf: Switch to new kfunc flags infrastructureKumar Kartikeya Dwivedi2022-07-214-41/+41
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-2124-195/+169
|\ \ \
| * | | tcp: Fix data-races around sysctl_tcp_max_reordering.Kuniyuki Iwashima2022-07-201-2/+2
| * | | tcp: Fix a data-race around sysctl_tcp_abort_on_overflow.Kuniyuki Iwashima2022-07-201-1/+1
| * | | tcp: Fix a data-race around sysctl_tcp_rfc1337.Kuniyuki Iwashima2022-07-201-1/+1
| * | | tcp: Fix a data-race around sysctl_tcp_stdurg.Kuniyuki Iwashima2022-07-201-1/+1
| * | | tcp: Fix a data-race around sysctl_tcp_retrans_collapse.Kuniyuki Iwashima2022-07-201-1/+1
| * | | tcp: Fix data-races around sysctl_tcp_slow_start_after_idle.Kuniyuki Iwashima2022-07-201-1/+1
| * | | tcp: Fix a data-race around sysctl_tcp_thin_linear_timeouts.Kuniyuki Iwashima2022-07-201-1/+1
| * | | tcp: Fix data-races around sysctl_tcp_recovery.Kuniyuki Iwashima2022-07-202-3/+6
| * | | tcp: Fix a data-race around sysctl_tcp_early_retrans.Kuniyuki Iwashima2022-07-201-1/+1
| * | | tcp: Fix data-races around sysctl knobs related to SYN option.Kuniyuki Iwashima2022-07-203-11/+11
| * | | ip: Fix data-races around sysctl_ip_prot_sock.Kuniyuki Iwashima2022-07-201-3/+3
| * | | ipv4: Fix data-races around sysctl_fib_multipath_hash_fields.Kuniyuki Iwashima2022-07-201-3/+3
| * | | ipv4: Fix data-races around sysctl_fib_multipath_hash_policy.Kuniyuki Iwashima2022-07-201-1/+1
| * | | ipv4: Fix a data-race around sysctl_fib_multipath_use_neigh.Kuniyuki Iwashima2022-07-201-1/+1
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2022-07-202-2/+2
| |\ \ \
| | * | | net: ipv4: fix clang -Wformat warningsJustin Stitt2022-07-122-2/+2
| * | | | tcp: Fix data-races around sysctl_tcp_fastopen_blackhole_timeout.Kuniyuki Iwashima2022-07-181-2/+3
| * | | | 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