summaryrefslogtreecommitdiffstats
path: root/kernel/net/netfilter
Commit message (Expand)AuthorAgeFilesLines
* netfilter: ipset: Check extensions attributes before getting extensions.Sergey Popovich2015-03-2016-170/+29
* netfilter: ipset: Use SET_WITH_*() helpers to test set extensionsSergey Popovich2015-03-202-7/+7
* netfilter: ipset: Return ipset error instead of boolSergey Popovich2015-03-1912-48/+126
* netfilter: ipset: Preprocessor directices cleanupSergey Popovich2015-03-1912-34/+4
* netfilter: ipset: No need to make nomatch bitfieldSergey Popovich2015-03-191-2/+2
* Make sure bit operations are not reorderedJozsef Kadlecsik2015-03-191-2/+5
* netfilter: ipset: Properly calculate extensions offsets and total lengthSergey Popovich2015-03-161-3/+3
* Fix cidr handling for hash:*net* typesJozsef Kadlecsik2015-03-137-33/+41
* netfilter: ipset: fix boolreturn.cocci warningskbuild test robot2015-03-111-2/+2
* netfilter: ipset: make ip_set_get_ip*_port to use skb_network_offsetAlexander Drozdov2015-03-111-2/+4
* Make sure listing doesn't grab a set which is just being destroyed.Jozsef Kadlecsik2015-01-081-6/+21
* Missing rcu_read_lock() and _unlock() in mtype_list() fixedJozsef Kadlecsik2015-01-061-0/+3
* More compatibility checking and simplificationsJozsef Kadlecsik2015-01-064-24/+15
* Fix coding styles reported by checkpatch.plJozsef Kadlecsik2015-01-0620-203/+220
* Use nlmsg_total_size instead of NLMSG_SPACE in ip_set_core.c.Jozsef Kadlecsik2015-01-061-2/+2
* There's no need to call synchronize_rcu() with kfree_rcu()Jozsef Kadlecsik2015-01-061-4/+0
* Call rcu_barrier() in module removal pathJozsef Kadlecsik2014-12-1012-2/+14
* Call synchronize_rcu() in set type (un)register functions only when neededJozsef Kadlecsik2014-12-101-5/+4
* Give a better name to a macro in ip_set_core.cJozsef Kadlecsik2014-12-101-9/+9
* Resolve the STREQ macro to make the code more readable, and use nla_strlcpy w...Jozsef Kadlecsik2014-12-101-6/+5
* Remove unnecessary integer RCU handling and fix sparse warningsJozsef Kadlecsik2014-11-273-40/+49
* Fix sparse warningJozsef Kadlecsik2014-11-271-2/+2
* netfilter: ipset: small potential read beyond the end of bufferDan Carpenter2014-11-181-0/+5
* Fix parallel resizing and listing of the same setJozsef Kadlecsik2014-11-182-17/+57
* styles warned by checkpatch.pl fixedJozsef Kadlecsik2014-11-188-5/+29
* Introduce RCU in all set types instead of rwlock per setJozsef Kadlecsik2014-11-185-449/+527
* Remove rbtree from hash:net,iface in order to run under RCUJozsef Kadlecsik2014-11-181-167/+17
* Explicitly add padding elements to hash:net,net and hash:net,port,netJozsef Kadlecsik2014-11-182-0/+4
* Allocate the proper size of memory when /0 networks are supportedJozsef Kadlecsik2014-11-181-2/+1
* Simplify cidr handling for hash:*net* typesJozsef Kadlecsik2014-11-181-28/+28
* Indicate when /0 networks are supportedJozsef Kadlecsik2014-11-182-1/+2
* Add more compatibility checkings to support older kernel releasesJozsef Kadlecsik2014-11-181-1/+4
* netfilter: Convert uses of __constant_<foo> to <foo>Joe Perches2014-11-031-2/+2
* net: use the new API kvfree()WANG Cong2014-11-031-4/+1
* treewide: fix errors in printkMasanari Iida2014-11-031-1/+1
* netfilter: use IS_ENABLED(CONFIG_BRIDGE_NETFILTER)Pablo Neira Ayuso2014-11-031-2/+2
* Use IS_ENABLED macro and define it if requiredJozsef Kadlecsik2014-11-031-1/+1
* Alignment problem between 64bit kernel 32bit userspaceJozsef Kadlecsik2014-11-031-3/+70
* netfilter: ipset: off by one in ip_set_nfnl_get_byindex()Dan Carpenter2014-10-211-1/+1
* Support updating extensions when the set is fullJozsef Kadlecsik2014-09-231-23/+17
* hash:mac type added to ipsetJozsef Kadlecsik2014-09-154-2/+193
* netfilter: Convert pr_warning to pr_warnJoe Perches2014-09-143-42/+35
* netfilter: ipset: Add skbinfo extension support to SET target.Anton Danilov2014-09-141-12/+181
* netfilter: ipset: Add skbinfo extension kernel support for the list set type.Anton Danilov2014-09-081-2/+17
* netfilter: ipset: Add skbinfo extension kernel support for the hash set types.Anton Danilov2014-09-0811-25/+130
* netfilter: ipset: Add skbinfo extension kernel support for the bitmap set types.Anton Danilov2014-09-084-6/+31
* netfilter: ipset: Add skbinfo extension kernel support in the ipset core.Anton Danilov2014-09-081-1/+26
* Fix static checker warning in ip_set_core.cJozsef Kadlecsik2014-09-011-1/+2
* Fix warn: integer overflows 'sizeof(*map) + size * set->dsize'Jozsef Kadlecsik2014-08-051-1/+3
* net/netfilter/ipset: Resolve missing-field-initializer warningsMark Rustad2014-08-056-18/+18