1. b145f63 Update linux/rtnetlink.h to upstream version by Thomas Graf · 16 years ago
  2. d844307 Remove old line counting while dumping by Thomas Graf · 16 years ago
  3. 10cf5a5 New set of libnl tools by Thomas Graf · 16 years ago
  4. 337fbd2 Present port and icmp values in host byte order and beautify printing by Thomas Graf · 16 years ago
  5. 2bac394 Don't build tests on 'make all' by Thomas Graf · 16 years ago
  6. 531029c Remove change routine, works flawlessly via add() with NLM_F_REPLACE by Thomas Graf · 16 years ago
  7. 18efaac Improve printing of routing rules by Thomas Graf · 16 years ago
  8. 566a09e Family specific libraries can link to the core directly by Thomas Graf · 16 years ago
  9. 304746f Fix error code of nl_addr_resolve() by Thomas Graf · 16 years ago
  10. 5d82806 Add rtnl_neigh_get_family() by Thomas Graf · 16 years ago
  11. 00466b0 Return libnl error codes in translation routines by Thomas Graf · 16 years ago
  12. 4f339ba Remove src/f_addr.c, it's no longer used by Thomas Graf · 16 years ago
  13. e1cc1b8 utility functions for address tools by Thomas Graf · 16 years ago
  14. 5e732ad New set of address management tools by Thomas Graf · 16 years ago
  15. b5fa6c8 Fix library install target by Thomas Graf · 16 years ago
  16. 0d925c5 Remove references to unused attribute anycast by Thomas Graf · 16 years ago
  17. dbff140 Move on to version 2.0 to account for the serious ABI breakage by Thomas Graf · 16 years ago
  18. ad2a7bd Build separate libraries for each netilnk family by Thomas Graf · 16 years ago
  19. 2823324 Allow parser callbacks to return NL_OK, NL_SKIP, NL_EXIT by Thomas Graf · 16 years ago
  20. 8cd39c9 Uninline various functions to save 7K code by Thomas Graf · 16 years ago
  21. ef50a38 Fix memory leaks when sending of message failed by Thomas Graf · 16 years ago
  22. 1155370 Rename struct nl_handle to struct nl_sock by Thomas Graf · 16 years ago
  23. 0cf7808 Check length of provided address label by Thomas Graf · 16 years ago
  24. b4fbe1d Replace RTNL_LINK_NOT_FOUND with just 0 by Thomas Graf · 16 years ago
  25. eed2afa Remove obsolete nla_get_addr() and nla_get_data() by Thomas Graf · 16 years ago
  26. 7179b2d Break API some more by Thomas Graf · 16 years ago
  27. 8a3efff Thread-safe error handling by Thomas Graf · 16 years ago
  28. 85f9325 patch: fixed compilation problem for nl-route-get by Ben Gamsa · 16 years ago
  29. 107dc16 patch: fixed up support for tables in rules by Ben Gamsa · 16 years ago
  30. cc9c6d6 Added two new functions to facilitate processing the nexthop entries for routes. by Ben Gamsa · 16 years ago
  31. 48e1e5c Speed up metrics comparison by Thomas Graf · 16 years ago
  32. b7c5bf9 Improve performance by using malloc() over calloc() in critical places by Thomas Graf · 16 years ago
  33. dc883cc ignore more temporary files by Thomas Graf · 16 years ago
  34. d6cd725 Fix dumping of iif route attribute by Thomas Graf · 16 years ago
  35. 8580886 Route cache support by Thomas Graf · 16 years ago
  36. 861901c Fixed netem_build_msg() delay distribution table existence test. by Tad Kollar · 16 years ago
  37. 241b2b8 New netem funtionality and TBF fix by Tad Kollar · 16 years ago
  38. 5c92c65 Remove leftover definition of verbose errors by Thomas Graf · 16 years ago
  39. 2033861 version.h.in should be in tree not the generated version by Thomas Graf · 16 years ago
  40. a948e08 Adapt syntax of nl-route-add to nl-route-delete by Thomas Graf · 16 years ago
  41. 182608e Fix segfault nexthop parsing when no option is given by Thomas Graf · 16 years ago
  42. 6d9d3d5 Adapt syntax of nl-route-list to nl-route-delete by Thomas Graf · 16 years ago
  43. 2a09497 Improved nl-route-delete featuring an interactive deletion mode by Thomas Graf · 16 years ago
  44. 66330d3 Provide libnl version in <netlink/version.h> by Thomas Graf · 16 years ago
  45. 32000e8 libnl: recvmsgs doesn't necessarily free the message data by Inaky Perez-Gonzalez · 16 years ago
  46. 535e831 Big routing code rework (API/ABI BREAK!) by Thomas Graf · 16 years ago
  47. 8ac78f1 Fix compile warning in nl-list-caches by Thomas Graf · 16 years ago
  48. 662887c Export nl_dump_line() and automatically count lines while dumping by Thomas Graf · 16 years ago
  49. 1240cd6 Move to version 1.2 and remove some dead code in configure.in by Thomas Graf · 16 years ago
  50. 5ab64d5 Define datarootdir to silent autoconf by Thomas Graf · 16 years ago
  51. 477e351 Don't wipe cscope database on make clean by Thomas Graf · 16 years ago
  52. f4f7704 Ignore NULL pointers passed to nl_cache_free() by Thomas Graf · 16 years ago
  53. 22f0ece Remove dead code in nl-list-sockets by Thomas Graf · 16 years ago
  54. 25ccbf1 Prepare nl-list-sockets for 64bit addresses by Thomas Graf · 16 years ago
  55. 0ca291d Fix 64bit alignment issue on x86_64. by Thomas Graf · 16 years ago
  56. 38c37dd [LIBNL]: Install netlink/route/link headers by Patrick McHardy · 16 years ago
  57. 0c2cb97 libnl: fix policy check for NFQA_HWADDR by Thomas Graf · 16 years ago
  58. a9183a9 Fix from Benoit Boissinot <benoit.boissinot@ens-lyon.org> required to by Thomas Graf · 16 years ago
  59. 358e44e Optimize nl_cache_ops_associate by checking protocol early by Thomas Graf · 16 years ago
  60. 6a7606f Initialize message type list to avoid overrun by Thomas Graf · 16 years ago
  61. cca3921 [PATCH] Remove usage of C++ keyword 'class' on htb.h header. by Rui Tiago Cação Matos · 16 years ago
  62. 639b66b Update local copy of linux/rtnetlink.h by Thomas Graf · 16 years ago
  63. 4be02ac Be liberal when receiving an empty nested attribute by Thomas Graf · 16 years ago
  64. ca0988a Fix nfnl_queue_msg_get_packetid() return type by Patrick McHardy · 16 years ago
  65. 574d4af [LIBNL]: Install netfilter headers by Patrick McHardy · 16 years ago
  66. 596d3bc [LIBNL]: Support conntrack add/delete/query requests by Patrick McHardy · 16 years ago
  67. 2f4f8a5 [LIBNL]: Split up nfnetlink_log into log and msg objects by Patrick McHardy · 16 years ago
  68. 3f48e49 [LIBNL]: nfnetlink_log: support NUFLA_GID attribute by Patrick McHardy · 16 years ago
  69. 5618ea8 [LIBNL]: nfnetlink_log: only set hwproto if not zero by Patrick McHardy · 16 years ago
  70. e72cb03 [LIBNL]: Add nfnetlink_queue support by Patrick McHardy · 16 years ago
  71. 665b757 [LIBNL]: Generic netfilter stuff by Patrick McHardy · 16 years ago
  72. b64f15d [LIBNL]: Fix minor memleaks on exit by Patrick McHardy · 16 years ago
  73. e91bb2f [LIBNL]: Add if_vlan.h by Patrick McHardy · 16 years ago
  74. 7f6b7a8 Improve readability of link statistics output by Thomas Graf · 16 years ago
  75. 080727d Free associated caches when freeing cache manager by Thomas Graf · 16 years ago
  76. dbcdf91 Detailed attribute documentation by Thomas Graf · 16 years ago
  77. 0fa6756 Abstract address allocation based on netlink attribute by Thomas Graf · 16 years ago
  78. 3607dbf Abstract data allocation based on netlink attribute by Thomas Graf · 16 years ago
  79. 2e6ded9 1.1 release by Thomas Graf · 16 years ago
  80. 75a26f3 Improve message/attribute construction documentation and add nlmsg_expand() by Thomas Graf · 16 years ago
  81. dbefb73 Fix documentation of cache manager. by Thomas Graf · 16 years ago
  82. 6de17f3 Fix stale data pointers when constructing messages by Thomas Graf · 16 years ago
  83. 13c85b6 Add missing @{ for doxygen to build genl documentation by Thomas Graf · 16 years ago
  84. 37d9532 [PATCH] Remove autogenerated files from git and add them to .gitignore. by Michael Biebl · 16 years ago
  85. 1476284 [PATCH] Process Doxyfile.in to set correct PACKAGE_VERSION number by Michael Biebl · 16 years ago
  86. 141c2cc release 1.0 by Thomas Graf · 16 years ago
  87. aa00f82 Remove lib/defs.h from repository by Thomas Graf · 16 years ago
  88. c6609ef [PATCH] libnl cache management leak by Patrick McHardy · 16 years ago
  89. c8a0a5c Added additional parsing and validation functions for generic netlink by Thomas Graf · 16 years ago
  90. 373bc78 Tell git to ignore temporary files and push to pre9 by Thomas Graf · 16 years ago
  91. ddbe8f6 Make vlan_put_attrs() available by Thomas Graf · 16 years ago
  92. a7469ce Link info interface and vlan support by Thomas Graf · 16 years ago
  93. 1952414 Add support for the IFF_ECHO flag by Thomas Graf · 16 years ago
  94. 3ad4665 Support link operstate and linkmode by Thomas Graf · 16 years ago
  95. 4649886 Represent default route with destination address length zero by Thomas Graf · 16 years ago
  96. 680c54f Support defining the default callback handler with an environment variable by Thomas Graf · 16 years ago
  97. 3c56ed5 Read debugging environment variable when initializing the library by Thomas Graf · 16 years ago
  98. 865bbb4 Include linux/ip_mg_alg.h internally for compatibility only by Thomas Graf · 16 years ago
  99. 3f0f32b Fix nl_msg_parse() to not give back a reference it does not own by Thomas Graf · 16 years ago
  100. 12ed4a0 Fix cache manager to not give back a reference it does not own by Thomas Graf · 16 years ago