summaryrefslogtreecommitdiffstats
path: root/net/netfilter
Commit message (Expand)AuthorAgeFilesLines
...
| * ipvs: optimize tunnel dumps for icmp errorsHaishuang Yan2020-03-271-20/+26
| * netfilter: conntrack: Add missing annotations for nf_conntrack_all_lock() and...Jules Irenge2020-03-271-0/+2
| * netfilter: ctnetlink: Add missing annotation for ctnetlink_parse_nat_setup()Jules Irenge2020-03-271-0/+1
| * netfilter: flowtable: fix NULL pointer dereference in tunnel offload supportwenxu2020-03-191-3/+3
| * netfilter: nf_tables: add nft_set_elem_expr_destroy() and use itPablo Neira Ayuso2020-03-191-11/+17
| * netfilter: nf_tables: fix double-free on set expression from the error pathPablo Neira Ayuso2020-03-191-0/+1
| * netfilter: nf_tables: allow to specify stateful expression in set definitionPablo Neira Ayuso2020-03-191-12/+48
| * netfilter: nf_tables: pass context to nft_set_destroy()Pablo Neira Ayuso2020-03-191-5/+5
| * netfilter: nf_tables: move nft_expr_clone() to nf_tables_api.cPablo Neira Ayuso2020-03-192-17/+18
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-03-257-20/+136
|\ \ | |/ |/|
| * net: Fix CONFIG_NET_CLS_ACT=n and CONFIG_NFT_FWD_NETDEV={y, m} buildPablo Neira Ayuso2020-03-251-3/+2
| * netfilter: nft_fwd_netdev: allow to redirect to ifb via ingressPablo Neira Ayuso2020-03-241-0/+4
| * netfilter: nft_fwd_netdev: validate family and chain typePablo Neira Ayuso2020-03-241-0/+9
| * netfilter: nft_set_rbtree: Detect partial overlaps on insertionStefano Brivio2020-03-241-3/+67
| * netfilter: nft_set_rbtree: Introduce and use nft_rbtree_interval_start()Stefano Brivio2020-03-241-6/+11
| * netfilter: nft_set_pipapo: Separate partial and complete overlap cases on ins...Stefano Brivio2020-03-241-7/+27
| * netfilter: nf_tables: Allow set back-ends to report partial overlaps on inser...Pablo Neira Ayuso2020-03-241-0/+5
| * netfilter: flowtable: populate addr_type maskEdward Cree2020-03-191-0/+1
| * netfilter: flowtable: Fix flushing of offloaded flows on freePaul Blakey2020-03-191-0/+3
| * netfilter: flowtable: reload ip{v6}h in nf_flow_tuple_ip{v6}Haishuang Yan2020-03-191-0/+2
| * netfilter: flowtable: reload ip{v6}h in nf_flow_nat_ip{v6}Haishuang Yan2020-03-191-4/+8
* | netfilter: revert introduction of egress hookDaniel Borkmann2020-03-183-31/+5
* | netfilter: Introduce egress hookLukas Wunner2020-03-183-5/+31
* | netfilter: conntrack: re-visit sysctls in unprivileged namespacesFlorian Westphal2020-03-151-11/+8
* | netfilter: nft_lookup: update element stateful expressionPablo Neira Ayuso2020-03-151-0/+1
* | netfilter: nf_tables: add nft_set_elem_update_expr() helper functionPablo Neira Ayuso2020-03-151-7/+1
* | netfilter: nf_tables: add elements with stateful expressionsPablo Neira Ayuso2020-03-151-1/+20
* | netfilter: nf_tables: statify nft_expr_init()Pablo Neira Ayuso2020-03-151-2/+2
* | netfilter: nf_tables: add nft_set_elem_expr_alloc()Pablo Neira Ayuso2020-03-152-13/+32
* | nft_set_pipapo: Prepare for single ranged field usageStefano Brivio2020-03-153-8/+17
* | nft_set_pipapo: Introduce AVX2-based lookup implementationStefano Brivio2020-03-155-0/+1269
* | nft_set_pipapo: Prepare for vectorised implementation: helpersStefano Brivio2020-03-152-261/+285
* | nft_set_pipapo: Prepare for vectorised implementation: alignmentStefano Brivio2020-03-151-25/+110
* | nft_set_pipapo: Add support for 8-bit lookup groups and dynamic switchStefano Brivio2020-03-151-8/+233
* | nft_set_pipapo: Generalise group size for bucketsStefano Brivio2020-03-151-96/+112
* | netfilter: flowtable: add tunnel encap/decap action offload supportwenxu2020-03-151-0/+45
* | netfilter: flowtable: add tunnel match offload supportwenxu2020-03-151-2/+59
* | netfilter: flowtable: add indr block setup supportwenxu2020-03-151-4/+90
* | netfilter: flowtable: add nf_flow_table_block_offload_init()wenxu2020-03-151-8/+17
* | netfilter: xt_IDLETIMER: clean up some indentingDan Carpenter2020-03-151-4/+3
* | netfilter: bitwise: use more descriptive variable-names.Jeremy Sowden2020-03-151-7/+7
* | netfilter: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-03-158-10/+10
* | netfilter: nft_set_pipapo: make the symbol 'nft_pipapo_get' staticChen Wandun2020-03-151-2/+2
* | netfilter: cleanup unused macroLi RongQing2020-03-152-3/+0
* | netfilter: nf_tables: make all set structs constFlorian Westphal2020-03-155-24/+8
* | netfilter: nf_tables: make sets built-inFlorian Westphal2020-03-154-74/+15
* | netfilter: nft_tunnel: add support for geneve optsXin Long2020-03-151-12/+98
* | netfilter: xtables: Add snapshot of hardidletimer targetManoj Basapathi2020-03-151-12/+235
* | netfilter: flowtable: Use nf_flow_offload_tuple for stats as wellPaul Blakey2020-03-151-17/+9
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-03-129-14/+26
|\|