aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/ipset (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-10-27netfilter: ipset: remove duplicate defineMichael Opdenacker1-1/+0
2013-10-27netfilter:ipset: Fix memory allocation for bitmap:portJozsef Kadlecsik1-1/+1
2013-10-22netfilter: ipset: The unnamed union initialization may lead to compilation errorJozsef Kadlecsik2-24/+20
2013-10-22netfilter: ipset: Use netlink callback dump args onlyJozsef Kadlecsik4-54/+58
2013-09-30netfilter: ipset: Add hash:net,port,net module to kernel.Oliver Smith3-0/+598
2013-09-30netfiler: ipset: Add net namespace for ipsetVitaly Lavrov6-118/+212
2013-09-30netfilter: ipset: Use a common function at listing the extensionsJozsef Kadlecsik4-50/+12
2013-09-30netfilter: ipset: For set:list types, replaced elements must be zeroed outJozsef Kadlecsik1-1/+3
2013-09-30netfilter: ipset: Fix hash resizing with commentsJozsef Kadlecsik1-5/+5
2013-09-30netfilter: ipset: Support comments in hash-type ipsets.Oliver Smith9-13/+30
2013-09-30netfilter: ipset: Support comments in the list-type ipset.Oliver Smith1-6/+12
2013-09-30netfilter: ipset: Support comments in bitmap-type ipsets.Oliver Smith4-9/+17
2013-09-30netfilter: ipset: Support comments for ipset entries in the core.Oliver Smith1-0/+14
2013-09-30netfilter: ipset: Add hash:net,net module to kernel.Oliver Smith4-9/+541
2013-09-30netfilter: ipset: Kconfig: ipset needs NETFILTER_NETLINKJozsef Kadlecsik1-1/+1
2013-09-30netfilter: ipset: list:set: make sure all elements are checked by the gcJozsef Kadlecsik1-2/+5
2013-09-30netfilter: ipset: Support extensions which need a per data destroy functionJozsef Kadlecsik3-38/+90
2013-09-30netfilter: ipset: Generalize extensions supportJozsef Kadlecsik13-749/+105
2013-09-30netfilter: ipset: Move extension data to set structureJozsef Kadlecsik13-278/+244
2013-09-30netfilter: ipset: Rename extension offset ids to extension idsJozsef Kadlecsik6-35/+35
2013-09-30netfilter: ipset: Prepare ipset to support multiple networks for hash typesJozsef Kadlecsik5-46/+48
2013-09-30netfilter: ipset: Introduce new operation to get both setname and familyJozsef Kadlecsik1-0/+17
2013-09-30netfilter: ipset: Support package fragments for IPv4 protos without portsAnders K. Pedersen1-1/+17
2013-09-30netfilter: ipset: Fix "may be used uninitialized" warningsJozsef Kadlecsik9-12/+12
2013-09-30netfilter: ipset: Rename simple macro names to avoid namespace issues.Jozsef Kadlecsik13-162/+166
2013-09-30netfilter: ipset: Fix sparse warnings due to missing rcu annotationsJozsef Kadlecsik1-32/+55
2013-09-30netfilter: ipset: Sparse warning about shadowed variable fixedJozsef Kadlecsik1-1/+1
2013-09-30netfilter: ipset: Don't call ip_nest_end needlessly in the error pathJozsef Kadlecsik3-3/+3
2013-09-16netfilter: ipset: Fix serious failure in CIDR trackingOliver Smith1-12/+16
2013-09-16netfilter: ipset: Validate the set family and not the set type family at swappingJozsef Kadlecsik1-1/+1
2013-09-16netfilter: ipset: Consistent userspace testing with nomatch flagJozsef Kadlecsik5-10/+9
2013-09-16netfilter: ipset: Skip really non-first fragments for IPv6 when getting port/protocolJozsef Kadlecsik1-2/+2
2013-04-29netfilter: ipset: set match: add support to match the countersJozsef Kadlecsik2-3/+7
2013-04-29netfilter: ipset: The list:set type with counter supportJozsef Kadlecsik1-6/+67
2013-04-29netfilter: ipset: The hash types with counter supportJozsef Kadlecsik8-19/+381
2013-04-29netfilter: ipset: The bitmap types with counter supportJozsef Kadlecsik4-15/+186
2013-04-29netfilter: ipset: Introduce the counter extension in the coreJozsef Kadlecsik1-0/+10
2013-04-29netfilter: ipset: list:set type using the extension interfaceJozsef Kadlecsik1-246/+301
2013-04-29netfilter: ipset: Hash types using the unified code baseJozsef Kadlecsik7-1865/+610
2013-04-29netfilter: ipset: Unified hash type generationJozsef Kadlecsik1-0/+1039
2013-04-29netfilter: ipset: Bitmap types using the unified code baseJozsef Kadlecsik3-958/+316
2013-04-29netfilter: ipset: Unified bitmap type generationJozsef Kadlecsik1-0/+265
2013-04-29netfilter: ipset: Introduce extensions to elements in the coreJozsef Kadlecsik1-7/+17
2013-04-29netfilter: ipset: Move often used IPv6 address masking function to header fileJozsef Kadlecsik5-45/+0
2013-04-29netfilter: ipset: Make possible to test elements marked with nomatchJozsef Kadlecsik4-24/+32
2013-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller6-8/+88
2013-04-18netfilter: ipset: bitmap:ip,mac: fix listing with timeoutJozsef Kadlecsik1-1/+5
2013-04-09netfilter: ipset: hash:*net*: nomatch flag not excluded on set resizeJozsef Kadlecsik4-4/+76
2013-04-09netfilter: ipset: list:set: fix reference counter updateJozsef Kadlecsik1-3/+7
2013-03-28net-next: replace obsolete NLMSG_* with type safe nlmsg_*Hong zhi guo1-3/+2