summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* New cache manager add cache apiroopa2012-11-122-21/+68
* Add support for per cache flagsroopa2012-11-124-0/+31
* doc: Revert to default stylesheetThomas Graf2012-11-121-157/+453
* addr: rtnl_addr_set_peer() is limited to IPv4Thomas Graf2012-11-111-0/+3
* addr: Return -NLE_AF_NOSUPPORT when trying to set unsupported attributesThomas Graf2012-11-111-1/+14
* doc: update Doxygen layout file to latest formatThomas Graf2012-11-111-12/+15
* hashtable: remove doc section crashing doxygenThomas Graf2012-11-111-7/+0
* hashtable: Fix reference leak in nl_hashtable_free()Thomas Graf2012-11-101-0/+3
* hashtable: Add API reference documentationThomas Graf2012-11-101-1/+61
* Hash: Properly prefix hash functionsThomas Graf2012-11-103-6/+6
* Add hash support to route cacheroopa2012-11-101-0/+47
* Add hash support to neigh cacheroopa2012-11-101-0/+46
* Add hash support to link cacheroopa2012-11-101-0/+23
* Add hash support in cache mngrroopa2012-11-104-3/+75
* Add nl hashtable structures and access functionsroopa2012-11-106-1/+227
* Add hash functionroopa2012-11-103-1/+552
* nl: Improve API doc of nl_send_simple()Thomas Graf2012-11-081-11/+16
* nl: Improve API doc of nl_connect() and nl_close()Thomas Graf2012-11-081-9/+23
* nl: Allow to overwrite nl_send()Thomas Graf2012-11-081-11/+17
* nl: improve API doc of transmit functionsThomas Graf2012-11-084-53/+164
* doc: increase dot max graph nodes to 100Thomas Graf2012-11-081-1/+1
* nl: improve nl_sendto() docs and error checksThomas Graf2012-11-061-5/+27
* socket: document nl_socket_get_fd()Thomas Graf2012-11-061-0/+9
* nl_recv: fix indent styleThomas Graf2012-11-061-9/+11
* nl_recv: return NLE_INVAL if socket address pointer is NULLThomas Graf2012-11-061-1/+1
* nl_recv: return NLE_INVAL if buf is NULLThomas Graf2012-11-061-0/+3
* nl_recv: improve function documentationThomas Graf2012-11-061-13/+33
* nl_recv: Don't update *buf in error pathThomas Graf2012-11-061-3/+2
* Document buffer size limitations of nl_recv()Thomas Graf2012-11-061-0/+7
* Add support for updating objects in the cacheroopa2012-11-054-0/+42
* Add new object op oo_id_attrs_getroopa2012-11-052-1/+14
* Set err and free ntbl when leaving neightbl_msg_parserMichele Baldessari2012-10-291-1/+1
* Add missing va_end() callsMichele Baldessari2012-10-291-4/+12
* Remove unreachable codeMichele Baldessari2012-10-291-5/+0
* Add configure option to disable pthreads supportRich Fought2012-10-262-2/+28
* Merge branch 'master' of https://github.com/rmfought/libnlThomas Graf2012-10-2618-196/+2708
|\
| * Source cleanup for upstreamRich Fought2012-10-198-649/+636
| * Updated nfnetlink includes; removed ifdefs; added delete exp programRich Fought2012-10-1614-283/+607
| * define advanced attributes outRich Fought2012-10-123-56/+179
| * BugfixesRich Fought2012-10-105-19/+189
| * reinit port numers on tuple dumpRich Fought2012-10-091-1/+3
| * bugfixesRich Fought2012-10-095-9/+22
| * update gitignoreRich Fought2012-10-091-0/+1
| * Expectation get cli toolRich Fought2012-10-092-1/+131
| * Compile CLIRich Fought2012-10-092-23/+1
| * Starting CLI workRich Fought2012-10-082-0/+157
| * Successful compilation of libnl-nf with expectationRich Fought2012-10-083-106/+57
| * Checkpoint before compilation attemptRich Fought2012-10-085-374/+396
| * "checkpoint"Rich Fought2012-10-053-259/+360
| * Checkpoint: compare functionRich Fought2012-10-052-40/+127