1. 09210d9 HTB: Add support for level and direct pkt stats, complete access functions by Thomas Graf · 13 years ago
  2. 58e0e1e Add nl_rate2str() by Thomas Graf · 13 years ago
  3. ed69b2a Add rtnl_tc_data_check() by Thomas Graf · 13 years ago
  4. 4cb1666 Provide silent variation of nl_cache_require() by Thomas Graf · 14 years ago
  5. d44c31d addr: store link object and provide rtnl_addr_get() by Thomas Graf · 14 years ago
  6. cc33b09 Add missing declaration of rtnl_tc_get_link() by Thomas Graf · 14 years ago
  7. 4c6dd3a Expose <netlink/route/link/inet.h> by Thomas Graf · 14 years ago
  8. 8ffab45 export rtnl_link_add() and rtnl_link_build_add_request() by Thomas Graf · 14 years ago
  9. 96bc6d6 Improve rtnl_link_change() behaviour by Thomas Graf · 14 years ago
  10. 48d543c API to issue direct GET requests to the kernel by Thomas Graf · 14 years ago
  11. 41fb241 link: Provide rtnl_link_delete() to delete virtual links by Thomas Graf · 14 years ago
  12. 0893aaf link: Make return and argument type match by Thomas Graf · 14 years ago
  13. 23c27b4 Provide nl_cache_set_arg{1,2}() to specify cache args by Thomas Graf · 14 years ago
  14. ef327ff Provide nl_object_dump_buf() to easily dump to buffers by Thomas Graf · 14 years ago
  15. 475dffa Provide TC_HANDLE(maj, min) macro to generate tc handles by Thomas Graf · 14 years ago
  16. 7c62050 trafic class/classifer API improvements and documentation by Thomas Graf · 14 years ago
  17. 747b892 Qdisc API improvements and documentation by Thomas Graf · 14 years ago
  18. 23845e9 Add nl_send_sync() by Thomas Graf · 14 years ago
  19. e4b507e Deprecate rtnl_qdisc_foreach_child() and rtnl_qdisc_foreach_cls() by Thomas Graf · 14 years ago
  20. 8d54934 Cleanup <netlink/route/qdisc.h> - remove dead prototypes - reformat by Thomas Graf · 14 years ago
  21. 93b6c11 Add NLE_NODEV error by Thomas Graf · 14 years ago
  22. 38db636 add missing nl_cache_search in cache.h by Daniel Walter · 14 years ago
  23. c1073d6 Documentation updates by Thomas Graf · 14 years ago
  24. 45941f9 rename sch -> qdisc by Thomas Graf · 14 years ago
  25. 8eb5b55 Unified TC API by Thomas Graf · 14 years ago
  26. 5dc897d provide function to retrieve htb rate by Thomas Graf · 14 years ago
  27. ae5dfb1 Make struct nl_object public, NLHDR_COMMON has been public anyway by Thomas Graf · 14 years ago
  28. d8d67c0 Provide numeric version defines by Thomas Graf · 14 years ago
  29. 5f3dbf8 Fix function nfnl_ct_del name by Laurent Defert · 14 years ago
  30. 2d1626b Include <linux/pkt_cls.h> and <linux/pkt_sched.h> in <netlink/route/tc.h> for convenience by Thomas Graf · 14 years ago
  31. 4b0126b prefix ipv6 link statistics identifiers with IP6 by Thomas Graf · 14 years ago
  32. 82fe785 use linux/netlink.h instead of netlink/netlink-kernel.h by Thomas Graf · 14 years ago
  33. 5644578 Tons of documentation by Thomas Graf · 14 years ago
  34. 7105aea addr: hide nl_addr_destroy() by Thomas Graf · 14 years ago
  35. c158d06 rename NL_AUTO_PID to NL_AUTO_PORT by Thomas Graf · 14 years ago
  36. 9513d4c Rename nlmsg_for_each_msg() to nlmsg_for_each() by Thomas Graf · 14 years ago
  37. e52a09c nl: rename nlmsg_msg_size() to nlmsg_size(), nlmsg_len() -> nlmsg_datalen() by Thomas Graf · 14 years ago
  38. 8a365db rename nl_send_auto_complete() -> nl_send_auto(), nl_auto_complete -> nl_complete_msg() by Thomas Graf · 14 years ago
  39. c32c3f3 socket: constify interface by Thomas Graf · 14 years ago
  40. d8eeb0a New function nl_size2str() by Thomas Graf · 14 years ago
  41. 10424b2 Rename nl_get_hz() to nl_get_user_hz() to indicate it's not the in-kernel HZ value by Thomas Graf · 14 years ago
  42. 53015f8 link: AF_INET link module by Thomas Graf · 14 years ago
  43. 2e3ca4d link: Support for IFLA_AF_SPEC by Thomas Graf · 14 years ago
  44. e69efad Add support for per interface ICMPv6 statistics by Thomas Graf · 14 years ago
  45. 7ff4dee Extend rtnl_link_alloc_cache() to support address families by Thomas Graf · 14 years ago
  46. 12b82e4 link/api: Improve API documentation. by Thomas Graf · 14 years ago
  47. 67aeb74 link/api: Convert link info ops to use nl_list_head by Thomas Graf · 14 years ago
  48. 3fa6a6b link: API for address family specific link data by Thomas Graf · 14 years ago
  49. fd857ee link: Support IFLA_NUM_VF attribute by Thomas Graf · 14 years ago
  50. 8970c5c link: Support IFLA_IFALIAS attribute by Thomas Graf · 14 years ago
  51. 59880cb pktloc: support to specify a shift operator for packet locations by Thomas GraF · 14 years ago
  52. 4267d8f classid auto generation if provided tc name does not exist by Thomas Graf · 14 years ago
  53. 7903d6a Support for meta match by Thomas Graf · 14 years ago
  54. c7a6737 text ematch support by Thomas Graf · 14 years ago
  55. f703192 routing rules: adapt to unified routing rules by Thomas Graf · 14 years ago
  56. 1eccb7b Revert "routing rules: mark support" by Thomas Graf · 14 years ago
  57. 873a64e Support for 64bit link counters IFLA_STATS64 by Thomas Graf · 14 years ago
  58. ee88c71 routing rules: mark support by Thomas Graf · 14 years ago
  59. 691905b cgroup classifier improvements by Thomas Graf · 14 years ago
  60. d7a561a Tons of ematch work by Thomas Graf · 14 years ago
  61. 0fe5b29 Extended pktloc to support nbyte locations for ipv6, etc. by Thomas Graf · 14 years ago
  62. 65e386c Packet location updates by Thomas Graf · 14 years ago
  63. b57a697 nl-cls-* tools by Thomas Graf · 14 years ago
  64. 4c6d1c5 Unified TC attributes interface by Thomas Graf · 14 years ago
  65. b9d965b Update include/linux header copies by Thomas Graf · 14 years ago
  66. 8699ba8 nl-class-delete tool by Thomas Graf · 14 years ago
  67. 420438c Remove NL_DUMP_ENV code by Thomas Graf · 14 years ago
  68. 27883b0 nl-class-add tool by Thomas Graf · 14 years ago
  69. 757592e classid database by Thomas Graf · 14 years ago
  70. c0cd587 nl-qdisc-add tool by Thomas Graf · 14 years ago
  71. 2dbc1ca Generic Netlink multicast groups support by dima · 14 years ago
  72. 4ab22cc add user data to change_func_t for caches by Andreas Fett · 14 years ago
  73. 256d7e7 Fix compile warning in nl.c by Thomas Graf · 14 years ago
  74. db5bd57 Packet Location Interface by Thomas Graf · 14 years ago
  75. b3096c4 object: fix attribute comparison by Patrick McHardy · 15 years ago
  76. f5f49c2 addr: restore anycast functions by Patrick McHardy · 15 years ago
  77. cafdaa4 new function nfnl_queue_msg_send_verdict_payload() by Karl Hiramoto · 15 years ago
  78. 27c505e new feature nl_send_iovec(), nl_auto_complete() and code refactoring. by Karl Hiramoto · 15 years ago
  79. 8808743 CLI - Command Line Interface Library by Thomas Graf · 15 years ago
  80. 2ead49f Add support for getting and deleting queueing classes. by olc · 15 years ago
  81. ef858fb - Reworked the classifier interface. by Thomas Graf · 15 years ago
  82. dec2ea3 Declare struct ucred in handlers.h and netlink.h by Pavel Roskin · 15 years ago
  83. a8cd7b6 nl_object_priv() is inline, so define it in the header by Pavel Roskin · 16 years ago
  84. b624b9e Remove obsoleted struct nl_handle definition by Thomas Graf · 16 years ago
  85. 724dfa6 Consistent naming of socket functions by Thomas Graf · 16 years ago
  86. 72aa861 Allow to pass multiple group values to membership functions by Holger Eitzenberger · 16 years ago
  87. 334f551 libnl: nfqueue: add nfqueue specific socket allocation function by Patrick McHardy · 16 years ago
  88. 2bdee95 Add socket flag NL_NO_AUTO_ACK to allow disabling auto ACKS by Thomas Graf · 16 years ago
  89. f42f195 Error handling for rtnl_cls_set_kind() & addition of rtnl_cls_get_ops() by Thomas Graf · 16 years ago
  90. 5d92f9c Use 16bit ints for classifier prio/protocol by Thomas Graf · 16 years ago
  91. 23ee46e Replace NL_KEEP code with proper message reference counting by Thomas Graf · 16 years ago
  92. 13ab244 Remove XML dumping by Thomas Graf · 16 years ago
  93. ff05f2f Fix compile errors when linking against libnl-genl by Thomas Graf · 16 years ago
  94. ab578b9 Improvements to address utilities by Thomas Graf · 16 years ago
  95. 1f66555 <netlink/addr.h> requires <netdb.h> by Thomas Graf · 16 years ago
  96. 473e68e Need <linux/in_route.h> by Thomas Graf · 16 years ago
  97. c48a176 Extend nl_time2int() and rename it to nl_str2msec() by Thomas Graf · 16 years ago
  98. d49018f Introduce nla_strdup() to help parse strings attributes by Thomas Graf · 16 years ago
  99. d844307 Remove old line counting while dumping by Thomas Graf · 16 years ago
  100. 337fbd2 Present port and icmp values in host byte order and beautify printing by Thomas Graf · 17 years ago