index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
netfilter
/
ipset
Commit message (
Expand
)
Author
Age
Files
Lines
*
netfilter: ipset: fix race condition in ipset save, swap and delete
Vishwanath Pai
2016-03-28
4
-8
/
+31
*
netfilter: ipset: Check IPSET_ATTR_ETHER netlink attribute length
Jozsef Kadlecsik
2016-03-08
2
-1
/
+4
*
netfilter: ipset: Fix set:list type crash when flush/dump set in parallel
Jozsef Kadlecsik
2016-02-24
2
-30
/
+28
*
netfilter: ipset: allow a 0 netmask with hash_netiface type
Florian Westphal
2016-01-13
1
-4
/
+0
*
netfilter: nfnetlink: pass down netns pointer to call() and call_rcu()
Pablo Neira Ayuso
2015-12-28
1
-61
/
+47
*
netfilter: ipset: Fix hash type expire: release empty hash bucket block
Jozsef Kadlecsik
2015-11-07
1
-4
/
+9
*
netfilter: ipset: Fix hash:* type expiration
Jozsef Kadlecsik
2015-11-07
1
-1
/
+1
*
netfilter: ipset: Fix extension alignment
Jozsef Kadlecsik
2015-11-07
7
-79
/
+64
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-10-24
1
-1
/
+1
|
\
|
*
netfilter: ipset: Fix sleeping memory allocation in atomic context
Nikolay Borisov
2015-10-17
1
-1
/
+1
*
|
netfilter: x_tables: Use par->net instead of computing from the passed net de...
Eric W. Biederman
2015-09-18
1
-6
/
+3
|
/
*
netfilter: ipset: Fixing unnamed union init
Elad Raz
2015-08-29
2
-4
/
+36
*
netfilter: ipset: Out of bound access in hash:net* types fixed
Jozsef Kadlecsik
2015-08-28
1
-4
/
+8
*
netfilter: ipset: Fix coding styles reported by checkpatch.pl
Jozsef Kadlecsik
2015-06-14
20
-269
/
+298
*
netfilter: ipset: Introduce RCU locking in list type
Jozsef Kadlecsik
2015-06-14
1
-209
/
+189
*
netfilter: ipset: Introduce RCU locking in hash:* types
Jozsef Kadlecsik
2015-06-14
12
-236
/
+364
*
netfilter: ipset: Introduce RCU locking in bitmap:* types
Jozsef Kadlecsik
2015-06-14
4
-14
/
+38
*
netfilter: ipset: Prepare the ipset core to use RCU at set level
Jozsef Kadlecsik
2015-06-14
1
-22
/
+22
*
netfilter:ipset Remove rbtree from hash:net,iface
Jozsef Kadlecsik
2015-06-14
1
-143
/
+20
*
netfilter: ipset: Make sure listing doesn't grab a set which is just being de...
Jozsef Kadlecsik
2015-06-14
1
-15
/
+34
*
netfilter: ipset: Fix parallel resizing and listing of the same set
Jozsef Kadlecsik
2015-06-14
2
-15
/
+58
*
netfilter: ipset: Fix cidr handling for hash:*net* types
Jozsef Kadlecsik
2015-06-14
7
-34
/
+42
*
netfilter: ipset: Check CIDR value only when attribute is given
Sergey Popovich
2015-06-14
4
-49
/
+41
*
netfilter: ipset: Make sure we always return line number on batch
Sergey Popovich
2015-06-14
15
-75
/
+75
*
netfilter: ipset: Permit CIDR equal to the host address CIDR in IPv6
Sergey Popovich
2015-06-14
5
-15
/
+43
*
netfilter: ipset: Check extensions attributes before getting extensions.
Sergey Popovich
2015-06-14
16
-170
/
+29
*
netfilter: ipset: Use SET_WITH_*() helpers to test set extensions
Sergey Popovich
2015-06-14
2
-7
/
+7
*
netfilter: ipset: deinline ip_set_put_extensions()
Denys Vlasenko
2015-05-14
1
-0
/
+25
*
netfilter: ipset: Improve preprocessor macros checks
Sergey Popovich
2015-05-13
3
-7
/
+18
*
netfilter: ipset: Fix hashing for ipv6 sets
Sergey Popovich
2015-05-13
5
-8
/
+2
*
netfilter: ipset: Check for comment netlink attribute length
Sergey Popovich
2015-05-13
15
-15
/
+30
*
netfilter: ipset: Return bool values instead of int
Sergey Popovich
2015-05-13
10
-38
/
+43
*
netfilter: ipset: Use HOST_MASK literal to represent host address CIDR len
Sergey Popovich
2015-05-13
7
-9
/
+11
*
netfilter: ipset: Check IPSET_ATTR_PORT only once
Sergey Popovich
2015-05-13
5
-40
/
+10
*
netfilter: ipset: Return ipset error instead of bool
Sergey Popovich
2015-05-13
12
-48
/
+126
*
netfilter: ipset: Preprocessor directices cleanup
Sergey Popovich
2015-05-13
12
-34
/
+4
*
netfilter: ipset: No need to make nomatch bitfield
Sergey Popovich
2015-05-13
1
-2
/
+2
*
netfilter: ipset: Properly calculate extensions offsets and total length
Sergey Popovich
2015-05-13
1
-3
/
+3
*
netfilter: ipset: make ip_set_get_ip*_port to use skb_network_offset
Alexander Drozdov
2015-05-13
1
-2
/
+4
*
netfilter: ipset: Give a better name to a macro in ip_set_core.c
Jozsef Kadlecsik
2015-05-13
1
-9
/
+9
*
netfilter: ipset: Fix sparse warning
Jozsef Kadlecsik
2015-05-13
1
-2
/
+2
*
netfilter: bridge: add helpers for fetching physin/outdev
Florian Westphal
2015-04-08
1
-8
/
+24
*
netfilter: ipset: Explicitly add padding elements to hash:net, net and hash:n...
Jozsef Kadlecsik
2014-12-03
2
-0
/
+4
*
netfilter: ipset: Allocate the proper size of memory when /0 networks are sup...
Jozsef Kadlecsik
2014-12-03
1
-2
/
+1
*
netfilter: ipset: Simplify cidr handling for hash:*net* types
Jozsef Kadlecsik
2014-12-03
1
-28
/
+28
*
netfilter: ipset: Indicate when /0 networks are supported
Jozsef Kadlecsik
2014-12-03
2
-1
/
+2
*
netfilter: ipset: Support updating extensions when the set is full
Jozsef Kadlecsik
2014-12-03
1
-23
/
+17
*
netfilter: ipset: small potential read beyond the end of buffer
Dan Carpenter
2014-11-11
1
-0
/
+6
*
netfilter: ipset: off by one in ip_set_nfnl_get_byindex()
Dan Carpenter
2014-10-22
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2014-10-08
20
-84
/
+451
|
\
[next]