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: 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
*
netfilter: ipset: Correct rcu_dereference_bh_nfnl() usage
Jozsef Kadlecsik
2015-05-05
1
-4
/
+6
*
netfilter: bridge: add helpers for fetching physin/outdev
pablo
Florian Westphal
2015-04-27
1
-9
/
+25
*
When a single set is destroyed, make sure it can't be grabbed by dump
Jozsef Kadlecsik
2015-04-26
1
-9
/
+11
*
Add rcu_barrier() to module removal in the bitmap types too
Jozsef Kadlecsik
2015-04-17
3
-0
/
+3
*
Fix coding styles reported by the most recent checkpatch.pl.
Jozsef Kadlecsik
2015-04-17
14
-114
/
+118
*
Make sure bitmap:ip,mac detects the proper MAC even when it's overwritten
Jozsef Kadlecsik
2015-03-29
4
-6
/
+20
*
RCU safe comment extension handling
Jozsef Kadlecsik
2015-03-29
2
-8
/
+19
*
Make sure the proper is_destroyed value is checked at dumping
Jozsef Kadlecsik
2015-03-29
1
-2
/
+4
*
Fix broken commit "Check extensions attributes before getting extensions."
Jozsef Kadlecsik
2015-03-29
1
-8
/
+8
*
netfilter: ipset: Improve preprocessor macros checks
Sergey Popovich
2015-03-24
3
-7
/
+18
*
netfilter: ipset: Fix hashing for ipv6 sets
Sergey Popovich
2015-03-24
5
-8
/
+2
*
netfilter: ipset: Check for comment netlink attribute length
Sergey Popovich
2015-03-23
15
-15
/
+30
*
netfilter: ipset: Return bool values instead of int
Sergey Popovich
2015-03-20
10
-38
/
+43
*
netfilter: ipset: Check CIDR value only when attribute is given
Sergey Popovich
2015-03-20
4
-49
/
+41
*
netfilter: ipset: Make sure we always return line number on batch
Sergey Popovich
2015-03-20
15
-75
/
+75
*
netfilter: ipset: Permit CIDR equal to the host address CIDR in IPv6
Sergey Popovich
2015-03-20
5
-15
/
+38
[prev]
[next]