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
/
netfilter
/
ipset
/
ip_set_hash_netiface.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
netfilter: ipset: Replace strlcpy with strscpy
Azeem Shaikh
6 days
1
-5
/
+5
*
netfilter: ipset: Rework long task execution when adding/deleting entries
Jozsef Kadlecsik
2022-12-30
1
-9
/
+6
*
Limit the maximal range of consecutive elements to add/delete fix
Jozsef Kadlecsik
2021-07-16
1
-2
/
+8
*
Limit the maximal range of consecutive elements to add/delete
Jozsef Kadlecsik
2021-07-14
1
-0
/
+2
*
treewide: rename nla_strlcpy to nla_strscpy.
Francis Laniel
2020-12-20
1
-2
/
+2
*
Expose the initval hash parameter to userspace
Jozsef Kadlecsik
2020-09-21
1
-1
/
+2
*
Add bucketsize parameter to all hash types
Jozsef Kadlecsik
2020-09-21
1
-2
/
+4
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
2019-10-31
1
-4
/
+1
*
ipset: Add wildcard support to net,iface
Kristian Evensen
2019-10-31
1
-5
/
+18
*
netfilter: ipset: remove inline from static functions in .c files.
Jeremy Sowden
2019-10-07
1
-12
/
+12
*
ipset: update my email address
Jozsef Kadlecsik
2019-06-05
1
-2
/
+2
*
Fix wraparound bug introduced in commit 48596a8ddc46
Jozsef Kadlecsik
2018-01-12
1
-5
/
+4
*
Fix adding an IPv4 range containing more than 2^31 addresses
Jozsef Kadlecsik
2017-09-18
1
-1
/
+1
*
Compatibility: handle changes in 4.10 kernel tree
Jozsef Kadlecsik
2017-03-23
1
-1
/
+1
*
netfilter: ipset: allow a 0 netmask with hash_netiface type
Florian Westphal
2016-01-13
1
-4
/
+0
*
Make struct htype per ipset family
Jozsef Kadlecsik
2015-06-26
1
-4
/
+4
*
Fix typo in function name get_phyoutdev_name()
Jozsef Kadlecsik
2015-06-13
1
-2
/
+2
*
netfilter: bridge: add helpers for fetching physin/outdev
pablo
Florian Westphal
2015-04-27
1
-9
/
+25
*
netfilter: ipset: Fix hashing for ipv6 sets
Sergey Popovich
2015-03-24
1
-1
/
+0
*
netfilter: ipset: Check for comment netlink attribute length
Sergey Popovich
2015-03-23
1
-1
/
+2
*
netfilter: ipset: Return bool values instead of int
Sergey Popovich
2015-03-20
1
-4
/
+4
*
netfilter: ipset: Check CIDR value only when attribute is given
Sergey Popovich
2015-03-20
1
-3
/
+5
*
netfilter: ipset: Make sure we always return line number on batch
Sergey Popovich
2015-03-20
1
-6
/
+6
*
netfilter: ipset: Check extensions attributes before getting extensions.
Sergey Popovich
2015-03-20
1
-14
/
+2
*
netfilter: ipset: Return ipset error instead of bool
Sergey Popovich
2015-03-19
1
-4
/
+10
*
netfilter: ipset: Preprocessor directices cleanup
Sergey Popovich
2015-03-19
1
-3
/
+0
*
Fix cidr handling for hash:*net* types
Jozsef Kadlecsik
2015-03-13
1
-2
/
+2
*
Fix coding styles reported by checkpatch.pl
Jozsef Kadlecsik
2015-01-06
1
-13
/
+16
*
Call rcu_barrier() in module removal path
Jozsef Kadlecsik
2014-12-10
1
-0
/
+1
*
Resolve the STREQ macro to make the code more readable, and use nla_strlcpy w...
Jozsef Kadlecsik
2014-12-10
1
-6
/
+5
*
styles warned by checkpatch.pl fixed
Jozsef Kadlecsik
2014-11-18
1
-0
/
+2
*
Remove rbtree from hash:net,iface in order to run under RCU
Jozsef Kadlecsik
2014-11-18
1
-167
/
+17
*
Indicate when /0 networks are supported
Jozsef Kadlecsik
2014-11-18
1
-0
/
+1
*
netfilter: use IS_ENABLED(CONFIG_BRIDGE_NETFILTER)
Pablo Neira Ayuso
2014-11-03
1
-2
/
+2
*
netfilter: ipset: Add skbinfo extension kernel support for the hash set types.
Anton Danilov
2014-09-08
1
-3
/
+13
*
ipset: add forceadd kernel support for hash set types
Josh Hunt
2014-03-04
1
-1
/
+2
*
net ipset: use rbtree postorder iteration instead of opencoding
Cody P Schafer
2013-11-13
1
-0
/
+9
*
netfilter: ipset: Support comments in hash-type ipsets.
Oliver Smith
2013-09-23
1
-1
/
+3
*
Generalize extensions support
Jozsef Kadlecsik
2013-09-07
1
-65
/
+3
*
Move extension data to set structure
Jozsef Kadlecsik
2013-09-07
1
-4
/
+4
*
Prepare ipset to support multiple networks for hash types
Jozsef Kadlecsik
2013-09-04
1
-2
/
+2
*
Consistent userspace testing with nomatch flag
Jozsef Kadlecsik
2013-07-22
1
-2
/
+2
*
Fix "may be used uninitialized" warnings
Jozsef Kadlecsik
2013-05-01
1
-1
/
+1
*
Rename simple macro names to avoid namespace issues.
Jozsef Kadlecsik
2013-05-01
1
-7
/
+7
*
The hash types with counter support
Jozsef Kadlecsik
2013-04-09
1
-3
/
+52
*
Hash types using the unified code base
Jozsef Kadlecsik
2013-04-09
1
-295
/
+105
*
Move often used IPv6 address masking function to header file
Jozsef Kadlecsik
2013-04-09
1
-9
/
+0
*
Make possible to test elements marked with nomatch, from userspace
Jozsef Kadlecsik
2013-04-09
1
-6
/
+8
*
netfilter ipset: Use ipv6_addr_equal() where appropriate.
YOSHIFUJI Hideaki
2013-04-09
1
-1
/
+1
*
hash:*net*: nomatch flag not excluded on set resize
Jozsef Kadlecsik
2013-04-09
1
-2
/
+20
[next]