| Commit message (Expand) | Author | Age | Files | Lines |
* | ipset: add userspace support for forceadd | Josh Hunt | 2014-03-04 | 15 | -4/+1410 |
* | ipset: add forceadd kernel support for hash set types | Josh Hunt | 2014-03-04 | 14 | -12/+40 |
* | netfilter: ipset: move registration message to init from net_init | Ilia Mirkin | 2014-02-16 | 1 | -1/+1 |
* | kernel: uapi: fix MARKMASK attr ABI breakage | Florian Westphal | 2014-02-14 | 2 | -4/+4 |
* | lib: fix ifname 'physdev:' prefix parsing | Florian Westphal | 2014-02-13 | 1 | -2/+3 |
* | Prepare the kernel for create option flags when no extension is needed | Jozsef Kadlecsik | 2014-02-13 | 3 | -0/+14 |
* | print mark & mark mask in hex rather then decimal | Vytas Dauksa | 2014-01-23 | 11 | -178/+178 |
* | add markmask for hash:ip,mark data type | Vytas Dauksa | 2014-01-23 | 20 | -9/+99 |
* | add hash:ip,mark data type to ipset | Vytas Dauksa | 2014-01-08 | 31 | -7/+1125 |
* | ipset: remove unused code | Stephen Hemminger | 2014-01-07 | 2 | -29/+0 |
* | netfilter: ipset: Add hash: fix coccinelle warnings | Fengguang Wu | 2013-12-27 | 1 | -4/+4 |
* | Typo in ip_set_hash_netnet.c fixed | David Binderman | 2013-12-03 | 1 | -1/+1 |
* | ipset: manpage: correct add action synopsis for hash:net,port,net. | Mart Frauenlob | 2013-11-26 | 1 | -1/+1 |
* | ipset: manpage: remove spare comma for hash:net,net test action. | Mart Frauenlob | 2013-11-26 | 1 | -1/+1 |
* | net ipset: use rbtree postorder iteration instead of opencoding | Cody P Schafer | 2013-11-13 | 3 | -1/+21 |
* | Fix all set output from list/save when set with counters in use. | Sergey Popovich | 2013-11-13 | 1 | -0/+3 |
* | ipset: Follow manual page behavior for SET target on list:set | Sergey Popovich | 2013-11-11 | 1 | -2/+2 |
* | ipset: Fix malformed output from list/save for ICMP types in port field. | Sergey Popovich | 2013-11-11 | 1 | -3/+5 |
* | ipset: fix timeout data type size | Nikolay Martynov | 2013-11-11 | 1 | -3/+8 |
* | ipset 6.20.1 releasedv6.20.1 | Jozsef Kadlecsik | 2013-10-27 | 3 | -1/+18 |
* | build: fix incorrect library versioning | Jan Engelhardt | 2013-10-27 | 2 | -1/+5 |
* | netfilter: ipset: remove duplicate define | Michael Opdenacker | 2013-10-27 | 1 | -1/+0 |
* | net->user_ns is available starting from 3.8, add compatibility checking | Jozsef Kadlecsik | 2013-10-27 | 3 | -0/+15 |
* | Fix memory allocation for bitmap:port | Jozsef Kadlecsik | 2013-10-18 | 1 | -1/+1 |
* | netfilter: ipset: Fix configure failure when --with-kmod=no | Oliver Smith | 2013-10-17 | 1 | -0/+3 |
* | Avoid clashing with configured kernel in [CONFIG_]IP_SET_MAX | Jozsef Kadlecsik | 2013-10-08 | 2 | -1/+9 |
* | The unnamed union initialization may lead to compilation error | Jozsef Kadlecsik | 2013-10-08 | 2 | -24/+20 |
* | Use dev_net() instead of the direct access to ->nd_net | Jozsef Kadlecsik | 2013-10-04 | 1 | -2/+2 |
* | ipset 6.20 releasedv6.20 | Jozsef Kadlecsik | 2013-10-02 | 3 | -1/+58 |
* | Missing comment support added to hash:ip,port,ip and hash:net,iface types | Jozsef Kadlecsik | 2013-10-02 | 2 | -0/+323 |
* | Compatibility code is modified not to rely on kernel version numbers | Jozsef Kadlecsik | 2013-10-02 | 7 | -41/+241 |
* | Use netlink callback dump args only | Jozsef Kadlecsik | 2013-10-02 | 5 | -54/+68 |
* | ipset: Add userspace code to support hash:net,port,net kernel module. | Oliver Smith | 2013-09-30 | 11 | -140/+763 |
* | netfilter: ipset: Add hash:net,port,net module to kernel. | Oliver Smith | 2013-09-30 | 3 | -1/+598 |
* | ipset: Add net namespace for ipset | Vitaly Lavrov | 2013-09-28 | 9 | -148/+245 |
* | Use a common function at listing the extensions of the elements | Jozsef Kadlecsik | 2013-09-25 | 5 | -50/+33 |
* | Tests added to check comment extension | Jozsef Kadlecsik | 2013-09-24 | 12 | -3/+2139 |
* | For set:list types, replaced elements must be zeroed out | Jozsef Kadlecsik | 2013-09-23 | 1 | -1/+3 |
* | Fix hash resizing with comments | Jozsef Kadlecsik | 2013-09-23 | 1 | -5/+5 |
* | ipset: Add new userspace set revisions for comment support | Oliver Smith | 2013-09-23 | 11 | -26/+1303 |
* | ipset: Support comments in the userspace library. | Oliver Smith | 2013-09-23 | 14 | -6/+144 |
* | ipset: Rework the "fake" argument parsing for ipset restore. | Oliver Smith | 2013-09-23 | 1 | -9/+43 |
* | netfilter: ipset: Support comments in the list-type ipset. | Oliver Smith | 2013-09-23 | 1 | -6/+12 |
* | netfilter: ipset: Support comments in bitmap-type ipsets. | Oliver Smith | 2013-09-23 | 4 | -9/+17 |
* | netfilter: ipset: Support comments in hash-type ipsets. | Oliver Smith | 2013-09-23 | 9 | -13/+30 |
* | netfilter: ipset: Support comments for ipset entries in the core. | Oliver Smith | 2013-09-23 | 4 | -8/+118 |
* | ipset: Add userspace code to support hash:net,net kernel module. | Oliver Smith | 2013-09-20 | 15 | -2/+640 |
* | netfilter: ipset: Add hash:net,net module to kernel. | Oliver Smith | 2013-09-20 | 4 | -9/+541 |
* | Kconfig: ipset needs NETFILTER_NETLINK | Jozsef Kadlecsik | 2013-09-17 | 2 | -1/+6 |
* | Add test to verify CIDR tracking | Jozsef Kadlecsik | 2013-09-15 | 1 | -0/+12 |