aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/netns/ipv4.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-09-18tcp: accecn: AccECN option send controlChia-Yu Chang1-0/+1
2025-09-18tcp: accecn: AccECN optionIlpo Järvinen1-0/+1
2025-09-01inet: ping: make ping_port_rover per netnsEric Dumazet1-0/+1
2025-04-08udp_tunnel: create a fastpath GRO lookup.Paolo Abeni1-0/+11
2025-03-25Revert "udp_tunnel: GRO optimizations"Jakub Kicinski1-11/+0
2025-03-18udp_tunnel: create a fastpath GRO lookup.Paolo Abeni1-0/+11
2025-03-03ipv4: fib: Namespacify fib_info hash tables.Kuniyuki Iwashima1-0/+3
2025-02-11tcp: add tcp_rto_max_ms sysctlEric Dumazet1-0/+1
2024-12-11tcp: Add sysctl to configure TIME-WAIT reuse delayJakub Sitnicki1-0/+1
2024-10-11ipv4: use READ_ONCE()/WRITE_ONCE() on net->ipv4.fib_seqEric Dumazet1-1/+1
2024-10-11tcp: move sysctl_tcp_l3mdev_accept to netns_ipv4_read_rxEric Dumazet1-3/+2
2024-10-09ipv4: Namespacify IPv4 address GC.Kuniyuki Iwashima1-0/+1
2024-10-09ipv4: Link IPv4 address to per-netns hash table.Kuniyuki Iwashima1-0/+1
2024-08-30icmp: icmp_msgs_per_sec and icmp_msgs_burst sysctls become per netnsEric Dumazet1-0/+2
2024-08-30icmp: move icmp_global.credit and icmp_global.stamp to per netns storageEric Dumazet1-1/+2
2024-06-12net: ipv4: Add a sysctl to set multipath hash seedPetr Machata1-0/+8
2024-06-05tcp: add sysctl_tcp_rto_min_usKevin Yang1-0/+1
2023-12-08Use READ/WRITE_ONCE() for IP local_port_range.David Laight1-2/+1
2023-12-02netns-ipv4: reorganize netns_ipv4 fast path variablesCoco Li1-15/+32
2023-10-16tcp: Set pingpong threshold via sysctlHaiyang Zhang1-0/+2
2023-09-12tcp: defer regular ACK while processing socket backlogEric Dumazet1-0/+1
2023-07-18tcp: get rid of sysctl_tcp_adv_win_scaleEric Dumazet1-1/+1
2023-06-17tcp: enforce receive buffer memory limits by allowing the tcp window to shrinkmfreemon@cloudflare.com1-0/+1
2023-05-11tcp: make the first N SYN RTO backoffs linearDavid Morley1-0/+1
2022-11-16udp: Introduce optional per-netns hash table.Kuniyuki Iwashima1-0/+2
2022-11-16udp: Set NULL to sk->sk_prot->h.udp_table.Kuniyuki Iwashima1-0/+1
2022-10-28tcp: add sysctls for TCP PLB parametersMubashir Adnan Qureshi1-0/+5
2022-09-20tcp: Introduce optional per-netns ehash.Kuniyuki Iwashima1-0/+1
2022-09-20tcp: Don't allocate tcp_death_row outside of struct netns_ipv4.Kuniyuki Iwashima1-1/+2
2022-08-31tcp: make global challenge ack rate limitation per net-ns and default disabledEric Dumazet1-0/+2
2022-07-22net: add missing includes and forward declarations under net/Jakub Kicinski1-0/+1
2022-03-09tcp: adjust TSO packet sizes based on min_rttEric Dumazet1-1/+2
2022-01-27ipv4: Namespaceify min_adv_mss sysctl knobxu xin1-0/+1
2022-01-26tcp: allocate tcp_death_row outside of struct netns_ipv4Eric Dumazet1-5/+3
2022-01-25ipv4/tcp: do not use per netns ctl socketsEric Dumazet1-1/+0
2022-01-25ipv4: do not use per netns icmp socketsEric Dumazet1-1/+0
2022-01-04Namespaceify mtu_expires sysctlxu xin1-0/+1
2022-01-04Namespaceify min_pmtu sysctlxu xin1-0/+2
2021-12-02ipv4: convert fib_num_tclassid_users to atomic_tEric Dumazet1-1/+1
2021-07-20net/tcp_fastopen: remove tcp_fastopen_ctx_lockEric Dumazet1-1/+0
2021-06-15net: Introduce net.ipv4.tcp_migrate_req.Kuniyuki Iwashima1-0/+1
2021-05-18ipv4: Add a sysctl to control multipath hash fieldsIdo Schimmel1-0/+1
2021-04-26netfilter: remove all xt_table anchors from struct netFlorian Westphal1-10/+0
2021-03-31tcp: convert tcp_comp_sack_nr sysctl to u8Eric Dumazet1-1/+1
2021-03-31ipv4: convert igmp_link_local_mcast_reports sysctl to u8Eric Dumazet1-1/+1
2021-03-31ipv4: convert fib_multipath_{use_neigh|hash_policy} sysctls to u8Eric Dumazet1-2/+2
2021-03-31ipv4: convert udp_l3mdev_accept sysctl to u8Eric Dumazet1-1/+1
2021-03-31ipv4: convert fib_notify_on_flag_change sysctl to u8Eric Dumazet1-1/+1
2021-03-31inet: shrink netns_ipv4 by another cache lineEric Dumazet1-3/+3
2021-03-31inet: shrink inet_timewait_death_row by 48 bytesEric Dumazet1-2/+5