summaryrefslogtreecommitdiffstats
path: root/include/net/netns
AgeCommit message (Expand)AuthorLines
2023-08-13net: Remove leftover include from nftables.hJörn-Thorben Hinz-2/+0
2023-07-18tcp: get rid of sysctl_tcp_adv_win_scaleEric Dumazet-1/+1
2023-06-17tcp: enforce receive buffer memory limits by allowing the tcp window to shrinkmfreemon@cloudflare.com-0/+1
2023-06-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+1
2023-06-02net/ipv6: convert skip_notify_on_dev_down sysctl to u8Eric Dumazet-1/+1
2023-06-02net/ipv6: fix bool/int mismatch for skip_notify_on_dev_downEric Dumazet-1/+1
2023-05-11tcp: make the first N SYN RTO backoffs linearDavid Morley-0/+1
2023-04-20ipv6: add icmpv6_error_anycast_as_unicast for ICMPv6Mahesh Bandewar-0/+1
2023-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski-1/+0
2023-02-22netfilter: ctnetlink: make event listener tracking globalFlorian Westphal-1/+0
2023-02-20net: make default_rps_mask a per netns attributePaolo Abeni-0/+5
2022-12-06net: xsk: Don't include <linux/rculist.h>Christophe JAILLET-1/+1
2022-11-18sctp: add dif and sdif check in asoc and ep lookupXin Long-0/+4
2022-11-16udp: Introduce optional per-netns hash table.Kuniyuki Iwashima-0/+2
2022-11-16udp: Set NULL to sk->sk_prot->h.udp_table.Kuniyuki Iwashima-0/+1
2022-10-28tcp: add sysctls for TCP PLB parametersMubashir Adnan Qureshi-0/+5
2022-09-28netns: Replace zero-length array with DECLARE_FLEX_ARRAY() helperGustavo A. R. Silva-1/+1
2022-09-22net/smc: Unbind r/w buffer size from clcsock and make them tunableTony Lu-0/+2
2022-09-22net/smc: Introduce a specific sysctl for TEST_LINK timeWen Gu-0/+1
2022-09-20tcp: Introduce optional per-netns ehash.Kuniyuki Iwashima-0/+1
2022-09-20tcp: Don't allocate tcp_death_row outside of struct netns_ipv4.Kuniyuki Iwashima-1/+2
2022-09-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni-1/+0
2022-09-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski-1/+0
2022-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+2
2022-08-31tcp: make global challenge ack rate limitation per net-ns and default disabledEric Dumazet-0/+2
2022-08-31netfilter: remove nf_conntrack_helper sysctl and modparam togglesPablo Neira Ayuso-1/+0
2022-08-22Remove DECnet support from kernelStephen Hemminger-3/+0
2022-08-11netfilter: nfnetlink: re-enable conntrack expectation eventsFlorian Westphal-1/+1
2022-07-22net: add missing includes and forward declarations under net/Jakub Kicinski-0/+14
2022-07-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextJakub Kicinski-0/+14
2022-07-18net/smc: Introduce a sysctl for setting SMC-R buffer typeWen Gu-0/+1
2022-07-11netfilter: nf_flow_table: count pending offload workqueue tasksVlad Buslov-0/+14
2022-06-22af_unix: Define a per-netns hash table.Kuniyuki Iwashima-0/+6
2022-05-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextDavid S. Miller-7/+1
2022-05-13netfilter: nfnetlink: allow to detect if ctnetlink listeners existFlorian Westphal-0/+1
2022-05-13netfilter: conntrack: remove unconfirmed listFlorian Westphal-6/+0
2022-05-13netfilter: conntrack: remove the percpu dying listFlorian Westphal-1/+0
2022-04-15ipv6: make ip6_rt_gc_expire an atomic_tEric Dumazet-2/+2
2022-03-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/David S. Miller-5/+1
2022-03-18xfrm: rework default policy structureNicolas Dichtel-5/+1
2022-03-09tcp: adjust TSO packet sizes based on min_rttEric Dumazet-1/+2
2022-03-01net/smc: add sysctl for autocorkingDust Li-0/+1
2022-03-01net/smc: add sysctl interface for SMCDust Li-0/+3
2022-02-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+2
2022-02-16ipv6: per-netns exclusive flowlabel checksWillem de Bruijn-1/+2
2022-02-11net/smc: Add global configure for handshake limitation by netlinkD. Wythe-0/+2
2022-02-08ipv6/addrconf: use one delayed work per netnsEric Dumazet-0/+1
2022-02-08ipv6/addrconf: allocate a per netns hash tableEric Dumazet-0/+4
2022-01-31txhash: Make rethinking txhash behavior configurable via sysctlAkhmat Karakotov-0/+1
2022-01-27ipv4: Namespaceify min_adv_mss sysctl knobxu xin-0/+1