summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
* net ipset: use rbtree postorder iteration instead of opencodingCody P Schafer2013-11-132-1/+11
* ipset: Follow manual page behavior for SET target on list:setSergey Popovich2013-11-111-2/+2
* ipset 6.20.1 releasedv6.20.1Jozsef Kadlecsik2013-10-271-0/+11
* netfilter: ipset: remove duplicate defineMichael Opdenacker2013-10-271-1/+0
* net->user_ns is available starting from 3.8, add compatibility checkingJozsef Kadlecsik2013-10-272-0/+5
* Fix memory allocation for bitmap:portJozsef Kadlecsik2013-10-181-1/+1
* Avoid clashing with configured kernel in [CONFIG_]IP_SET_MAXJozsef Kadlecsik2013-10-082-1/+9
* The unnamed union initialization may lead to compilation errorJozsef Kadlecsik2013-10-082-24/+20
* Use dev_net() instead of the direct access to ->nd_netJozsef Kadlecsik2013-10-041-2/+2
* ipset 6.20 releasedv6.20Jozsef Kadlecsik2013-10-021-0/+28
* Compatibility code is modified not to rely on kernel version numbersJozsef Kadlecsik2013-10-025-39/+93
* Use netlink callback dump args onlyJozsef Kadlecsik2013-10-025-54/+68
* netfilter: ipset: Add hash:net,port,net module to kernel.Oliver Smith2013-09-303-1/+598
* ipset: Add net namespace for ipsetVitaly Lavrov2013-09-289-148/+245
* Use a common function at listing the extensions of the elementsJozsef Kadlecsik2013-09-255-50/+33
* For set:list types, replaced elements must be zeroed outJozsef Kadlecsik2013-09-231-1/+3
* Fix hash resizing with commentsJozsef Kadlecsik2013-09-231-5/+5
* ipset: Support comments in the userspace library.Oliver Smith2013-09-231-0/+3
* netfilter: ipset: Support comments in the list-type ipset.Oliver Smith2013-09-231-6/+12
* netfilter: ipset: Support comments in bitmap-type ipsets.Oliver Smith2013-09-234-9/+17
* netfilter: ipset: Support comments in hash-type ipsets.Oliver Smith2013-09-239-13/+30
* netfilter: ipset: Support comments for ipset entries in the core.Oliver Smith2013-09-234-8/+118
* netfilter: ipset: Add hash:net,net module to kernel.Oliver Smith2013-09-204-9/+541
* Kconfig: ipset needs NETFILTER_NETLINKJozsef Kadlecsik2013-09-172-1/+6
* netfilter: ipset: Fix serious failure in CIDR trackingOliver Smith2013-09-151-10/+14
* list:set: make sure all elements are checked by the gcJozsef Kadlecsik2013-09-091-2/+5
* Support extensions which need a per data destroy functionJozsef Kadlecsik2013-09-094-43/+107
* Generalize extensions supportJozsef Kadlecsik2013-09-0714-749/+118
* Move extension data to set structureJozsef Kadlecsik2013-09-0715-289/+266
* Rename extension offset ids to extension idsJozsef Kadlecsik2013-09-067-43/+43
* Prepare ipset to support multiple networks for hash typesJozsef Kadlecsik2013-09-046-44/+48
* Introduce new operation to get both setname and familyJozsef Kadlecsik2013-09-042-0/+25
* 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-226-12/+13
* Skip really non-first fragments for IPv6 when getting port/protocolJozsef Kadlecsik2013-05-311-4/+2
* ipset standalone package needs to ship em_ipset.cJozsef Kadlecsik2013-05-313-0/+148
* ipset 6.19 releasedv6.19Jozsef Kadlecsik2013-05-091-0/+39
* Compatibility fixes to keep the support of kernels back to 2.6.32Jozsef Kadlecsik2013-05-092-48/+48
* Backport nla_put_net64Jozsef Kadlecsik2013-05-091-0/+10
* Support package fragments for IPv4 protos without portsAnders K. Pedersen2013-05-031-1/+17
* Use fix sized type for timeout in the extension partJozsef Kadlecsik2013-05-021-1/+1
* Make sure kernel configured properly for sparse checkingsJozsef Kadlecsik2013-05-011-0/+6
* Fix "may be used uninitialized" warningsJozsef Kadlecsik2013-05-019-12/+12
* Rename simple macro names to avoid namespace issues.Jozsef Kadlecsik2013-05-0114-162/+169
* 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-096-9/+120
* The list:set type with counter supportJozsef Kadlecsik2013-04-091-6/+67
* The hash types with counter supportJozsef Kadlecsik2013-04-098-19/+381