summaryrefslogtreecommitdiffstats
path: root/include/net/netns/ipv4.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-09-011-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-101-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-271-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-261-34/+34
* inet: convert tcp_early_demux and udp_early_demux to u8Eric Dumazet2021-03-261-2/+2
* ipv4: convert ip_forward_update_priority sysctl to u8Eric Dumazet2021-03-261-1/+1
* ipv4: shrink netns_ipv4 with sysctl conversionsEric Dumazet2021-03-261-16/+16
* tcp_metrics: tcpm_hash_bucket is strictly localEric Dumazet2021-03-251-1/+0
* net: ipv4: Emit notification when fib hardware flags are changedAmit Cohen2021-02-031-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-101-0/+1
* tcp: add new tcp_mtu_probe_floor sysctlJosh Hunt2019-08-091-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-181-0/+1
|\
| * tcp: add tcp_min_snd_mss sysctlEric Dumazet2019-06-161-0/+1
* | net: dynamically allocate fqdir structuresEric Dumazet2019-05-261-1/+1
* | net: rename struct fqdir fieldsEric Dumazet2019-05-261-1/+1
* | inet: rename netns_frags to fqdirEric Dumazet2019-05-261-1/+1
|/
* inet: switch IP ID generator to siphashEric Dumazet2019-03-271-0/+2
* net: provide a sysctl raw_l3mdev_accept for raw socket lookup with VRFsMike Manning2018-11-081-0/+3
* net: ipv4: Control SKB reprioritization after forwardingPetr Machata2018-08-011-0/+1
* tcp: add tcp_comp_sack_nr sysctlEric Dumazet2018-05-181-0/+1