summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * Exp checkpointRich Fought2012-10-055-2/+1468
* | add missing '}' in __cplusplus namespacesThomas Graf2012-10-232-0/+7
* | Merge branch 'fixes' of https://github.com/socketpair/libnlThomas Graf2012-10-228-51/+100
|\ \
| * | nl_recv(): work with credentials only if "creds" given and NL_SOCK_PASSCRED setКоренберг Марк (дома)2012-10-191-12/+15
| * | nl_recv(): small code cleanupsКоренберг Марк (дома)2012-10-191-8/+4
| * | nl_recv(): EWOULDBLOCK return value also checkedКоренберг Марк (дома)2012-10-191-3/+2
| * | nl_recv(): Memory allocation errors are handled properly nowКоренберг Марк (дома)2012-10-191-22/+53
| * | nl_recv(): "else if" logick simplified and refinedКоренберг Марк (ноутбук дома)2012-10-191-8/+16
| * | nf-log example: correct copy-range parsingКоренберг Марк (дома)2012-10-191-1/+1
| * | Clang diagnosticsКоренберг Марк (ноутбук дома)2012-10-195-7/+19
| * | ROUTE_DIFF result was not used in some place in route_compareКоренберг Марк (ноутбук дома)2012-10-191-1/+1
| * | genl/family flags can be damaged during the auto-indentation.Коренберг Марк (ноутбук дома)2012-10-191-4/+4
* | | Don't include doc/ in toplevel distThomas Graf2012-10-222-2/+1
|/ /
* | 3.2.14 releaselibnl3_2_14Thomas Graf2012-10-191-4/+4
* | Only include doc/ in distThomas Graf2012-10-191-1/+2
* | doc: Split doc/ into separate packagesThomas Graf2012-10-1913-151/+1284
* | doc: mark route.txt as WIPThomas Graf2012-10-191-0/+3
* | Conntrack Dump ICMPRich Fought2012-10-181-2/+2
* | link: Support link groupingThomas Graf2012-10-094-1/+56
* | doc: Provide documentation for link promis counter and rx/tx queuesThomas Graf2012-10-091-5/+38
* | link: Include IFLA_NUM_TX_QUEUES and IFLA_NUM_RX_QUEUES when building messagesThomas Graf2012-10-091-0/+6
* | link: Only print "promisc-mode" if users > 0Thomas Graf2012-10-091-1/+1
* | link: Support IFLA_NUM_TX_QUEUES and IFLA_NUM_RX_QUEUESThomas Graf2012-10-093-0/+93
* | link: correctly set LINK_ATTR_PROMISCUITYThomas Graf2012-10-091-2/+2
* | link: Support IFLA_PROMISCUITY link attributeThomas Graf2012-10-094-41/+102
* | nl: Provide API to specify the default buffer size when receiving netlink mes...Thomas Graf2012-10-094-1/+34
* | Enabled the use of Links as context managers.Antoni S. Puimedon2012-10-041-0/+9
|/
* 3.2.13 releaselibnl3_2_13Thomas Graf2012-09-031-2/+2
* libnl-3.2.12 - ./configure --disable-doc: error: conditional "LINK_DOC" was n...Jeroen Roovers2012-09-031-4/+4
* Merge branch 'asprintf' of https://github.com/socketpair/libnlThomas Graf2012-08-311-10/+14
|\
| * asprintf related fixed in yy parserКоренберг Марк2012-08-301-10/+14
* | Merge branch 'doxyfile' of https://github.com/socketpair/libnlThomas Graf2012-08-312-1802/+1
|\ \
| * | Remove auto-generated Doxyfile from gitКоренберг Марк2012-08-302-1802/+1
| |/
* | doc: Update Doxyfile.in to latest syntaxThomas Graf2012-08-311-107/+263
* | genl_ctrl_probe_by_name: fix checking of genlmsg_put() return valueКоренберг Марк2012-08-301-2/+2
|/
* Address comparison bug fixedКоренберг Марк2012-08-301-1/+2
* More clean NL_AUTO_PORT and NL_AUTO_SEQ usage in nl_complete_msgКоренберг Марк2012-08-301-2/+2
* 3.2.12 releaselibnl3_2_12Thomas Graf2012-08-302-4/+4
* configure: Check for pygmentize when building docsThomas Graf2012-08-301-0/+10
* doc: Update Doxyfile config to latest releaseThomas Graf2012-08-302-1/+1802
* route: Document ROUTE_CACHE_CONTENT flagThomas Graf2012-08-302-2/+11
* configure: Check for graphviz and source-highlight before building documentationThomas Graf2012-08-301-0/+20
* Prevent potential socket file descriptor leakКоренберг Марк (дома)2012-08-301-2/+9
* Fix warning "not checking return value of fscanf" in lib/utils.c: get_psched_...Коренберг Марк (дома)2012-08-301-4/+10
* Fix typo in textual description in ct_dump_stats()Коренберг Марк (дома)2012-08-301-2/+2
* "%llu" replaced with "%" PRIu64Коренберг Марк (дома)2012-08-306-29/+40
* Run-time version information is now availableКоренберг Марк (дома)2012-08-303-2/+48
* Added lex.yy.c to .gitignoreКоренберг Марк (дома)2012-08-301-0/+1
* single nexthop flags bugJustin Mayfield2012-08-291-1/+7
* nl_addr_parse handling of 'default', 'any', and 'all'Justin Mayfield2012-08-291-4/+3