summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
...
* tcp: Fix data-races around sysctl_tcp_fastopen_blackhole_timeout.Kuniyuki Iwashima2022-07-291-2/+3
* tcp: Fix data-races around sysctl_tcp_fastopen.Kuniyuki Iwashima2022-07-293-5/+7
* tcp: Fix data-races around sysctl_max_syn_backlog.Kuniyuki Iwashima2022-07-291-2/+4
* tcp: Fix a data-race around sysctl_tcp_tw_reuse.Kuniyuki Iwashima2022-07-291-1/+1
* tcp: Fix data-races around some timeout sysctl knobs.Kuniyuki Iwashima2022-07-293-7/+7
* tcp: Fix data-races around sysctl_tcp_reordering.Kuniyuki Iwashima2022-07-293-5/+10
* tcp: Fix data-races around sysctl_tcp_syncookies.Kuniyuki Iwashima2022-07-292-9/+14
* tcp: Fix data-races around sysctl_tcp_syn(ack)?_retries.Kuniyuki Iwashima2022-07-293-5/+11
* igmp: Fix data-races around sysctl_igmp_max_msf.Kuniyuki Iwashima2022-07-292-4/+4
* igmp: Fix a data-race around sysctl_igmp_max_memberships.Kuniyuki Iwashima2022-07-291-1/+1
* igmp: Fix data-races around sysctl_igmp_llm_reports.Kuniyuki Iwashima2022-07-291-8/+13
* net: ipv4: use kfree_skb_reason() in ip_rcv_finish_core()Menglong Dong2022-07-291-4/+10
* net: ipv4: use kfree_skb_reason() in ip_rcv_core()Menglong Dong2022-07-291-2/+10
* net: socket: rename SKB_DROP_REASON_SOCKET_FILTERMenglong Dong2022-07-291-1/+1
* net: skb: use kfree_skb_reason() in __udp4_lib_rcv()Menglong Dong2022-07-291-2/+8
* net: skb: use kfree_skb_reason() in tcp_v4_rcv()Menglong Dong2022-07-291-3/+11
* tcp: Fix a data-race around sysctl_tcp_probe_interval.Kuniyuki Iwashima2022-07-291-1/+1
* tcp: Fix a data-race around sysctl_tcp_probe_threshold.Kuniyuki Iwashima2022-07-291-1/+1
* tcp: Fix a data-race around sysctl_tcp_mtu_probe_floor.Kuniyuki Iwashima2022-07-291-1/+1
* tcp: Fix data-races around sysctl_tcp_min_snd_mss.Kuniyuki Iwashima2022-07-292-2/+3
* tcp: Fix data-races around sysctl_tcp_base_mss.Kuniyuki Iwashima2022-07-292-2/+2
* tcp: Fix data-races around sysctl_tcp_mtu_probing.Kuniyuki Iwashima2022-07-292-2/+2
* ip: Fix a data-race around sysctl_ip_autobind_reuse.Kuniyuki Iwashima2022-07-291-1/+1
* ip: Fix data-races around sysctl_ip_fwd_update_priority.Kuniyuki Iwashima2022-07-291-1/+1
* ip: Fix data-races around sysctl_ip_fwd_use_pmtu.Kuniyuki Iwashima2022-07-291-1/+1
* ip: Fix data-races around sysctl_ip_no_pmtu_disc.Kuniyuki Iwashima2022-07-292-2/+2
* tcp: Fix data-races around sysctl_tcp_ecn.Kuniyuki Iwashima2022-07-294-3/+5
* ipv4/tcp: do not use per netns ctl socketsEric Dumazet2022-07-291-34/+27
* ip: Fix data-races around sysctl_ip_default_ttl.Kuniyuki Iwashima2022-07-293-4/+4
* nexthop: Fix data-races around nexthop_compat_mode.Kuniyuki Iwashima2022-07-212-3/+4
* ipv4: Fix data-races around sysctl_ip_dynaddr.Kuniyuki Iwashima2022-07-211-2/+2
* tcp: Fix a data-race around sysctl_tcp_ecn_fallback.Kuniyuki Iwashima2022-07-212-1/+3
* icmp: Fix a data-race around sysctl_icmp_ratemask.Kuniyuki Iwashima2022-07-211-1/+1
* icmp: Fix a data-race around sysctl_icmp_ratelimit.Kuniyuki Iwashima2022-07-211-1/+2
* icmp: Fix a data-race around sysctl_icmp_errors_use_inbound_ifaddr.Kuniyuki Iwashima2022-07-212-1/+3
* icmp: Fix a data-race around sysctl_icmp_ignore_bogus_error_responses.Kuniyuki Iwashima2022-07-212-1/+3
* icmp: Fix data-races around sysctl_icmp_echo_enable_probe.Kuniyuki Iwashima2022-07-211-1/+1
* ipv4: Fix a data-race around sysctl_fib_sync_mem.Kuniyuki Iwashima2022-07-211-1/+1
* icmp: Fix data-races around sysctl.Kuniyuki Iwashima2022-07-211-2/+3
* cipso: Fix data-races around sysctl.Kuniyuki Iwashima2022-07-211-5/+7
* inetpeer: Fix data-races around sysctl.Kuniyuki Iwashima2022-07-211-4/+8
* tcp: Fix a data-race around sysctl_tcp_max_orphans.Kuniyuki Iwashima2022-07-211-1/+2
* ip: fix dflt addr selection for connected nexthopNicolas Dichtel2022-07-211-1/+1
* tcp: add a missing nf_reset_ct() in 3WHS handlingEric Dumazet2022-07-071-1/+3
* tunnels: do not assume mac header is set in skb_tunnel_check_pmtu()Eric Dumazet2022-07-071-1/+1
* sock: redo the psock vs ULP protection checkJakub Kicinski2022-06-291-3/+0
* erspan: do not assume transport header is always setEric Dumazet2022-06-291-5/+10
* tcp: fix tcp_mtup_probe_success vs wrong snd_cwndEric Dumazet2022-06-141-4/+7
* tcp: use alloc_large_system_hash() to allocate table_perturbMuchun Song2022-06-141-4/+6
* ip_gre: test csum_start instead of transport headerWillem de Bruijn2022-06-141-6/+5