summaryrefslogtreecommitdiffstats
path: root/kernel/net
Commit message (Expand)AuthorAgeFilesLines
* Add element count to all set types headerJozsef Kadlecsik2015-06-253-13/+24
* Add element count to hash headersEric B Munson2015-06-191-1/+2
* netfilter: ipset: deinline ip_set_put_extensions()Denys Vlasenko2015-06-131-0/+25
* Fix error path in mtype_resize() when new hash bucket cannot be allocatedJozsef Kadlecsik2015-06-131-10/+15
* There is no need to call synchronize_rcu() after list_add_rcu()Jozsef Kadlecsik2015-06-131-1/+1
* Fix typo in function name get_phyoutdev_name()Jozsef Kadlecsik2015-06-131-2/+2
* netfilter: ipset: Separate memsize calculation code into dedicated functionsJozsef Kadlecsik2015-05-062-10/+31
* netfilter: ipset: Improve skbinfo get/init helpersJozsef Kadlecsik2015-05-052-11/+13
* netfilter: ipset: Correct rcu_dereference_bh_nfnl() usageJozsef Kadlecsik2015-05-051-4/+6
* netfilter: bridge: add helpers for fetching physin/outdevpabloFlorian Westphal2015-04-271-9/+25
* When a single set is destroyed, make sure it can't be grabbed by dumpJozsef Kadlecsik2015-04-261-9/+11
* Add rcu_barrier() to module removal in the bitmap types tooJozsef Kadlecsik2015-04-173-0/+3
* Fix coding styles reported by the most recent checkpatch.pl.Jozsef Kadlecsik2015-04-1714-114/+118
* Make sure bitmap:ip,mac detects the proper MAC even when it's overwrittenJozsef Kadlecsik2015-03-294-6/+20
* RCU safe comment extension handlingJozsef Kadlecsik2015-03-292-8/+19
* Make sure the proper is_destroyed value is checked at dumpingJozsef Kadlecsik2015-03-291-2/+4
* Fix broken commit "Check extensions attributes before getting extensions."Jozsef Kadlecsik2015-03-291-8/+8
* netfilter: ipset: Improve preprocessor macros checksSergey Popovich2015-03-243-7/+18
* netfilter: ipset: Fix hashing for ipv6 setsSergey Popovich2015-03-245-8/+2
* netfilter: ipset: Check for comment netlink attribute lengthSergey Popovich2015-03-2315-15/+30
* netfilter: ipset: Return bool values instead of intSergey Popovich2015-03-2010-38/+43
* netfilter: ipset: Check CIDR value only when attribute is givenSergey Popovich2015-03-204-49/+41
* netfilter: ipset: Make sure we always return line number on batchSergey Popovich2015-03-2015-75/+75
* netfilter: ipset: Permit CIDR equal to the host address CIDR in IPv6Sergey Popovich2015-03-205-15/+38
* netfilter: ipset: Use HOST_MASK literal to represent host address CIDR lenSergey Popovich2015-03-207-9/+11
* netfilter: ipset: Check IPSET_ATTR_PORT only onceSergey Popovich2015-03-205-40/+10
* 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