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
/
net
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix coding styles reported by checkpatch.pl
Jozsef Kadlecsik
2015-01-06
20
-203
/
+220
*
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
*
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
*
Remove unnecessary integer RCU handling and fix sparse warnings
Jozsef Kadlecsik
2014-11-27
3
-40
/
+49
*
Fix sparse warning
Jozsef Kadlecsik
2014-11-27
1
-2
/
+2
*
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
2
-17
/
+57
*
styles warned by checkpatch.pl fixed
Jozsef Kadlecsik
2014-11-18
9
-6
/
+33
*
Introduce RCU in all set types instead of rwlock per set
Jozsef Kadlecsik
2014-11-18
5
-449
/
+527
*
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
1
-1
/
+4
*
Kernel API changes in em_ipset.c, support both old and new ones
Jozsef Kadlecsik
2014-11-03
1
-0
/
+16
*
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
1
-4
/
+1
*
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
1
-1
/
+1
*
Alignment problem between 64bit kernel 32bit userspace
Jozsef Kadlecsik
2014-11-03
1
-3
/
+70
*
netfilter: ipset: off by one in ip_set_nfnl_get_byindex()
Dan Carpenter
2014-10-21
1
-1
/
+1
*
Support updating extensions when the set is full
Jozsef Kadlecsik
2014-09-23
1
-23
/
+17
*
hash:mac type added to ipset
Jozsef Kadlecsik
2014-09-15
4
-2
/
+193
*
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
1
-12
/
+181
*
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
1
-1
/
+26
*
Fix static checker warning in ip_set_core.c
Jozsef Kadlecsik
2014-09-01
1
-1
/
+2
*
Fix warn: integer overflows 'sizeof(*map) + size * set->dsize'
Jozsef Kadlecsik
2014-08-05
1
-1
/
+3
*
net/netfilter/ipset: Resolve missing-field-initializer warnings
Mark Rustad
2014-08-05
6
-18
/
+18
*
netnet,netportnet: Fix value range support for IPv4
Sergey Popovich
2014-05-06
2
-8
/
+11
*
Removed invalid IPSET_ATTR_MARKMASK validation
Vytas Dauksa
2014-04-07
1
-1
/
+1
*
netfilter: ip_set: rename nfnl_dereference()/nfnl_set()
Patrick McHardy
2014-03-07
1
-23
/
+23
*
ipset: add forceadd kernel support for hash set types
Josh Hunt
2014-03-04
12
-10
/
+32
*
netfilter: ipset: move registration message to init from net_init
Ilia Mirkin
2014-02-16
1
-1
/
+1
*
add markmask for hash:ip,mark data type
Vytas Dauksa
2014-01-23
2
-0
/
+40
*
add hash:ip,mark data type to ipset
Vytas Dauksa
2014-01-08
3
-1
/
+322
*
ipset: remove unused code
Stephen Hemminger
2014-01-07
1
-28
/
+0
*
netfilter: ipset: Add hash: fix coccinelle warnings
Fengguang Wu
2013-12-27
1
-4
/
+4
*
Typo in ip_set_hash_netnet.c fixed
David Binderman
2013-12-03
1
-1
/
+1
*
net ipset: use rbtree postorder iteration instead of opencoding
Cody P Schafer
2013-11-13
1
-0
/
+9
*
ipset: Follow manual page behavior for SET target on list:set
Sergey Popovich
2013-11-11
1
-2
/
+2
[next]