summaryrefslogtreecommitdiffstats
path: root/net/netfilter
AgeCommit message (Expand)AuthorLines
2020-04-09x86: update AS_* macros to binutils >=2.23, supporting ADX and AVX2Jason A. Donenfeld-5/+5
2020-04-09x86: probe assembler capabilities via kconfig instead of makefileJason A. Donenfeld-1/+1
2020-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller-189/+235
2020-03-30ipvs: fix uninitialized variable warningHaishuang Yan-2/+1
2020-03-30netfilter: nft_exthdr: fix endianness of tcp option castSergey Marinkevich-5/+3
2020-03-30netfilter: flowtable: add counter support in HW offloadwenxu-0/+12
2020-03-30netfilter: conntrack: add nf_ct_acct_add()wenxu-3/+4
2020-03-30netfilter: nf_tables: skip set types that do not support for expressionsPablo Neira Ayuso-0/+5
2020-03-30netfilter: nft_dynset: validate set expression definitionPablo Neira Ayuso-2/+7
2020-03-30netfilter: nft_set_bitmap: initialize set element extension in lookupsPablo Neira Ayuso-0/+1
2020-03-30netfilter: ctnetlink: be more strict when NF_CONNTRACK_MARK is not setRomain Bellan-1/+1
2020-03-29netfilter: nf_queue: prefer nf_queue_entry_freeFlorian Westphal-18/+9
2020-03-29netfilter: nf_queue: do not release refcouts until nf_reinject is doneFlorian Westphal-4/+2
2020-03-29netfilter: nf_queue: place bridge physports into queue_entry structFlorian Westphal-30/+23
2020-03-29netfilter: nf_queue: make nf_queue_entry_release_refs staticFlorian Westphal-10/+10
2020-03-27netfilter: flowtable: Use work entry per offload commandPaul Blakey-31/+15
2020-03-27netfilter: flowtable: Use rw sem as flow block lockPaul Blakey-8/+7
2020-03-27netfilter: nf_tables: silence a RCU-list warning in nft_table_lookup()Qian Cai-1/+2
2020-03-27netfilter: flowtable: Fix incorrect tc_setup_type typewenxu-2/+2
2020-03-27netfilter: flowtable: add counter supportPablo Neira Ayuso-0/+7
2020-03-27netfilter: nf_tables: add enum nft_flowtable_flags to uapiPablo Neira Ayuso-1/+1
2020-03-27netfilter: conntrack: export nf_ct_acct_update()Pablo Neira Ayuso-8/+7
2020-03-27ipvs: optimize tunnel dumps for icmp errorsHaishuang Yan-20/+26
2020-03-27netfilter: conntrack: Add missing annotations for nf_conntrack_all_lock() and...Jules Irenge-0/+2
2020-03-27netfilter: ctnetlink: Add missing annotation for ctnetlink_parse_nat_setup()Jules Irenge-0/+1
2020-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-20/+136
2020-03-25net: Fix CONFIG_NET_CLS_ACT=n and CONFIG_NFT_FWD_NETDEV={y, m} buildPablo Neira Ayuso-3/+2
2020-03-24netfilter: nft_fwd_netdev: allow to redirect to ifb via ingressPablo Neira Ayuso-0/+4
2020-03-24netfilter: nft_fwd_netdev: validate family and chain typePablo Neira Ayuso-0/+9
2020-03-24netfilter: nft_set_rbtree: Detect partial overlaps on insertionStefano Brivio-3/+67
2020-03-24netfilter: nft_set_rbtree: Introduce and use nft_rbtree_interval_start()Stefano Brivio-6/+11
2020-03-24netfilter: nft_set_pipapo: Separate partial and complete overlap cases on ins...Stefano Brivio-7/+27
2020-03-24netfilter: nf_tables: Allow set back-ends to report partial overlaps on inser...Pablo Neira Ayuso-0/+5
2020-03-19netfilter: flowtable: populate addr_type maskEdward Cree-0/+1
2020-03-19netfilter: flowtable: fix NULL pointer dereference in tunnel offload supportwenxu-3/+3
2020-03-19netfilter: flowtable: Fix flushing of offloaded flows on freePaul Blakey-0/+3
2020-03-19netfilter: flowtable: reload ip{v6}h in nf_flow_tuple_ip{v6}Haishuang Yan-0/+2
2020-03-19netfilter: flowtable: reload ip{v6}h in nf_flow_nat_ip{v6}Haishuang Yan-4/+8
2020-03-19netfilter: nf_tables: add nft_set_elem_expr_destroy() and use itPablo Neira Ayuso-11/+17
2020-03-19netfilter: nf_tables: fix double-free on set expression from the error pathPablo Neira Ayuso-0/+1
2020-03-19netfilter: nf_tables: allow to specify stateful expression in set definitionPablo Neira Ayuso-12/+48
2020-03-19netfilter: nf_tables: pass context to nft_set_destroy()Pablo Neira Ayuso-5/+5
2020-03-19netfilter: nf_tables: move nft_expr_clone() to nf_tables_api.cPablo Neira Ayuso-17/+18
2020-03-18netfilter: revert introduction of egress hookDaniel Borkmann-31/+5
2020-03-18netfilter: Introduce egress hookLukas Wunner-5/+31
2020-03-15netfilter: conntrack: re-visit sysctls in unprivileged namespacesFlorian Westphal-11/+8
2020-03-15netfilter: nft_lookup: update element stateful expressionPablo Neira Ayuso-0/+1
2020-03-15netfilter: nf_tables: add nft_set_elem_update_expr() helper functionPablo Neira Ayuso-7/+1
2020-03-15netfilter: nf_tables: add elements with stateful expressionsPablo Neira Ayuso-1/+20
2020-03-15netfilter: nf_tables: statify nft_expr_init()Pablo Neira Ayuso-2/+2