summaryrefslogtreecommitdiffstats
path: root/net/netfilter/nf_tables_api.c
Commit message (Expand)AuthorAgeFilesLines
...
| * netfilter: nf_tables: memleak in hw offload abort pathPablo Neira Ayuso2021-06-211-20/+31
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-06-181-42/+43
|\|
| * netfilter: nf_tables: initialize set before expression setupPablo Neira Ayuso2021-06-091-42/+43
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2021-06-091-118/+84
|\ \ | |/ |/|
| * netfilter: nf_tables: move base hook annotation to init helperFlorian Westphal2021-06-091-8/+7
| * netfilter: annotate nf_tables base hook opsFlorian Westphal2021-06-071-1/+3
| * netfilter: nf_tables: remove nft_ctx_init_from_setattr()Pablo Neira Ayuso2021-06-071-39/+25
| * netfilter: nf_tables: remove nft_ctx_init_from_elemattr()Pablo Neira Ayuso2021-06-071-38/+34
| * netfilter: nfnetlink: add struct nfgenmsg to struct nfnl_info and use itPablo Neira Ayuso2021-06-071-36/+19
* | netfilter: nf_tables: fix table flag updatesPablo Neira Ayuso2021-05-241-19/+40
* | netfilter: nf_tables: extended netlink error reporting for chain typePablo Neira Ayuso2021-05-211-7/+14
* | netfilter: nf_tables: missing error reporting for not selected expressionsPablo Neira Ayuso2021-05-211-1/+3
|/
* netfilter: nftables: avoid potential overflows on 32bit archesEric Dumazet2021-05-071-2/+5
* netfilter: nftables: Fix a memleak from userdata error path in new objectsPablo Neira Ayuso2021-05-051-2/+2
* netfilter: nftables: add catch-all set element supportPablo Neira Ayuso2021-04-271-54/+426
* netfilter: nftables: add helper function to validate set element dataPablo Neira Ayuso2021-04-271-4/+11
* netfilter: nftables: add helper function to flush set elementsPablo Neira Ayuso2021-04-271-13/+18
* netfilter: nftables: add loop check helper functionPablo Neira Ayuso2021-04-271-9/+21
* netfilter: nftables: rename set element data activation/deactivation functionsPablo Neira Ayuso2021-04-271-11/+11
* netfilter: nfnetlink: consolidate callback typesPablo Neira Ayuso2021-04-261-23/+46
* netfilter: nfnetlink: pass struct nfnl_info to batch callbacksPablo Neira Ayuso2021-04-261-167/+171
* netfilter: nfnetlink: pass struct nfnl_info to rcu callbacksPablo Neira Ayuso2021-04-261-77/+75
* netfilter: nftables: add nft_pernet() helper functionPablo Neira Ayuso2021-04-261-57/+55
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2021-04-191-0/+3
|\
| * netfilter: nftables: counter hardware offload supportPablo Neira Ayuso2021-04-181-0/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-04-171-12/+34
|\ \ | |/ |/|
| * netfilter: nftables: clone set element expression templatePablo Neira Ayuso2021-04-131-12/+34
* | netfilter: nf_tables: use net_generic infra for transaction dataFlorian Westphal2021-04-061-113/+200
* | netfilter: nftables: remove documentation on static functionsPablo Neira Ayuso2021-04-031-32/+0
* | netfilter: nftables: fix a warning message in nf_tables_commit_audit_collect()Dan Carpenter2021-04-031-1/+1
* | netfilter: add helper function to set up the nfnetlink header and use itPablo Neira Ayuso2021-03-311-75/+27
* | netfilter: nftables: add helper function to set the base sequence numberPablo Neira Ayuso2021-03-311-9/+14
* | netfilter: nftables: remove unnecessary spin_lock_init()Yang Yingliang2021-03-311-1/+0
* | audit: log nftables configuration change events once per tableRichard Guy Briggs2021-03-311-83/+103
* | netfilter: nft_log: perform module load from nf_tablesFlorian Westphal2021-03-311-2/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-03-251-1/+21
|\|
| * netfilter: nftables: skip hook overlap logic if flowtable is stalePablo Neira Ayuso2021-03-181-0/+3
| * netfilter: nftables: allow to update flowtable flagsPablo Neira Ayuso2021-03-181-0/+15
| * netfilter: nftables: report EOPNOTSUPP on unsupported flowtable flagsPablo Neira Ayuso2021-03-181-1/+3
* | netfilter: nftables: update table flags from the commit phasePablo Neira Ayuso2021-03-181-15/+16
* | netfilter: Fix fall-through warnings for ClangGustavo A. R. Silva2021-03-181-0/+1
|/
* netfilter: nftables: bogus check for netlink portID with table ownerPablo Neira Ayuso2021-03-041-4/+3
* netfilter: nftables: fix possible double hook unregistration with table ownerPablo Neira Ayuso2021-03-041-1/+5
* netfilter: nftables: disallow updates on table ownershipPablo Neira Ayuso2021-03-021-0/+6
* netfilter: nftables: introduce table ownershipPablo Neira Ayuso2021-02-151-46/+117
* netfilter: nftables: add helper function to release hooks of one single tablePablo Neira Ayuso2021-02-151-5/+10
* netfilter: nftables: add helper function to release one tablePablo Neira Ayuso2021-02-151-35/+40
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-02-101-19/+34
|\
| * netfilter: nftables: relax check for stateful expressions in set definitionPablo Neira Ayuso2021-02-091-13/+15
| * netfilter: nftables: fix possible UAF over chains from packet path in netnsPablo Neira Ayuso2021-02-041-6/+19