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