1. 454ea4a pylint's first review and trivial fixes by Коренберг Марк (ноутбук дома) · 13 years ago
  2. 8959d95 Using only single quotes now and multi-line lists by Коренберг Марк (ноутбук дома) · 13 years ago
  3. 83f06bf Fix indentation (spaces vs tabs) by Коренберг Марк (ноутбук дома) · 13 years ago
  4. fb890a5 Code cleanups by Коренберг Марк (ноутбук дома) · 13 years ago
  5. c1547d9 Flags properties description and implementation fixed by Коренберг Марк (ноутбук дома) · 13 years ago
  6. 38fefc5 Fixed various str-related logick by Коренберг Марк (ноутбук дома) · 13 years ago
  7. b369d22 Fix whitespaces at EOL by Коренберг Марк (ноутбук дома) · 13 years ago
  8. 4be1ae2 Introduce Python's absolute_imports by Коренберг Марк (ноутбук дома) · 13 years ago
  9. f55ea7f Fix typo in still unused function that generate colored message by Коренберг Марк (ноутбук дома) · 13 years ago
  10. 1e75bd0 Make syntax highlighters happy by Коренберг Марк (ноутбук дома) · 13 years ago
  11. 9d60ef0 Removed generated .pyc files from repository by Коренберг Марк · 13 years ago
  12. bf54d6d Fixed address deletion by Коренберг Марк (ноутбук дома) · 13 years ago
  13. d8a25e4 netem: Use ARRAY_SIZE() by Thomas Graf · 13 years ago
  14. d3dcde2 rtnl_netem_set_delay_distribution: fix possible segfault by Коренберг Марк (ноутбук дома) · 13 years ago
  15. 2275bb0 Fix compilation with clang by Коренберг Марк (ноутбук дома) · 13 years ago
  16. 405d168 libnl 3.2.10 by Thomas Graf · 13 years ago
  17. 0c408aa genl: modify genl_ctrl_resolve and friends to allow for module auto-loading by Neil Horman · 13 years ago
  18. 43eab46 genl: Update genl-ctrl-list(8) by Thomas Graf · 13 years ago
  19. 8fad2e3 genl: Export genl_ops_resolve() and genl_mngt_resolve() in header by Thomas Graf · 13 years ago
  20. faef2fa genl: Support registration of families without depending on caches by Thomas Graf · 13 years ago
  21. 3656b6f genl: Add genlmsg_user_hdr(), genlmsg_user_data(), and genlmsg_user_datalen() by Thomas Graf · 13 years ago
  22. 71b442b genl: Add genlmsg_hdr() by Thomas Graf · 13 years ago
  23. 0b70de5 genl: updates to API reference documentation by Thomas Graf · 13 years ago
  24. d733f8a use MSG_TRUNC flag to get recv message size at once by Jiri Pirko · 13 years ago
  25. 970f5d0 correct HTB rtable/HZ calculations by Andrew Collins · 13 years ago
  26. 9bb30a5 add fwmark mask support by A C · 13 years ago
  27. ca883b6 Fix for dumping objects to a buffer instead of file descriptor by Bushman, Jeff · 13 years ago
  28. 24d577c u32: fix various u32 hashing related warnings by Adrian Ban · 13 years ago
  29. 6627ec3 tc: fix included headers by Thomas Graf · 13 years ago
  30. 996b502 FTBFS with musl libc: Missing includes by Isaac · 13 years ago
  31. fec10a2 doc: documentation restructuring by Thomas Graf · 13 years ago
  32. 32057bc __str2flags fix by Justin Mayfield · 13 years ago
  33. 100403a route: Add FIXME to rtnl_route_nh_set_gateway() to fix return value by Thomas Graf · 13 years ago
  34. 2fbab02 doc: add section about addressing by Thomas Graf · 13 years ago
  35. 183e869 doc: Check documentation generation requirements with autoconf by Thomas Graf · 13 years ago
  36. 7b503a1 u32: example/test code for u32 hashing with HTB by Adrian Ban · 13 years ago
  37. beb40e2 u32: add support for hashing by Adrian Ban · 13 years ago
  38. f8b4f92 3.2.9 release by Thomas Graf · 13 years ago
  39. 6f156a7 nl: Fix return value of nl_recvmsgs() by Thomas Graf · 13 years ago
  40. d726ecd Fix two bugs in 3.2.8/doc/ by Jeroen Roovers · 13 years ago
  41. ad5d2b7 3.2.8 release by Thomas Graf · 13 years ago
  42. ff3e9e3 object: Add functions to access the object type, cache and object ops by Thomas Graf · 13 years ago
  43. bd1e4d0 cache: Add co_include_event allowing caches to provide their own nl_cache_include() implementation by Thomas Graf · 13 years ago
  44. 2e23491 cache: improve documentation of co_event_filter by Thomas Graf · 13 years ago
  45. 8bbcd22 genl: Make genl_unregister() a NOP if NULL pointer is passed by Thomas Graf · 13 years ago
  46. 2e93940 cache_mngr: Make providing the result pointer to nl_cache_mngr_add() optional by Thomas Graf · 13 years ago
  47. 2ed371e test-cache-mngr: Allow for management of arbitary caches via argument string by Thomas Graf · 13 years ago
  48. 5165366 cache_mngr: Provide nl_cache_mngr_info() to pring cache manager details by Thomas Graf · 13 years ago
  49. 743756f cache_mngr: API doc updates by Thomas Graf · 13 years ago
  50. a518a31 cache_mngr: Let nl_cache_mngr_data_ready() read multiple messages by Thomas Graf · 13 years ago
  51. e048279 nl: Make nl_recvmsgs() return the number of netlink messages processed by Thomas Graf · 13 years ago
  52. adbc568 cache_mngr: Fix memory corruption after resizing by Thomas Graf · 13 years ago
  53. a143037 test-cache-mngr: Let the cache manager allocate the socket by Thomas Graf · 13 years ago
  54. e34ed95 cache_mngr: Automatically allocate socket if needed by Thomas Graf · 13 years ago
  55. c55acc4 cache_manager: Move documentation to doc/core.txt by Thomas Graf · 13 years ago
  56. b320112 cache_mngr: Don't modify callback setup of socket by Thomas Graf · 13 years ago
  57. e78975a tests: fix test programs to compile again by Thomas Graf · 13 years ago
  58. 9af5469 tests: Convert tests/Makefile to use automake by Thomas Graf · 13 years ago
  59. 653ea34 cache_mngr: document uncommon error codes by Thomas Graf · 13 years ago
  60. 5f4d4d3 genl-ctrl-list: Mark for installation by Thomas Graf · 13 years ago
  61. 4a2962d genl-ctrl-list: fix copyright and summary by Thomas Graf · 13 years ago
  62. 5399b3d genl-ctrl-list: Provide manual page by Thomas Graf · 13 years ago
  63. 073ef6a genl-ctrl-list: Introduce -d|--details as a shortcut for --format=details by Thomas Graf · 13 years ago
  64. f54ac3d Memory leak in classid.c by Nicolas CARRIER · 13 years ago
  65. 7d47666 doc: Fix incorrect nl_socket_add_memberships() example by Thomas Graf · 13 years ago
  66. 965fd78 missing extended Table attribute for lib/route/ by Romary Sonrier · 14 years ago
  67. f7d0661 doc: Fix typos in autoconf example by Thomas Graf · 14 years ago
  68. 0b40364 Add new nl_cache_clone() function. by Thierry Reding · 14 years ago
  69. a17970b Support plug qdisc - queue traffic until explicit release by Shriram Rajagopalan · 14 years ago
  70. a39bb56 add new function to provide neighbour event parsing by Brett Ciphery · 14 years ago
  71. 9cbcbca 3.2.7 release by Thomas Graf · 14 years ago
  72. 4cc1daa 3.2.6 release by Thomas Graf · 14 years ago
  73. 83ab0ae man: Remove bogus .LO macro in manpages by Thomas Graf · 14 years ago
  74. c857625 Update COPYING to fix FSF address by Thomas Graf · 14 years ago
  75. d111b1d cli: Use -avoid-version to link cli modules by Thomas Graf · 14 years ago
  76. 9015d11 3.2.5 release by Thomas Graf · 14 years ago
  77. 4035e5b link: fix regression in link message parser by Torsten Hilbrich · 14 years ago
  78. 794ac78 nl_addr_cmp(): handle prefix length during address comparison by Brett Ciphery · 14 years ago
  79. d7222e5 3.2.4 release by Thomas Graf · 14 years ago
  80. 9819717 avoid dangling co_major_cache reference to NL_AUTO_PROVIDE caches by Alexander Sack · 14 years ago
  81. 4a7791e dsmark: Add missing declarations for rtnl_class_dsmark_(get|set)_bitmask() by Thomas Graf · 14 years ago
  82. 847e269 rtnl_link_bond_add: allow to allocate bond name in case NULL is given by Jiri Pirko · 14 years ago
  83. ef75c4e link: allow to add/get linkinfo of unknown type by Jiri Pirko · 14 years ago
  84. 88940b7 build: simplify optional dirs/files in Makefile.am processing by Jan Engelhardt · 14 years ago
  85. 32f30b7 release 3.2.3 by Thomas Graf · 14 years ago
  86. bd70009 add missing IFLA_MASTER fillup by Jiri Pirko · 14 years ago
  87. 03f3a58 link: generic link enslaving API by Thomas Graf · 14 years ago
  88. 659b6d6 bump to 3.2.2 by Thomas Graf · 14 years ago
  89. 8104b52 Fix typo in debug message by Thomas Graf · 14 years ago
  90. 9c7593c python: Link against nl-3 and nl-route-3 by Thomas Graf · 14 years ago
  91. 7f20c57 link: Ignore bridging notifications in link cache manager by Thomas Graf · 14 years ago
  92. 2bcd8ec cache: event_filter() cache operation to filter notifications by Thomas Graf · 14 years ago
  93. 30d3f8c utils: Initialize list head after freeing translation list by Thomas Graf · 14 years ago
  94. 790966d Only use the MULTIPATH attribute when adding routes with more than one next hop. by Michael Altizer · 14 years ago
  95. 6c70cf7 Don't install CLI header files when --disable-cli has been configured. by Michael Altizer · 14 years ago
  96. d17379d Fix rtnl_link object memory leak when freeing rtnl_addr objects. by Michael Altizer · 14 years ago
  97. f90dc63 Add libnl-cli-3.0 to pkg-config tool by Jiří Župka · 14 years ago
  98. d3bb7c9 3.2.1 release by Thomas Graf · 14 years ago
  99. 1c9b175 Provide micro version in <netlink/version.h> by Thomas Graf · 14 years ago
  100. 0d9958e Ingnore src/nl-link-enslave and nl-link-release by Thomas Graf · 14 years ago