summaryrefslogtreecommitdiff
path: root/Documentation/networking/ip-sysctl.rst
AgeCommit message (Expand)AuthorFilesLines
2024-02-15net: ipv6/addrconf: clamp preferred_lft to the minimum requiredAlex Henrie1-1/+1
2024-02-15net: ipv6/addrconf: introduce a regen_min_advance sysctlAlex Henrie1-0/+10
2024-02-15net: ipv6/addrconf: ensure that regen_advance is at least 2 secondsAlex Henrie1-2/+2
2024-01-03Revert "net: ipv6/addrconf: clamp preferred_lft to the minimum required"Alex Henrie1-1/+1
2023-10-26Documentation: networking: explain what happens if temp_prefered_lft is too s...Alex Henrie1-1/+5
2023-10-26Documentation: networking: explain what happens if temp_valid_lft is too smallAlex Henrie1-1/+3
2023-10-17tcp: Set pingpong threshold via sysctlHaiyang Zhang1-0/+13
2023-10-04net: add sysctl to disable rfc4862 5.5.3e lifetime handlingPatrick Rohr1-0/+11
2023-09-12tcp: defer regular ACK while processing socket backlogEric Dumazet1-0/+7
2023-07-28net: change accept_ra_min_rtr_lft to affect all RA lifetimesPatrick Rohr1-4/+4
2023-07-23net: add sysctl accept_ra_min_rtr_lftPatrick Rohr1-0/+8
2023-07-19tcp: get rid of sysctl_tcp_adv_win_scaleEric Dumazet1-0/+1
2023-06-17tcp: enforce receive buffer memory limits by allowing the tcp window to shrinkmfreemon@cloudflare.com1-0/+15
2023-06-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2023-06-02net/ipv4: ping_group_range: allow GID from 2147483648 to 4294967294Akihiro Suda1-2/+2
2023-05-11tcp: make the first N SYN RTO backoffs linearDavid Morley1-3/+14
2023-04-21ipv6: add icmpv6_error_anycast_as_unicast for ICMPv6Mahesh Bandewar1-0/+7
2023-04-07tcp: restrict net.ipv4.tcp_app_winYueHaibing1-0/+2
2023-02-02neighbor: fix proxy_delay usage when it is zeroBrian Haley1-0/+8
2023-01-31Documentation: networking: correct spellingRandy Dunlap1-3/+3
2023-01-24ipv6: Document that max_size sysctl is deprecatedJon Maxwell1-0/+3
2022-11-18sctp: add sysctl net.sctp.l3mdev_acceptXin Long1-0/+9
2022-11-16udp: Introduce optional per-netns hash table.Kuniyuki Iwashima1-0/+27
2022-10-28tcp: add sysctls for TCP PLB parametersMubashir Adnan Qureshi1-0/+75
2022-09-20tcp: Introduce optional per-netns ehash.Kuniyuki Iwashima1-0/+29
2022-09-01tcp: make global challenge ack rate limitation per net-ns and default disabledEric Dumazet1-1/+4
2022-07-29Documentation: Describe net.ipv4.tcp_reflect_tos.Guillaume Nault1-0/+10
2022-07-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+8
2022-07-24Documentation: fix sctp_wmem in ip-sysctl.rstXin Long1-1/+8
2022-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-5/+1
2022-07-20Documentation: fix udp_wmem_min in ip-sysctl.rstXin Long1-5/+1
2022-07-16net: ipv6: new accept_untracked_na option to accept na only if in-networkJaehee Park1-21/+30
2022-07-16net: ipv4: new arp_accept option to accept garp only if in-networkJaehee Park1-3/+6
2022-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2022-07-13ipv4: Fix data-races around sysctl_ip_dynaddr.Kuniyuki Iwashima1-1/+1
2022-07-08cipso: Fix data-races around sysctl.Kuniyuki Iwashima1-1/+1
2022-06-30net, neigh: introduce interval_probe_time_ms for periodic probeYuwei Wang1-0/+6
2022-06-11Documentation: add description for net.sctp.ecn_enableXin Long1-0/+12
2022-06-11Documentation: add description for net.sctp.intl_enableXin Long1-0/+14
2022-06-11Documentation: add description for net.sctp.reconf_enableXin Long1-0/+11
2022-05-31net/ipv6: Expand and rename accept_unsolicited_na to accept_untracked_naArun Ajith S1-14/+9
2022-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-0/+7
2022-04-20doc/ip-sysctl: add bc_forwardingNicolas Dichtel1-0/+7
2022-04-17net/ipv6: Introduce accept_unsolicited_na knob to implement router-side chang...Arun Ajith S1-0/+27
2022-03-10tcp: adjust TSO packet sizes based on min_rttEric Dumazet1-0/+23
2021-12-30Documentation: fix outdated interpretation of ip_no_pmtu_discxu xin1-2/+4
2021-11-05net: udp: correct the document for udp_memMenglong Dong1-4/+2
2021-11-02net: ndisc: introduce ndisc_evict_nocarrier sysctl parameterJames Prestwood1-0/+9
2021-11-02net: arp: introduce arp_evict_nocarrier sysctl parameterJames Prestwood1-0/+9
2021-09-23tcp: remove sk_{tr}x_skb_cacheEric Dumazet1-8/+0