summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ipset 6.29 releasedv6.29Jozsef Kadlecsik2016-03-163-1/+11
* netfilter: ipset: fix race condition in ipset save, swap and deleteVishwanath Pai2016-03-165-8/+35
* Suppress unnecessary stderr in command loop for resize and listJozsef Kadlecsik2016-03-161-1/+1
* Correction in comment testJozsef Kadlecsik2016-03-161-2/+2
* Support chroot buildrootsJozsef Kadlecsik2016-03-131-1/+2
* Fix "configure" breakage due to pkg-config related changesJozsef Kadlecsik2016-03-131-0/+2
* ipset 6.28 releasedv6.28Jozsef Kadlecsik2016-03-123-1/+17
* netfilter: ipset: Check IPSET_ATTR_ETHER netlink attribute lengthJozsef Kadlecsik2016-03-082-1/+4
* Fix __aligned_u64 compatibility support for older kernel releasesJozsef Kadlecsik2016-02-293-6/+2
* Support older pkg-config packagesJozsef Kadlecsik2016-02-291-0/+17
* Add bash completion to the install routine.Mart Frauenlob2016-02-264-2/+20
* Add compatibility to support EXPORT_SYMBOL_GPL in module.hJozsef Kadlecsik2016-02-242-0/+15
* Fix misleading error message with comment extensionJozsef Kadlecsik2016-02-241-1/+1
* Fix set:list type crash when flush/dump set in parallelJozsef Kadlecsik2016-02-242-30/+28
* netfilter: nfnetlink: pass down netns pointer to call() and call_rcu()Jozsef Kadlecsik2016-02-163-48/+69
* Test added to check 0.0.0.0/0,iface to be matched in hash:net,iface typeJozsef Kadlecsik2016-01-132-0/+14
* netfilter: ipset: allow a 0 netmask with hash_netiface typeFlorian Westphal2016-01-131-4/+0
* Fix link with libtool >= 2.4.4Olivier Blin2016-01-091-1/+1
* ipset 6.27 releasedv6.27Jozsef Kadlecsik2015-11-073-1/+18
* Fix reported memory size for hash:* typesJozsef Kadlecsik2015-11-071-7/+9
* Fix hash type expire: release empty hash bucket blockJozsef Kadlecsik2015-11-071-4/+10
* Fix hash:* type expirationJozsef Kadlecsik2015-11-071-1/+1
* Collapse same condition body to a single oneJozsef Kadlecsik2015-11-071-7/+1
* Fix extension alignmentJozsef Kadlecsik2015-11-078-83/+66
* Compatibility: include linux/export.h when neededJozsef Kadlecsik2015-10-283-27/+30
* Handle uint64_t alignment issue in ipset toolJozsef Kadlecsik2015-10-282-3/+7
* Compatibility: make sure vmalloc.h is included for kvfree()Jozsef Kadlecsik2015-10-261-0/+1
* Fix detecting 'struct net' in 'struct tcf_ematch'Jozsef Kadlecsik2015-10-192-1/+5
* Protect definition of RCU_INIT_POINTER in compatibility header fileJozsef Kadlecsik2015-10-191-0/+4
* netfilter: ipset: Fix sleeping memory allocation in atomic contextNikolay Borisov2015-10-161-1/+1
* 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