summaryrefslogtreecommitdiffstats
path: root/net/netfilter/ipset
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-01-251-28/+0
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2014-01-051-28/+0
| |\
| | * netfilter: ipset: remove unused codestephen hemminger2014-01-031-28/+0
* | | net/netfilter/ipset/ip_set_hash_netiface.c: use rbtree postorder iteration in...Cody P Schafer2014-01-231-23/+4
* | | Merge branch 'master' into for-nextJiri Kosina2013-12-1919-1437/+2111
|\ \ \ | |/ /
| * | 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/+0
| * 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/+20
| * 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/+12
| * 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/+105
| * netfilter: ipset: Move extension data to set structureJozsef Kadlecsik2013-09-3013-278/+244
| * 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/+9
| * netfilter: ipset: Skip really non-first fragments for IPv6 when getting port/...Jozsef Kadlecsik2013-09-161-2/+2
* | treewide: Fix typo in KconfigMasanari Iida2013-12-021-1/+1
|/
* 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/+610
* netfilter: ipset: Unified hash type generationJozsef Kadlecsik2013-04-291-0/+1039
* netfilter: ipset: Bitmap types using the unified code baseJozsef Kadlecsik2013-04-293-958/+316
* 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
OpenPOWER on IntegriCloud