summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ipset 6.31 releasedv6.31Jozsef Kadlecsik2017-02-193-1/+14
* Update manpage about the size parameter of list:set types.Jozsef Kadlecsik2017-02-191-1/+2
* netfilter: ipset: Null pointer exception in ipset list:setVishwanath Pai2017-02-161-3/+6
* New test to verify that only the intended entries are deleted at hash types.Jozsef Kadlecsik2017-02-163-1/+5
* Fix bug: sometimes valid entries in hash:* types of sets were evictedJozsef Kadlecsik2017-02-161-1/+1
* Correct copyright ownerJozsef Kadlecsik2016-11-102-2/+2
* Revert patch "Correct rcu_dereference_bh_nfnl() usage"Jozsef Kadlecsik2016-11-101-6/+4
* ipset 6.30 releasedv6.30Jozsef Kadlecsik2016-10-173-1/+27
* ipset: Drop extra comma from error messageNeutron Soutmun2016-10-171-1/+1
* ipset: Fix the incorrect dynamic/static modules listNeutron Soutmun2016-10-171-2/+2
* netfilter: ipset: hash: fix boolreturn.cocci warningskbuild test robot2016-10-151-4/+4
* Correct tests to check the number of entries tooJozsef Kadlecsik2016-10-1438-82/+82
* Fix the nla_put_net64() API changes backportJozsef Kadlecsik2016-10-141-2/+2
* netfilter: ipset: Fixing unnamed union initElad Raz2016-10-132-12/+32
* netfilter: x_tables: Use par->net instead of computing from the passed net de...Eric W. Biederman2016-10-132-6/+9
* Correct the reported memory size for bitmap:* typesJozsef Kadlecsik2016-10-132-4/+7
* Fix coding styles reported by checkpatch.pl, already in kernelJozsef Kadlecsik2016-10-111-4/+3
* netfilter: x_tables: Pass struct net in xt_action_paramEric W. Biederman2016-10-113-0/+15
* net: sched: fix skb->protocol use in case of accelerated vlan pathJiri Pirko2016-10-113-1/+22
* Check IPSET_ATTR_ETHER netlink attribute length in hash:ipmac tooJozsef Kadlecsik2016-10-111-0/+2
* netfilter: fix include files for compilationMikko Rapeli2016-10-113-0/+6
* ipset: Backports for the nla_put_net64() API changesNeutron Soutmun2016-06-285-7/+28
* netfilter: ipset: use setup_timer() and mod_timer().Muhammad Falak R Wani2016-05-191-5/+2
* netfilter: ipset: use setup_timer() and mod_timer().Muhammad Falak R Wani2016-05-191-5/+2
* netfilter: ipset: use setup_timer() and mod_timer().Muhammad Falak R Wani2016-05-191-5/+2
* hash:ipmac type support added to ipset, userspace partTomasz Chilinski2016-05-053-0/+188
* hash:ipmac type support added to ipsetTomasz Chilinski2016-05-053-1/+323
* 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