summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix the include guards on the include/libipset/linux_ip_set*.hJozsef Kadlecsik2017-09-145-14/+23
* New function added in commit 54802b2c is missing from libipset.mapJozsef Kadlecsik2017-09-141-0/+5
* ipset 6.33 releasedv6.33Jozsef Kadlecsik2017-09-123-1/+25
* Backport patch: sctp: remove the typedef sctp_sctphdr_tJozsef Kadlecsik2017-09-113-0/+16
* Backport patch: netfilter: nfnetlink: extended ACK reportingJozsef Kadlecsik2017-09-113-20/+47
* ipset: remove unused function __ip_set_get_netlinkAaron Conole2017-09-111-8/+0
* Backport patch: netlink: pass extended ACK struct to parsing functionsJozsef Kadlecsik2017-09-113-19/+39
* Backport patch netlink: extended ACK reportingJozsef Kadlecsik2017-09-113-1/+18
* netfilter: Remove exceptional & on function nameArushi Singhal2017-09-111-1/+1
* Backport missing part of patch: netfilter: Remove unnecessary cast on void po...Jozsef Kadlecsik2017-09-111-2/+1
* Backport nfnl_msg_type()Jozsef Kadlecsik2017-09-113-1/+19
* Report if the option is supported by a newer kernel releaseJozsef Kadlecsik2017-09-114-7/+54
* netfilter: ipset: ipset list may return wrong member count for set with timeoutVishwanath Pai2017-09-061-1/+13
* netfilter: ipset: deduplicate prefixlen mapsAaron Conole2017-09-061-258/+137
* ipset: Fix ipset command replacement in runtest.shNeutron Soutmun2017-06-041-1/+1
* Fix sparse warningsJozsef Kadlecsik2017-03-232-2/+2
* Correct a test: number of entries may be outdatedJozsef Kadlecsik2017-03-231-1/+1
* netfilter: ipset: Compress return logicsimran singhal2017-03-231-4/+1
* netfilter: ipset: Remove unnecessary cast on void pointersimran singhal2017-03-232-3/+3
* Compatibility: handle changes in 4.10 kernel treeJozsef Kadlecsik2017-03-235-17/+85
* ipset 6.32 releasedv6.32Jozsef Kadlecsik2017-03-122-1/+6
* Fix possible truncated output in ipset output buffer handlingJozsef Kadlecsik2017-03-122-36/+39
* Missing prototype added in ipset_hash_ipmac.c (debugging)Jozsef Kadlecsik2017-03-121-0/+1
* 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