aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/nf_tables_api.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-09netfilter: nf_tables: initialize set before expression setupPablo Neira Ayuso1-42/+43
2021-05-24netfilter: nf_tables: fix table flag updatesPablo Neira Ayuso1-19/+40
2021-05-21netfilter: nf_tables: extended netlink error reporting for chain typePablo Neira Ayuso1-7/+14
2021-05-21netfilter: nf_tables: missing error reporting for not selected expressionsPablo Neira Ayuso1-1/+3
2021-05-07netfilter: nftables: avoid potential overflows on 32bit archesEric Dumazet1-2/+5
2021-05-05netfilter: nftables: Fix a memleak from userdata error path in new objectsPablo Neira Ayuso1-2/+2
2021-04-27netfilter: nftables: add catch-all set element supportPablo Neira Ayuso1-54/+426
2021-04-27netfilter: nftables: add helper function to validate set element dataPablo Neira Ayuso1-4/+11
2021-04-27netfilter: nftables: add helper function to flush set elementsPablo Neira Ayuso1-13/+18
2021-04-27netfilter: nftables: add loop check helper functionPablo Neira Ayuso1-9/+21
2021-04-27netfilter: nftables: rename set element data activation/deactivation functionsPablo Neira Ayuso1-11/+11
2021-04-26netfilter: nfnetlink: consolidate callback typesPablo Neira Ayuso1-23/+46
2021-04-26netfilter: nfnetlink: pass struct nfnl_info to batch callbacksPablo Neira Ayuso1-167/+171
2021-04-26netfilter: nfnetlink: pass struct nfnl_info to rcu callbacksPablo Neira Ayuso1-77/+75
2021-04-26netfilter: nftables: add nft_pernet() helper functionPablo Neira Ayuso1-57/+55
2021-04-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-0/+3
2021-04-18netfilter: nftables: counter hardware offload supportPablo Neira Ayuso1-0/+3
2021-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-12/+34
2021-04-13netfilter: nftables: clone set element expression templatePablo Neira Ayuso1-12/+34
2021-04-06netfilter: nf_tables: use net_generic infra for transaction dataFlorian Westphal1-113/+200
2021-04-03netfilter: nftables: remove documentation on static functionsPablo Neira Ayuso1-32/+0
2021-04-03netfilter: nftables: fix a warning message in nf_tables_commit_audit_collect()Dan Carpenter1-1/+1
2021-03-31netfilter: add helper function to set up the nfnetlink header and use itPablo Neira Ayuso1-75/+27
2021-03-31netfilter: nftables: add helper function to set the base sequence numberPablo Neira Ayuso1-9/+14
2021-03-31netfilter: nftables: remove unnecessary spin_lock_init()Yang Yingliang1-1/+0
2021-03-31audit: log nftables configuration change events once per tableRichard Guy Briggs1-83/+103
2021-03-31netfilter: nft_log: perform module load from nf_tablesFlorian Westphal1-2/+3
2021-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+21
2021-03-18netfilter: nftables: update table flags from the commit phasePablo Neira Ayuso1-15/+16
2021-03-18netfilter: nftables: skip hook overlap logic if flowtable is stalePablo Neira Ayuso1-0/+3
2021-03-18netfilter: Fix fall-through warnings for ClangGustavo A. R. Silva1-0/+1
2021-03-18netfilter: nftables: allow to update flowtable flagsPablo Neira Ayuso1-0/+15
2021-03-18netfilter: nftables: report EOPNOTSUPP on unsupported flowtable flagsPablo Neira Ayuso1-1/+3
2021-03-04netfilter: nftables: bogus check for netlink portID with table ownerPablo Neira Ayuso1-4/+3
2021-03-04netfilter: nftables: fix possible double hook unregistration with table ownerPablo Neira Ayuso1-1/+5
2021-03-02netfilter: nftables: disallow updates on table ownershipPablo Neira Ayuso1-0/+6
2021-02-15netfilter: nftables: introduce table ownershipPablo Neira Ayuso1-46/+117
2021-02-15netfilter: nftables: add helper function to release hooks of one single tablePablo Neira Ayuso1-5/+10
2021-02-15netfilter: nftables: add helper function to release one tablePablo Neira Ayuso1-35/+40
2021-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-19/+34
2021-02-09netfilter: nftables: relax check for stateful expressions in set definitionPablo Neira Ayuso1-13/+15
2021-02-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextJakub Kicinski1-9/+46
2021-02-04netfilter: nftables: fix possible UAF over chains from packet path in netnsPablo Neira Ayuso1-6/+19
2021-01-27netfilter: nftables: statify nft_parse_register()Pablo Neira Ayuso1-2/+1
2021-01-27netfilter: nftables: add nft_parse_register_store() and use itPablo Neira Ayuso1-5/+29
2021-01-27netfilter: nftables: add nft_parse_register_load() and use itPablo Neira Ayuso1-2/+16
2021-01-16netfilter: nft_dynset: honor stateful expressions in set definitionPablo Neira Ayuso1-3/+2
2020-12-28netfilter: nftables: add set expression flagsPablo Neira Ayuso1-1/+5
2020-12-16netfilter: nftables: fix incorrect increment of loop counterColin Ian King1-2/+2
2020-12-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextJakub Kicinski1-40/+210