summaryrefslogtreecommitdiffstats
path: root/net/netfilter/ipset/ip_set_core.c
Commit message (Expand)AuthorAgeFilesLines
* netfilter: ipset: Properly calculate extensions offsets and total lengthSergey Popovich2015-05-131-3/+3
* netfilter: ipset: Give a better name to a macro in ip_set_core.cJozsef Kadlecsik2015-05-131-9/+9
* netfilter: ipset: small potential read beyond the end of bufferDan Carpenter2014-11-111-0/+6
* netfilter: ipset: off by one in ip_set_nfnl_get_byindex()Dan Carpenter2014-10-221-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-10-091-14/+39
|\
| * netfilter: ipset: Add skbinfo extension kernel support in the ipset core.Anton Danilov2014-09-151-1/+26
| * netfilter: ipset: Fix static checker warning in ip_set_core.cJozsef Kadlecsik2014-09-151-1/+2
| * netfilter: Convert pr_warning to pr_warnJoe Perches2014-09-101-12/+11Star
* | treewide: fix errors in printkMasanari Iida2014-09-011-1/+1
|/
* net: use the new API kvfree()WANG Cong2014-06-051-4/+1Star
* netfilter: ipset: add forceadd kernel support for hash set typesJosh Hunt2014-03-061-0/+2
* netfilter: ipset: move registration message to init from net_initIlia Mirkin2014-03-061-1/+1
* netfilter: ipset: Follow manual page behavior for SET target on list:setSergey Popovich2014-03-061-2/+2
* netfilter: ip_set: rename nfnl_dereference()/nfnl_set()Patrick McHardy2014-02-251-23/+23
* netfilter: ipset: remove unused codestephen hemminger2014-01-031-28/+0Star
* netfilter: ipset: Use netlink callback dump args onlyJozsef Kadlecsik2013-10-221-35/+35
* netfiler: ipset: Add net namespace for ipsetVitaly Lavrov2013-09-301-101/+187
* netfilter: ipset: Support comments for ipset entries in the core.Oliver Smith2013-09-301-0/+14
* netfilter: ipset: Generalize extensions supportJozsef Kadlecsik2013-09-301-0/+46
* netfilter: ipset: Introduce new operation to get both setname and familyJozsef Kadlecsik2013-09-301-0/+17
* netfilter: ipset: Validate the set family and not the set type family at swap...Jozsef Kadlecsik2013-09-161-1/+1
* netfilter: ipset: Consistent userspace testing with nomatch flagJozsef Kadlecsik2013-09-161-2/+1Star
* netfilter: ipset: set match: add support to match the countersJozsef Kadlecsik2013-04-291-1/+1
* netfilter: ipset: Introduce the counter extension in the coreJozsef Kadlecsik2013-04-291-0/+10
* netfilter: ipset: Introduce extensions to elements in the coreJozsef Kadlecsik2013-04-291-7/+17
* net-next: replace obsolete NLMSG_* with type safe nlmsg_*Hong zhi guo2013-03-281-3/+2Star
* Merge branch 'master' of git://1984.lsi.us.es/nfDavid S. Miller2013-02-261-1/+2
|\
| * netfilter: ipset: "Directory not empty" error messageJozsef Kadlecsik2013-02-211-1/+2
* | netfilter: nfnetlink: add mutex per subsystemPablo Neira Ayuso2013-02-051-13/+13
|/
* netfilter: ipset: Increase the number of maximal sets automaticallyJozsef Kadlecsik2012-12-031-83/+160
* net: Allow userns root to control llc, netfilter, netlink, packet, and xfrmEric W. Biederman2012-11-191-1/+1
* netfilter: ipset: Support to match elements marked with "nomatch"Jozsef Kadlecsik2012-09-221-0/+6
* netfilter: ipset: Coding style fixesJozsef Kadlecsik2012-09-221-3/+6
* netlink: Rename pid to portid to avoid confusionEric W. Biederman2012-09-101-12/+12
* netfilter: ipset: fix crash if IPSET_CMD_NONE command is sentTomasz Bursztyka2012-06-291-0/+12
* net: cleanup unsigned to unsigned intEric Dumazet2012-04-151-3/+3
* ipset: Stop using NLA_PUT*().David S. Miller2012-04-021-19/+24
* netfilter: ipset: use NFPROTO_ constantsJan Engelhardt2012-03-071-8/+8
* netlink: add netlink_dump_control structure for netlink_dump_start()Pablo Neira Ayuso2012-02-261-3/+7
* netfilter: ipset: dumping error triggered removing references twiceJozsef Kadlecsik2012-01-171-0/+1
* netfilter: ipset: autoload set type modules safelyJozsef Kadlecsik2012-01-171-10/+26
* netfilter: Remove unnecessary OOM logging messagesJoe Perches2011-11-011-3/+1Star
* Remove redundant linux/version.h includes from net/Jesper Juhl2011-06-221-1/+0Star
* netfilter: ipset: whitespace and coding fixes detected by checkpatch.plJozsef Kadlecsik2011-06-161-2/+2
* netfilter: ipset: fix return code for destroy when sets are in useJozsef Kadlecsik2011-06-161-1/+1
* netfilter: ipset: add xt_action_param to the variant level kadt functions, ip...Jozsef Kadlecsik2011-06-161-4/+8
* netfilter: ipset: set type support with multiple revisions addedJozsef Kadlecsik2011-06-161-20/+25
* netfilter: ipset: fix adding ranges to hash typesJozsef Kadlecsik2011-06-161-5/+6
* netfilter: ipset: support listing setnames and headers tooJozsef Kadlecsik2011-06-161-27/+46
* netfilter: ipset: options and flags support added to the kernel APIJozsef Kadlecsik2011-06-161-13/+13