index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
netfilter
/
ipset
Age
Commit message (
Expand
)
Author
Lines
2020-07-22
netfilter: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
-1
/
+1
2020-06-30
netfilter: ipset: call ip_set_free() instead of kfree()
Eric Dumazet
-5
/
+5
2020-06-25
netfilter: ipset: fix unaligned atomic access
Russell King
-0
/
+2
2020-05-25
netfilter: ipset: Fix subcounter update skip
Phil Sutter
-1
/
+1
2020-04-06
netfilter: ipset: Pass lockdep expression to RCU lists
Amol Grover
-1
/
+2
2020-03-15
netfilter: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
-5
/
+5
2020-02-22
netfilter: ipset: Fix forceadd evaluation path
Jozsef Kadlecsik
-0
/
+2
2020-02-22
netfilter: ipset: Fix "INFO: rcu detected stall in hash_xxx" reports
Jozsef Kadlecsik
-205
/
+462
2020-01-29
netfilter: ipset: fix suspicious RCU usage in find_set_and_id
Kadlecsik József
-20
/
+21
2020-01-20
netfilter: ipset: use bitmap infrastructure completely
Kadlecsik József
-10
/
+10
2020-01-13
netfilter: fix a use-after-free in mtype_destroy()
Cong Wang
-1
/
+1
2020-01-08
netfilter: ipset: avoid null deref when IPSET_ATTR_LINENO is present
Florian Westphal
-1
/
+2
2019-11-13
Merge branch 'master' of git://blackhole.kfki.hu/nf-next
Pablo Neira Ayuso
-5
/
+18
2019-11-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
-17
/
+36
2019-11-04
netfilter: ipset: Fix nla_policies to fully support NL_VALIDATE_STRICT
Jozsef Kadlecsik
-13
/
+30
2019-11-04
netfilter: ipset: Copy the right MAC address in hash:ip,mac IPv6 sets
Stefano Brivio
-1
/
+1
2019-11-04
netfilter: ipset: Fix an error code in ip_set_sockfn_get()
Dan Carpenter
-3
/
+5
2019-11-04
netfilter: ipset: Add wildcard support to net,iface
Kristian Evensen
-5
/
+18
2019-10-07
netfilter: ipset: move ip_set_get_ip_port() to ip_set_bitmap_port.c.
Jeremy Sowden
-28
/
+27
2019-10-07
netfilter: ipset: move function to ip_set_bitmap_ip.c.
Jeremy Sowden
-0
/
+12
2019-10-07
netfilter: ipset: make ip_set_put_flags extern.
Jeremy Sowden
-0
/
+24
2019-10-07
netfilter: ipset: move functions to ip_set_core.c.
Jeremy Sowden
-0
/
+102
2019-10-07
netfilter: ipset: move ip_set_comment functions from ip_set.h to ip_set_core.c.
Jeremy Sowden
-1
/
+65
2019-10-07
netfilter: ipset: remove inline from static functions in .c files.
Jeremy Sowden
-138
/
+138
2019-08-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
Jakub Kicinski
-3
/
+3
2019-08-13
netfilter: inline four headers files into another one.
Jeremy Sowden
-1
/
+1
2019-08-13
netfilter: remove unnecessary spaces
yangxingwu
-2
/
+2
2019-07-29
netfilter: ipset: Fix rename concurrency with listing
Jozsef Kadlecsik
-1
/
+1
2019-07-29
netfilter: ipset: Copy the right MAC address in bitmap:ip,mac and hash:ip,mac...
Stefano Brivio
-2
/
+2
2019-07-29
netfilter: ipset: Actually allow destination MAC address for hash:ip,mac sets...
Stefano Brivio
-4
/
+0
2019-06-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Pablo Neira Ayuso
-106
/
+34
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
-80
/
+20
2019-06-10
Update my email address
Jozsef Kadlecsik
-32
/
+32
2019-06-10
ipset: Fix memory accounting for hash types on resize
Stefano Brivio
-1
/
+1
2019-06-10
netfilter: ipset: Fix the last missing check of nla_parse_deprecated()
Jozsef Kadlecsik
-4
/
+6
2019-06-10
netfilter: ipset: fix a missing check of nla_parse
Aditya Pakki
-3
/
+7
2019-06-10
netfilter: ipset: merge uadd and udel functions
Florent Fourcot
-51
/
+20
2019-06-10
netfilter: ipset: remove useless memset() calls
Florent Fourcot
-2
/
+0
2019-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
-0
/
+1
2019-05-21
treewide: Add SPDX license identifier for missed files
Thomas Gleixner
-0
/
+1
2019-04-27
netlink: make validation more configurable for future strictness
Johannes Berg
-22
/
+14
2019-04-27
ipset: drop ipset_nest_start() and ipset_nest_end()
Michal Kubecek
-21
/
+21
2018-12-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
-44
/
+180
2018-12-14
netfilter: ipset: replace a strncpy() with strscpy()
Qian Cai
-2
/
+4
2018-12-14
netfilter: ipset: fix ip_set_byindex function
Florent Fourcot
-1
/
+1
2018-12-13
netfilter: ipset: do not call ipset_nest_end after nla_nest_cancel
Pan Bian
-1
/
+1
2018-12-01
netfilter: Replace call_rcu_bh(), rcu_barrier_bh(), and synchronize_rcu_bh()
Paul E. McKenney
-2
/
+2
2018-11-12
Merge branch 'master' of git://blackhole.kfki.hu/nf-next
Pablo Neira Ayuso
-40
/
+174
2018-11-03
netfilter: ipset: Fix calling ip_set() macro at dumping
Jozsef Kadlecsik
-4
/
+8
2018-11-01
netfilter: ipset: fix ip_set_list allocation failure
Andrey Ryabinin
-4
/
+4
[next]