aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/nft_rbtree.c
AgeCommit message (Expand)Author
2016-08-08netfilter: nft_rbtree: ignore inactive matching element with no descendantsPablo Neira Ayuso
2016-07-11netfilter: nf_tables: get rid of possible_net_t from set and basechainPablo Neira Ayuso
2016-07-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2016-06-24netfilter: nft_rbtree: check for next generation when deactivating elementsPablo Neira Ayuso
2016-06-15netfilter: nf_tables: reject loops from set element jump to chainPablo Neira Ayuso
2016-04-25netfilter: nft_rbtree: allow adjacent intervals with dynamic updatesPablo Neira Ayuso
2016-04-25netfilter: nft_rbtree: introduce nft_rbtree_interval_end() helperPablo Neira Ayuso
2015-04-13netfilter: nf_tables: variable sized set element keys / dataPatrick McHardy
2015-04-13netfilter: nf_tables: convert sets to u32 data pointersPatrick McHardy
2015-04-13netfilter: nf_tables: kill nft_data_cmp()Patrick McHardy
2015-03-26netfilter: nf_tables: implement set transaction supportPatrick McHardy
2015-03-26netfilter: nf_tables: return set extensions from ->lookup()Patrick McHardy
2015-03-26netfilter: nf_tables: consolide set element destructionPatrick McHardy
2015-03-25netfilter: nf_tables: convert hash and rbtree to set extensionsPatrick McHardy
2015-03-22netfilter: nft_rbtree: fix lockingPatrick McHardy
2014-09-03netfilter: nft_rbtree: no need for spinlock from set destroy pathPablo Neira Ayuso
2014-06-02netfilter: nft_rbtree: introduce lockingPablo Neira Ayuso
2014-04-02netfilter: nf_tables: implement proper set selectionPatrick McHardy
2014-02-07netfilter: nft_rbtree: fix data handling of end interval elementsPablo Neira Ayuso
2013-10-14netfilter: nf_tables: add netlink set APIPatrick McHardy