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