summaryrefslogtreecommitdiffstats
path: root/kernel/net/netfilter/ipset
Commit message (Expand)AuthorAgeFilesLines
* Move extension data to set structureJozsef Kadlecsik2013-09-0713-278/+244
* Rename extension offset ids to extension idsJozsef Kadlecsik2013-09-066-35/+35
* Prepare ipset to support multiple networks for hash typesJozsef Kadlecsik2013-09-045-44/+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-225-10/+9
* Skip really non-first fragments for IPv6 when getting port/protocolJozsef Kadlecsik2013-05-311-4/+2
* Compatibility fixes to keep the support of kernels back to 2.6.32Jozsef Kadlecsik2013-05-091-2/+2
* Support package fragments for IPv4 protos without portsAnders K. Pedersen2013-05-031-1/+17
* Fix "may be used uninitialized" warningsJozsef Kadlecsik2013-05-019-12/+12
* Rename simple macro names to avoid namespace issues.Jozsef Kadlecsik2013-05-0113-162/+166
* Fix sparse warnings due to missing rcu annotationsJozsef Kadlecsik2013-04-301-32/+55
* Sparse warning about shadowed variable fixedJozsef Kadlecsik2013-04-301-1/+1
* Don't call ip_nest_end needlessly in the error pathJozsef Kadlecsik2013-04-273-3/+3
* set match: add support to match the countersJozsef Kadlecsik2013-04-092-3/+7
* The list:set type with counter supportJozsef Kadlecsik2013-04-091-6/+67
* The hash types with counter supportJozsef Kadlecsik2013-04-098-19/+381
* The bitmap types with counter supportJozsef Kadlecsik2013-04-094-15/+186
* Introduce the counter extension in the coreJozsef Kadlecsik2013-04-091-0/+10
* list:set type using the extension interfaceJozsef Kadlecsik2013-04-091-246/+301
* Hash types using the unified code baseJozsef Kadlecsik2013-04-097-1865/+610
* Unified hash type generationJozsef Kadlecsik2013-04-091-0/+1039
* Bitmap types using the unified code baseJozsef Kadlecsik2013-04-093-954/+316
* Unified bitmap type generationJozsef Kadlecsik2013-04-091-0/+265
* Introduce extensions to elements in the coreJozsef Kadlecsik2013-04-091-7/+17
* Move often used IPv6 address masking function to header fileJozsef Kadlecsik2013-04-095-45/+0
* Make possible to test elements marked with nomatch, from userspaceJozsef Kadlecsik2013-04-094-24/+32
* netfilter ipset: Use ipv6_addr_equal() where appropriate.YOSHIFUJI Hideaki2013-04-097-9/+9
* Add a compatibility header file for easier maintenanceJozsef Kadlecsik2013-04-092-47/+16
* Reorder modules a little bit in KbuildJozsef Kadlecsik2013-04-091-2/+2
* hash:*net*: nomatch flag not excluded on set resizeJozsef Kadlecsik2013-04-094-4/+76
* list:set: update reference counter when last element pushed offJozsef Kadlecsik2013-04-091-3/+7
* "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
* netfilter: ipset: fix netiface set name overflowFlorian Westphal2012-11-221-1/+1
* Increase the number of maximal sets automatically as neededJozsef Kadlecsik2012-11-191-8/+51
* Fix range bug in hash:ip,port,netJozsef Kadlecsik2012-11-054-12/+13
* Support to match elements marked with "nomatch" in hash:*net* setsJozsef Kadlecsik2012-09-215-20/+28
* Coding style fixesJozsef Kadlecsik2012-09-114-9/+12
* Include supported revisions in module descriptionJozsef Kadlecsik2012-09-1111-39/+72
* Add /0 network support to hash:net,iface typeJozsef Kadlecsik2012-09-101-23/+21
* Check and reject crazy /0 input parametersJozsef Kadlecsik2012-09-106-10/+13
* Backport ether_addr_equalJozsef Kadlecsik2012-09-101-2/+11
* net: cleanup unsigned to unsigned intEric Dumazet2012-09-081-3/+3
* ipset: Handle properly an IPSET_CMD_NONETomasz Bursztyka2012-06-291-0/+12
* netfilter: ipset: hash:net,iface: fix interface comparisonFlorian Westphal2012-06-191-28/+4