summaryrefslogtreecommitdiffstats
path: root/net/netfilter/ipset
AgeCommit message (Expand)AuthorLines
2016-03-28netfilter: ipset: fix race condition in ipset save, swap and deleteVishwanath Pai-8/+31
2016-03-08netfilter: ipset: Check IPSET_ATTR_ETHER netlink attribute lengthJozsef Kadlecsik-1/+4
2016-02-24netfilter: ipset: Fix set:list type crash when flush/dump set in parallelJozsef Kadlecsik-30/+28
2016-01-13netfilter: ipset: allow a 0 netmask with hash_netiface typeFlorian Westphal-4/+0
2015-12-28netfilter: nfnetlink: pass down netns pointer to call() and call_rcu()Pablo Neira Ayuso-61/+47
2015-11-07netfilter: ipset: Fix hash type expire: release empty hash bucket blockJozsef Kadlecsik-4/+9
2015-11-07netfilter: ipset: Fix hash:* type expirationJozsef Kadlecsik-1/+1
2015-11-07netfilter: ipset: Fix extension alignmentJozsef Kadlecsik-79/+64
2015-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+1
2015-10-17netfilter: ipset: Fix sleeping memory allocation in atomic contextNikolay Borisov-1/+1
2015-09-18netfilter: x_tables: Use par->net instead of computing from the passed net de...Eric W. Biederman-6/+3
2015-08-29netfilter: ipset: Fixing unnamed union initElad Raz-4/+36
2015-08-28netfilter: ipset: Out of bound access in hash:net* types fixedJozsef Kadlecsik-4/+8
2015-06-14netfilter: ipset: Fix coding styles reported by checkpatch.plJozsef Kadlecsik-269/+298
2015-06-14netfilter: ipset: Introduce RCU locking in list typeJozsef Kadlecsik-209/+189
2015-06-14netfilter: ipset: Introduce RCU locking in hash:* typesJozsef Kadlecsik-236/+364
2015-06-14netfilter: ipset: Introduce RCU locking in bitmap:* typesJozsef Kadlecsik-14/+38
2015-06-14netfilter: ipset: Prepare the ipset core to use RCU at set levelJozsef Kadlecsik-22/+22
2015-06-14netfilter:ipset Remove rbtree from hash:net,ifaceJozsef Kadlecsik-143/+20
2015-06-14netfilter: ipset: Make sure listing doesn't grab a set which is just being de...Jozsef Kadlecsik-15/+34
2015-06-14netfilter: ipset: Fix parallel resizing and listing of the same setJozsef Kadlecsik-15/+58
2015-06-14netfilter: ipset: Fix cidr handling for hash:*net* typesJozsef Kadlecsik-34/+42
2015-06-14netfilter: ipset: Check CIDR value only when attribute is givenSergey Popovich-49/+41
2015-06-14netfilter: ipset: Make sure we always return line number on batchSergey Popovich-75/+75
2015-06-14netfilter: ipset: Permit CIDR equal to the host address CIDR in IPv6Sergey Popovich-15/+43
2015-06-14netfilter: ipset: Check extensions attributes before getting extensions.Sergey Popovich-170/+29
2015-06-14netfilter: ipset: Use SET_WITH_*() helpers to test set extensionsSergey Popovich-7/+7
2015-05-14netfilter: ipset: deinline ip_set_put_extensions()Denys Vlasenko-0/+25
2015-05-13netfilter: ipset: Improve preprocessor macros checksSergey Popovich-7/+18
2015-05-13netfilter: ipset: Fix hashing for ipv6 setsSergey Popovich-8/+2
2015-05-13netfilter: ipset: Check for comment netlink attribute lengthSergey Popovich-15/+30
2015-05-13netfilter: ipset: Return bool values instead of intSergey Popovich-38/+43
2015-05-13netfilter: ipset: Use HOST_MASK literal to represent host address CIDR lenSergey Popovich-9/+11
2015-05-13netfilter: ipset: Check IPSET_ATTR_PORT only onceSergey Popovich-40/+10
2015-05-13netfilter: ipset: Return ipset error instead of boolSergey Popovich-48/+126
2015-05-13netfilter: ipset: Preprocessor directices cleanupSergey Popovich-34/+4
2015-05-13netfilter: ipset: No need to make nomatch bitfieldSergey Popovich-2/+2
2015-05-13netfilter: ipset: Properly calculate extensions offsets and total lengthSergey Popovich-3/+3
2015-05-13netfilter: ipset: make ip_set_get_ip*_port to use skb_network_offsetAlexander Drozdov-2/+4
2015-05-13netfilter: ipset: Give a better name to a macro in ip_set_core.cJozsef Kadlecsik-9/+9
2015-05-13netfilter: ipset: Fix sparse warningJozsef Kadlecsik-2/+2
2015-04-08netfilter: bridge: add helpers for fetching physin/outdevFlorian Westphal-8/+24
2014-12-03netfilter: ipset: Explicitly add padding elements to hash:net, net and hash:n...Jozsef Kadlecsik-0/+4
2014-12-03netfilter: ipset: Allocate the proper size of memory when /0 networks are sup...Jozsef Kadlecsik-2/+1
2014-12-03netfilter: ipset: Simplify cidr handling for hash:*net* typesJozsef Kadlecsik-28/+28
2014-12-03netfilter: ipset: Indicate when /0 networks are supportedJozsef Kadlecsik-1/+2
2014-12-03netfilter: ipset: Support updating extensions when the set is fullJozsef Kadlecsik-23/+17
2014-11-11netfilter: ipset: small potential read beyond the end of bufferDan Carpenter-0/+6
2014-10-22netfilter: ipset: off by one in ip_set_nfnl_get_byindex()Dan Carpenter-1/+1
2014-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-84/+451