summaryrefslogtreecommitdiffstats
path: root/include/net/netfilter/nf_tables.h
Commit message (Expand)AuthorAgeFilesLines
...
* netfilter: nf_tables: remove hooks from family definitionPablo Neira Ayuso2018-01-081-3/+1Star
* netfilter: nf_tables: remove multihook chains and familiesPablo Neira Ayuso2018-01-081-8/+1Star
* netfilter: nf_tables: add nft_set_is_anonymous() helperPablo Neira Ayuso2018-01-081-0/+5
* netfilter: nf_tables: explicit nft_set_pktinfo() call from hook pathPablo Neira Ayuso2018-01-081-10/+2Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-11-151-0/+5
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2017-11-081-0/+5
| |\
| | * netfilter: nf_tables: get set elements via netlinkPablo Neira Ayuso2017-11-071-0/+5
* | | Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar2017-11-071-0/+1
|\| |
| * | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
| |/
* / locking/atomics, net/netlink/netfilter: Convert ACCESS_ONCE() to READ_ONCE()/...Mark Rutland2017-10-251-2/+2
|/
* netfilter: nf_tables: add select_ops for stateful objectsPablo M. Bermudo Garay2017-09-041-11/+24
* netfilter: nf_tables: Allow object names of up to 255 charsPhil Sutter2017-07-311-1/+1
* netfilter: nf_tables: Allow set names of up to 255 charsPhil Sutter2017-07-311-1/+1
* netfilter: nf_tables: Allow chain name of up to 255 charsPhil Sutter2017-07-311-2/+2
* netfilter: nf_tables: Allow table names of up to 255 charsPhil Sutter2017-07-311-1/+1
* netfilter: nf_tables: pass set description to ->privsizePablo Neira Ayuso2017-05-291-1/+2
* netfilter: nf_tables: select set backend flavour depending on descriptionPablo Neira Ayuso2017-05-291-6/+20
* netfilter: nf_tables: revisit chain/object refcounting from elementsPablo Neira Ayuso2017-05-151-1/+1
* netfilter: nf_tables: add nft_is_base_chain() helperPablo Neira Ayuso2017-04-061-0/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-03-241-1/+29
|\
| * Revert "netfilter: nf_tables: add flush field to struct nft_set_iter"Pablo Neira Ayuso2017-03-131-1/+0Star
| * netfilter: nf_tables: fix mismatch in big-endian systemLiping Zhang2017-03-131-0/+29
* | netfilter: provide nft_ctx in object init functionFlorian Westphal2017-03-131-1/+2
* | netfilter: nf_tables: add nft_set_lookup()Pablo Neira Ayuso2017-03-061-4/+5
|/
* netfilter: nf_tables: don't call nfnetlink_set_err() if nfnetlink_send() failsPablo Neira Ayuso2017-03-031-3/+3
* netfilter: nf_tables: add NFTA_RULE_ID attributePablo Neira Ayuso2017-02-121-0/+3
* netfilter: nf_tables: add space notation to setsPablo Neira Ayuso2017-02-081-0/+2
* netfilter: nf_tables: rename struct nft_set_estimate class fieldPablo Neira Ayuso2017-02-081-2/+2
* netfilter: nf_tables: add flush field to struct nft_set_iterPablo Neira Ayuso2017-02-081-0/+1
* netfilter: nf_tables: rename deactivate_one() to flush()Pablo Neira Ayuso2017-02-081-4/+4
* netfilter: nf_tables: pass netns to set->ops->remove()Pablo Neira Ayuso2017-02-081-1/+2
* netfilter: nf_tables: deconstify walk callback functionPablo Neira Ayuso2017-01-241-3/+3
* netfilter: nf_tables: support for set flushingPablo Neira Ayuso2016-12-071-1/+5
* netfilter: nf_tables: add stateful object reference to set elementsPablo Neira Ayuso2016-12-071-0/+9
* netfilter: nft_quota: add depleted flag for objectsPablo Neira Ayuso2016-12-071-0/+2
* netfilter: nf_tables: notify internal updates of stateful objectsPablo Neira Ayuso2016-12-071-0/+4
* netfilter: nf_tables: atomic dump and reset for stateful objectsPablo Neira Ayuso2016-12-071-1/+2
* netfilter: nf_tables: add stateful objectsPablo Neira Ayuso2016-12-061-0/+79
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-12-031-1/+1
|\
| * netfilter: nf_tables: fix inconsistent element expiration calculationAnders K. Pedersen2016-11-241-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-151-3/+5
|\|
| * netfilter: nf_tables: fix type mismatch with error return from nft_parse_u32_...John W. Linville2016-10-271-1/+1
| * netfilter: nf_tables: fix *leak* when expr clone failLiping Zhang2016-10-271-2/+4
* | netfilter: nf_tables: use hook state from xt_action_param structurePablo Neira Ayuso2016-11-031-10/+25
* | netfilter: x_tables: move hook state into xt_action_param structurePablo Neira Ayuso2016-11-031-5/+6
|/
* netfilter: nf_tables: validate maximum value of u32 netlink attributesLaura Garcia Liebana2016-09-231-0/+1
* netfilter: nf_tables: ensure proper initialization of nft_pktinfo fieldsPablo Neira Ayuso2016-09-121-0/+18
* netfilter: nf_tables: honor NLM_F_EXCL flag in set element insertionPablo Neira Ayuso2016-08-261-1/+2
* netfilter: nf_tables: get rid of possible_net_t from set and basechainPablo Neira Ayuso2016-07-111-10/+11
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2016-07-061-7/+36
|\