summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* ipset: Fix grammar error in manpageNeutron Soutmun2014-04-071-1/+1
* ipset: Fix printf format warningNeutron Soutmun2014-04-071-1/+2
* ipset 6.21.1 releasedv6.21.1Jozsef Kadlecsik2014-03-073-1/+9
* netfilter: ip_set: rename nfnl_dereference()/nfnl_set()Patrick McHardy2014-03-071-23/+23
* The bash utilities are updatedJozsef Kadlecsik2014-03-076-523/+1181
* Fix libipset library release versioningJozsef Kadlecsik2014-03-071-1/+1
* ipset 6.21 releasedv6.21Jozsef Kadlecsik2014-03-043-1/+35
* ipset: add userspace support for forceaddJosh Hunt2014-03-0415-4/+1410
* ipset: add forceadd kernel support for hash set typesJosh Hunt2014-03-0414-12/+40
* netfilter: ipset: move registration message to init from net_initIlia Mirkin2014-02-161-1/+1
* kernel: uapi: fix MARKMASK attr ABI breakageFlorian Westphal2014-02-142-4/+4
* lib: fix ifname 'physdev:' prefix parsingFlorian Westphal2014-02-131-2/+3
* Prepare the kernel for create option flags when no extension is neededJozsef Kadlecsik2014-02-133-0/+14
* print mark & mark mask in hex rather then decimalVytas Dauksa2014-01-2311-178/+178
* add markmask for hash:ip,mark data typeVytas Dauksa2014-01-2320-9/+99
* add hash:ip,mark data type to ipsetVytas Dauksa2014-01-0831-7/+1125
* 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