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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed broken ICMP and ICMPv6 handling
Jozsef Kadlecsik
2011-01-21
1
-6
/
+7
*
Fix trailing whitespaces and pr_* messages
Jozsef Kadlecsik
2011-01-21
12
-69
/
+67
*
Un-inline functions which are not small enough
Jozsef Kadlecsik
2011-01-20
12
-161
/
+42
*
Fix module loading at create/header commands
Jozsef Kadlecsik
2011-01-20
2
-50
/
+37
*
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
8
-138
/
+160
*
Add missing __GFP_HIGHMEM flag to __vmalloc
Jozsef Kadlecsik
2011-01-20
1
-1
/
+2
*
Enforce network-order data in the netlink protocol
Jozsef Kadlecsik
2011-01-20
12
-86
/
+214
*
Use annotated types and fix sparse warnings
Jozsef Kadlecsik
2011-01-20
14
-123
/
+110
*
Move ip_set_alloc, ip_set_free and ip_set_get_ipaddr* into core
Jozsef Kadlecsik
2011-01-20
2
-77
/
+88
*
NETMASK*, HOSTMASK* macros are too generic
Jozsef Kadlecsik
2011-01-20
10
-55
/
+74
*
Use static LIST_HEAD() for ip_set_type_list
Jozsef Kadlecsik
2011-01-20
1
-3
/
+1
*
Move NLA_PUT_NET* macros to include/net/netlink.h
Jozsef Kadlecsik
2011-01-20
1
-6
/
+0
*
The module parameter max_sets should be unsigned int
Jozsef Kadlecsik
2011-01-20
1
-1
/
+1
*
Get rid of ip_set_kernel.h
Jozsef Kadlecsik
2011-01-20
12
-26
/
+0
*
Fix the placement style of boolean operators at continued lines
Jozsef Kadlecsik
2011-01-20
14
-219
/
+219
*
ipset 5.3 released
v5.3
Jozsef Kadlecsik
2011-01-18
1
-0
/
+9
*
There is no need to call synchronize_net() at swapping.
Jozsef Kadlecsik
2011-01-14
1
-4
/
+0
*
Replace strncpy with strlcpy at creating a set.
Jozsef Kadlecsik
2011-01-14
1
-1
/
+1
*
Update copyright date and some style changes.
Jozsef Kadlecsik
2011-01-14
14
-16
/
+16
*
Use jhash.h accepted in kernel, with backward compatibility.
Jozsef Kadlecsik
2011-01-13
9
-9
/
+9
*
Separate prefixlens from ip_set core.
Jozsef Kadlecsik
2011-01-13
13
-297
/
+314
*
kernel: remove unused ctnl parameter from call_ad
Jan Engelhardt
2011-01-03
1
-6
/
+5
*
Comment the possible return values of the add/del/test type-functions
Jozsef Kadlecsik
2010-12-23
1
-2
/
+8
*
ipset 5.2 released
v5.2
Jozsef Kadlecsik
2010-12-23
1
-0
/
+3
*
Kernel version check at minimal supported version is mistyped, now fixed.
Jozsef Kadlecsik
2010-12-22
1
-2
/
+2
*
ipset 5.1 released
v5.1
Jozsef Kadlecsik
2010-12-22
1
-0
/
+13
*
Kernel version compatibility: support from 2.6.34
Jozsef Kadlecsik
2010-12-21
4
-38
/
+42
*
kernel: use EXPORT_SYMBOL_GPL
Jan Engelhardt
2010-12-19
1
-13
/
+13
*
kernel: const annotations
Jan Engelhardt
2010-12-19
13
-71
/
+71
*
kernel: use __read_mostly for registration-type structures
Jan Engelhardt
2010-12-19
9
-10
/
+10
*
kernel: do not mix const and __read_mostly
Jan Engelhardt
2010-12-19
14
-51
/
+40
*
xt_set: avoid user types in exported kernel headers
Jan Engelhardt
2010-12-19
1
-6
/
+6
*
Prevent calling Makefile directly in the kernel/ subdirectory
Jozsef Kadlecsik
2010-12-19
1
-0
/
+4
*
Fix Kbuild for me to delete backup files
Jozsef Kadlecsik
2010-12-17
1
-1
/
+1
*
Support adding/deleting multiple entries, kernel part.
Jozsef Kadlecsik
2010-12-17
4
-16
/
+261
*
Remove unnecessary gfp_flags arguments
Jozsef Kadlecsik
2010-12-16
10
-70
/
+58
*
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
7
-94
/
+1127
*
Strip off ip_set_ prefix from non-ipset specific header files.
Jozsef Kadlecsik
2010-12-08
9
-8
/
+8
*
Update ip_set_jhash.h
Jozsef Kadlecsik
2010-12-08
1
-33
/
+81
*
Create include/linux/netfilter/ipset/ directory
Jozsef Kadlecsik
2010-12-07
22
-69
/
+69
*
Complete Kconfig.ipset with hash:net,port type.
Jozsef Kadlecsik
2010-12-07
1
-8
/
+16
*
Remove include/net/pfxlen.h
Jozsef Kadlecsik
2010-12-07
12
-311
/
+305
*
Remove command MODIFY
Jozsef Kadlecsik
2010-12-07
1
-17
/
+16
*
Whitespace, checkpatch.pl cleanups.
Jozsef Kadlecsik
2010-12-07
20
-375
/
+376
[next]