2011-01-03 |
Jozsef Kadlecsik | Merge branch 'master' of git://dev.medozas.de/ipset |
commit | commitdiff | tree | snapshot |
2010-12-30 |
Jan Engelhardt | build: remove autogenerated files |
commit | commitdiff | tree | snapshot |
2010-12-30 |
Jan Engelhardt | build: use only AC_CANONICAL_HOST |
commit | commitdiff | tree | snapshot |
2010-12-23 |
Jozsef Kadlecsik | Comment the possible return values of the add/del/test... |
commit | commitdiff | tree | snapshot |
2010-12-23 |
Jozsef Kadlecsik | ipset 5.2 released v5.2 |
commit | commitdiff | tree | snapshot |
2010-12-23 |
Jozsef Kadlecsik | Handle internal printing errors |
commit | commitdiff | tree | snapshot |
2010-12-23 |
Jozsef Kadlecsik | Use cast to void * instead of memcpy as Sparc workaroun... |
commit | commitdiff | tree | snapshot |
2010-12-23 |
Jozsef Kadlecsik | Listing/saving of large sets could produce broken listi... |
commit | commitdiff | tree | snapshot |
2010-12-22 |
Jozsef Kadlecsik | Kernel version check at minimal supported version is... |
commit | commitdiff | tree | snapshot |
2010-12-22 |
Jozsef Kadlecsik | Support libtool < 2.2 |
commit | commitdiff | tree | snapshot |
2010-12-22 |
Jozsef Kadlecsik | ipset 5.1 released v5.1 |
commit | commitdiff | tree | snapshot |
2010-12-22 |
Jozsef Kadlecsik | Test cases for IPv6 restore and more complex restore... |
commit | commitdiff | tree | snapshot |
2010-12-22 |
Jozsef Kadlecsik | Restore mode did not work for IPv6 (reported by Elie... |
commit | commitdiff | tree | snapshot |
2010-12-21 |
Jozsef Kadlecsik | Kernel version compatibility: support from 2.6.34 |
commit | commitdiff | tree | snapshot |
2010-12-20 |
Jozsef Kadlecsik | Merge branch 'master' of git://dev.medozas.de/ipset... |
commit | commitdiff | tree | snapshot |
2010-12-19 |
Jan Engelhardt | libipset: static annotations |
commit | commitdiff | tree | snapshot |
2010-12-19 |
Jan Engelhardt | libipset: const annotations |
commit | commitdiff | tree | snapshot |
2010-12-19 |
Jan Engelhardt | libipset: remove redundant casts |
commit | commitdiff | tree | snapshot |
2010-12-19 |
Jan Engelhardt | libipset: remove redundant indirection via union name |
commit | commitdiff | tree | snapshot |
2010-12-19 |
Jan Engelhardt | libipset: ipset_strncpy is really a strlcpy-type operation |
commit | commitdiff | tree | snapshot |
2010-12-19 |
Jan Engelhardt | kernel: use EXPORT_SYMBOL_GPL |
commit | commitdiff | tree | snapshot |
2010-12-19 |
Jan Engelhardt | kernel: const annotations |
commit | commitdiff | tree | snapshot |
2010-12-19 |
Jan Engelhardt | kernel: use __read_mostly for registration-type structures |
commit | commitdiff | tree | snapshot |
2010-12-19 |
Jan Engelhardt | kernel: do not mix const and __read_mostly |
commit | commitdiff | tree | snapshot |
2010-12-19 |
Jan Engelhardt | xt_set: avoid user types in exported kernel headers |
commit | commitdiff | tree | snapshot |
2010-12-19 |
Jan Engelhardt | build: enable parallel building |
commit | commitdiff | tree | snapshot |
2010-12-18 |
Jozsef Kadlecsik | Prevent calling Makefile directly in the kernel/ subdir... |
commit | commitdiff | tree | snapshot |
2010-12-18 |
Jozsef Kadlecsik | Put back the Sparc specific workaround at getaddrinfo. |
commit | commitdiff | tree | snapshot |
2010-12-18 |
Jozsef Kadlecsik | Should have gone to sleep: fix check_allowed. Really. |
commit | commitdiff | tree | snapshot |
2010-12-18 |
Jozsef Kadlecsik | Check old system kernel header files |
commit | commitdiff | tree | snapshot |
2010-12-18 |
Jozsef Kadlecsik | Check from `configure` that the kernel source is patche... |
commit | commitdiff | tree | snapshot |
2010-12-18 |
Jozsef Kadlecsik | Use configure to detect compiler warning flags |
commit | commitdiff | tree | snapshot |
2010-12-18 |
Jozsef Kadlecsik | The fix of incorrect comparison in check_allowed completed. |
commit | commitdiff | tree | snapshot |
2010-12-18 |
Jozsef Kadlecsik | Try to solve PKG_CHECK_MODULES issue |
commit | commitdiff | tree | snapshot |
2010-12-18 |
Jozsef Kadlecsik | Fix incorrect comparison in check_allowed |
commit | commitdiff | tree | snapshot |
2010-12-17 |
Jozsef Kadlecsik | Fix Kbuild for me to delete backup files |
commit | commitdiff | tree | snapshot |
2010-12-17 |
Jozsef Kadlecsik | Initialize ChangeLog for the new release v5.0 |
commit | commitdiff | tree | snapshot |
2010-12-17 |
Jozsef Kadlecsik | Add tests to check hash:ip,port,net type |
commit | commitdiff | tree | snapshot |
2010-12-17 |
Jozsef Kadlecsik | Match command prefixes |
commit | commitdiff | tree | snapshot |
2010-12-17 |
Jozsef Kadlecsik | Add more test to check adding/deleting multiple entries. |
commit | commitdiff | tree | snapshot |
2010-12-17 |
Jozsef Kadlecsik | Updated manpage to reflect wider input possibilities... |
commit | commitdiff | tree | snapshot |
2010-12-17 |
Jozsef Kadlecsik | Updated help texts for the hash:ip and list:set types. |
commit | commitdiff | tree | snapshot |
2010-12-17 |
Jozsef Kadlecsik | Support adding/deleting multiple entries, userspace... |
commit | commitdiff | tree | snapshot |
2010-12-17 |
Jozsef Kadlecsik | Support adding/deleting multiple entries, kernel part. |
commit | commitdiff | tree | snapshot |
2010-12-17 |
Jozsef Kadlecsik | Add ipset_parse_tcpudp_port function |
commit | commitdiff | tree | snapshot |
2010-12-17 |
Jozsef Kadlecsik | Missing spaces in error strings fixed. |
commit | commitdiff | tree | snapshot |
2010-12-17 |
Jozsef Kadlecsik | Use the 'full' flags of the types and check not allowed... |
commit | commitdiff | tree | snapshot |
2010-12-16 |
Jozsef Kadlecsik | Remove unnecessary gfp_flags arguments |
commit | commitdiff | tree | snapshot |
2010-12-16 |
Jozsef Kadlecsik | Add test to check multi-message listing and swapping. |
commit | commitdiff | tree | snapshot |
2010-12-16 |
Jozsef Kadlecsik | Mistypeing in the hbucket() macro fixed. |
commit | commitdiff | tree | snapshot |
2010-12-15 |
Jozsef Kadlecsik | Manpage cleanups, so it's more clear and straightforward. |
commit | commitdiff | tree | snapshot |
2010-12-14 |
Jozsef Kadlecsik | Fix outdated messages in the tests |
commit | commitdiff | tree | snapshot |
2010-12-14 |
Jozsef Kadlecsik | Document which elements cannot be stored in the differe... |
commit | commitdiff | tree | snapshot |
2010-12-13 |
Jozsef Kadlecsik | Speed up testing a little bit |
commit | commitdiff | tree | snapshot |
2010-12-13 |
Jozsef Kadlecsik | Convert last printks to pr_debug in ip_set_ahash.h |
commit | commitdiff | tree | snapshot |
2010-12-13 |
Jozsef Kadlecsik | Remove remnants of slist from ip_set_ahash.h |
commit | commitdiff | tree | snapshot |
2010-12-13 |
Jozsef Kadlecsik | Buffered commands are just ... buffered. |
commit | commitdiff | tree | snapshot |
2010-12-13 |
Jozsef Kadlecsik | Fixing dangling empty line produced backward-incompatib... |
commit | commitdiff | tree | snapshot |
2010-12-10 |
Jozsef Kadlecsik | Support case-insensitive ICMP and ICMPv6 type/code... |
commit | commitdiff | tree | snapshot |
2010-12-10 |
Jozsef Kadlecsik | Compiler flag compatibility fix with libmnl |
commit | commitdiff | tree | snapshot |
2010-12-10 |
Jozsef Kadlecsik | Fix dangling empty line at error/warning messages emitt... |
commit | commitdiff | tree | snapshot |
2010-12-10 |
Jozsef Kadlecsik | Add proper RCU protection to resizing |
commit | commitdiff | tree | snapshot |
2010-12-10 |
Jozsef Kadlecsik | Convert hash types from chash to ahash. |
commit | commitdiff | tree | snapshot |
2010-12-08 |
Jozsef Kadlecsik | Strip off ip_set_ prefix from non-ipset specific header... |
commit | commitdiff | tree | snapshot |
2010-12-08 |
Jozsef Kadlecsik | Update ip_set_jhash.h |
commit | commitdiff | tree | snapshot |
2010-12-07 |
Jozsef Kadlecsik | Create include/linux/netfilter/ipset/ directory |
commit | commitdiff | tree | snapshot |
2010-12-07 |
Jozsef Kadlecsik | Complete Kconfig.ipset with hash:net,port type. |
commit | commitdiff | tree | snapshot |
2010-12-07 |
Jozsef Kadlecsik | Remove include/net/pfxlen.h |
commit | commitdiff | tree | snapshot |
2010-12-07 |
Jozsef Kadlecsik | Remove command MODIFY |
commit | commitdiff | tree | snapshot |
2010-12-07 |
Jozsef Kadlecsik | Whitespace, checkpatch.pl cleanups. |
commit | commitdiff | tree | snapshot |
2010-11-05 |
Jozsef Kadlecsik | The protocol extended with the command MODIFY. |
commit | commitdiff | tree | snapshot |
2010-11-05 |
Jozsef Kadlecsik | Update README file |
commit | commitdiff | tree | snapshot |
2010-11-02 |
Jozsef Kadlecsik | Manpage and help text fixes. v5.0-pre10 |
commit | commitdiff | tree | snapshot |
2010-10-30 |
Jozsef Kadlecsik | Enforce handling IPv4 and IPv6 differently for hash... |
commit | commitdiff | tree | snapshot |
2010-10-30 |
Jozsef Kadlecsik | Add parser function to handle IPv4 and IPv6 differently. |
commit | commitdiff | tree | snapshot |
2010-10-30 |
Jozsef Kadlecsik | Resizing converted to run under read-locking of the set |
commit | commitdiff | tree | snapshot |
2010-10-29 |
Jozsef Kadlecsik | Remove to support resizing from kernel context. |
commit | commitdiff | tree | snapshot |
2010-10-29 |
Jozsef Kadlecsik | Fix gfp_flags at resizing |
commit | commitdiff | tree | snapshot |
2010-10-29 |
Jozsef Kadlecsik | Test to list large hash sets added. |
commit | commitdiff | tree | snapshot |
2010-10-29 |
Jozsef Kadlecsik | Listing for hash types fixed |
commit | commitdiff | tree | snapshot |
2010-10-29 |
Jozsef Kadlecsik | Kernel compile-time files are added to .gitignore |
commit | commitdiff | tree | snapshot |
2010-10-25 |
Jozsef Kadlecsik | Build and source kernel directories v5.0-pre9 |
commit | commitdiff | tree | snapshot |
2010-10-25 |
Jozsef Kadlecsik | Merge branch 'ipset-5' of git://dev.medozas.de/ipset... |
commit | commitdiff | tree | snapshot |
2010-10-25 |
Jozsef Kadlecsik | Rollback to fix commit history |
commit | commitdiff | tree | snapshot |
2010-10-24 |
Jozsef Kadlecsik | Fixes, cleanups, comments v5.0-pre8 |
commit | commitdiff | tree | snapshot |
2010-10-19 |
Jan Engelhardt | Add .gitignore files |
commit | commitdiff | tree | snapshot |
2010-10-19 |
Jan Engelhardt | build: run autoupdate |
commit | commitdiff | tree | snapshot |
2010-10-19 |
Jan Engelhardt | build: use subdir-objects and CC_C_O |
commit | commitdiff | tree | snapshot |
2010-10-19 |
Jan Engelhardt | build: remove manual -fPIC flag |
commit | commitdiff | tree | snapshot |
2010-10-19 |
Jan Engelhardt | build: use libmnl's pkgconfig files |
commit | commitdiff | tree | snapshot |
2010-10-19 |
Jan Engelhardt | build: add separate option for kernel source directory |
commit | commitdiff | tree | snapshot |
2010-10-19 |
Jan Engelhardt | build: resolve autoreconf/libtoolize suggestions |
commit | commitdiff | tree | snapshot |
2010-10-19 |
Jan Engelhardt | build: just use autoreconf |
commit | commitdiff | tree | snapshot |
2010-08-23 |
Jozsef Kadlecsik | Cleanup, compatibility v5.0-pre7 |
commit | commitdiff | tree | snapshot |
2010-07-13 |
Jozsef Kadlecsik | Compatibility and documentation fixes v5.0-pre6 |
commit | commitdiff | tree | snapshot |
2010-06-29 |
Jozsef Kadlecsik | ipset 5: Sparc related and compatibility fixes v5.0-pre5 |
commit | commitdiff | tree | snapshot |
2010-06-25 |
Jozsef Kadlecsik | ipset 5: IPv6 port related and manpage fixes, more... v5.0-pre4 |
commit | commitdiff | tree | snapshot |
2010-06-22 |
Jozsef Kadlecsik | ipset 5: last new feature added v5.0-pre3 |
commit | commitdiff | tree | snapshot |
2010-06-16 |
Jozsef Kadlecsik | configure/Makefile and debug fixes |
commit | commitdiff | tree | snapshot |
2010-06-16 |
Jozsef Kadlecsik | IPv6 match/target module aliases added v5.0-pre2 |
commit | commitdiff | tree | snapshot |
next |