Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Manpage fix: reorder lines | Jozsef Kadlecsik | 2010-09-09 | 1 | -3/+2 |
| | | | | Previous addition was not at the best place so I reordered some lines. | ||||
* | Manpage fix on setlist type of sets. | Jozsef Kadlecsik | 2010-09-09 | 2 | -0/+9 |
| | |||||
* | Errorneous semaphore handling in error path fixed | Jozsef Kadlecsik | 2010-09-09 | 2 | -4/+10 |
| | |||||
* | ipset-4.3 releasedv4.3 | Jozsef Kadlecsik | 2010-08-16 | 5 | -14/+386 |
| | | | | Support of 2.6.35 kernels added. | ||||
* | New version 4.2 released:v4.2 | Jozsef Kadlecsik | 2010-01-24 | 10 | -63/+53 |
| | | | | | | | | | | | kernel: - nethash and ipportnethash types counted every entry twice which could produce bogus entries when listing/saving these types of sets (bug reported by Husnu Demir) userspace: - Checking null entries when listing/saving hash types of sets deleted because it's unnecessary and can mask possible errors. | ||||
* | 4.1 version releasedv4.1 | Jozsef Kadlecsik | 2009-11-11 | 8 | -159/+153 |
| | |||||
* | Corrected kernel/ChangeLog entry | Jozsef Kadlecsik | 2009-11-10 | 1 | -1/+1 |
| | |||||
* | ipset 4.0 releasedv4.0 | Jozsef Kadlecsik | 2009-11-10 | 77 | -1906/+1357 |
| | | | | See ChangeLog files | ||||
* | Include linux/jiffies.h for kernel 2.6.20 (Jan Engelhardt) | Jozsef Kadlecsik | 2009-09-11 | 2 | -0/+4 |
| | |||||
* | New release again, to fix a mistyping of me and get rid of bool.v3.2 | Jozsef Kadlecsik | 2009-08-21 | 4 | -9/+8 |
| | |||||
* | New 'release' target to make life simpler | Jozsef Kadlecsik | 2009-08-19 | 1 | -1/+6 |
| | |||||
* | ipset 3.1 releasev3.1 | Jozsef Kadlecsik | 2009-08-18 | 15 | -38/+76 |
| | | | | | | | | | | | | | | A few minor bugs fixed and cleanups: - Nonexistent sets were reported as existing sets when testing from userspace in setlist type of sets (bug reported by Victor A. Safronov) - When saving sets, setlist type of sets must come last in order to satisfy the dependency from the elements (bug reported by Marty B.) - Sparse insists that the flags argument to kmalloc() is gfp_t (Stephen Hemminger) - Correct format specifiers and change %i to %d (Jan Engelhardt) - Fix the definition of 'bool' for kernels <= 2.6.18 (Jan Engelhardt) | ||||
* | ipset 3.0 releasev3.0 | Jozsef Kadlecsik | 2009-05-16 | 30 | -129/+143 |
| | | | | | The main change is full bigendian and 64/32bit enviroment support - in consequence the kernel-userspace protocol version was bumped. | ||||
* | Release v2.5.0.v2.5.0 | Jozsef Kadlecsik | 2009-03-06 | 3 | -1/+9 |
| | |||||
* | Use spinlock initiator instead of setting the locks directly (Jan Engelhardt). | Jozsef Kadlecsik | 2009-03-06 | 1 | -1/+1 |
| | |||||
* | Respect LDFLAGS settings at compile time (Peter Volkov). | Jozsef Kadlecsik | 2009-03-06 | 1 | -2/+2 |
| | |||||
* | Fix alignment issue on parisc arhictecture (bugzilla id 582). | Jozsef Kadlecsik | 2009-03-06 | 1 | -1/+2 |
| | |||||
* | Manpage cleanup. | Jozsef Kadlecsik | 2009-03-06 | 1 | -5/+1 |
| | |||||
* | Update version in Makefilev2.4.9 | Jozsef Kadlecsik | 2009-02-11 | 1 | -1/+1 |
| | | | | Update version number in userspace Makefile too. | ||||
* | Use the new hash really. | Jozsef Kadlecsik | 2009-02-11 | 7 | -6/+10 |
| | | | | | References to the old include file replaced with new one in order to really use the new Jenkins' hash function. | ||||
* | Kernel changelog on Jenkins' hash update.v2.4.8 | root | 2009-02-10 | 1 | -0/+2 |
| | | | | Kernel changelog on Jenkins' hash update added. | ||||
* | Jenkins' hash updated | root | 2009-02-10 | 1 | -86/+95 |
| | | | | | | | | | | | | | The old lookup2() Jenkins' hash is outdated, there is a new version called lookup3() which - mixes better than lookup2(): passes the check that every input bit changes every output bit 50% of the time - lookup2() failed it. - performs better: compiled with -O2 on Core2 Duo, lookup3() 20-40% faster than lookup2() depending on the key length. The patch replaces the lookup2() implementation of 'jhash*' with that of lookup3(). | ||||
* | Fix possible duplicates in hashesh. | Jozsef Kadlecsik | 2009-02-10 | 6 | -39/+55 |
| | | | | | | Bug fixed: after elements are added and deleted from a hash, an element can successfully be added in spite it's already in the hash and thus duplicates can occur. Bug spotted by Shih-Yi Chen. | ||||
* | Compatibility: 'bool' | Jozsef Kadlecsik | 2009-02-10 | 2 | -0/+7 |
| | | | | Compatibility with old gcc without 'bool' added. | ||||
* | Disable extra warning flags | Jozsef Kadlecsik | 2009-02-10 | 3 | -1/+18 |
| | | | | | In order to disable the extra warning flags, NO_EXTRA_WARN_FLAGS variable added to userspace Makefile. | ||||
* | 2.4.72.4.7 | Jozsef Kadlecsik | 2009-01-28 | 1 | -1/+1 |
| | | | | ipset Makefile updated to reflect bumping the version number. | ||||
* | 2.4.7 | Jozsef Kadlecsik | 2009-01-28 | 2 | -1/+5 |
| | | | | Typo which broke compilation with kernels < 2.6.28 fixed. | ||||
* | 2.4.6v2.4.6 | Jozsef Kadlecsik | 2009-01-17 | 4 | -9/+54 |
| | | | | Compatibility fix for kernels >= 2.6.28 | ||||
* | 2.4.5 | /C=EU/ST=EU/CN=Jozsef Kadlecsik/emailAddress=kadlec@blackhole.kfki.hu | 2008-11-15 | 22 | -90/+118 |
| | | | | | | - setlist type does not work properly together with swapping sets, bug reported by Thomas Jacob. - Include linux/capability.h explicitly in ip_set.c (Jan Engelhardt) | ||||
* | 2.4.4 | /C=EU/ST=EU/CN=Jozsef Kadlecsik/emailAddress=kadlec@blackhole.kfki.hu | 2008-11-13 | 24 | -199/+277 |
| | | | | | | | | - Premature checking prevents to add valid elements to hash types, fixed (bug reported by JC Janos). - Local variable shadows another variable, fixed (reported by Jan Engelhardt). - More compiler warning options added and warnings fixed. | ||||
* | Complete changelog line and fix typo. | /C=EU/ST=EU/CN=Jozsef Kadlecsik/emailAddress=kadlec@blackhole.kfki.hu | 2008-10-25 | 1 | -2/+2 |
| | |||||
* | 2.4.3 | /C=EU/ST=EU/CN=Jozsef Kadlecsik/emailAddress=kadlec@blackhole.kfki.hu | 2008-10-25 | 15 | -85/+88 |
| | | | | | - Include file <limits.h> was missing from userspace set type modules. | ||||
* | ipset 2.4.2: | /C=EU/ST=EU/CN=Jozsef Kadlecsik/emailAddress=kadlec@blackhole.kfki.hu | 2008-10-23 | 37 | -59/+103 |
| | | | | | | | | - When flushing a nethash/ipportnethash type of set, it can lead to a kernel crash due to a wrong type declaration, bug reported by Krzysztof Oledzki. - iptree and iptreemap types require the header file linux/timer.h, also reported by Krzysztof Oledzki. | ||||
* | - macipmap type reported misleading deprecated separator | /C=EU/ST=EU/CN=Jozsef Kadlecsik/emailAddress=kadlec@blackhole.kfki.hu | 2008-10-21 | 9 | -27/+33 |
| | | | | | | | | tokens and printed the old one at listing set elements. Token printing was errorneous too. (Bugs reported by Krzysztof Oledzki) - Warn only once about deprecated separator tokens in restore mode. | ||||
* | As the manpage says, zero valued set entries cannot be used with | /C=EU/ST=EU/CN=Jozsef Kadlecsik/emailAddress=kadlec@blackhole.kfki.hu | 2008-10-21 | 10 | -1/+43 |
| | | | | hash type of sets. Enforce the restriction. | ||||
* | ipset 2.4 release | /C=EU/ST=EU/CN=Jozsef Kadlecsik/emailAddress=kadlec@blackhole.kfki.hu | 2008-10-20 | 60 | -2355/+3656 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | userspace changes: - Added KBUILD_OUTPUT support (Sven Wegener) - Fix memory leak in ipset_iptreemap (Sven Wegener) - Fix multiple compiler warnings (Sven Wegener) - ipportiphash, ipportnethash and setlist types added - binding marked as deprecated functionality - element separator token changed to ',' in anticipating IPv6 addresses, old separator tokens are still supported - unnecessary includes removed - ipset does not try to resolve IP addresses when listing the content of sets (default changed) - manpage updated - ChangeLog forked for kernel part kernel part changes: - ipportiphash, ipportnethash and setlist types added - set type modules reworked to avoid code duplication as much as possible, code unification macros - expand_macros Makefile target added to help debugging code unification macros - ip_set_addip_kernel and ip_set_delip_kernel changed from void to int, __ip_set_get_byname and __ip_set_put_byid added for the sake of setlist type - unnecessary includes removed - compatibility fix for kernels >= 2.6.27: semaphore.h was moved from asm/ to linux/ (James King) - ChangeLog forked for kernel part | ||||
* | ChangeLog forked for kernel part + compatibility fix for kernels >= 2.6.27 added | /C=EU/ST=EU/CN=Jozsef Kadlecsik/emailAddress=kadlec@blackhole.kfki.hu | 2008-09-02 | 3 | -0/+11 |
| | |||||
* | Fix to compile ipset with 2.4.26.x tree statically. | /C=EU/ST=EU/CN=Jozsef Kadlecsik/emailAddress=kadlec@blackhole.kfki.hu | 2008-07-20 | 2 | -4/+8 |
| | |||||
* | Compatibility cleanup release: kernels >= 2.6.16 and 2.4.36.x are supported. | /C=EU/ST=EU/CN=Jozsef Kadlecsik/emailAddress=kadlec@blackhole.kfki.hu | 2008-07-19 | 37 | -505/+608 |
| | |||||
* | Support statically linked kernel - no need for pom-ng anymore for ipset at all. | /C=EU/ST=EU/CN=Jozsef Kadlecsik/emailAddress=kadlec@blackhole.kfki.hu | 2008-07-03 | 5 | -6/+209 |
| | |||||
* | Missing log line added. | /C=EU/ST=EU/CN=Jozsef Kadlecsik/emailAddress=kadlec@blackhole.kfki.hu | 2008-07-02 | 1 | -0/+1 |
| | |||||
* | Initial ipset release with kernel modules included. | /C=EU/ST=EU/CN=Jozsef Kadlecsik/emailAddress=kadlec@blackhole.kfki.hu | 2008-07-02 | 27 | -2/+7462 |
| | |||||
* | Swen's patches applied: | /C=EU/ST=EU/CN=Jozsef Kadlecsik/emailAddress=kadlec@blackhole.kfki.hu | 2008-07-02 | 4 | -12/+13 |
| | | | | | - Remove needless casts from and to void pointers - testcase timeout race fix | ||||
* | limits.h is required for UINT_MAX with glibc-2.8 | /C=EU/ST=EU/CN=Jozsef Kadlecsik/emailAddress=kadlec@blackhole.kfki.hu | 2008-06-17 | 6 | -0/+8 |
| | |||||
* | ipset -U segfault fix committed. | /C=EU/ST=EU/CN=Jozsef Kadlecsik/emailAddress=kadlec@blackhole.kfki.hu | 2008-06-12 | 17 | -23/+570 |
| | | | | Testsuite added. | ||||
* | Manpage update. | /C=EU/ST=EU/CN=Jozsef Kadlecsik/emailAddress=kadlec@blackhole.kfki.hu | 2007-08-28 | 1 | -0/+2 |
| | |||||
* | New release: 2.3.0 (see ChangeLog) | /C=EU/ST=EU/CN=Jozsef Kadlecsik/emailAddress=kadlec@blackhole.kfki.hu | 2007-08-28 | 9 | -29/+273 |
| | |||||
* | Minor changes and return code bugfix | /C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=kadlec/emailAddress=kadlec@netfilter.org | 2006-10-09 | 10 | -37/+127 |
| | |||||
* | ipset 2.2.9 released | /C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=kadlec/emailAddress=kadlec@netfilter.org | 2006-05-08 | 3 | -3/+16 |
| | |||||
* | Kernel fix documented in Changelog, version number bumped. | /C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=kadlec/emailAddress=kadlec@netfilter.org | 2005-12-03 | 2 | -1/+5 |
| |