aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/netfilter/nf_tables.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-19netfilter: nf_tables: allocate handle and delete objects via handleHarsha Sharma1-2/+9
2018-01-10netfilter: nf_tables: get rid of struct nft_af_info abstractionPablo Neira Ayuso1-21/+2
2018-01-10netfilter: nf_tables: get rid of pernet familiesPablo Neira Ayuso1-2/+2
2018-01-10netfilter: nf_tables: add single table list for all familiesPablo Neira Ayuso1-4/+4
2018-01-10netfilter: nf_tables: remove flag field from struct nft_af_infoPablo Neira Ayuso1-6/+0
2018-01-10netfilter: nf_tables: remove nhooks field from struct nft_af_infoPablo Neira Ayuso1-2/+0
2018-01-08netfilter: nf_tables: add flow table netlink frontendPablo Neira Ayuso1-0/+48
2018-01-08netfilter: nf_tables: remove nft_dereference()Pablo Neira Ayuso1-3/+0
2018-01-08netfilter: nf_tables: remove hooks from family definitionPablo Neira Ayuso1-3/+1
2018-01-08netfilter: nf_tables: remove multihook chains and familiesPablo Neira Ayuso1-8/+1
2018-01-08netfilter: nf_tables: add nft_set_is_anonymous() helperPablo Neira Ayuso1-0/+5
2018-01-08netfilter: nf_tables: explicit nft_set_pktinfo() call from hook pathPablo Neira Ayuso1-10/+2
2017-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+5
2017-11-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-0/+5
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar1-0/+1
2017-11-07netfilter: nf_tables: get set elements via netlinkPablo Neira Ayuso1-0/+5
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-25locking/atomics, net/netlink/netfilter: Convert ACCESS_ONCE() to READ_ONCE()/WRITE_ONCE()Mark Rutland1-2/+2
2017-09-04netfilter: nf_tables: add select_ops for stateful objectsPablo M. Bermudo Garay1-11/+24
2017-07-31netfilter: nf_tables: Allow object names of up to 255 charsPhil Sutter1-1/+1
2017-07-31netfilter: nf_tables: Allow set names of up to 255 charsPhil Sutter1-1/+1
2017-07-31netfilter: nf_tables: Allow chain name of up to 255 charsPhil Sutter1-2/+2
2017-07-31netfilter: nf_tables: Allow table names of up to 255 charsPhil Sutter1-1/+1
2017-05-29netfilter: nf_tables: pass set description to ->privsizePablo Neira Ayuso1-1/+2
2017-05-29netfilter: nf_tables: select set backend flavour depending on descriptionPablo Neira Ayuso1-6/+20
2017-05-15netfilter: nf_tables: revisit chain/object refcounting from elementsPablo Neira Ayuso1-1/+1
2017-04-06netfilter: nf_tables: add nft_is_base_chain() helperPablo Neira Ayuso1-0/+5
2017-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+29
2017-03-13Revert "netfilter: nf_tables: add flush field to struct nft_set_iter"Pablo Neira Ayuso1-1/+0
2017-03-13netfilter: provide nft_ctx in object init functionFlorian Westphal1-1/+2
2017-03-13netfilter: nf_tables: fix mismatch in big-endian systemLiping Zhang1-0/+29
2017-03-06netfilter: nf_tables: add nft_set_lookup()Pablo Neira Ayuso1-4/+5
2017-03-03netfilter: nf_tables: don't call nfnetlink_set_err() if nfnetlink_send() failsPablo Neira Ayuso1-3/+3
2017-02-12netfilter: nf_tables: add NFTA_RULE_ID attributePablo Neira Ayuso1-0/+3
2017-02-08netfilter: nf_tables: add space notation to setsPablo Neira Ayuso1-0/+2
2017-02-08netfilter: nf_tables: rename struct nft_set_estimate class fieldPablo Neira Ayuso1-2/+2
2017-02-08netfilter: nf_tables: add flush field to struct nft_set_iterPablo Neira Ayuso1-0/+1
2017-02-08netfilter: nf_tables: rename deactivate_one() to flush()Pablo Neira Ayuso1-4/+4
2017-02-08netfilter: nf_tables: pass netns to set->ops->remove()Pablo Neira Ayuso1-1/+2
2017-01-24netfilter: nf_tables: deconstify walk callback functionPablo Neira Ayuso1-3/+3
2016-12-07netfilter: nf_tables: support for set flushingPablo Neira Ayuso1-1/+5
2016-12-07netfilter: nf_tables: add stateful object reference to set elementsPablo Neira Ayuso1-0/+9
2016-12-07netfilter: nft_quota: add depleted flag for objectsPablo Neira Ayuso1-0/+2
2016-12-07netfilter: nf_tables: notify internal updates of stateful objectsPablo Neira Ayuso1-0/+4
2016-12-07netfilter: nf_tables: atomic dump and reset for stateful objectsPablo Neira Ayuso1-1/+2
2016-12-06netfilter: nf_tables: add stateful objectsPablo Neira Ayuso1-0/+79
2016-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2016-11-24netfilter: nf_tables: fix inconsistent element expiration calculationAnders K. Pedersen1-1/+1
2016-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+5
2016-11-03netfilter: nf_tables: use hook state from xt_action_param structurePablo Neira Ayuso1-10/+25