summaryrefslogtreecommitdiffstats
path: root/net/netfilter/ipset
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* netfilter: ipset: Move often used IPv6 address masking function to header fileJozsef Kadlecsik2013-04-295-45/+0
* 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-226-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
* | net-next: replace obsolete NLMSG_* with type safe nlmsg_*Hong zhi guo2013-03-281-3/+2
|/
* Merge branch 'master' of git://1984.lsi.us.es/nfDavid S. Miller2013-02-261-1/+2
|\
| * netfilter: ipset: "Directory not empty" error messageJozsef Kadlecsik2013-02-211-1/+2
* | netfilter: nfnetlink: add mutex per subsystemPablo Neira Ayuso2013-02-051-13/+13
* | netfilter ipset: Use ipv6_addr_equal() where appropriate.YOSHIFUJI Hideaki / 吉藤英明2013-01-297-9/+9
|/
* netfilter: ipset: Increase the number of maximal sets automaticallyJozsef Kadlecsik2012-12-031-83/+160
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-11-291-1/+1
|\
| * netfilter: ipset: fix netiface set name overflowFlorian Westphal2012-11-241-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-11-254-12/+13
|\ \ | |/
| * netfilter: ipset: Fix range bug in hash:ip,port,netJozsef Kadlecsik2012-11-214-12/+13
* | net: Allow userns root to control llc, netfilter, netlink, packet, and xfrmEric W. Biederman2012-11-181-1/+1
|/
* netfilter: ipset: Support to match elements marked with "nomatch"Jozsef Kadlecsik2012-09-225-20/+28
OpenPOWER on IntegriCloud