aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/ipset/ip_set_core.c
AgeCommit message (Expand)Author
2016-11-10netfilter: ipset: Improve skbinfo get/init helpersJozsef Kadlecsik
2016-11-03netfilter: x_tables: move hook state into xt_action_param structurePablo Neira Ayuso
2016-03-28netfilter: ipset: fix race condition in ipset save, swap and deleteVishwanath Pai
2016-02-24netfilter: ipset: Fix set:list type crash when flush/dump set in parallelJozsef Kadlecsik
2015-12-28netfilter: nfnetlink: pass down netns pointer to call() and call_rcu()Pablo Neira Ayuso
2015-11-07netfilter: ipset: Fix extension alignmentJozsef Kadlecsik
2015-09-18netfilter: x_tables: Use par->net instead of computing from the passed net de...Eric W. Biederman
2015-06-14netfilter: ipset: Fix coding styles reported by checkpatch.plJozsef Kadlecsik
2015-06-14netfilter: ipset: Prepare the ipset core to use RCU at set levelJozsef Kadlecsik
2015-06-14netfilter: ipset: Make sure listing doesn't grab a set which is just being de...Jozsef Kadlecsik
2015-06-14netfilter: ipset: Fix parallel resizing and listing of the same setJozsef Kadlecsik
2015-06-14netfilter: ipset: Check extensions attributes before getting extensions.Sergey Popovich
2015-06-14netfilter: ipset: Use SET_WITH_*() helpers to test set extensionsSergey Popovich
2015-05-14netfilter: ipset: deinline ip_set_put_extensions()Denys Vlasenko
2015-05-13netfilter: ipset: Properly calculate extensions offsets and total lengthSergey Popovich
2015-05-13netfilter: ipset: Give a better name to a macro in ip_set_core.cJozsef Kadlecsik
2014-11-11netfilter: ipset: small potential read beyond the end of bufferDan Carpenter
2014-10-22netfilter: ipset: off by one in ip_set_nfnl_get_byindex()Dan Carpenter
2014-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2014-09-15netfilter: ipset: Add skbinfo extension kernel support in the ipset core.Anton Danilov
2014-09-15netfilter: ipset: Fix static checker warning in ip_set_core.cJozsef Kadlecsik
2014-09-10netfilter: Convert pr_warning to pr_warnJoe Perches
2014-09-01treewide: fix errors in printkMasanari Iida
2014-06-05net: use the new API kvfree()WANG Cong
2014-03-06netfilter: ipset: add forceadd kernel support for hash set typesJosh Hunt
2014-03-06netfilter: ipset: move registration message to init from net_initIlia Mirkin
2014-03-06netfilter: ipset: Follow manual page behavior for SET target on list:setSergey Popovich
2014-02-25netfilter: ip_set: rename nfnl_dereference()/nfnl_set()Patrick McHardy
2014-01-03netfilter: ipset: remove unused codestephen hemminger
2013-10-22netfilter: ipset: Use netlink callback dump args onlyJozsef Kadlecsik
2013-09-30netfiler: ipset: Add net namespace for ipsetVitaly Lavrov
2013-09-30netfilter: ipset: Support comments for ipset entries in the core.Oliver Smith
2013-09-30netfilter: ipset: Generalize extensions supportJozsef Kadlecsik
2013-09-30netfilter: ipset: Introduce new operation to get both setname and familyJozsef Kadlecsik
2013-09-16netfilter: ipset: Validate the set family and not the set type family at swap...Jozsef Kadlecsik
2013-09-16netfilter: ipset: Consistent userspace testing with nomatch flagJozsef Kadlecsik
2013-04-29netfilter: ipset: set match: add support to match the countersJozsef Kadlecsik
2013-04-29netfilter: ipset: Introduce the counter extension in the coreJozsef Kadlecsik
2013-04-29netfilter: ipset: Introduce extensions to elements in the coreJozsef Kadlecsik
2013-03-28net-next: replace obsolete NLMSG_* with type safe nlmsg_*Hong zhi guo
2013-02-26Merge branch 'master' of git://1984.lsi.us.es/nfDavid S. Miller
2013-02-21netfilter: ipset: "Directory not empty" error messageJozsef Kadlecsik
2013-02-05netfilter: nfnetlink: add mutex per subsystemPablo Neira Ayuso
2012-12-03netfilter: ipset: Increase the number of maximal sets automaticallyJozsef Kadlecsik
2012-11-18net: Allow userns root to control llc, netfilter, netlink, packet, and xfrmEric W. Biederman
2012-09-22netfilter: ipset: Support to match elements marked with "nomatch"Jozsef Kadlecsik
2012-09-22netfilter: ipset: Coding style fixesJozsef Kadlecsik
2012-09-10netlink: Rename pid to portid to avoid confusionEric W. Biederman
2012-06-29netfilter: ipset: fix crash if IPSET_CMD_NONE command is sentTomasz Bursztyka
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet