index
:
ipset
master
region_lock
ipset tree
kadlec@netfilter.org
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
netfilter: ipset: Check extensions attributes before getting extensions.
Sergey Popovich
2015-03-20
16
-170
/
+29
*
netfilter: ipset: Use SET_WITH_*() helpers to test set extensions
Sergey Popovich
2015-03-20
2
-7
/
+7
*
netfilter: ipset: Return ipset error instead of bool
Sergey Popovich
2015-03-19
12
-48
/
+126
*
netfilter: ipset: Preprocessor directices cleanup
Sergey Popovich
2015-03-19
12
-34
/
+4
*
netfilter: ipset: No need to make nomatch bitfield
Sergey Popovich
2015-03-19
1
-2
/
+2
*
Make sure bit operations are not reordered
Jozsef Kadlecsik
2015-03-19
2
-2
/
+10
*
Support linking libipset to C++ programs
Jozsef Kadlecsik
2015-03-18
10
-1
/
+80
*
netfilter: ipset: Properly calculate extensions offsets and total length
Sergey Popovich
2015-03-16
1
-3
/
+3
*
ipset: propose rewording in manpage
Neutron Soutmun
2015-03-13
1
-3
/
+2
*
Fix cidr handling for hash:*net* types
Jozsef Kadlecsik
2015-03-13
11
-36
/
+63
*
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
8
-33
/
+74
*
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
2
-0
/
+16
*
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
*
Make possible to pass extra flags to sparse (userspace)
Jozsef Kadlecsik
2014-11-27
1
-1
/
+1
*
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
3
-1
/
+37
*
netfilter: ipset: small potential read beyond the end of buffer
Dan Carpenter
2014-11-18
1
-0
/
+5
*
The "extra" subdirectory for kernel modules may have a full subtree
Jozsef Kadlecsik
2014-11-18
1
-1
/
+1
*
Fix parallel resizing and listing of the same set
Jozsef Kadlecsik
2014-11-18
5
-22
/
+80
*
styles warned by checkpatch.pl fixed
Jozsef Kadlecsik
2014-11-18
11
-11
/
+38
*
Introduce RCU in all set types instead of rwlock per set
Jozsef Kadlecsik
2014-11-18
9
-488
/
+615
*
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
3
-6
/
+32
*
Make_global.am: Don't include host headers
Baruch Siach
2014-11-04
1
-2
/
+1
*
Kernel API changes in em_ipset.c, support both old and new ones
Jozsef Kadlecsik
2014-11-03
3
-0
/
+40
*
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
3
-4
/
+22
*
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
*
Add script to check libipset.map for missing symbols
Jozsef Kadlecsik
2014-10-28
4
-3
/
+36
[next]