summaryrefslogtreecommitdiffstats
path: root/kernel/net/netfilter/ipset/ip_set_core.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix adding ranges to hash typesJozsef Kadlecsik2011-05-061-5/+6
* Support listing setnames and headers tooJozsef Kadlecsik2011-04-181-27/+46
* Fix order of listing of setsJozsef Kadlecsik2011-04-181-8/+10
* Options and flags support added to the kernel APIJozsef Kadlecsik2011-04-181-13/+13
* References are protected by rwlock instead of mutexJozsef Kadlecsik2011-03-251-43/+66
* Fix revision reportingJozsef Kadlecsik2011-03-191-1/+1
* Fix checking the revision of the set type at create commandJozsef Kadlecsik2011-03-181-4/+16
* netfilter:ipset: fix the compile warning in ip_set_createShan Wei2011-03-041-1/+1
* Reorganized kernel/ subdirJozsef Kadlecsik2011-02-031-0/+1676