index
:
ipset
master
region_lock
ipset tree
kadlec@netfilter.org
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
netfilter: ipset: timeout values corrupted on set resize
Josh Hunt
2013-02-21
1
-1
/
+3
*
Restore the support of kernel versions between 2.6.32 and 2.6.35
Jozsef Kadlecsik
2012-11-05
2
-0
/
+8
*
Rewrite cidr book keeping to handle /0
Jozsef Kadlecsik
2012-09-22
1
-49
/
+55
*
Revert patch "Fix cidr book keeping for hash:*net* types"
Jozsef Kadlecsik
2012-09-22
1
-55
/
+49
*
Support to match elements marked with "nomatch" in hash:*net* sets
Jozsef Kadlecsik
2012-09-21
1
-0
/
+4
*
Coding style fixes
Jozsef Kadlecsik
2012-09-11
2
-3
/
+4
*
Include supported revisions in module description
Jozsef Kadlecsik
2012-09-11
1
-0
/
+6
*
Fix cidr book keeping for hash:*net* types
Jozsef Kadlecsik
2012-09-10
1
-49
/
+55
*
net: cleanup unsigned to unsigned int
Eric Dumazet
2012-09-08
1
-4
/
+4
*
Use MSEC_PER_SEC instead of harcoded value
Jozsef Kadlecsik
2012-05-15
1
-2
/
+2
*
Backport nla_put_net* functions as NLA_PUT* were removed
Jozsef Kadlecsik
2012-05-10
1
-0
/
+22
*
ipset: Stop using NLA_PUT*().
David S. Miller
2012-05-10
2
-29
/
+38
*
Fix hash size checking in kernel
Jozsef Kadlecsik
2012-05-06
1
-0
/
+16
*
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
[next]