1. 88ba11b Merge branch 'master' into net-next by Stephen Hemminger · 8 years ago
  2. 56e3eb4 ip: route: fix multicast route dumps by Nikolay Aleksandrov · 8 years ago
  3. 7abf5de bridge: vlan: add support to display per-vlan statistics by Nikolay Aleksandrov · 8 years ago
  4. 2b68cb7 libgenl: introduce genl_init_handle by Sabrina Dubroca · 8 years ago
  5. f89bb02 Replace malloc && memset by calloc by Phil Sutter · 8 years ago
  6. d17b136 Use C99 style initializers everywhere by Phil Sutter · 8 years ago
  7. d721a14 json_writer: Removed automatic json-object type from the constructor by Anuradha Karuppiah · 8 years ago
  8. d91fb3f Add support for configuring Infiniband GUIDs by Eli Cohen · 8 years ago
  9. 9ba4126 utils: fix hex digits parsing in hexstring_a2n() by Beniamino Galvani · 8 years ago
  10. 609640f utils: provide get_hex to read a hex digit from a char by Sabrina Dubroca · 8 years ago
  11. 9f7401f utils: add get_be{16, 32, 64}, use them where possible by Sabrina Dubroca · 8 years ago
  12. 89ae502 utils: make hexstring_a2n provide the number of hex digits parsed by Sabrina Dubroca · 8 years ago
  13. 57bdf8b Make builds default to quiet mode by David Ahern · 8 years ago
  14. b0a4ce6 ip link: Add support for kernel side filtering by David Ahern · 8 years ago
  15. 4952b45 include: add linked list implementation from kernel by Jiri Pirko · 8 years ago
  16. e9e9365 scrub out whitespace issues by Stephen Hemminger · 8 years ago
  17. 334af76 fix get_addr() and get_prefix() error messages by Marco Varlese · 8 years ago
  18. f63ed3e lib/ll_addr: improve ll_addr_n2a() a bit by Phil Sutter · 8 years ago
  19. 2e96d2c utils: make rt_addr_n2a() non-reentrant by default by Phil Sutter · 8 years ago
  20. a418e45 make format_host non-reentrant by default by Phil Sutter · 8 years ago
  21. a1121aa color: introduce color helpers and COLOR_CLEAR by Phil Sutter · 8 years ago
  22. 72b365e libnetlink: Double the dump buffer size by Phil Sutter · 8 years ago
  23. 4a36b4c iproute2: fix building with musl by Gustavo Zacarias · 9 years ago
  24. 57fdf2d libnetlink: don't print NETLINK_SOCK_DIAG errors in rtnl_talk by Lorenzo Colitti · 9 years ago
  25. c13b6b0 add coverity model file by Stephen Hemminger · 9 years ago
  26. 00a2a17 Merge branch 'master' into net-next by Stephen Hemminger · 9 years ago
  27. 5866bdd ila: Add support for ILA lwtunnels by Tom Herbert · 9 years ago
  28. 6ad355c Merge branch 'master' into net-next by Stephen Hemminger · 9 years ago
  29. ed108cf libnetlink: don't confuse variables in rtnl_talk() by Nicolas Dichtel · 9 years ago
  30. f6793ee {f, m}_bpf: allow for user-defined object pinnings by Daniel Borkmann · 9 years ago
  31. 8e72880 libnetlink: introduce nc_flags by Phil Sutter · 9 years ago
  32. 68ef507 rt_names: style cleanup by Stephen Hemminger · 9 years ago
  33. 13ada95 Add support for rt_tables.d by David Ahern · 9 years ago
  34. 1e5aa99 Merge branch 'master' into net-next by Stephen Hemminger · 9 years ago
  35. b5bb182 lib/utils: improve error messages of get_addr() and get_prefix() by Phil Sutter · 9 years ago
  36. c6646c1 Merge branch 'master' into net-next by Stephen Hemminger · 9 years ago
  37. 303cc9c libnetlink: introduce rta_nest and u8, u16, u64 helpers for nesting within rtattr by Roopa Prabhu · 9 years ago
  38. 0d238ca ip neigh: Add support for filtering dumps by master device by David Ahern · 9 years ago
  39. 39e3d38 batch: support quoted strings by Christophe Gouault · 9 years ago
  40. fcc16c2 provide common json output formatter by Stephen Hemminger · 9 years ago
  41. 9e5ba07 lib/namespace: fix fd leakage in non-error case by Phil Sutter · 9 years ago
  42. 5950ba9 lib/namespace: don't leak fd in error case by Phil Sutter · 9 years ago
  43. ea34366 Replace BSD MAXPATHLEN by POSIX PATH_MAX by Felix Janda · 9 years ago
  44. 03371c7 Merge branch 'master' into net-next by Stephen Hemminger · 9 years ago
  45. c079e12 libnetlink: add size argument to rtnl_talk by Stephen Hemminger · 9 years ago
  46. 449b824 ipmonitor: allows to monitor in several netns by Nicolas Dichtel · 9 years ago
  47. 0628cdd libnetlink: introduce rtnl_listen_filter_t by Nicolas Dichtel · 9 years ago
  48. f7dd7e5 iproute2: Fix typo in get_prefix_1() by Thomas Graf · 9 years ago
  49. d7bd2db ip: Add color output option by Mathias Nyman · 9 years ago
  50. d652ccb netns: allow to dump and monitor nsid by Nicolas Dichtel · 9 years ago
  51. bd733e4 Merge branch 'master' into net-next by Stephen Hemminger · 9 years ago
  52. 8b90a99 tc class: Ignore if default class name file does not exist by Vadim Kochan · 9 years ago
  53. dacc5d4 add basic mpls support to iproute by Eric W. Biederman · 9 years ago
  54. 45c90d1 add address family to/from string helper functions. by Eric W. Biederman · 9 years ago
  55. 0b218ab add support for printing AF_PACKET addresses by Eric W. Biederman · 9 years ago
  56. 71b4d59 make the addr argument of ll_addr_n2a const by Eric W. Biederman · 9 years ago
  57. 26dcdf3 add a source addres length parameter to rt_addr_n2a by Eric W. Biederman · 9 years ago
  58. 106ca27 lib utils: fix family during af_bit_len calculation by Roopa Prabhu · 9 years ago
  59. 4612d04 tc class: Show class names from file by Vadim Kochan · 9 years ago
  60. f3a2ddc lib utils: Use helpers to get AF bit/byte len by Vadim Kochan · 9 years ago
  61. b217df1 ss: Unify socket address output by one generic func by Vadim Kochan · 9 years ago
  62. e998e11 lib: Exec func on each netns by Vadim Kochan · 10 years ago
  63. c3087c1 netns: Rename & move get_netns_fd to lib by Vadim Kochan · 10 years ago
  64. ddb1129 Use one func to print timestamp from nlmsg by Vadim Kochan · 10 years ago
  65. decbb43 libnetlink: add parse_rtattr_one_nested helper by Jiri Pirko · 10 years ago
  66. eb67e44 lib: Add netns_switch func for change network namespace by Vadim Kochan · 10 years ago
  67. 486ccd9 ss: Use rtnl_dump_filter for inet_show_netlink by Vadim Kochan · 10 years ago
  68. 79aa79d ip lib: Added shorter timestamp option by Vadim Kochan · 10 years ago
  69. 8a4025f ss: Use rtnl_dump_filter in handle_netlink_request by vadimk · 10 years ago
  70. b0d30f7 rt_names can't be const by Stephen Hemminger · 10 years ago
  71. f00073e lib names: Add helper func for parse id and name from file by vadimk · 10 years ago
  72. 4e5615b lib names: Use CONFDIR for specify 'group' file path by vadimk · 10 years ago
  73. 1fa804e iproute2: Add support for babel protocol table entry by Dave Taht · 10 years ago
  74. eef43b5 ss: Identify more netlink protocol names by vadimk · 10 years ago
  75. 4d9a264 utils: relax strtoX checking in get_time_rtt by Florian Westphal · 10 years ago
  76. e557212 netlink: extend buffers to 16K by Eric Dumazet · 10 years ago
  77. 1910618 ll_types: add netlink ARPHRD by Daniel Borkmann · 10 years ago
  78. 656111b cleanup warnings by Stephen Hemminger · 10 years ago
  79. 316c234 iproute2: utils: change hexstring_n2a and hexstring_a2n to do not work with ":" by Jiri Pirko · 10 years ago
  80. 81ebcb2 iproute2: use named constants instead of number literals to fill rtnl_rttable_hash by Masatake YAMATO · 10 years ago
  81. 58ed50e iproute2: use named constants instead of number literals to fill rtnl_rtscope_tab by Masatake YAMATO · 10 years ago
  82. aa574cd vxlan: add ipv6 support by WANG Cong · 11 years ago
  83. 4e20cc5 ipv6 gre: add entry to ether types by Stephen Hemminger · 11 years ago
  84. c4fdf75 ip link: fix display of interface groups by Stefan Tomanek · 11 years ago
  85. 8fd8f6e ip: iplink_vlan: add 802.1ad support by Patric McHardy · 11 years ago
  86. bcb9d40 ip: set the close-on-exec flag for descriptors by Andrey Vagin · 11 years ago
  87. c083d99 iproute2: fix build failure on sparc due to -Wformat and tv_usec by Andreas Henriksson · 11 years ago
  88. 63338dc libnetlink: Use ifinfomsg instead of rtgenmsg in rtnl_wilddump_req_filter by Alexander Duyck · 11 years ago
  89. 697ac63 utils: fix range checking for get_u32/get_u64 et all by Stephen Hemminger · 11 years ago
  90. 0025e5d ll_map: add name and index hash by Stephen Hemminger · 11 years ago
  91. 16f02e1 libnetlink: check flag NLM_F_DUMP_INTR during dumps by Nicolas Dichtel · 11 years ago
  92. 5f21823 ll_map: use net/if.h to get prototype by Stephen Hemminger · 11 years ago
  93. 3e26112 ll_map: remove unused address fields by Stephen Hemminger · 11 years ago
  94. b1b7ce0 bridge: Add support for printing bridge port attributes by Vlad Yasevich · 11 years ago
  95. 9eff0e5 bridge: Add vlan configuration support by Vlad Yasevich · 11 years ago
  96. 257422f rtnl_wilddump_request: fix alignment issue for embedded platforms by Lutz Jaenicke · 12 years ago
  97. 46ac8a5 lib: make string arguments const by Stephen Hemminger · 11 years ago
  98. 5bd9dd4 include needed files by Strake · 12 years ago
  99. 691c8a6 lib: include the Config file too by Mike Frysinger · 12 years ago
  100. 2c389b0 iproute2: drop libresolv by Andreas Henriksson · 12 years ago