summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* route_clone : fix segmentation fault using nl_cache_subset to filter routesLoïc Touraine2012-08-291-0/+3
* Fix build warning after const char ** convertThomas Graf2012-08-292-4/+4
* Fix the always false if (a->rt_nr_nh != a->rt_nr_nh) testMichele Baldessari2012-08-291-1/+1
* lib/utils.c: One kilobit now is a 1000bits (instead of 1024)Коренберг Марк2012-08-282-20/+30
* ct_dump_stats: detect when stats are not availableКоренберг Марк (дома)2012-08-281-8/+19
* nl_cli_route_parse_table fixed typo in codeКоренберг Марк (дома)2012-08-281-1/+1
* tbf: fix false missing attrStephane Fillod2012-08-091-1/+1
* libnl 3.2.11libnl3_2_11Thomas Graf2012-06-131-3/+3
* Fix types-related warnings based on clang diagnosticsКоренберг Марк2012-06-1318-51/+63
* link: rtnl_link_get_kernel() should only wait for ACK if AUTO-ACK is onThomas Graf2012-06-131-1/+1
* genl: cleanup genl_ctrl_resolve()Thomas Graf2012-06-131-7/+13
* genl: Wait for ACK after successful ctrl replyThomas Graf2012-06-131-1/+8
* Correct missing fwmark mask proto.Andrew Collins2012-06-111-0/+1