Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | u32: example/test code for u32 hashing with HTB | Adrian Ban | 2012-05-08 | 3 | -1/+760 | |
| | ||||||
* | test-cache-mngr: Allow for management of arbitary caches via argument string | Thomas Graf | 2012-04-21 | 1 | -23/+17 | |
| | | | | | | | | Let the user specify a list of cache types to add to the manager as arguments instead of adding a static list. Uses the newly added nl_cache_mngr_info() to constantly print information about the manager. | |||||
* | test-cache-mngr: Let the cache manager allocate the socket | Thomas Graf | 2012-04-21 | 1 | -4/+1 | |
| | ||||||
* | tests: fix test programs to compile again | Thomas Graf | 2012-04-21 | 5 | -45/+49 | |
| | ||||||
* | tests: Convert tests/Makefile to use automake | Thomas Graf | 2012-04-21 | 2 | -33/+31 | |
| | ||||||
* | 3.1 release | Thomas Graf | 2011-08-11 | 4 | -9/+114 | |
| | ||||||
* | - Reworked the classifier interface. | Thomas Graf | 2009-09-02 | 1 | -1/+1 | |
| | | | | | | - Added initial ematch support - Added support for the basic classifier - Added support for the cgroup classifier | |||||
* | Remove obsoleted struct nl_handle definition | Thomas Graf | 2008-12-10 | 1 | -1/+1 | |
| | ||||||
* | test updates | Thomas Graf | 2008-08-20 | 4 | -82/+47 | |
| | ||||||
* | Free associated caches when freeing cache manager | Thomas Graf | 2008-02-05 | 1 | -2/+13 | |
| | | | | | | Caches allocated by the cache manager must be freed again when the cache manager itself is freed. However, the netlink socket is allocated indepdently so it should not be freed. | |||||
* | Tell git to ignore temporary files and push to pre9 | Thomas Graf | 2008-01-09 | 1 | -0/+4 | |
| | ||||||
* | Fix creation and destruction of sockets | Thomas Graf | 2007-12-17 | 1 | -4/+16 | |
| | | | | | | | | Fixes an off-by-one when releasing local ports. Fixes nl_connect() to properly close the socket upon failure. Return EBADFD if operations are performed on unconnected sockets where appropriate. Makes nl_handle_alloc() return an error if all local ports are used up. | |||||
* | Initial import | Thomas Graf | 2007-09-14 | 5 | -0/+239 | |