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
*
netfilter: ipset: fix suspicious RCU usage in find_set_and_id
Jozsef Kadlecsik
2020-01-26
1
-17
/
+32
*
Add compatibility support for bitmap_zalloc() and bitmap_zero()
Jozsef Kadlecsik
2020-01-20
1
-0
/
+12
*
netfilter: ipset: use bitmap infrastructure completely
Jozsef Kadlecsik
2020-01-19
5
-17
/
+10
*
netfilter: fix a use-after-free in mtype_destroy()
Cong Wang
2020-01-15
1
-1
/
+1
*
ipset 7.5 released
v7.5
Jozsef Kadlecsik
2020-01-09
1
-0
/
+11
*
netfilter: ipset: avoid null deref when IPSET_ATTR_LINENO is present
Florian Westphal
2020-01-09
1
-1
/
+2
*
ip_set: Pass init_net when @net is missing in match check params data structure
Serhey Popovych
2019-12-09
1
-1
/
+1
*
netfilter: xt_set: Do not restrict --map-set to the mangle table
Serhey Popovych
2019-12-09
1
-5
/
+0
*
em_ipset: Build on old kernels
Serhey Popovych
2019-12-09
3
-2
/
+19
*
compat: Use skb_vlan_tag_present() instead of vlan_tx_tag_present()
Serhey Popovych
2019-12-09
1
-1
/
+12
*
configure.ac: Build on kernels without skb->vlan_proto correctly
Serhey Popovych
2019-12-09
1
-0
/
+4
*
configure.ac: Add cond_resched_rcu() checks
Serhey Popovych
2019-12-09
1
-0
/
+12
*
ipset 7.4 released
v7.4
Jozsef Kadlecsik
2019-11-01
1
-0
/
+25
*
Fix compatibility support for netlink extended ACK and add synchronize_rcu_bh...
Jozsef Kadlecsik
2019-11-01
2
-1
/
+6
*
Fix nla_policies to fully support NL_VALIDATE_STRICT
Jozsef Kadlecsik
2019-11-01
3
-2
/
+12
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
2019-10-31
23
-88
/
+23
*
netfilter: remove unnecessary spaces
yangxingwu
2019-10-31
2
-2
/
+2
*
ipset: Add wildcard support to net,iface
Kristian Evensen
2019-10-31
2
-5
/
+20
*
ipset: Copy the right MAC address in hash:ip,mac IPv6 sets
Stefano Brivio
2019-10-31
1
-1
/
+1
*
netfilter: ipset: move ip_set_get_ip_port() to ip_set_bitmap_port.c.
Jeremy Sowden
2019-10-07
3
-31
/
+27
*
netfilter: ipset: move function to ip_set_bitmap_ip.c.
Jeremy Sowden
2019-10-07
2
-14
/
+12
*
netfilter: ipset: make ip_set_put_flags extern.
Jeremy Sowden
2019-10-07
2
-22
/
+25
*
netfilter: ipset: move functions to ip_set_core.c.
Jeremy Sowden
2019-10-07
2
-102
/
+102
*
netfilter: ipset: move ip_set_comment functions from ip_set.h to ip_set_core.c.
Jeremy Sowden
2019-10-07
2
-62
/
+67
*
netfilter: ipset: remove inline from static functions in .c files.
Jeremy Sowden
2019-10-07
19
-138
/
+138
*
netfilter: ipset: add a coding-style fix to ip_set_ext_destroy.
Jeremy Sowden
2019-10-07
1
-3
/
+5
*
netfilter: added missing includes to a number of header-files.
Jeremy Sowden
2019-10-07
1
-0
/
+4
*
netfilter: inlined four headers files into another one.
Jeremy Sowden
2019-10-07
7
-297
/
+234
*
netfilter: ipset: Fix an error code in ip_set_sockfn_get()
Dan Carpenter
2019-08-27
1
-3
/
+5
*
ipset 7.3 released
v7.3
Jozsef Kadlecsik
2019-07-23
1
-0
/
+7
*
Fix rename concurrency with listing
Jozsef Kadlecsik
2019-07-23
1
-1
/
+1
*
ipset: Copy the right MAC address in bitmap:ip,mac and hash:ip,mac sets
Stefano Brivio
2019-06-28
2
-2
/
+2
*
ipset: Actually allow destination MAC address for hash:ip,mac sets too
Stefano Brivio
2019-06-28
1
-4
/
+0
*
Explicitly comment that we need ipset_nest_start(),
Jozsef Kadlecsik
2019-06-10
1
-0
/
+7
*
ipset 7.2 released
Jozsef Kadlecsik
2019-06-10
1
-0
/
+9
*
ipset: update my email address
Jozsef Kadlecsik
2019-06-05
26
-40
/
+40
*
ipset: Fix memory accounting for hash types on resize
Stefano Brivio
2019-06-04
1
-1
/
+1
*
Fix error path in set_target_v3_checkentry()
Jozsef Kadlecsik
2019-01-18
1
-20
/
+21
*
Fix the last missing check of nla_parse()
Jozsef Kadlecsik
2019-01-10
1
-3
/
+6
*
netfilter: ipset: fix a missing check of nla_parse
Aditya Pakki
2019-01-08
1
-2
/
+7
*
netfilter: ipset: merge uadd and udel functions
Florent Fourcot
2019-01-08
2
-54
/
+24
*
netfilter: ipset: remove useless memset() calls
Florent Fourcot
2019-01-08
1
-2
/
+0
*
ipset 7.1 released
v7.1
Jozsef Kadlecsik
2018-12-10
1
-0
/
+7
*
Add compatibility support for strscpy()
Jozsef Kadlecsik
2018-12-10
1
-0
/
+5
*
netfilter/ipset: replace a strncpy() with strscpy()
Qian Cai
2018-12-04
1
-2
/
+4
*
netfilter: ipset: fix ip_set_byindex function
Florent Fourcot
2018-11-28
1
-1
/
+1
*
netfilter: ipset: do not call ipset_nest_end after nla_nest_cancel
Pan Bian
2018-11-28
1
-1
/
+1
*
Correct workaround in patch "Fix calling ip_set() macro at dumping"
Jozsef Kadlecsik
2018-10-30
1
-15
/
+4
*
ipset 7.0 released
v7.0
Jozsef Kadlecsik
2018-10-27
1
-0
/
+22
*
Introduction of new commands and protocol version 7
Jozsef Kadlecsik
2018-10-27
4
-25
/
+164
[next]