summaryrefslogtreecommitdiffstats
path: root/kernel/net/netfilter/ipset/ip_set_core.c
Commit message (Expand)AuthorAgeFilesLines
* net: use the new API kvfree()WANG Cong2014-11-031-4/+1
* treewide: fix errors in printkMasanari Iida2014-11-031-1/+1
* netfilter: ipset: off by one in ip_set_nfnl_get_byindex()Dan Carpenter2014-10-211-1/+1
* netfilter: Convert pr_warning to pr_warnJoe Perches2014-09-141-12/+11
* netfilter: ipset: Add skbinfo extension kernel support in the ipset core.Anton Danilov2014-09-081-1/+26
* Fix static checker warning in ip_set_core.cJozsef Kadlecsik2014-09-011-1/+2
* netfilter: ip_set: rename nfnl_dereference()/nfnl_set()Patrick McHardy2014-03-071-23/+23
* ipset: add forceadd kernel support for hash set typesJosh Hunt2014-03-041-0/+2
* netfilter: ipset: move registration message to init from net_initIlia Mirkin2014-02-161-1/+1
* ipset: remove unused codeStephen Hemminger2014-01-071-28/+0
* ipset: Follow manual page behavior for SET target on list:setSergey Popovich2013-11-111-2/+2
* net->user_ns is available starting from 3.8, add compatibility checkingJozsef Kadlecsik2013-10-271-0/+4
* Compatibility code is modified not to rely on kernel version numbersJozsef Kadlecsik2013-10-021-3/+38
* Use netlink callback dump args onlyJozsef Kadlecsik2013-10-021-35/+35
* ipset: Add net namespace for ipsetVitaly Lavrov2013-09-281-101/+187
* netfilter: ipset: Support comments for ipset entries in the core.Oliver Smith2013-09-231-0/+14
* Generalize extensions supportJozsef Kadlecsik2013-09-071-0/+46
* Introduce new operation to get both setname and familyJozsef Kadlecsik2013-09-041-0/+17
* Validate the set family and not the set type family at swapping.Jozsef Kadlecsik2013-08-141-1/+1
* Consistent userspace testing with nomatch flagJozsef Kadlecsik2013-07-221-2/+1
* set match: add support to match the countersJozsef Kadlecsik2013-04-091-1/+1
* Introduce the counter extension in the coreJozsef Kadlecsik2013-04-091-0/+10
* Introduce extensions to elements in the coreJozsef Kadlecsik2013-04-091-7/+17
* Add a compatibility header file for easier maintenanceJozsef Kadlecsik2013-04-091-38/+16
* "Directory not empty" error message (reported by John Brendler)Jozsef Kadlecsik2013-02-211-1/+2
* Make sure ip_set_max isn't set to IPSET_INVALID_IDJozsef Kadlecsik2012-11-271-1/+1
* Add ipset package version to external module descriptionJozsef Kadlecsik2012-11-271-1/+6
* Backport RCU handling up to 2.6.32.xJozsef Kadlecsik2012-11-271-0/+8
* Netlink pid is renamed to portid in kernel 3.7.0Jozsef Kadlecsik2012-11-261-10/+16
* Fix RCU handling when the number of maximal sets are increasedJozsef Kadlecsik2012-11-261-83/+117
* Increase the number of maximal sets automatically as neededJozsef Kadlecsik2012-11-191-8/+51
* Support to match elements marked with "nomatch" in hash:*net* setsJozsef Kadlecsik2012-09-211-0/+6
* Coding style fixesJozsef Kadlecsik2012-09-111-3/+6
* net: cleanup unsigned to unsigned intEric Dumazet2012-09-081-3/+3
* ipset: Handle properly an IPSET_CMD_NONETomasz Bursztyka2012-06-291-0/+12
* netlink: add netlink_dump_control structure for netlink_dump_start()Pablo Neira Ayuso2012-05-101-2/+12
* ipset: Stop using NLA_PUT*().David S. Miller2012-05-101-19/+24
* Invert the logic to include version.h in ip_set_core.cJozsef Kadlecsik2011-09-151-1/+1
* Fix compiling ipset as external kernel modulesJozsef Kadlecsik2011-09-061-1/+1
* rtnetlink: Compute and store minimum ifinfo dump sizeGreg Rose2011-09-051-0/+4
* Remove redundant linux/version.h includes from net/Jesper Juhl2011-09-051-0/+2
* ipset: use NFPROTO_ constantsJan Engelhardt2011-08-311-8/+8
* netfilter: Remove unnecessary OOM logging messagesJoe Perches2011-08-311-3/+1
* Dumping error triggered removing references twice and lead to kernel BUGJozsef Kadlecsik2011-08-311-0/+1
* Autoload set type modules safelyJozsef Kadlecsik2011-08-291-10/+26
* Whitespace and coding fixes detected by checkpatch.plJozsef Kadlecsik2011-05-311-2/+2
* Fix return code for destroy when sets are in useJozsef Kadlecsik2011-05-281-1/+1
* Add xt_action_param to the variant level kadt functions, ipset API changeJozsef Kadlecsik2011-05-271-4/+8
* ip_set_flush returned -EPROTO instead of -IPSET_ERR_PROTOCOL, fixedJozsef Kadlecsik2011-05-231-1/+1
* Set type support with multiple revisions addedJozsef Kadlecsik2011-05-111-20/+25