summaryrefslogtreecommitdiffstats
path: root/net/netfilter/ipset
Commit message (Expand)AuthorAgeFilesLines
* netfilter: ipset: fix incorret comparison in hash_netnet4_data_equal()Dave Jones2013-11-251-1/+1
* netfilter: ipset: remove duplicate defineMichael Opdenacker2013-10-271-1/+0Star
* netfilter:ipset: Fix memory allocation for bitmap:portJozsef Kadlecsik2013-10-271-1/+1
* netfilter: ipset: The unnamed union initialization may lead to compilation errorJozsef Kadlecsik2013-10-222-24/+20Star
* netfilter: ipset: Use netlink callback dump args onlyJozsef Kadlecsik2013-10-224-54/+58
* netfilter: ipset: Add hash:net,port,net module to kernel.Oliver Smith2013-09-303-0/+598
* netfiler: ipset: Add net namespace for ipsetVitaly Lavrov2013-09-306-118/+212
* netfilter: ipset: Use a common function at listing the extensionsJozsef Kadlecsik2013-09-304-50/+12Star
* netfilter: ipset: For set:list types, replaced elements must be zeroed outJozsef Kadlecsik2013-09-301-1/+3
* netfilter: ipset: Fix hash resizing with commentsJozsef Kadlecsik2013-09-301-5/+5
* netfilter: ipset: Support comments in hash-type ipsets.Oliver Smith2013-09-309-13/+30
* netfilter: ipset: Support comments in the list-type ipset.Oliver Smith2013-09-301-6/+12
* netfilter: ipset: Support comments in bitmap-type ipsets.Oliver Smith2013-09-304-9/+17
* netfilter: ipset: Support comments for ipset entries in the core.Oliver Smith2013-09-301-0/+14
* netfilter: ipset: Add hash:net,net module to kernel.Oliver Smith2013-09-304-9/+541
* netfilter: ipset: Kconfig: ipset needs NETFILTER_NETLINKJozsef Kadlecsik2013-09-301-1/+1
* netfilter: ipset: list:set: make sure all elements are checked by the gcJozsef Kadlecsik2013-09-301-2/+5
* netfilter: ipset: Support extensions which need a per data destroy functionJozsef Kadlecsik2013-09-303-38/+90
* netfilter: ipset: Generalize extensions supportJozsef Kadlecsik2013-09-3013-749/+105Star
* netfilter: ipset: Move extension data to set structureJozsef Kadlecsik2013-09-3013-278/+244Star
* netfilter: ipset: Rename extension offset ids to extension idsJozsef Kadlecsik2013-09-306-35/+35
* netfilter: ipset: Prepare ipset to support multiple networks for hash typesJozsef Kadlecsik2013-09-305-46/+48
* netfilter: ipset: Introduce new operation to get both setname and familyJozsef Kadlecsik2013-09-301-0/+17
* netfilter: ipset: Support package fragments for IPv4 protos without portsAnders K. Pedersen2013-09-301-1/+17
* netfilter: ipset: Fix "may be used uninitialized" warningsJozsef Kadlecsik2013-09-309-12/+12
* netfilter: ipset: Rename simple macro names to avoid namespace issues.Jozsef Kadlecsik2013-09-3013-162/+166
* netfilter: ipset: Fix sparse warnings due to missing rcu annotationsJozsef Kadlecsik2013-09-301-32/+55
* netfilter: ipset: Sparse warning about shadowed variable fixedJozsef Kadlecsik2013-09-301-1/+1
* netfilter: ipset: Don't call ip_nest_end needlessly in the error pathJozsef Kadlecsik2013-09-303-3/+3
* netfilter: ipset: Fix serious failure in CIDR trackingOliver Smith2013-09-161-12/+16
* 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-165-10/+9Star
* netfilter: ipset: Skip really non-first fragments for IPv6 when getting port/...Jozsef Kadlecsik2013-09-161-2/+2
* netfilter: ipset: set match: add support to match the countersJozsef Kadlecsik2013-04-292-3/+7
* netfilter: ipset: The list:set type with counter supportJozsef Kadlecsik2013-04-291-6/+67
* netfilter: ipset: The hash types with counter supportJozsef Kadlecsik2013-04-298-19/+381
* netfilter: ipset: The bitmap types with counter supportJozsef Kadlecsik2013-04-294-15/+186
* netfilter: ipset: Introduce the counter extension in the coreJozsef Kadlecsik2013-04-291-0/+10
* netfilter: ipset: list:set type using the extension interfaceJozsef Kadlecsik2013-04-291-246/+301
* netfilter: ipset: Hash types using the unified code baseJozsef Kadlecsik2013-04-297-1865/+610Star
* netfilter: ipset: Unified hash type generationJozsef Kadlecsik2013-04-291-0/+1039
* netfilter: ipset: Bitmap types using the unified code baseJozsef Kadlecsik2013-04-293-958/+316Star
* netfilter: ipset: Unified bitmap type generationJozsef Kadlecsik2013-04-291-0/+265
* netfilter: ipset: Introduce extensions to elements in the coreJozsef Kadlecsik2013-04-291-7/+17
* netfilter: ipset: Move often used IPv6 address masking function to header fileJozsef Kadlecsik2013-04-295-45/+0Star
* netfilter: ipset: Make possible to test elements marked with nomatchJozsef Kadlecsik2013-04-294-24/+32
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-04-236-8/+88
|\
| * netfilter: ipset: bitmap:ip,mac: fix listing with timeoutJozsef Kadlecsik2013-04-181-1/+5
| * netfilter: ipset: hash:*net*: nomatch flag not excluded on set resizeJozsef Kadlecsik2013-04-094-4/+76
| * netfilter: ipset: list:set: fix reference counter updateJozsef Kadlecsik2013-04-091-3/+7