1. 823435f Merge remote-tracking branch 'upstream_linaro/linaro-libnl2_0' by JP Abgrall · 10 years ago
  2. 515d3af Updating group definition to follow 3.13 kernel by Mathieu Poirier · 10 years ago
  3. e61d542 Adding version.h by Mathieu Poirier · 10 years ago
  4. 0bc7aa5 Adding support for netlink API and quota in nfaccounting by Mathieu Poirier · 10 years ago
  5. d8928c1 Compile 2.0 with Kitkat by Mathieu Poirier · 10 years ago
  6. 24cf266 Adding support for netlink API and quota in nfaccounting by Mathieu Poirier · 10 years ago
  7. bbcb553 compiles for froyo with Android.mk by Arik Nemtsov · 14 years ago
  8. 4ab22cc add user data to change_func_t for caches by Andreas Fett · 14 years ago
  9. 256d7e7 Fix compile warning in nl.c by Thomas Graf · 14 years ago
  10. db5bd57 Packet Location Interface by Thomas Graf · 14 years ago
  11. d966a3e Don't install private header files. by Thomas Graf · 14 years ago
  12. b3096c4 object: fix attribute comparison by Patrick McHardy · 14 years ago
  13. f5f49c2 addr: restore anycast functions by Patrick McHardy · 14 years ago
  14. cafdaa4 new function nfnl_queue_msg_send_verdict_payload() by Karl Hiramoto · 14 years ago
  15. 27c505e new feature nl_send_iovec(), nl_auto_complete() and code refactoring. by Karl Hiramoto · 14 years ago
  16. 8808743 CLI - Command Line Interface Library by Thomas Graf · 14 years ago
  17. f946cfa Merge branch 'master' of git://dev.medozas.de/libnl by Thomas Graf · 15 years ago
  18. 2ead49f Add support for getting and deleting queueing classes. by olc · 15 years ago
  19. ef858fb - Reworked the classifier interface. by Thomas Graf · 15 years ago
  20. dec2ea3 Declare struct ucred in handlers.h and netlink.h by Pavel Roskin · 15 years ago
  21. bf4fd3a Move to automake-based build by Jan Engelhardt · 15 years ago
  22. a8cd7b6 nl_object_priv() is inline, so define it in the header by Pavel Roskin · 15 years ago
  23. b624b9e Remove obsoleted struct nl_handle definition by Thomas Graf · 15 years ago
  24. 724dfa6 Consistent naming of socket functions by Thomas Graf · 15 years ago
  25. 72aa861 Allow to pass multiple group values to membership functions by Holger Eitzenberger · 16 years ago
  26. 334f551 libnl: nfqueue: add nfqueue specific socket allocation function by Patrick McHardy · 16 years ago
  27. cfcfca0 Add internal wait_for_ack() which only waits for ACK if !NL_NO_AUTO_ACK by Thomas Graf · 16 years ago
  28. 2bdee95 Add socket flag NL_NO_AUTO_ACK to allow disabling auto ACKS by Thomas Graf · 16 years ago
  29. f42f195 Error handling for rtnl_cls_set_kind() & addition of rtnl_cls_get_ops() by Thomas Graf · 16 years ago
  30. 5d92f9c Use 16bit ints for classifier prio/protocol by Thomas Graf · 16 years ago
  31. 23ee46e Replace NL_KEEP code with proper message reference counting by Thomas Graf · 16 years ago
  32. d59883b From: Kees Cook <kees@outflux.net> by Thomas Graf · 16 years ago
  33. e38716b libnl: fix about 100 warnings by Holger Schurig · 16 years ago
  34. 13ab244 Remove XML dumping by Thomas Graf · 16 years ago
  35. ff05f2f Fix compile errors when linking against libnl-genl by Thomas Graf · 16 years ago
  36. ab578b9 Improvements to address utilities by Thomas Graf · 16 years ago
  37. 1f66555 <netlink/addr.h> requires <netdb.h> by Thomas Graf · 16 years ago
  38. 473e68e Need <linux/in_route.h> by Thomas Graf · 16 years ago
  39. c48a176 Extend nl_time2int() and rename it to nl_str2msec() by Thomas Graf · 16 years ago
  40. d49018f Introduce nla_strdup() to help parse strings attributes by Thomas Graf · 16 years ago
  41. d39f171 Remove unused dp_dump_line() by Thomas Graf · 16 years ago
  42. b145f63 Update linux/rtnetlink.h to upstream version by Thomas Graf · 16 years ago
  43. d844307 Remove old line counting while dumping by Thomas Graf · 16 years ago
  44. 337fbd2 Present port and icmp values in host byte order and beautify printing by Thomas Graf · 16 years ago
  45. 531029c Remove change routine, works flawlessly via add() with NLM_F_REPLACE by Thomas Graf · 16 years ago
  46. 0d925c5 Remove references to unused attribute anycast by Thomas Graf · 16 years ago
  47. 2823324 Allow parser callbacks to return NL_OK, NL_SKIP, NL_EXIT by Thomas Graf · 16 years ago
  48. 8cd39c9 Uninline various functions to save 7K code by Thomas Graf · 16 years ago
  49. 1155370 Rename struct nl_handle to struct nl_sock by Thomas Graf · 16 years ago
  50. 0cf7808 Check length of provided address label by Thomas Graf · 16 years ago
  51. b4fbe1d Replace RTNL_LINK_NOT_FOUND with just 0 by Thomas Graf · 16 years ago
  52. eed2afa Remove obsolete nla_get_addr() and nla_get_data() by Thomas Graf · 16 years ago
  53. 7179b2d Break API some more by Thomas Graf · 16 years ago
  54. 8a3efff Thread-safe error handling by Thomas Graf · 16 years ago
  55. cc9c6d6 Added two new functions to facilitate processing the nexthop entries for routes. by Ben Gamsa · 16 years ago
  56. dc883cc ignore more temporary files by Thomas Graf · 16 years ago
  57. 8580886 Route cache support by Thomas Graf · 16 years ago
  58. 241b2b8 New netem funtionality and TBF fix by Tad Kollar · 16 years ago
  59. 2033861 version.h.in should be in tree not the generated version by Thomas Graf · 16 years ago
  60. 66330d3 Provide libnl version in <netlink/version.h> by Thomas Graf · 16 years ago
  61. 32000e8 libnl: recvmsgs doesn't necessarily free the message data by Inaky Perez-Gonzalez · 16 years ago
  62. 535e831 Big routing code rework (API/ABI BREAK!) by Thomas Graf · 16 years ago
  63. 662887c Export nl_dump_line() and automatically count lines while dumping by Thomas Graf · 16 years ago
  64. 38c37dd [LIBNL]: Install netlink/route/link headers by Patrick McHardy · 16 years ago
  65. cca3921 [PATCH] Remove usage of C++ keyword 'class' on htb.h header. by Rui Tiago Cação Matos · 16 years ago
  66. 639b66b Update local copy of linux/rtnetlink.h by Thomas Graf · 16 years ago
  67. ca0988a Fix nfnl_queue_msg_get_packetid() return type by Patrick McHardy · 16 years ago
  68. 574d4af [LIBNL]: Install netfilter headers by Patrick McHardy · 16 years ago
  69. 596d3bc [LIBNL]: Support conntrack add/delete/query requests by Patrick McHardy · 16 years ago
  70. 2f4f8a5 [LIBNL]: Split up nfnetlink_log into log and msg objects by Patrick McHardy · 16 years ago
  71. 3f48e49 [LIBNL]: nfnetlink_log: support NUFLA_GID attribute by Patrick McHardy · 16 years ago
  72. e72cb03 [LIBNL]: Add nfnetlink_queue support by Patrick McHardy · 16 years ago
  73. 665b757 [LIBNL]: Generic netfilter stuff by Patrick McHardy · 16 years ago
  74. e91bb2f [LIBNL]: Add if_vlan.h by Patrick McHardy · 16 years ago
  75. dbcdf91 Detailed attribute documentation by Thomas Graf · 16 years ago
  76. 0fa6756 Abstract address allocation based on netlink attribute by Thomas Graf · 16 years ago
  77. 3607dbf Abstract data allocation based on netlink attribute by Thomas Graf · 16 years ago
  78. 75a26f3 Improve message/attribute construction documentation and add nlmsg_expand() by Thomas Graf · 16 years ago
  79. 6de17f3 Fix stale data pointers when constructing messages by Thomas Graf · 16 years ago
  80. c8a0a5c Added additional parsing and validation functions for generic netlink by Thomas Graf · 16 years ago
  81. a7469ce Link info interface and vlan support by Thomas Graf · 16 years ago
  82. 3ad4665 Support link operstate and linkmode by Thomas Graf · 16 years ago
  83. 865bbb4 Include linux/ip_mg_alg.h internally for compatibility only by Thomas Graf · 16 years ago
  84. d36d396 Cache message type association interface cleanups by Thomas Graf · 17 years ago
  85. 1a125f8 Use linux/types.h to fix amd64 build by Philip Craig · 17 years ago
  86. cbe8902 Allow filtering by name for conntrack status flags by Philip Craig · 17 years ago
  87. 3040a1d Export interface to define caches by Thomas Graf · 17 years ago
  88. 508685c Export interface to define objects by Thomas Graf · 17 years ago
  89. 9eb34dc Add missing declarations for genlmsg_data() and genlmsg_len() by Thomas Graf · 17 years ago
  90. 44d3624 Initial import by Thomas Graf · 17 years ago