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
*
netfilter: ipset: deduplicate prefixlen maps
Aaron Conole
2017-09-06
1
-258
/
+137
*
Fix sparse warnings
Jozsef Kadlecsik
2017-03-23
2
-2
/
+2
*
netfilter: ipset: Compress return logic
simran singhal
2017-03-23
1
-4
/
+1
*
netfilter: ipset: Remove unnecessary cast on void pointer
simran singhal
2017-03-23
2
-3
/
+3
*
Compatibility: handle changes in 4.10 kernel tree
Jozsef Kadlecsik
2017-03-23
3
-16
/
+36
*
netfilter: ipset: Null pointer exception in ipset list:set
Vishwanath Pai
2017-02-16
1
-3
/
+6
*
Fix bug: sometimes valid entries in hash:* types of sets were evicted
Jozsef Kadlecsik
2017-02-16
1
-1
/
+1
*
Revert patch "Correct rcu_dereference_bh_nfnl() usage"
Jozsef Kadlecsik
2016-11-10
1
-6
/
+4
*
netfilter: ipset: hash: fix boolreturn.cocci warnings
kbuild test robot
2016-10-15
1
-4
/
+4
*
netfilter: ipset: Fixing unnamed union init
Elad Raz
2016-10-13
2
-12
/
+32
*
netfilter: x_tables: Use par->net instead of computing from the passed net de...
Eric W. Biederman
2016-10-13
1
-6
/
+3
*
Correct the reported memory size for bitmap:* types
Jozsef Kadlecsik
2016-10-13
2
-4
/
+7
*
Fix coding styles reported by checkpatch.pl, already in kernel
Jozsef Kadlecsik
2016-10-11
1
-4
/
+3
*
netfilter: x_tables: Pass struct net in xt_action_param
Eric W. Biederman
2016-10-11
1
-0
/
+3
*
net: sched: fix skb->protocol use in case of accelerated vlan path
Jiri Pirko
2016-10-11
1
-1
/
+1
*
Check IPSET_ATTR_ETHER netlink attribute length in hash:ipmac too
Jozsef Kadlecsik
2016-10-11
1
-0
/
+2
*
netfilter: ipset: use setup_timer() and mod_timer().
Muhammad Falak R Wani
2016-05-19
1
-5
/
+2
*
netfilter: ipset: use setup_timer() and mod_timer().
Muhammad Falak R Wani
2016-05-19
1
-5
/
+2
*
netfilter: ipset: use setup_timer() and mod_timer().
Muhammad Falak R Wani
2016-05-19
1
-5
/
+2
*
hash:ipmac type support added to ipset
Tomasz Chilinski
2016-05-05
3
-1
/
+323
*
netfilter: ipset: fix race condition in ipset save, swap and delete
Vishwanath Pai
2016-03-16
4
-8
/
+31
*
netfilter: ipset: Check IPSET_ATTR_ETHER netlink attribute length
Jozsef Kadlecsik
2016-03-08
2
-1
/
+4
*
Fix set:list type crash when flush/dump set in parallel
Jozsef Kadlecsik
2016-02-24
2
-30
/
+28
*
netfilter: nfnetlink: pass down netns pointer to call() and call_rcu()
Jozsef Kadlecsik
2016-02-16
1
-48
/
+49
*
netfilter: ipset: allow a 0 netmask with hash_netiface type
Florian Westphal
2016-01-13
1
-4
/
+0
*
Fix reported memory size for hash:* types
Jozsef Kadlecsik
2015-11-07
1
-7
/
+9
*
Fix hash type expire: release empty hash bucket block
Jozsef Kadlecsik
2015-11-07
1
-4
/
+10
*
Fix hash:* type expiration
Jozsef Kadlecsik
2015-11-07
1
-1
/
+1
*
Collapse same condition body to a single one
Jozsef Kadlecsik
2015-11-07
1
-7
/
+1
*
Fix extension alignment
Jozsef Kadlecsik
2015-11-07
7
-82
/
+65
*
Compatibility: include linux/export.h when needed
Jozsef Kadlecsik
2015-10-28
2
-6
/
+2
*
Fix detecting 'struct net' in 'struct tcf_ematch'
Jozsef Kadlecsik
2015-10-19
1
-0
/
+4
*
netfilter: ipset: Fix sleeping memory allocation in atomic context
Nikolay Borisov
2015-10-16
1
-1
/
+1
*
Out of bound access in hash:net* types fixed
Jozsef Kadlecsik
2015-08-25
1
-4
/
+8
*
Make struct htype per ipset family
Jozsef Kadlecsik
2015-06-26
11
-74
/
+63
*
Optimize hash creation routine
Jozsef Kadlecsik
2015-06-26
1
-34
/
+29
*
Make sure element data size is a multiple of u32
Jozsef Kadlecsik
2015-06-26
1
-2
/
+8
*
Make NLEN compile time constant for hash types
Jozsef Kadlecsik
2015-06-26
1
-26
/
+21
*
Simplify mtype_expire() for hash types
Jozsef Kadlecsik
2015-06-26
1
-17
/
+17
*
Count non-static extension memory into the set memory size for userspace
Jozsef Kadlecsik
2015-06-26
4
-17
/
+21
*
net: sched: Simplify em_ipset_match
Eric W. Biederman
2015-06-25
1
-2
/
+2
*
net/netfilter/ipset: work around gcc-4.4.4 initializer bug
Andrew Morton
2015-06-25
2
-4
/
+16
*
Add element count to all set types header
Jozsef Kadlecsik
2015-06-25
3
-13
/
+24
*
Add element count to hash headers
Eric B Munson
2015-06-19
1
-1
/
+2
*
netfilter: ipset: deinline ip_set_put_extensions()
Denys Vlasenko
2015-06-13
1
-0
/
+25
*
Fix error path in mtype_resize() when new hash bucket cannot be allocated
Jozsef Kadlecsik
2015-06-13
1
-10
/
+15
*
There is no need to call synchronize_rcu() after list_add_rcu()
Jozsef Kadlecsik
2015-06-13
1
-1
/
+1
*
Fix typo in function name get_phyoutdev_name()
Jozsef Kadlecsik
2015-06-13
1
-2
/
+2
*
netfilter: ipset: Separate memsize calculation code into dedicated functions
Jozsef Kadlecsik
2015-05-06
2
-10
/
+31
*
netfilter: ipset: Improve skbinfo get/init helpers
Jozsef Kadlecsik
2015-05-05
2
-11
/
+13
[next]