summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Userspace revision handling is reworkedJozsef Kadlecsik2018-01-0222-7805/+4983
* Reset state after a command failed, when multiple ones are issued.Jozsef Kadlecsik2017-09-231-0/+1
* Handle padding attribute properly in userspace.Jozsef Kadlecsik2017-09-232-0/+9
* New function added in commit 54802b2c is missing from libipset.mapJozsef Kadlecsik2017-09-141-0/+5
* Report if the option is supported by a newer kernel releaseJozsef Kadlecsik2017-09-111-0/+24
* 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: Drop extra comma from error messageNeutron Soutmun2016-10-171-1/+1
* hash:ipmac type support added to ipset, userspace partTomasz Chilinski2016-05-052-0/+166
* Fix misleading error message with comment extensionJozsef Kadlecsik2016-02-241-1/+1
* Fix link with libtool >= 2.4.4Olivier Blin2016-01-091-1/+1
* Handle uint64_t alignment issue in ipset toolJozsef Kadlecsik2015-10-282-3/+7
* Add element count to all set types headerJozsef Kadlecsik2015-06-252-2/+5
* Add element count to hash headersEric B Munson2015-06-192-4/+12
* Add script to check libipset.map for missing symbolsJozsef Kadlecsik2014-10-281-0/+2
* Update libipset.map with ipset_parse_tcp_udp_portThomas Backlund2014-10-281-0/+1
* libipset: Bump lib version and update map fileNeutron Soutmun2014-10-281-0/+5
* Support glibc < 2.9 (fixes bugzilla id #891)Jozsef Kadlecsik2014-09-231-0/+1
* The library/API versions were forgotten to bump (reported by Sergei Zhirikov)Jozsef Kadlecsik2014-09-221-0/+8
* Retry printing when sprintf fails (reported by Stig Thormodsrud)Jozsef Kadlecsik2014-09-221-14/+2
* hash:mac type added to ipsetJozsef Kadlecsik2014-09-152-0/+141
* ipset: remove extran newline on debug outputHolger Eitzenberger2014-09-141-1/+1
* ipset: avoid duplicate command flagsHolger Eitzenberger2014-09-141-4/+2
* Remove a duplicate debug printHolger Eitzenberger2014-09-141-2/+1
* libipset: Add userspace support of the skbinfo extension of the list set type.Anton Danilov2014-09-141-0/+131
* libipset: Add userspace support of the skbinfo extension of the hash set types.Anton Danilov2014-09-1410-0/+1827
* libipset: Add userspace support of the skbinfo extension of the bitmap set ty...Anton Danilov2014-09-143-0/+405
* libipset: Add userspace code for the skbinfo extension support.Anton Danilov2014-09-146-1/+167
* Make possible to compile ipset with IPSET_DEBUG from the dist.Clinton Roy2014-08-191-0/+3
* libipset: print third element in debuggingSergey Popovich2014-05-061-1/+3
* ipset: Handle missing leading zeros in ethernet address parserJaneks Jaunups2014-05-061-5/+8
* ipset: Fix printf format warningNeutron Soutmun2014-04-071-1/+2
* ipset: add userspace support for forceaddJosh Hunt2014-03-0411-0/+1394
* lib: fix ifname 'physdev:' prefix parsingFlorian Westphal2014-02-131-2/+3
* print mark & mark mask in hex rather then decimalVytas Dauksa2014-01-232-4/+4
* add markmask for hash:ip,mark data typeVytas Dauksa2014-01-236-2/+22
* add hash:ip,mark data type to ipsetVytas Dauksa2014-01-088-0/+253
* ipset: Fix malformed output from list/save for ICMP types in port field.Sergey Popovich2013-11-111-3/+5
* ipset: fix timeout data type sizeNikolay Martynov2013-11-111-3/+8
* build: fix incorrect library versioningJan Engelhardt2013-10-271-0/+4
* Missing comment support added to hash:ip,port,ip and hash:net,iface typesJozsef Kadlecsik2013-10-022-0/+323
* ipset: Add userspace code to support hash:net,port,net kernel module.Oliver Smith2013-09-302-0/+192
* ipset: Add new userspace set revisions for comment supportOliver Smith2013-09-2310-2/+1256
* ipset: Support comments in the userspace library.Oliver Smith2013-09-238-3/+113
* ipset: Add userspace code to support hash:net,net kernel module.Oliver Smith2013-09-202-0/+159
* Add specifying protocol for bitmap:portQuentin Armitage2013-08-172-14/+56
* Remove artifical restriction of netmask values for hash:ip type.Jozsef Kadlecsik2013-08-171-6/+4
* Fix error message typoJozsef Kadlecsik2013-08-141-1/+1
* Change 2nd parameter type of ipset_parse_elemQuentin Armitage2013-08-011-1/+1
* Report broken netlink messages in debug modeJozsef Kadlecsik2013-07-191-0/+13