index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
netfilter
/
ipset
Age
Commit message (
Expand
)
Author
Files
Lines
2018-12-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
5
-44
/
+180
2018-12-14
netfilter: ipset: replace a strncpy() with strscpy()
Qian Cai
1
-2
/
+4
2018-12-14
netfilter: ipset: fix ip_set_byindex function
Florent Fourcot
1
-1
/
+1
2018-12-13
netfilter: ipset: do not call ipset_nest_end after nla_nest_cancel
Pan Bian
1
-1
/
+1
2018-12-01
netfilter: Replace call_rcu_bh(), rcu_barrier_bh(), and synchronize_rcu_bh()
Paul E. McKenney
1
-2
/
+2
2018-11-12
Merge branch 'master' of git://blackhole.kfki.hu/nf-next
Pablo Neira Ayuso
4
-40
/
+174
2018-11-03
netfilter: ipset: Fix calling ip_set() macro at dumping
Jozsef Kadlecsik
1
-4
/
+8
2018-11-01
netfilter: ipset: fix ip_set_list allocation failure
Andrey Ryabinin
1
-4
/
+4
2018-11-01
netfilter: ipset: actually allow allowable CIDR 0 in hash:net,port,net
Eric Westbrook
1
-4
/
+4
2018-11-01
netfilter: ipset: list:set: Decrease refcount synchronously on deletion and r...
Stefano Brivio
2
-18
/
+22
2018-10-27
netfilter: ipset: Introduction of new commands and protocol version 7
Jozsef Kadlecsik
1
-17
/
+147
2018-10-22
netfilter: ipset: Make invalid MAC address checks consistent
Stefano Brivio
2
-7
/
+7
2018-10-22
netfilter: ipset: Allow matching on destination MAC address for mac and ipmac...
Stefano Brivio
3
-16
/
+20
2018-10-16
netfilter: Replace spin_is_locked() with lockdep
Lance Roy
1
-1
/
+1
2018-06-06
netfilter: ipset: forbid family for hash:mac sets
Florent Fourcot
1
-1
/
+4
2018-03-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
1
-5
/
+2
2018-03-30
netfilter: ipset: Use is_zero_ether_addr instead of static and memcmp
Joe Perches
1
-5
/
+2
2018-03-27
net: Drop pernet_operations::async
Kirill Tkhai
1
-1
/
+0
2018-03-05
net: Convert ip_set_net_ops
Kirill Tkhai
1
-1
/
+2
2018-02-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
6
-63
/
+63
2018-01-31
netfilter: ipset: Fix wraparound in hash:*net* types
Jozsef Kadlecsik
6
-63
/
+63
2018-01-19
netfilter: remove messages print and boot/module load time
Pablo Neira Ayuso
1
-1
/
+2
2018-01-08
netfilter: ipset: Missing nfnl_lock()/nfnl_unlock() is added to ip_set_net_ex...
Jozsef Kadlecsik
1
-0
/
+2
2018-01-08
netfilter: ipset: Fix "don't update counters" mode when counters used at the ...
Jozsef Kadlecsik
4
-46
/
+46
2018-01-08
netfilter: ipset: use swap macro instead of _manually_ swapping values
Gustavo A. R. Silva
3
-18
/
+6
2018-01-08
netfilter: ipset: add resched points during set listing
Florian Westphal
3
-2
/
+2
2018-01-08
netfilter: ipset: use nfnl_mutex_is_locked
Florian Westphal
1
-1
/
+1
2018-01-08
netfilter: mark expected switch fall-throughs
Gustavo A. R. Silva
1
-1
/
+1
2017-11-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
3
-263
/
+139
2017-11-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+1
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-10-18
netfilter: ipset: Convert timers to use timer_setup()
Kees Cook
6
-15
/
+25
2017-10-04
netfilter: ipset: deduplicate prefixlen maps
Aaron Conole
1
-258
/
+137
2017-10-04
netfilter: ipset: Fix sparse warnings
Jozsef Kadlecsik
1
-1
/
+1
2017-10-04
netfilter: ipset: Compress return logic
simran singhal
1
-4
/
+1
2017-09-29
netfilter: ipset: Fix race between dump and swap
Ross Lagerwall
1
-2
/
+5
2017-09-26
netfilter: ipset: pernet ops must be unregistered last
Florian Westphal
1
-9
/
+13
2017-09-26
netfilter: ipset: Fix adding an IPv4 range containing more than 2^31 addresses
Jozsef Kadlecsik
10
-22
/
+24
2017-09-18
netfilter: ipset: ipset list may return wrong member count for set with timeout
Vishwanath Pai
1
-1
/
+13
2017-07-01
sctp: remove the typedef sctp_sctphdr_t
Xin Long
1
-2
/
+2
2017-06-19
netfilter: nfnetlink: extended ACK reporting
Pablo Neira Ayuso
1
-13
/
+26
2017-05-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
2
-14
/
+5
2017-04-15
ipset: remove unused function __ip_set_get_netlink
Aaron Conole
1
-8
/
+0
2017-04-13
netlink: pass extended ACK struct to parsing functions
Johannes Berg
1
-13
/
+14
2017-04-13
netlink: extended ACK reporting
Johannes Berg
1
-1
/
+1
2017-04-07
netfilter: Remove exceptional & on function name
Arushi Singhal
1
-1
/
+1
2017-04-07
netfilter: Remove unnecessary cast on void pointer
simran singhal
2
-4
/
+3
2017-04-07
netfilter: Add nfnl_msg_type() helper function
Pablo Neira Ayuso
1
-1
/
+1
2017-02-19
netfilter: ipset: Null pointer exception in ipset list:set
Vishwanath Pai
1
-3
/
+6
2017-02-19
Fix bug: sometimes valid entries in hash:* types of sets were evicted
Jozsef Kadlecsik
1
-1
/
+1
[next]