summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ipset 6.26 releasedv6.26Jozsef Kadlecsik2015-08-283-1/+22
* Out of bound access in hash:net* types fixedJozsef Kadlecsik2015-08-256-5/+127
* Warn about loaded in ip_set modules at module installationJozsef Kadlecsik2015-08-251-0/+11
* Use IPSET_BIN in resize-and-list.sh and suppress echoing of loop variableJozsef Kadlecsik2015-08-241-5/+4
* Manpage typo correctionsDavid Wittman2015-07-201-3/+3
* Fix grammar error in manpageNeutron Soutmun2015-07-201-1/+1
* Make struct htype per ipset familyJozsef Kadlecsik2015-06-2611-74/+63
* Optimize hash creation routineJozsef Kadlecsik2015-06-261-34/+29
* Make sure element data size is a multiple of u32Jozsef Kadlecsik2015-06-261-2/+8
* Make NLEN compile time constant for hash typesJozsef Kadlecsik2015-06-261-26/+21
* Simplify mtype_expire() for hash typesJozsef Kadlecsik2015-06-261-17/+17
* Count non-static extension memory into the set memory size for userspaceJozsef Kadlecsik2015-06-266-21/+32
* net: sched: Simplify em_ipset_matchEric W. Biederman2015-06-251-2/+2
* ipset 6.25.1 releasedv6.25.1Jozsef Kadlecsik2015-06-253-1/+10
* net/netfilter/ipset: work around gcc-4.4.4 initializer bugAndrew Morton2015-06-252-4/+16
* ipset manpage: refer to iptables-extensionsJozsef Kadlecsik2015-06-251-1/+2
* Update userspace header file from the kernel treeJozsef Kadlecsik2015-06-251-3/+8
* Handle 'extern "C" {' in check_libmap.shJozsef Kadlecsik2015-06-251-1/+1
* ipset 6.25 releasedv6.25Jozsef Kadlecsik2015-06-253-1/+80
* Add element count to all set types headerJozsef Kadlecsik2015-06-2537-48/+94
* Add element count to hash headersEric B Munson2015-06-1971-81/+163
* netlink: implement nla_put_in_addr and nla_put_in6_addrJiri Benc2015-06-133-3/+27
* netfilter: ipset: deinline ip_set_put_extensions()Denys Vlasenko2015-06-132-23/+27
* 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: Split extensions into separate filesJozsef Kadlecsik2015-05-064-92/+122
* netfilter: ipset: Improve comment extension helpersJozsef Kadlecsik2015-05-061-1/+1
* netfilter: ipset: Improve skbinfo get/init helpersJozsef Kadlecsik2015-05-053-30/+24
* netfilter: ipset: Headers file cleanupJozsef Kadlecsik2015-05-053-31/+31
* netfilter: ipset: Correct rcu_dereference_bh_nfnl() usageJozsef Kadlecsik2015-05-051-4/+6
* netfilter: bridge: add helpers for fetching physin/outdevpabloFlorian Westphal2015-04-273-9/+52
* When a single set is destroyed, make sure it can't be grabbed by dumpJozsef Kadlecsik2015-04-261-9/+11
* In comment extension ip_set_comment_free() is always called in a safe pathJozsef Kadlecsik2015-04-261-1/+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-1716-114/+133
* 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-294-20/+42
* 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: Fix ext_*() macrosSergey Popovich2015-03-231-4/+4
* 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