summaryrefslogtreecommitdiff
path: root/net/netfilter/nf_tables_api.c
AgeCommit message (Expand)Author
2021-12-15netfilter: nf_tables: fix use-after-free in nft_set_catchall_destroy()Eric Dumazet
2021-10-02netfilter: nf_tables: honor NLM_F_CREATE and NLM_F_EXCL in event notificationPablo Neira Ayuso
2021-09-28netfilter: nf_tables: reverse order in rule replacement expansionPablo Neira Ayuso
2021-09-28netfilter: nf_tables: add position handle in event notificationPablo Neira Ayuso
2021-09-21netfilter: nf_tables: Fix oversized kvmalloc() callsPablo Neira Ayuso
2021-09-21netfilter: nf_tables: unlink table before deleting itFlorian Westphal
2021-07-17netfilter: nf_tables: fix audit memory leak in nf_tables_commitDongliang Mu
2021-07-02netfilter: nf_tables: Fix dereference of null pointer flowColin Ian King
2021-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-06-22netfilter: nf_tables: do not allow to delete table with owner by handlePablo Neira Ayuso
2021-06-22netfilter: nf_tables: skip netlink portID validation if zeroPablo Neira Ayuso
2021-06-21netfilter: nf_tables: memleak in hw offload abort pathPablo Neira Ayuso
2021-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-06-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2021-06-09netfilter: nf_tables: move base hook annotation to init helperFlorian Westphal
2021-06-09netfilter: nf_tables: initialize set before expression setupPablo Neira Ayuso
2021-06-07netfilter: annotate nf_tables base hook opsFlorian Westphal
2021-06-07netfilter: nf_tables: remove nft_ctx_init_from_setattr()Pablo Neira Ayuso
2021-06-07netfilter: nf_tables: remove nft_ctx_init_from_elemattr()Pablo Neira Ayuso
2021-06-07netfilter: nfnetlink: add struct nfgenmsg to struct nfnl_info and use itPablo Neira Ayuso
2021-05-24netfilter: nf_tables: fix table flag updatesPablo Neira Ayuso
2021-05-21netfilter: nf_tables: extended netlink error reporting for chain typePablo Neira Ayuso
2021-05-21netfilter: nf_tables: missing error reporting for not selected expressionsPablo Neira Ayuso
2021-05-07netfilter: nftables: avoid potential overflows on 32bit archesEric Dumazet
2021-05-05netfilter: nftables: Fix a memleak from userdata error path in new objectsPablo Neira Ayuso
2021-04-27netfilter: nftables: add catch-all set element supportPablo Neira Ayuso
2021-04-27netfilter: nftables: add helper function to validate set element dataPablo Neira Ayuso
2021-04-27netfilter: nftables: add helper function to flush set elementsPablo Neira Ayuso
2021-04-27netfilter: nftables: add loop check helper functionPablo Neira Ayuso
2021-04-27netfilter: nftables: rename set element data activation/deactivation functionsPablo Neira Ayuso
2021-04-26netfilter: nfnetlink: consolidate callback typesPablo Neira Ayuso
2021-04-26netfilter: nfnetlink: pass struct nfnl_info to batch callbacksPablo Neira Ayuso
2021-04-26netfilter: nfnetlink: pass struct nfnl_info to rcu callbacksPablo Neira Ayuso
2021-04-26netfilter: nftables: add nft_pernet() helper functionPablo Neira Ayuso
2021-04-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2021-04-18netfilter: nftables: counter hardware offload supportPablo Neira Ayuso
2021-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-04-13netfilter: nftables: clone set element expression templatePablo Neira Ayuso
2021-04-06netfilter: nf_tables: use net_generic infra for transaction dataFlorian Westphal
2021-04-03netfilter: nftables: remove documentation on static functionsPablo Neira Ayuso
2021-04-03netfilter: nftables: fix a warning message in nf_tables_commit_audit_collect()Dan Carpenter
2021-03-31netfilter: add helper function to set up the nfnetlink header and use itPablo Neira Ayuso
2021-03-31netfilter: nftables: add helper function to set the base sequence numberPablo Neira Ayuso
2021-03-31netfilter: nftables: remove unnecessary spin_lock_init()Yang Yingliang
2021-03-31audit: log nftables configuration change events once per tableRichard Guy Briggs
2021-03-31netfilter: nft_log: perform module load from nf_tablesFlorian Westphal
2021-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2021-03-18netfilter: nftables: update table flags from the commit phasePablo Neira Ayuso
2021-03-18netfilter: nftables: skip hook overlap logic if flowtable is stalePablo Neira Ayuso
2021-03-18netfilter: Fix fall-through warnings for ClangGustavo A. R. Silva