summaryrefslogtreecommitdiffstats
path: root/include/net/netns/ipv4.h
Commit message (Expand)AuthorAgeFilesLines
* icmp: icmp_msgs_per_sec and icmp_msgs_burst sysctls become per netnsEric Dumazet2024-08-301-0/+2
* icmp: move icmp_global.credit and icmp_global.stamp to per netns storageEric Dumazet2024-08-301-1/+2
* net: ipv4: Add a sysctl to set multipath hash seedPetr Machata2024-06-121-0/+8
* tcp: add sysctl_tcp_rto_min_usKevin Yang2024-06-051-0/+1
* Use READ/WRITE_ONCE() for IP local_port_range.David Laight2023-12-081-2/+1
* netns-ipv4: reorganize netns_ipv4 fast path variablesCoco Li2023-12-021-15/+32
* tcp: Set pingpong threshold via sysctlHaiyang Zhang2023-10-161-0/+2
* tcp: defer regular ACK while processing socket backlogEric Dumazet2023-09-121-0/+1
* tcp: get rid of sysctl_tcp_adv_win_scaleEric Dumazet2023-07-181-1/+1
* tcp: enforce receive buffer memory limits by allowing the tcp window to shrinkmfreemon@cloudflare.com2023-06-171-0/+1
* tcp: make the first N SYN RTO backoffs linearDavid Morley2023-05-111-0/+1
* udp: Introduce optional per-netns hash table.Kuniyuki Iwashima2022-11-161-0/+2
* udp: Set NULL to sk->sk_prot->h.udp_table.Kuniyuki Iwashima2022-11-161-0/+1
* tcp: add sysctls for TCP PLB parametersMubashir Adnan Qureshi2022-10-281-0/+5
* tcp: Introduce optional per-netns ehash.Kuniyuki Iwashima2022-09-201-0/+1
* tcp: Don't allocate tcp_death_row outside of struct netns_ipv4.Kuniyuki Iwashima2022-09-201-1/+2
* tcp: make global challenge ack rate limitation per net-ns and default disabledEric Dumazet2022-08-311-0/+2
* net: add missing includes and forward declarations under net/Jakub Kicinski2022-07-221-0/+1
* tcp: adjust TSO packet sizes based on min_rttEric Dumazet2022-03-091-1/+2
* ipv4: Namespaceify min_adv_mss sysctl knobxu xin2022-01-271-0/+1
* tcp: allocate tcp_death_row outside of struct netns_ipv4Eric Dumazet2022-01-261-5/+3
* ipv4/tcp: do not use per netns ctl socketsEric Dumazet2022-01-251-1/+0
* ipv4: do not use per netns icmp socketsEric Dumazet2022-01-251-1/+0
* Namespaceify mtu_expires sysctlxu xin2022-01-041-0/+1
* Namespaceify min_pmtu sysctlxu xin2022-01-041-0/+2
* ipv4: convert fib_num_tclassid_users to atomic_tEric Dumazet2021-12-021-1/+1
* net/tcp_fastopen: remove tcp_fastopen_ctx_lockEric Dumazet2021-07-201-1/+0
* net: Introduce net.ipv4.tcp_migrate_req.Kuniyuki Iwashima2021-06-151-0/+1
* ipv4: Add a sysctl to control multipath hash fieldsIdo Schimmel2021-05-181-0/+1
* netfilter: remove all xt_table anchors from struct netFlorian Westphal2021-04-261-10/+0
* tcp: convert tcp_comp_sack_nr sysctl to u8Eric Dumazet2021-03-311-1/+1
* ipv4: convert igmp_link_local_mcast_reports sysctl to u8Eric Dumazet2021-03-311-1/+1
* ipv4: convert fib_multipath_{use_neigh|hash_policy} sysctls to u8Eric Dumazet2021-03-311-2/+2
* ipv4: convert udp_l3mdev_accept sysctl to u8Eric Dumazet2021-03-311-1/+1
* ipv4: convert fib_notify_on_flag_change sysctl to u8Eric Dumazet2021-03-311-1/+1
* inet: shrink netns_ipv4 by another cache lineEric Dumazet2021-03-311-3/+3
* inet: shrink inet_timewait_death_row by 48 bytesEric Dumazet2021-03-311-2/+5
* net: add sysctl for enabling RFC 8335 PROBE messagesAndreas Roeseler2021-03-301-0/+1
* tcp: convert elligible sysctls to u8Eric Dumazet2021-03-251-34/+34
* inet: convert tcp_early_demux and udp_early_demux to u8Eric Dumazet2021-03-251-2/+2
* ipv4: convert ip_forward_update_priority sysctl to u8Eric Dumazet2021-03-251-1/+1
* ipv4: shrink netns_ipv4 with sysctl conversionsEric Dumazet2021-03-251-16/+16
* tcp_metrics: tcpm_hash_bucket is strictly localEric Dumazet2021-03-241-1/+0
* net: ipv4: Emit notification when fib hardware flags are changedAmit Cohen2021-02-021-0/+2
* tcp: reflect tos value received in SYN to the socketWei Wang2020-09-101-0/+1
* tcp: add hrtimer slack to sack compressionEric Dumazet2020-04-301-0/+1
* net: ipv4: add sysctl for nexthop api compatibility modeRoopa Prabhu2020-04-281-0/+2
* tcp: bind(0) remove the SO_REUSEADDR restriction when ephemeral ports are exh...Kuniyuki Iwashima2020-03-121-0/+1
* net-tcp: Disable TCP ssthresh metrics cache by defaultKevin(Yudong) Yang2019-12-091-0/+1
* tcp: add new tcp_mtu_probe_floor sysctlJosh Hunt2019-08-091-0/+1