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
*
ipset 6.26 released
v6.26
Jozsef Kadlecsik
2015-08-28
1
-0
/
+12
*
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
6
-21
/
+32
*
net: sched: Simplify em_ipset_match
Eric W. Biederman
2015-06-25
1
-2
/
+2
*
ipset 6.25.1 released
v6.25.1
Jozsef Kadlecsik
2015-06-25
1
-0
/
+4
*
net/netfilter/ipset: work around gcc-4.4.4 initializer bug
Andrew Morton
2015-06-25
2
-4
/
+16
*
ipset 6.25 released
v6.25
Jozsef Kadlecsik
2015-06-25
1
-0
/
+67
*
Add element count to all set types header
Jozsef Kadlecsik
2015-06-25
5
-14
/
+27
*
Add element count to hash headers
Eric B Munson
2015-06-19
1
-1
/
+2
*
netlink: implement nla_put_in_addr and nla_put_in6_addr
Jiri Benc
2015-06-13
2
-3
/
+17
*
netfilter: ipset: deinline ip_set_put_extensions()
Denys Vlasenko
2015-06-13
2
-23
/
+27
*
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: Split extensions into separate files
Jozsef Kadlecsik
2015-05-06
4
-92
/
+122
*
netfilter: ipset: Improve comment extension helpers
Jozsef Kadlecsik
2015-05-06
1
-1
/
+1
*
netfilter: ipset: Improve skbinfo get/init helpers
Jozsef Kadlecsik
2015-05-05
3
-30
/
+24
*
netfilter: ipset: Headers file cleanup
Jozsef Kadlecsik
2015-05-05
3
-31
/
+31
*
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
2
-9
/
+42
*
When a single set is destroyed, make sure it can't be grabbed by dump
Jozsef Kadlecsik
2015-04-26
1
-9
/
+11
*
In comment extension ip_set_comment_free() is always called in a safe path
Jozsef Kadlecsik
2015-04-26
1
-1
/
+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
15
-114
/
+123
*
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
4
-20
/
+42
*
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: Fix ext_*() macros
Sergey Popovich
2015-03-23
1
-4
/
+4
*
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
*
netfilter: ipset: Use HOST_MASK literal to represent host address CIDR len
Sergey Popovich
2015-03-20
7
-9
/
+11
*
netfilter: ipset: Check IPSET_ATTR_PORT only once
Sergey Popovich
2015-03-20
5
-40
/
+10
*
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
[next]