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
...
*
netfilter: ipset: Properly calculate extensions offsets and total length
Sergey Popovich
2015-03-16
1
-3
/
+3
*
Fix cidr handling for hash:*net* types
Jozsef Kadlecsik
2015-03-13
8
-35
/
+41
*
netfilter: ipset: fix boolreturn.cocci warnings
kbuild test robot
2015-03-11
1
-2
/
+2
*
netfilter: ipset: make ip_set_get_ip*_port to use skb_network_offset
Alexander Drozdov
2015-03-11
1
-2
/
+4
*
Make sure listing doesn't grab a set which is just being destroyed.
Jozsef Kadlecsik
2015-01-08
1
-6
/
+21
*
Missing rcu_read_lock() and _unlock() in mtype_list() fixed
Jozsef Kadlecsik
2015-01-06
1
-0
/
+3
*
More compatibility checking and simplifications
Jozsef Kadlecsik
2015-01-06
7
-33
/
+64
*
Compatibility: define RCU_INIT_POINTER when __rcu is not defined
Jozsef Kadlecsik
2015-01-06
1
-1
/
+6
*
Compatibility: check kernel source for list_last_entry
Jozsef Kadlecsik
2015-01-06
1
-0
/
+6
*
Fix coding styles reported by checkpatch.pl
Jozsef Kadlecsik
2015-01-06
21
-204
/
+221
*
Use nlmsg_total_size instead of NLMSG_SPACE in ip_set_core.c.
Jozsef Kadlecsik
2015-01-06
1
-2
/
+2
*
There's no need to call synchronize_rcu() with kfree_rcu()
Jozsef Kadlecsik
2015-01-06
1
-4
/
+0
*
Call rcu_barrier() in module removal path
Jozsef Kadlecsik
2014-12-10
12
-2
/
+14
*
Call synchronize_rcu() in set type (un)register functions only when needed
Jozsef Kadlecsik
2014-12-10
1
-5
/
+4
*
Remove an unused macro
Jozsef Kadlecsik
2014-12-10
1
-4
/
+0
*
Give a better name to a macro in ip_set_core.c
Jozsef Kadlecsik
2014-12-10
1
-9
/
+9
*
Resolve the STREQ macro to make the code more readable, and use nla_strlcpy w...
Jozsef Kadlecsik
2014-12-10
1
-6
/
+5
*
Use MSEC_PER_SEC consistently
Jozsef Kadlecsik
2014-12-01
1
-2
/
+2
*
Remove unnecessary integer RCU handling and fix sparse warnings
Jozsef Kadlecsik
2014-11-27
6
-122
/
+90
*
Fix sparse warning
Jozsef Kadlecsik
2014-11-27
1
-2
/
+2
*
ipset 6.24 released
v6.24
Jozsef Kadlecsik
2014-11-24
1
-0
/
+23
*
netfilter: ipset: small potential read beyond the end of buffer
Dan Carpenter
2014-11-18
1
-0
/
+5
*
Fix parallel resizing and listing of the same set
Jozsef Kadlecsik
2014-11-18
3
-22
/
+65
*
styles warned by checkpatch.pl fixed
Jozsef Kadlecsik
2014-11-18
10
-10
/
+38
*
Introduce RCU in all set types instead of rwlock per set
Jozsef Kadlecsik
2014-11-18
7
-484
/
+613
*
Remove rbtree from hash:net,iface in order to run under RCU
Jozsef Kadlecsik
2014-11-18
1
-167
/
+17
*
Explicitly add padding elements to hash:net,net and hash:net,port,net
Jozsef Kadlecsik
2014-11-18
2
-0
/
+4
*
Allocate the proper size of memory when /0 networks are supported
Jozsef Kadlecsik
2014-11-18
1
-2
/
+1
*
Simplify cidr handling for hash:*net* types
Jozsef Kadlecsik
2014-11-18
1
-28
/
+28
*
Indicate when /0 networks are supported
Jozsef Kadlecsik
2014-11-18
2
-1
/
+2
*
Add more compatibility checkings to support older kernel releases
Jozsef Kadlecsik
2014-11-18
2
-2
/
+7
*
Kernel API changes in em_ipset.c, support both old and new ones
Jozsef Kadlecsik
2014-11-03
2
-0
/
+18
*
netfilter: Convert uses of __constant_<foo> to <foo>
Joe Perches
2014-11-03
1
-2
/
+2
*
net: use the new API kvfree()
WANG Cong
2014-11-03
2
-4
/
+12
*
treewide: fix errors in printk
Masanari Iida
2014-11-03
1
-1
/
+1
*
netfilter: use IS_ENABLED(CONFIG_BRIDGE_NETFILTER)
Pablo Neira Ayuso
2014-11-03
1
-2
/
+2
*
Use IS_ENABLED macro and define it if required
Jozsef Kadlecsik
2014-11-03
2
-1
/
+12
*
Alignment problem between 64bit kernel 32bit userspace
Jozsef Kadlecsik
2014-11-03
3
-6
/
+88
*
netfilter: ipset: off by one in ip_set_nfnl_get_byindex()
Dan Carpenter
2014-10-21
1
-1
/
+1
*
ipset 6.23 released
v6.23
Jozsef Kadlecsik
2014-09-23
1
-0
/
+4
*
Support updating extensions when the set is full
Jozsef Kadlecsik
2014-09-23
1
-23
/
+17
*
ipset 6.22 released
v6.22
Jozsef Kadlecsik
2014-09-15
1
-0
/
+22
*
hash:mac type added to ipset
Jozsef Kadlecsik
2014-09-15
4
-2
/
+193
*
skbinfo extension: send nonzero extension elements only to userspace
Jozsef Kadlecsik
2014-09-15
1
-7
/
+11
*
netfilter: Convert pr_warning to pr_warn
Joe Perches
2014-09-14
3
-42
/
+35
*
netfilter: ipset: Add skbinfo extension support to SET target.
Anton Danilov
2014-09-14
2
-12
/
+191
*
netfilter: ipset: Add skbinfo extension kernel support for the list set type.
Anton Danilov
2014-09-08
1
-2
/
+17
*
netfilter: ipset: Add skbinfo extension kernel support for the hash set types.
Anton Danilov
2014-09-08
11
-25
/
+130
*
netfilter: ipset: Add skbinfo extension kernel support for the bitmap set types.
Anton Danilov
2014-09-08
4
-6
/
+31
*
netfilter: ipset: Add skbinfo extension kernel support in the ipset core.
Anton Danilov
2014-09-08
3
-2
/
+93
[prev]
[next]