summaryrefslogtreecommitdiffstats
path: root/kernel/net/netfilter/ipset/ip_set_core.c
Commit message (Expand)AuthorAgeFilesLines
* netfilter: ipset: Check extensions attributes before getting extensions.Sergey Popovich2015-03-201-0/+9
* netfilter: ipset: Use SET_WITH_*() helpers to test set extensionsSergey Popovich2015-03-201-6/+6
* netfilter: ipset: Properly calculate extensions offsets and total lengthSergey Popovich2015-03-161-3/+3
* Make sure listing doesn't grab a set which is just being destroyed.Jozsef Kadlecsik2015-01-081-6/+21
* More compatibility checking and simplificationsJozsef Kadlecsik2015-01-061-18/+13
* Fix coding styles reported by checkpatch.plJozsef Kadlecsik2015-01-061-44/+32
* Use nlmsg_total_size instead of NLMSG_SPACE in ip_set_core.c.Jozsef Kadlecsik2015-01-061-2/+2
* Call synchronize_rcu() in set type (un)register functions only when neededJozsef Kadlecsik2014-12-101-5/+4
* Give a better name to a macro in ip_set_core.cJozsef Kadlecsik2014-12-101-9/+9
* netfilter: ipset: small potential read beyond the end of bufferDan Carpenter2014-11-181-0/+5
* Fix parallel resizing and listing of the same setJozsef Kadlecsik2014-11-181-13/+17
* styles warned by checkpatch.pl fixedJozsef Kadlecsik2014-11-181-3/+8
* Introduce RCU in all set types instead of rwlock per setJozsef Kadlecsik2014-11-181-17/+18
* 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