summaryrefslogtreecommitdiffstats
path: root/include/net/netns
Commit message (Expand)AuthorAgeFilesLines
* ipv6: make ip6_rt_gc_expire an atomic_tEric Dumazet2022-04-151-2/+2
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/David S. Miller2022-03-191-5/+1
|\
| * xfrm: rework default policy structureNicolas Dichtel2022-03-181-5/+1
* | tcp: adjust TSO packet sizes based on min_rttEric Dumazet2022-03-091-1/+2
* | net/smc: add sysctl for autocorkingDust Li2022-03-011-0/+1
* | net/smc: add sysctl interface for SMCDust Li2022-03-011-0/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-02-171-1/+2
|\ \
| * | ipv6: per-netns exclusive flowlabel checksWillem de Bruijn2022-02-161-1/+2
* | | net/smc: Add global configure for handshake limitation by netlinkD. Wythe2022-02-111-0/+2
* | | ipv6/addrconf: use one delayed work per netnsEric Dumazet2022-02-081-0/+1
* | | ipv6/addrconf: allocate a per netns hash tableEric Dumazet2022-02-081-0/+4
| |/ |/|
* | txhash: Make rethinking txhash behavior configurable via sysctlAkhmat Karakotov2022-01-311-0/+1
* | ipv4: Namespaceify min_adv_mss sysctl knobxu xin2022-01-271-0/+1
* | tcp: allocate tcp_death_row outside of struct netns_ipv4Eric Dumazet2022-01-261-5/+3
* | ipv4/tcp: do not use per netns ctl socketsEric Dumazet2022-01-251-1/+0
* | ipv6: do not use per netns icmp socketsEric Dumazet2022-01-251-1/+0
* | ipv4: do not use per netns icmp socketsEric Dumazet2022-01-251-1/+0
|/
* Namespaceify mtu_expires sysctlxu xin2022-01-041-0/+1
* Namespaceify min_pmtu sysctlxu xin2022-01-041-0/+2
* bpf: Invert the dependency between bpf-netns.h and netns/bpf.hJakub Kicinski2021-12-291-1/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-021-1/+1
|\
| * ipv4: convert fib_num_tclassid_users to atomic_tEric Dumazet2021-12-021-1/+1
* | net: merge net->core.prot_inuse and net->core.sock_inuseEric Dumazet2021-11-161-1/+0
|/
* netfilter: conntrack: fix boot failure with nf_conntrack.enable_hooks=1Florian Westphal2021-09-281-0/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2021-08-301-1/+0
|\
| * netfilter: ecache: remove nf_exp_event_notifier structureFlorian Westphal2021-08-251-1/+0
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/David S. Miller2021-08-271-0/+7
|\ \ | |/ |/|
| * xfrm: Add possibility to set the default to block if we have no policySteffen Klassert2021-07-211-0/+7
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-08-131-2/+0
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski2021-08-061-2/+0
| |\ \
| | * | netfilter: conntrack: remove offload_pickup sysctl againFlorian Westphal2021-08-061-2/+0
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2021-08-112-13/+0
|\ \ \ \
| * | | | netfilter: nf_queue: move hookfn registration out of struct netFlorian Westphal2021-08-101-1/+0
| * | | | netfilter: remove xt pernet dataFlorian Westphal2021-08-011-12/+0
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-08-051-0/+1
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2021-08-041-0/+1
| |\ \ \ | | |/ / | |/| |
| | * | xfrm: Fix RCU vs hash_resize_mutex lock inversionFrederic Weisbecker2021-07-021-0/+1
* | | | mctp: Allow per-netns default networksMatt Johnston2021-07-291-0/+3
* | | | mctp: Populate socket implementationJeremy Kerr2021-07-291-0/+13
* | | | mctp: Add neighbour implementationMatt Johnston2021-07-291-0/+4
* | | | mctp: Add initial routing frameworkJeremy Kerr2021-07-291-0/+16
* | | | ipv6: ioam: Data plane support for Pre-allocated TraceJustin Iurman2021-07-211-0/+3
| |_|/ |/| |
* | | net/tcp_fastopen: remove tcp_fastopen_ctx_lockEric Dumazet2021-07-201-1/+0
|/ /
* | netfilter: conntrack: add new sysctl to disable RST checkAli Abdallah2021-07-061-0/+1
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/gitDavid S. Miller2021-06-281-0/+1
|\ \
| * | xfrm: add state hashtable keyed by seqSabrina Dubroca2021-05-141-0/+1
| |/
* | sctp: add probe_interval in sysctl and sock/asoc/transportXin Long2021-06-221-0/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-06-171-0/+1
|\ \
| * | net: Introduce net.ipv4.tcp_migrate_req.Kuniyuki Iwashima2021-06-151-0/+1
* | | net/smc: Make SMC statistics network namespace awareGuvenc Gulce2021-06-161-0/+16