]> granicus.if.org Git - ipset/shortlog
ipset
2010-12-22 Jozsef Kadlecsikipset 5.1 released v5.1
2010-12-22 Jozsef KadlecsikTest cases for IPv6 restore and more complex restore...
2010-12-22 Jozsef KadlecsikRestore mode did not work for IPv6 (reported by Elie...
2010-12-21 Jozsef KadlecsikKernel version compatibility: support from 2.6.34
2010-12-20 Jozsef KadlecsikMerge branch 'master' of git://dev.medozas.de/ipset...
2010-12-19 Jan Engelhardtlibipset: static annotations
2010-12-19 Jan Engelhardtlibipset: const annotations
2010-12-19 Jan Engelhardtlibipset: remove redundant casts
2010-12-19 Jan Engelhardtlibipset: remove redundant indirection via union name
2010-12-19 Jan Engelhardtlibipset: ipset_strncpy is really a strlcpy-type operation
2010-12-19 Jan Engelhardtkernel: use EXPORT_SYMBOL_GPL
2010-12-19 Jan Engelhardtkernel: const annotations
2010-12-19 Jan Engelhardtkernel: use __read_mostly for registration-type structures
2010-12-19 Jan Engelhardtkernel: do not mix const and __read_mostly
2010-12-19 Jan Engelhardtxt_set: avoid user types in exported kernel headers
2010-12-19 Jan Engelhardtbuild: enable parallel building
2010-12-18 Jozsef KadlecsikPrevent calling Makefile directly in the kernel/ subdir...
2010-12-18 Jozsef KadlecsikPut back the Sparc specific workaround at getaddrinfo.
2010-12-18 Jozsef KadlecsikShould have gone to sleep: fix check_allowed. Really.
2010-12-18 Jozsef KadlecsikCheck old system kernel header files
2010-12-18 Jozsef KadlecsikCheck from `configure` that the kernel source is patche...
2010-12-18 Jozsef KadlecsikUse configure to detect compiler warning flags
2010-12-18 Jozsef KadlecsikThe fix of incorrect comparison in check_allowed completed.
2010-12-18 Jozsef KadlecsikTry to solve PKG_CHECK_MODULES issue
2010-12-18 Jozsef KadlecsikFix incorrect comparison in check_allowed
2010-12-17 Jozsef KadlecsikFix Kbuild for me to delete backup files
2010-12-17 Jozsef KadlecsikInitialize ChangeLog for the new release v5.0
2010-12-17 Jozsef KadlecsikAdd tests to check hash:ip,port,net type
2010-12-17 Jozsef KadlecsikMatch command prefixes
2010-12-17 Jozsef KadlecsikAdd more test to check adding/deleting multiple entries.
2010-12-17 Jozsef KadlecsikUpdated manpage to reflect wider input possibilities...
2010-12-17 Jozsef KadlecsikUpdated help texts for the hash:ip and list:set types.
2010-12-17 Jozsef KadlecsikSupport adding/deleting multiple entries, userspace...
2010-12-17 Jozsef KadlecsikSupport adding/deleting multiple entries, kernel part.
2010-12-17 Jozsef KadlecsikAdd ipset_parse_tcpudp_port function
2010-12-17 Jozsef KadlecsikMissing spaces in error strings fixed.
2010-12-17 Jozsef KadlecsikUse the 'full' flags of the types and check not allowed...
2010-12-16 Jozsef KadlecsikRemove unnecessary gfp_flags arguments
2010-12-16 Jozsef KadlecsikAdd test to check multi-message listing and swapping.
2010-12-16 Jozsef KadlecsikMistypeing in the hbucket() macro fixed.
2010-12-15 Jozsef KadlecsikManpage cleanups, so it's more clear and straightforward.
2010-12-14 Jozsef KadlecsikFix outdated messages in the tests
2010-12-14 Jozsef KadlecsikDocument which elements cannot be stored in the differe...
2010-12-13 Jozsef KadlecsikSpeed up testing a little bit
2010-12-13 Jozsef KadlecsikConvert last printks to pr_debug in ip_set_ahash.h
2010-12-13 Jozsef KadlecsikRemove remnants of slist from ip_set_ahash.h
2010-12-13 Jozsef KadlecsikBuffered commands are just ... buffered.
2010-12-13 Jozsef KadlecsikFixing dangling empty line produced backward-incompatib...
2010-12-10 Jozsef KadlecsikSupport case-insensitive ICMP and ICMPv6 type/code...
2010-12-10 Jozsef KadlecsikCompiler flag compatibility fix with libmnl
2010-12-10 Jozsef KadlecsikFix dangling empty line at error/warning messages emitt...
2010-12-10 Jozsef KadlecsikAdd proper RCU protection to resizing
2010-12-10 Jozsef KadlecsikConvert hash types from chash to ahash.
2010-12-08 Jozsef KadlecsikStrip off ip_set_ prefix from non-ipset specific header...
2010-12-08 Jozsef KadlecsikUpdate ip_set_jhash.h
2010-12-07 Jozsef KadlecsikCreate include/linux/netfilter/ipset/ directory
2010-12-07 Jozsef KadlecsikComplete Kconfig.ipset with hash:net,port type.
2010-12-07 Jozsef KadlecsikRemove include/net/pfxlen.h
2010-12-07 Jozsef KadlecsikRemove command MODIFY
2010-12-07 Jozsef KadlecsikWhitespace, checkpatch.pl cleanups.
2010-11-05 Jozsef KadlecsikThe protocol extended with the command MODIFY.
2010-11-05 Jozsef KadlecsikUpdate README file
2010-11-02 Jozsef KadlecsikManpage and help text fixes. v5.0-pre10
2010-10-30 Jozsef KadlecsikEnforce handling IPv4 and IPv6 differently for hash...
2010-10-30 Jozsef KadlecsikAdd parser function to handle IPv4 and IPv6 differently.
2010-10-30 Jozsef KadlecsikResizing converted to run under read-locking of the set
2010-10-29 Jozsef KadlecsikRemove to support resizing from kernel context.
2010-10-29 Jozsef KadlecsikFix gfp_flags at resizing
2010-10-29 Jozsef KadlecsikTest to list large hash sets added.
2010-10-29 Jozsef KadlecsikListing for hash types fixed
2010-10-29 Jozsef KadlecsikKernel compile-time files are added to .gitignore
2010-10-25 Jozsef KadlecsikBuild and source kernel directories v5.0-pre9
2010-10-25 Jozsef KadlecsikMerge branch 'ipset-5' of git://dev.medozas.de/ipset...
2010-10-25 Jozsef KadlecsikRollback to fix commit history
2010-10-24 Jozsef KadlecsikFixes, cleanups, comments v5.0-pre8
2010-10-19 Jan EngelhardtAdd .gitignore files
2010-10-19 Jan Engelhardtbuild: run autoupdate
2010-10-19 Jan Engelhardtbuild: use subdir-objects and CC_C_O
2010-10-19 Jan Engelhardtbuild: remove manual -fPIC flag
2010-10-19 Jan Engelhardtbuild: use libmnl's pkgconfig files
2010-10-19 Jan Engelhardtbuild: add separate option for kernel source directory
2010-10-19 Jan Engelhardtbuild: resolve autoreconf/libtoolize suggestions
2010-10-19 Jan Engelhardtbuild: just use autoreconf
2010-08-23 Jozsef KadlecsikCleanup, compatibility v5.0-pre7
2010-07-13 Jozsef KadlecsikCompatibility and documentation fixes v5.0-pre6
2010-06-29 Jozsef Kadlecsikipset 5: Sparc related and compatibility fixes v5.0-pre5
2010-06-25 Jozsef Kadlecsikipset 5: IPv6 port related and manpage fixes, more... v5.0-pre4
2010-06-22 Jozsef Kadlecsikipset 5: last new feature added v5.0-pre3
2010-06-16 Jozsef Kadlecsikconfigure/Makefile and debug fixes
2010-06-16 Jozsef KadlecsikIPv6 match/target module aliases added v5.0-pre2
2010-06-15 Jozsef KadlecsikUse libmnl nest functions and fix size differences...
2010-06-15 Jozsef Kadlecsikipset 5 in an almost ready state - milestone v5.0-pre1
2010-04-22 Jozsef KadlecsikFix Makefile.am v5.0-pre0
2010-04-22 Jozsef KadlecsikTenth stage to ipset-5
2010-04-22 Jozsef KadlecsikNineth stage to ipset-5
2010-04-22 Jozsef KadlecsikEight stage to ipset-5
2010-04-22 Jozsef KadlecsikSeventh stage to ipset-5
2010-04-22 Jozsef KadlecsikSixth stage to ipset-5
2010-04-22 Jozsef KadlecsikFifth stage to ipset-5
2010-04-22 Jozsef KadlecsikFourth stage to ipset-5
next