| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix timeout value overflow bug at large timeout parameters | Jozsef Kadlecsik | 2012-05-04 | 1 | -0/+4 |
* | hash:net,iface timeout bug fixed | Jozsef Kadlecsik | 2012-01-13 | 1 | -0/+8 |
* | Exceptions support added to hash:*net* types | Jozsef Kadlecsik | 2012-01-13 | 2 | -23/+70 |
* | Log warning when a hash type of set gets full | Jozsef Kadlecsik | 2012-01-10 | 1 | -4/+18 |
* | ipset: use NFPROTO_ constants | Jan Engelhardt | 2011-08-31 | 1 | -1/+4 |
* | netfilter: ipset: expose userspace-relevant parts in ip_set.h | Jan Engelhardt | 2011-08-31 | 1 | -12/+14 |
* | netfilter: ipset: avoid use of kernel-only types | Jan Engelhardt | 2011-08-31 | 1 | -2/+2 |
* | Fix compiler warnings "'hash_ip4_data_next' declared inline after being called" | Chris Friesen | 2011-07-09 | 1 | -1/+1 |
* | hash:net,iface fixed to handle overlapping nets behind different interfaces | Jozsef Kadlecsik | 2011-07-08 | 1 | -31/+61 |
* | Make possible to hash some part of the data element only. | Jozsef Kadlecsik | 2011-06-14 | 1 | -4/+10 |
* | Whitespace and coding fixes detected by checkpatch.pl | Jozsef Kadlecsik | 2011-05-31 | 4 | -6/+6 |
* | hash:net,iface type introduced | Jozsef Kadlecsik | 2011-05-30 | 2 | -0/+11 |
* | Add xt_action_param to the variant level kadt functions, ipset API change | Jozsef Kadlecsik | 2011-05-27 | 2 | -0/+6 |
* | Use unified from/to address masking and check the usage | Jozsef Kadlecsik | 2011-05-23 | 1 | -0/+6 |
* | Adding ranges to hash types with timeout could still fail, fixed | Jozsef Kadlecsik | 2011-05-21 | 1 | -1/+1 |
* | Removed old, not used hashing method ip_set_chash | Jozsef Kadlecsik | 2011-05-20 | 2 | -1253/+0 |
* | Remove variable 'ret' in type_pf_tdel(), which is set but not used | Jozsef Kadlecsik | 2011-05-20 | 1 | -2/+2 |
* | Use proper timeout parameter to jiffies conversion | Jozsef Kadlecsik | 2011-05-20 | 1 | -8/+10 |
* | Support range for IPv4 at adding/deleting elements for hash:*net* types | Jozsef Kadlecsik | 2011-05-15 | 4 | -1/+9 |
* | Set type support with multiple revisions added | Jozsef Kadlecsik | 2011-05-11 | 1 | -2/+4 |
* | Fix adding ranges to hash types | Jozsef Kadlecsik | 2011-05-06 | 2 | -4/+20 |
* | Support listing setnames and headers too | Jozsef Kadlecsik | 2011-04-18 | 1 | -0/+4 |
* | Options and flags support added to the kernel API | Jozsef Kadlecsik | 2011-04-18 | 4 | -8/+30 |
* | Timeout can be modified for already added elements | Jozsef Kadlecsik | 2011-03-27 | 2 | -8/+10 |
* | References are protected by rwlock instead of mutex | Jozsef Kadlecsik | 2011-03-25 | 2 | -3/+2 |
* | SCTP, UDPLITE support added | Jozsef Kadlecsik | 2011-03-18 | 1 | -0/+2 |
* | hash:ip,port* types with IPv4 | Jozsef Kadlecsik | 2011-03-18 | 1 | -0/+10 |
* | netfilter: ipset: fix linking with CONFIG_IPV6=n | Patrick McHardy | 2011-02-03 | 1 | -0/+10 |
* | netfilter: ipset: add missing include to xt_set.h | Patrick McHardy | 2011-02-01 | 1 | -0/+1 |
* | Separate ipset errnos completely from system ones and bump protocol version. | Jozsef Kadlecsik | 2011-01-31 | 1 | -3/+3 |
* | Move the type specifici attribute validation to the core | Jozsef Kadlecsik | 2011-01-27 | 2 | -4/+7 |
* | Use vzalloc() instead of __vmalloc() | Jozsef Kadlecsik | 2011-01-26 | 2 | -5/+3 |
* | Correct the error codes: use ENOENT and EMSGSIZE | Jozsef Kadlecsik | 2011-01-26 | 1 | -5/+7 |
* | Fix trailing whitespaces and pr_* messages | Jozsef Kadlecsik | 2011-01-21 | 2 | -15/+13 |
* | Un-inline functions which are not small enough | Jozsef Kadlecsik | 2011-01-20 | 1 | -7/+7 |
* | Fix module loading at create/header commands | Jozsef Kadlecsik | 2011-01-20 | 1 | -1/+1 |
* | Fix wrong kzalloc flag in type_pf_expire | Jozsef Kadlecsik | 2011-01-20 | 1 | -1/+1 |
* | The get_ip*_port functions are too large to be inlined, moved into the core. | Jozsef Kadlecsik | 2011-01-20 | 1 | -119/+6 |
* | Enforce network-order data in the netlink protocol | Jozsef Kadlecsik | 2011-01-20 | 1 | -5/+17 |
* | Use annotated types and fix sparse warnings | Jozsef Kadlecsik | 2011-01-20 | 3 | -33/+25 |
* | Move ip_set_alloc, ip_set_free and ip_set_get_ipaddr* into core | Jozsef Kadlecsik | 2011-01-20 | 1 | -77/+6 |
* | NETMASK*, HOSTMASK* macros are too generic | Jozsef Kadlecsik | 2011-01-20 | 1 | -6/+25 |
* | Move NLA_PUT_NET* macros to include/net/netlink.h | Jozsef Kadlecsik | 2011-01-20 | 1 | -6/+0 |
* | Get rid of ip_set_kernel.h | Jozsef Kadlecsik | 2011-01-20 | 1 | -15/+0 |
* | Fix the placement style of boolean operators at continued lines | Jozsef Kadlecsik | 2011-01-20 | 2 | -12/+12 |
* | Update copyright date and some style changes. | Jozsef Kadlecsik | 2011-01-14 | 2 | -2/+3 |
* | Use jhash.h accepted in kernel, with backward compatibility. | Jozsef Kadlecsik | 2011-01-13 | 2 | -1/+1 |
* | Separate prefixlens from ip_set core. | Jozsef Kadlecsik | 2011-01-13 | 2 | -9/+16 |
* | Comment the possible return values of the add/del/test type-functions | Jozsef Kadlecsik | 2010-12-23 | 1 | -2/+8 |
* | Kernel version compatibility: support from 2.6.34 | Jozsef Kadlecsik | 2010-12-21 | 1 | -4/+4 |