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
2017-02-19
netfilter: ipset: Null pointer exception in ipset list:set
Vishwanath Pai
-3
/
+6
2017-02-19
Fix bug: sometimes valid entries in hash:* types of sets were evicted
Jozsef Kadlecsik
-1
/
+1
2016-11-18
netns: make struct pernet_operations::id unsigned int
Alexey Dobriyan
-1
/
+1
2016-11-10
netfilter: ipset: hash: fix boolreturn.cocci warnings
kbuild test robot
-4
/
+4
2016-11-10
netfilter: ipset: use setup_timer() and mod_timer().
Jozsef Kadlecsik
-15
/
+6
2016-11-10
netfilter: ipset: hash:ipmac type support added to ipset
Tomasz Chilinski
-0
/
+325
2016-11-10
netfilter: ipset: Fix reported memory size for hash:* types
Jozsef Kadlecsik
-7
/
+9
2016-11-10
netfilter: ipset: Collapse same condition body to a single one
Jozsef Kadlecsik
-7
/
+1
2016-11-10
netfilter: ipset: Make struct htype per ipset family
Jozsef Kadlecsik
-74
/
+63
2016-11-10
netfilter: ipset: Optimize hash creation routine
Jozsef Kadlecsik
-34
/
+29
2016-11-10
netfilter: ipset: Make sure element data size is a multiple of u32
Jozsef Kadlecsik
-2
/
+8
2016-11-10
netfilter: ipset: Make NLEN compile time constant for hash types
Jozsef Kadlecsik
-28
/
+23
2016-11-10
netfilter: ipset: Simplify mtype_expire() for hash types
Jozsef Kadlecsik
-13
/
+12
2016-11-10
netfilter: ipset: Remove redundant mtype_expire() arguments
Jozsef Kadlecsik
-4
/
+5
2016-11-10
netfilter: ipset: Count non-static extension memory for userspace
Jozsef Kadlecsik
-17
/
+21
2016-11-10
netfilter: ipset: Add element count to all set types header
Jozsef Kadlecsik
-13
/
+24
2016-11-10
netfilter: ipset: Add element count to hash headers
Eric B Munson
-1
/
+2
2016-11-10
netfilter: ipset: Separate memsize calculation code into dedicated function
Jozsef Kadlecsik
-7
/
+27
2016-11-10
netfilter: ipset: Improve skbinfo get/init helpers
Jozsef Kadlecsik
-6
/
+6
2016-11-03
netfilter: x_tables: move hook state into xt_action_param structure
Pablo Neira Ayuso
-4
/
+4
2016-03-28
netfilter: ipset: fix race condition in ipset save, swap and delete
Vishwanath Pai
-8
/
+31
2016-03-08
netfilter: ipset: Check IPSET_ATTR_ETHER netlink attribute length
Jozsef Kadlecsik
-1
/
+4
2016-02-24
netfilter: ipset: Fix set:list type crash when flush/dump set in parallel
Jozsef Kadlecsik
-30
/
+28
2016-01-13
netfilter: ipset: allow a 0 netmask with hash_netiface type
Florian Westphal
-4
/
+0
2015-12-28
netfilter: nfnetlink: pass down netns pointer to call() and call_rcu()
Pablo Neira Ayuso
-61
/
+47
2015-11-07
netfilter: ipset: Fix hash type expire: release empty hash bucket block
Jozsef Kadlecsik
-4
/
+9
2015-11-07
netfilter: ipset: Fix hash:* type expiration
Jozsef Kadlecsik
-1
/
+1
2015-11-07
netfilter: ipset: Fix extension alignment
Jozsef Kadlecsik
-79
/
+64
2015-10-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
-1
/
+1
2015-10-17
netfilter: ipset: Fix sleeping memory allocation in atomic context
Nikolay Borisov
-1
/
+1
2015-09-18
netfilter: x_tables: Use par->net instead of computing from the passed net de...
Eric W. Biederman
-6
/
+3
2015-08-29
netfilter: ipset: Fixing unnamed union init
Elad Raz
-4
/
+36
2015-08-28
netfilter: ipset: Out of bound access in hash:net* types fixed
Jozsef Kadlecsik
-4
/
+8
2015-06-14
netfilter: ipset: Fix coding styles reported by checkpatch.pl
Jozsef Kadlecsik
-269
/
+298
2015-06-14
netfilter: ipset: Introduce RCU locking in list type
Jozsef Kadlecsik
-209
/
+189
2015-06-14
netfilter: ipset: Introduce RCU locking in hash:* types
Jozsef Kadlecsik
-236
/
+364
2015-06-14
netfilter: ipset: Introduce RCU locking in bitmap:* types
Jozsef Kadlecsik
-14
/
+38
2015-06-14
netfilter: ipset: Prepare the ipset core to use RCU at set level
Jozsef Kadlecsik
-22
/
+22
2015-06-14
netfilter:ipset Remove rbtree from hash:net,iface
Jozsef Kadlecsik
-143
/
+20
2015-06-14
netfilter: ipset: Make sure listing doesn't grab a set which is just being de...
Jozsef Kadlecsik
-15
/
+34
2015-06-14
netfilter: ipset: Fix parallel resizing and listing of the same set
Jozsef Kadlecsik
-15
/
+58
2015-06-14
netfilter: ipset: Fix cidr handling for hash:*net* types
Jozsef Kadlecsik
-34
/
+42
2015-06-14
netfilter: ipset: Check CIDR value only when attribute is given
Sergey Popovich
-49
/
+41
2015-06-14
netfilter: ipset: Make sure we always return line number on batch
Sergey Popovich
-75
/
+75
2015-06-14
netfilter: ipset: Permit CIDR equal to the host address CIDR in IPv6
Sergey Popovich
-15
/
+43
2015-06-14
netfilter: ipset: Check extensions attributes before getting extensions.
Sergey Popovich
-170
/
+29
2015-06-14
netfilter: ipset: Use SET_WITH_*() helpers to test set extensions
Sergey Popovich
-7
/
+7
2015-05-14
netfilter: ipset: deinline ip_set_put_extensions()
Denys Vlasenko
-0
/
+25
2015-05-13
netfilter: ipset: Improve preprocessor macros checks
Sergey Popovich
-7
/
+18
2015-05-13
netfilter: ipset: Fix hashing for ipv6 sets
Sergey Popovich
-8
/
+2
[prev]
[next]