summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add 'ingress' to the list of recognized TC handles.Andrew Collins2012-06-111-0/+5
* Fixed memory leak in Cache destructorКоренберг Марк2012-06-081-1/+1
* rtnl_link_(get|set)_weight is deprecated in libnl.Коренберг Марк (ноутбук дома)2012-06-082-21/+0
* netlink.nlattr re-implemented in more pythonic wayКоренберг Марк2012-06-088-116/+66
* nl_pickup removed from python bindingКоренберг Марк2012-06-081-5/+0
* Remove unnecessary commentsКоренберг Марк (ноутбук дома)2012-06-086-186/+0
* Refine some placesКоренберг Марк (ноутбук дома)2012-06-082-19/+20
* pylint's first review and trivial fixesКоренберг Марк (ноутбук дома)2012-06-088-91/+105
* Using only single quotes now and multi-line listsКоренберг Марк (ноутбук дома)2012-06-087-41/+59
* Fix indentation (spaces vs tabs)Коренберг Марк (ноутбук дома)2012-06-089-2192/+2192
* Code cleanupsКоренберг Марк (ноутбук дома)2012-06-082-8/+2
* Flags properties description and implementation fixedКоренберг Марк (ноутбук дома)2012-06-083-9/+42
* Fixed various str-related logickКоренберг Марк (ноутбук дома)2012-06-085-10/+10
* Fix whitespaces at EOLКоренберг Марк (ноутбук дома)2012-06-087-27/+27