summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ipset 6.20.2 releasedipset-6.20.xJozsef Kadlecsik2014-01-073-1/+21
* ipset: remove unused codeStephen Hemminger2014-01-072-29/+0
* netfilter: ipset: Add hash: fix coccinelle warningsFengguang Wu2013-12-271-4/+4
* Typo in ip_set_hash_netnet.c fixedDavid Binderman2013-12-031-1/+1
* ipset: manpage: correct add action synopsis for hash:net,port,net.Mart Frauenlob2013-11-261-1/+1
* ipset: manpage: remove spare comma for hash:net,net test action.Mart Frauenlob2013-11-261-1/+1
* net ipset: use rbtree postorder iteration instead of opencodingCody P Schafer2013-11-133-1/+21
* Fix all set output from list/save when set with counters in use.Sergey Popovich2013-11-131-0/+3
* ipset: Follow manual page behavior for SET target on list:setSergey Popovich2013-11-111-2/+2
* ipset: Fix malformed output from list/save for ICMP types in port field.Sergey Popovich2013-11-111-3/+5
* ipset: fix timeout data type sizeNikolay Martynov2013-11-111-3/+8
* ipset 6.20.1 releasedv6.20.1Jozsef Kadlecsik2013-10-273-1/+18
* build: fix incorrect library versioningJan Engelhardt2013-10-272-1/+5
* netfilter: ipset: remove duplicate defineMichael Opdenacker2013-10-271-1/+0
* net->user_ns is available starting from 3.8, add compatibility checkingJozsef Kadlecsik2013-10-273-0/+15
* Fix memory allocation for bitmap:portJozsef Kadlecsik2013-10-181-1/+1
* netfilter: ipset: Fix configure failure when --with-kmod=noOliver Smith2013-10-171-0/+3
* 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-023-1/+58
* Missing comment support added to hash:ip,port,ip and hash:net,iface typesJozsef Kadlecsik2013-10-022-0/+323
* Compatibility code is modified not to rely on kernel version numbersJozsef Kadlecsik2013-10-027-41/+241
* Use netlink callback dump args onlyJozsef Kadlecsik2013-10-025-54/+68
* ipset: Add userspace code to support hash:net,port,net kernel module.Oliver Smith2013-09-3011-140/+763
* 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
* Tests added to check comment extensionJozsef Kadlecsik2013-09-2412-3/+2139
* 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: Add new userspace set revisions for comment supportOliver Smith2013-09-2311-26/+1303
* ipset: Support comments in the userspace library.Oliver Smith2013-09-2314-6/+144
* ipset: Rework the "fake" argument parsing for ipset restore.Oliver Smith2013-09-231-9/+43
* 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
* ipset: Add userspace code to support hash:net,net kernel module.Oliver Smith2013-09-2015-2/+640
* 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
* Add test to verify CIDR trackingJozsef Kadlecsik2013-09-151-0/+12
* netfilter: ipset: Fix serious failure in CIDR trackingOliver Smith2013-09-151-10/+14
* configure: uclinux is also linuxGustavo Zacarias2013-09-131-1/+1
* 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