aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/nf_tables_api.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-01-09netfilter: nf_tables: add register tracking infrastructurePablo Neira Ayuso1-0/+11
2022-01-09netfilter: nf_tables: add rule blob layoutPablo Neira Ayuso1-48/+101
2021-10-02netfilter: nf_tables: honor NLM_F_CREATE and NLM_F_EXCL in event notificationPablo Neira Ayuso1-12/+35
2021-09-28netfilter: nf_tables: reverse order in rule replacement expansionPablo Neira Ayuso1-6/+4
2021-09-28netfilter: nf_tables: add position handle in event notificationPablo Neira Ayuso1-9/+25
2021-09-21netfilter: nf_tables: Fix oversized kvmalloc() callsPablo Neira Ayuso1-1/+1
2021-09-21netfilter: nf_tables: unlink table before deleting itFlorian Westphal1-10/+18
2021-07-17netfilter: nf_tables: fix audit memory leak in nf_tables_commitDongliang Mu1-0/+12
2021-07-02netfilter: nf_tables: Fix dereference of null pointer flowColin Ian King1-1/+2
2021-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-24/+41
2021-06-22netfilter: nf_tables: do not allow to delete table with owner by handlePablo Neira Ayuso1-3/+9
2021-06-22netfilter: nf_tables: skip netlink portID validation if zeroPablo Neira Ayuso1-1/+1
2021-06-21netfilter: nf_tables: memleak in hw offload abort pathPablo Neira Ayuso1-20/+31
2021-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-42/+43
2021-06-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-118/+84
2021-06-09netfilter: nf_tables: move base hook annotation to init helperFlorian Westphal1-8/+7
2021-06-09netfilter: nf_tables: initialize set before expression setupPablo Neira Ayuso1-42/+43
2021-06-07netfilter: annotate nf_tables base hook opsFlorian Westphal1-1/+3
2021-06-07netfilter: nf_tables: remove nft_ctx_init_from_setattr()Pablo Neira Ayuso1-39/+25
2021-06-07netfilter: nf_tables: remove nft_ctx_init_from_elemattr()Pablo Neira Ayuso1-38/+34
2021-06-07netfilter: nfnetlink: add struct nfgenmsg to struct nfnl_info and use itPablo Neira Ayuso1-36/+19
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