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
*
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
*
kernel: const annotations
Jan Engelhardt
2010-12-19
2
-3
/
+3
*
kernel: do not mix const and __read_mostly
Jan Engelhardt
2010-12-19
3
-6
/
+5
*
xt_set: avoid user types in exported kernel headers
Jan Engelhardt
2010-12-19
1
-6
/
+6
*
Remove unnecessary gfp_flags arguments
Jozsef Kadlecsik
2010-12-16
2
-29
/
+24
*
Mistypeing in the hbucket() macro fixed.
Jozsef Kadlecsik
2010-12-16
1
-2
/
+6
*
Document which elements cannot be stored in the different hash types.
Jozsef Kadlecsik
2010-12-14
1
-2
/
+2
*
Convert last printks to pr_debug in ip_set_ahash.h
Jozsef Kadlecsik
2010-12-13
1
-4
/
+2
*
Remove remnants of slist from ip_set_ahash.h
Jozsef Kadlecsik
2010-12-13
1
-3
/
+2
*
Add proper RCU protection to resizing
Jozsef Kadlecsik
2010-12-10
1
-18
/
+38
*
Convert hash types from chash to ahash.
Jozsef Kadlecsik
2010-12-10
1
-0
/
+1057
*
Strip off ip_set_ prefix from non-ipset specific header files.
Jozsef Kadlecsik
2010-12-08
3
-2
/
+2
*
Update ip_set_jhash.h
Jozsef Kadlecsik
2010-12-08
1
-33
/
+81
*
Create include/linux/netfilter/ipset/ directory
Jozsef Kadlecsik
2010-12-07
11
-4
/
+4
*
Remove include/net/pfxlen.h
Jozsef Kadlecsik
2010-12-07
2
-302
/
+17
*
Remove command MODIFY
Jozsef Kadlecsik
2010-12-07
1
-17
/
+16
*
Whitespace, checkpatch.pl cleanups.
Jozsef Kadlecsik
2010-12-07
9
-82
/
+82
*
The protocol extended with the command MODIFY.
Jozsef Kadlecsik
2010-11-05
1
-18
/
+19
*
Resizing converted to run under read-locking of the set
Jozsef Kadlecsik
2010-10-30
1
-81
/
+103
*
Fix gfp_flags at resizing
Jozsef Kadlecsik
2010-10-29
1
-2
/
+2
*
Listing for hash types fixed
Jozsef Kadlecsik
2010-10-29
1
-2
/
+18
*
Fixes, cleanups, comments
v5.0-pre8
Jozsef Kadlecsik
2010-10-24
9
-125
/
+276
[next]