summaryrefslogtreecommitdiffstats
path: root/include/net/netns
Commit message (Expand)AuthorAgeFilesLines
* tcp: Add sysctl to configure TIME-WAIT reuse delayJakub Sitnicki2024-12-111-0/+1
* xfrm: Add an inbound percpu state cache.Steffen Klassert2024-10-291-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2024-10-251-1/+0
|\
| * xfrm: policy: remove last remnants of pernet inexact listFlorian Westphal2024-09-241-1/+0
* | ipv4: use READ_ONCE()/WRITE_ONCE() on net->ipv4.fib_seqEric Dumazet2024-10-111-1/+1
* | tcp: move sysctl_tcp_l3mdev_accept to netns_ipv4_read_rxEric Dumazet2024-10-111-3/+2
* | ipv4: Namespacify IPv4 address GC.Kuniyuki Iwashima2024-10-091-0/+1
* | ipv4: Link IPv4 address to per-netns hash table.Kuniyuki Iwashima2024-10-091-0/+1
* | net-timestamp: namespacify the sysctl_tstamp_allow_dataJason Xing2024-10-081-0/+1
|/
* 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: Correct spelling in headersSimon Horman2024-08-261-2/+2
* Merge tag 'ipsec-next-2024-07-13' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski2024-07-141-0/+1
|\
| * xfrm: support sending NAT keepalives in ESP in UDP statesEyal Birger2024-06-261-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-06-201-0/+3
|\ \
| * | netfilter: move the sysctl nf_hooks_lwtunnel into the netfilter coreJianguo Wu2024-06-191-0/+3
| |/
* | 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
|/
* net: Namespace-ify sysctl_optmem_maxEric Dumazet2023-12-151-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
* net/smc: add sysctl for max conns per lgr for SMC-R v2.1Guangguan Wang2023-11-241-0/+1
* net/smc: add sysctl for max links per lgr for SMC-R v2.1Guangguan Wang2023-11-241-0/+1
* netfilter: conntrack: switch connlabels to atomic_tFlorian Westphal2023-10-241-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-10-191-0/+1
|\
| * xfrm: fix a data-race in xfrm_gen_index()Eric Dumazet2023-09-131-0/+1
* | tcp: Set pingpong threshold via sysctlHaiyang Zhang2023-10-161-0/+2
* | tcp: defer regular ACK while processing socket backlogEric Dumazet2023-09-121-0/+1
|/
* net: Remove leftover include from nftables.hJörn-Thorben Hinz2023-08-131-2/+0
* 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
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-06-081-1/+1
|\
| * net/ipv6: convert skip_notify_on_dev_down sysctl to u8Eric Dumazet2023-06-021-1/+1
| * net/ipv6: fix bool/int mismatch for skip_notify_on_dev_downEric Dumazet2023-06-021-1/+1
* | tcp: make the first N SYN RTO backoffs linearDavid Morley2023-05-111-0/+1
|/
* ipv6: add icmpv6_error_anycast_as_unicast for ICMPv6Mahesh Bandewar2023-04-201-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski2023-02-221-1/+0
|\
| * netfilter: ctnetlink: make event listener tracking globalFlorian Westphal2023-02-221-1/+0
* | net: make default_rps_mask a per netns attributePaolo Abeni2023-02-201-0/+5
|/
* net: xsk: Don't include <linux/rculist.h>Christophe JAILLET2022-12-061-1/+1
* sctp: add dif and sdif check in asoc and ep lookupXin Long2022-11-181-0/+4
* 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
* netns: Replace zero-length array with DECLARE_FLEX_ARRAY() helperGustavo A. R. Silva2022-09-281-1/+1
* net/smc: Unbind r/w buffer size from clcsock and make them tunableTony Lu2022-09-221-0/+2
* net/smc: Introduce a specific sysctl for TEST_LINK timeWen Gu2022-09-221-0/+1
* 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
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2022-09-081-1/+0
|\