summaryrefslogtreecommitdiff
path: root/include/net/netns
AgeCommit message (Expand)AuthorFilesLines
2021-04-26netfilter: remove all xt_table anchors from struct netFlorian Westphal2-19/+0
2021-04-26netfilter: ebtables: remove the 3 ebtables pointers from struct netFlorian Westphal1-8/+0
2021-04-13netfilter: conntrack: convert sysctls to u8Florian Westphal1-13/+10
2021-04-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+3
2021-04-10net: dccp: use net_generic storageFlorian Westphal1-12/+0
2021-04-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller4-18/+0
2021-04-06net: remove obsolete members from struct netFlorian Westphal4-18/+0
2021-04-03net: reorganize fields in netns_mibEric Dumazet1-10/+20
2021-04-01ipv6: move ip6_dst_ops first in netns_ipv6Eric Dumazet1-1/+3
2021-04-01ipv6: convert elligible sysctls to u8Eric Dumazet1-12/+12
2021-04-01tcp: convert tcp_comp_sack_nr sysctl to u8Eric Dumazet1-1/+1
2021-04-01ipv4: convert igmp_link_local_mcast_reports sysctl to u8Eric Dumazet1-1/+1
2021-04-01ipv4: convert fib_multipath_{use_neigh|hash_policy} sysctls to u8Eric Dumazet1-2/+2
2021-04-01ipv4: convert udp_l3mdev_accept sysctl to u8Eric Dumazet1-1/+1
2021-04-01ipv4: convert fib_notify_on_flag_change sysctl to u8Eric Dumazet1-1/+1
2021-04-01inet: shrink netns_ipv4 by another cache lineEric Dumazet1-3/+3
2021-04-01inet: shrink inet_timewait_death_row by 48 bytesEric Dumazet1-2/+5
2021-03-30net: add sysctl for enabling RFC 8335 PROBE messagesAndreas Roeseler1-0/+1
2021-03-26tcp: convert elligible sysctls to u8Eric Dumazet1-34/+34
2021-03-26inet: convert tcp_early_demux and udp_early_demux to u8Eric Dumazet1-2/+2
2021-03-26ipv4: convert ip_forward_update_priority sysctl to u8Eric Dumazet1-1/+1
2021-03-26ipv4: shrink netns_ipv4 with sysctl conversionsEric Dumazet1-16/+16
2021-03-25tcp_metrics: tcpm_hash_bucket is strictly localEric Dumazet1-1/+0
2021-03-22net: xfrm: Use sequence counter with associated spinlockAhmed S. Darwish1-1/+1
2021-03-22net: xfrm: Localize sequence counter per network namespaceAhmed S. Darwish1-1/+3
2021-02-03net: ipv6: Emit notification when fib hardware flags are changedAmit Cohen1-0/+1
2021-02-03net: ipv4: Emit notification when fib hardware flags are changedAmit Cohen1-0/+2
2020-10-31sctp: add encap_port for netns sock asoc and transportXin Long1-0/+2
2020-10-31sctp: create udp6 sock and set its encap_rcvXin Long1-0/+1
2020-10-31sctp: create udp4 sock and add its encap_rcvXin Long1-0/+5
2020-10-12can: remove obsolete version stringsOliver Hartkopp1-1/+0
2020-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+1
2020-09-16nexthop: Convert to blocking notification chainIdo Schimmel1-1/+1
2020-09-10tcp: reflect tos value received in SYN to the socketWei Wang1-0/+1
2020-09-08netfilter: nf_tables: coalesce multiple notifications into one skbuffPablo Neira Ayuso1-0/+1
2020-06-30bpf, netns: Keep a list of attached bpf_link'sJakub Sitnicki1-1/+1
2020-06-30bpf, netns: Keep attached programs in bpf_prog_arrayJakub Sitnicki1-1/+4
2020-06-02bpf: Add link-based BPF program attachment to network namespaceJakub Sitnicki1-0/+1
2020-06-02net: Introduce netns_bpf for BPF programs attached to netnsJakub Sitnicki1-0/+17
2020-05-23nexthop: add support for notifiersRoopa Prabhu1-0/+1
2020-04-30tcp: add hrtimer slack to sack compressionEric Dumazet1-0/+1
2020-04-28net: ipv4: add sysctl for nexthop api compatibility modeRoopa Prabhu1-0/+2
2020-03-30mptcp: add and use MIB counter infrastructureFlorian Westphal1-0/+3
2020-03-12tcp: bind(0) remove the SO_REUSEADDR restriction when ephemeral ports are exh...Kuniyuki Iwashima1-0/+1
2020-01-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+1
2020-01-24netfilter: nf_tables: autoload modules from the abort pathPablo Neira Ayuso1-0/+1
2019-12-10net-tcp: Disable TCP ssthresh metrics cache by defaultKevin(Yudong) Yang1-0/+1
2019-11-22ipv6: keep track of routes using srcPaolo Abeni1-0/+3
2019-11-09sctp: add support for Primary Path SwitchoverXin Long1-0/+6
2019-11-09sctp: add pf_expose per netns and sock and asocXin Long1-0/+8