aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-03-18netfilter: Generalize ingress hookLukas Wunner1-1/+1
2020-03-18netfilter: Rename ingress hook include fileLukas Wunner1-1/+1
2020-03-15netfilter: conntrack: re-visit sysctls in unprivileged namespacesFlorian Westphal1-11/+8
2020-03-15netfilter: nft_lookup: update element stateful expressionPablo Neira Ayuso1-0/+1
2020-03-15netfilter: nf_tables: add nft_set_elem_update_expr() helper functionPablo Neira Ayuso1-7/+1
2020-03-15netfilter: nf_tables: add elements with stateful expressionsPablo Neira Ayuso1-1/+20
2020-03-15netfilter: nf_tables: statify nft_expr_init()Pablo Neira Ayuso1-2/+2
2020-03-15netfilter: nf_tables: add nft_set_elem_expr_alloc()Pablo Neira Ayuso2-13/+32
2020-03-15nft_set_pipapo: Prepare for single ranged field usageStefano Brivio3-8/+17
2020-03-15nft_set_pipapo: Introduce AVX2-based lookup implementationStefano Brivio5-0/+1269
2020-03-15nft_set_pipapo: Prepare for vectorised implementation: helpersStefano Brivio2-261/+285
2020-03-15nft_set_pipapo: Prepare for vectorised implementation: alignmentStefano Brivio1-25/+110
2020-03-15nft_set_pipapo: Add support for 8-bit lookup groups and dynamic switchStefano Brivio1-8/+233
2020-03-15nft_set_pipapo: Generalise group size for bucketsStefano Brivio1-96/+112
2020-03-15netfilter: flowtable: add tunnel encap/decap action offload supportwenxu1-0/+45
2020-03-15netfilter: flowtable: add tunnel match offload supportwenxu1-2/+59
2020-03-15netfilter: flowtable: add indr block setup supportwenxu1-4/+90
2020-03-15netfilter: flowtable: add nf_flow_table_block_offload_init()wenxu1-8/+17
2020-03-15netfilter: xt_IDLETIMER: clean up some indentingDan Carpenter1-4/+3
2020-03-15netfilter: bitwise: use more descriptive variable-names.Jeremy Sowden1-7/+7
2020-03-15netfilter: Replace zero-length array with flexible-array memberGustavo A. R. Silva12-17/+17
2020-03-15netfilter: nft_set_pipapo: make the symbol 'nft_pipapo_get' staticChen Wandun1-2/+2
2020-03-15netfilter: cleanup unused macroLi RongQing2-3/+0
2020-03-15netfilter: nf_tables: make all set structs constFlorian Westphal5-24/+8
2020-03-15netfilter: nf_tables: make sets built-inFlorian Westphal4-74/+15
2020-03-15netfilter: nft_tunnel: add support for geneve optsXin Long1-12/+98
2020-03-15netfilter: xtables: Add snapshot of hardidletimer targetManoj Basapathi1-12/+235
2020-03-15netfilter: flowtable: Use nf_flow_offload_tuple for stats as wellPaul Blakey1-17/+9
2020-03-15mptcp: drop unneeded checksPaolo Abeni2-23/+9
2020-03-15mptcp: create msk earlyPaolo Abeni4-80/+70
2020-03-15tipc: add NULL pointer check to prevent kernel oopsHoang Le1-2/+10
2020-03-15tipc: simplify trivial boolean returnHoang Le1-3/+0
2020-03-14net: sched: RED: Introduce an ECN nodrop modePetr Machata1-6/+25
2020-03-14net: sched: Allow extending set of supported RED flagsPetr Machata1-3/+40
2020-03-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller7-160/+301
2020-03-13bpf: Add bpf_trampoline_ name prefix for DECLARE_BPF_DISPATCHERBjörn Töpel1-3/+2
2020-03-13ethtool: fix spelling mistake "exceeeds" -> "exceeds"Colin Ian King2-2/+2
2020-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller39-118/+305
2020-03-12bpf: Add bpf_xdp_output() helperEelco Chaudron1-1/+15
2020-03-12inet: Use fallthrough;Joe Perches26-43/+41
2020-03-12ethtool: add CHANNELS_NTF notificationMichal Kubecek3-1/+10
2020-03-12ethtool: set device channel counts with CHANNELS_SET requestMichal Kubecek6-31/+154
2020-03-12ethtool: provide channel counts with CHANNELS_GET requestMichal Kubecek4-1/+119
2020-03-12ethtool: add RINGS_NTF notificationMichal Kubecek3-1/+10
2020-03-12ethtool: set device ring sizes with RINGS_SET requestMichal Kubecek3-0/+95
2020-03-12ethtool: provide ring sizes with RINGS_GET requestMichal Kubecek4-1/+118
2020-03-12ethtool: add PRIVFLAGS_NTF notificationMichal Kubecek3-0/+7
2020-03-12ethtool: set device private flags with PRIVFLAGS_SET requestMichal Kubecek3-0/+76
2020-03-12ethtool: provide private flags with PRIVFLAGS_GET requestMichal Kubecek4-1/+146
2020-03-12ethtool: add FEATURES_NTF notificationMichal Kubecek2-1/+32