summaryrefslogtreecommitdiff
path: root/include/net/netns
AgeCommit message (Expand)Author
2025-11-20tcp: add net.ipv4.tcp_rcvbuf_low_rttEric Dumazet
2025-11-20tcp: tcp_moderate_rcvbuf is only used in rx pathEric Dumazet
2025-11-10net/smc: bpf: Introduce generic hook for handshake flowD. Wythe
2025-11-07tcp: add net.ipv4.tcp_comp_sack_rtt_percentEric Dumazet
2025-11-03mpls: Protect net->mpls.platform_label with a per-netns mutex.Kuniyuki Iwashima
2025-10-30net/smc: make wr buffer count configurableHalil Pasic
2025-10-29ipv6: icmp: Add RFC 5837 supportIdo Schimmel
2025-10-29ipv4: icmp: Add RFC 5837 supportIdo Schimmel
2025-10-16net: Introduce net.core.bypass_prot_mem sysctl.Kuniyuki Iwashima
2025-10-15net: add /proc/sys/net/core/txq_reselection_ms controlEric Dumazet
2025-09-18tcp: accecn: AccECN option send controlChia-Yu Chang
2025-09-18tcp: accecn: AccECN optionIlpo Järvinen
2025-09-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-09-10netfilter: nf_tables: place base_seq in struct netFlorian Westphal
2025-09-01inet: ping: make ping_port_rover per netnsEric Dumazet
2025-08-19sctp: Convert cookie authentication to use HMAC-SHA256Eric Biggers
2025-07-15net: mctp: Use hashtable for bindsMatt Johnston
2025-07-03netfilter: conntrack: remove DCCP protocol supportPablo Neira Ayuso
2025-04-24ipv6: Protect fib6_link_table() with spinlock.Kuniyuki Iwashima
2025-04-08udp_tunnel: create a fastpath GRO lookup.Paolo Abeni
2025-03-25Revert "udp_tunnel: GRO optimizations"Jakub Kicinski
2025-03-18udp_tunnel: create a fastpath GRO lookup.Paolo Abeni
2025-03-03ipv4: fib: Namespacify fib_info hash tables.Kuniyuki Iwashima
2025-02-11tcp: add tcp_rto_max_ms sysctlEric Dumazet
2024-12-11tcp: Add sysctl to configure TIME-WAIT reuse delayJakub Sitnicki
2024-10-29xfrm: Add an inbound percpu state cache.Steffen Klassert
2024-10-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2024-10-11ipv4: use READ_ONCE()/WRITE_ONCE() on net->ipv4.fib_seqEric Dumazet
2024-10-11tcp: move sysctl_tcp_l3mdev_accept to netns_ipv4_read_rxEric Dumazet
2024-10-09ipv4: Namespacify IPv4 address GC.Kuniyuki Iwashima
2024-10-09ipv4: Link IPv4 address to per-netns hash table.Kuniyuki Iwashima
2024-10-08net-timestamp: namespacify the sysctl_tstamp_allow_dataJason Xing
2024-09-24xfrm: policy: remove last remnants of pernet inexact listFlorian Westphal
2024-08-30icmp: icmp_msgs_per_sec and icmp_msgs_burst sysctls become per netnsEric Dumazet
2024-08-30icmp: move icmp_global.credit and icmp_global.stamp to per netns storageEric Dumazet
2024-08-26net: Correct spelling in headersSimon Horman
2024-07-14Merge tag 'ipsec-next-2024-07-13' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski
2024-06-26xfrm: support sending NAT keepalives in ESP in UDP statesEyal Birger
2024-06-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-06-19netfilter: move the sysctl nf_hooks_lwtunnel into the netfilter coreJianguo Wu
2024-06-12net: ipv4: Add a sysctl to set multipath hash seedPetr Machata
2024-06-05tcp: add sysctl_tcp_rto_min_usKevin Yang
2023-12-15net: Namespace-ify sysctl_optmem_maxEric Dumazet
2023-12-08Use READ/WRITE_ONCE() for IP local_port_range.David Laight
2023-12-02netns-ipv4: reorganize netns_ipv4 fast path variablesCoco Li
2023-11-24net/smc: add sysctl for max conns per lgr for SMC-R v2.1Guangguan Wang
2023-11-24net/smc: add sysctl for max links per lgr for SMC-R v2.1Guangguan Wang
2023-10-24netfilter: conntrack: switch connlabels to atomic_tFlorian Westphal
2023-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-10-16tcp: Set pingpong threshold via sysctlHaiyang Zhang