1. 471688e Temporarily disable gc-sections optimization by Dmitriy Ivanov · 9 years ago
  2. 6fc3c74 Clang has no variable length array in structure. by Chih-Hung Hsieh · 10 years ago
  3. 3738769 Define a writeable CONFDIR for iproute2. by Sreeram Ramachandran · 10 years ago
  4. 98f709f Hide all warnings from this project by Kristian Monsen · 11 years ago
  5. 1c7928f Use relative path for private includes by Yegor Yefremov · 11 years ago
  6. 85d633f Add NOTICE and MODULE_LICENSE files for every Android.mk by Wei Zhong · 12 years ago
  7. 942d17f For issue #2651381, allow library prelinking. by Dan Bornstein · 14 years ago
  8. 6644900 iproute2: Build tc and netlink/util libs by San Mehat · 14 years ago
  9. fb72129 iproute2 - Don't hardcode the path to config files by Christoph J. Thompson · 12 years ago
  10. bd886eb iproute2: Add netlink attribute to filter dump requests by Rose, Gregory V · 12 years ago
  11. 30d10db utils: add s32 parser by Hagen Paul Pfeifer · 12 years ago
  12. aa38c3e using NLM_F_DUMP flag constant in libnetlink.c by Masatake YAMATO · 12 years ago
  13. cd70f3f libnetlink: remove unused junk callback by Stephen Hemminger · 12 years ago
  14. 2aa3dd2 libnetlink: add more attribute functions by Stephen Hemminger · 12 years ago
  15. 6cf8398 libnetlink: change rtnl_send() to take void * by Stephen Hemminger · 12 years ago
  16. 97c1358 Fix file descriptor leak on error in rtnl_hash_initialize() by Thomas Jarosch · 13 years ago
  17. 75dbf13 Add LLDP to ethernet type table by Stephen Hemminger · 13 years ago
  18. 21a85d3 Fix test for EOF on continuation line by Stephen Hemminger · 13 years ago
  19. 2dd9f8e libnetlink: fix set never used warning by Stephen Hemminger · 13 years ago
  20. d5b7420 Remove #ifdef's by Stephen Hemminger · 13 years ago
  21. 81d03dc iproute: rename 'get_jiffies' since it uses msecs by Gerrit Renker · 13 years ago
  22. 9b2cdc0 iproute: fix unit conversion of rtt/rttvar/rto_min by Gerrit Renker · 13 years ago
  23. 94089ef utils: get_jiffies always uses base=0 by Gerrit Renker · 13 years ago
  24. f960c92 iproute2: support listing devices by group by Vlad Dogaru · 13 years ago
  25. 4b3385f Cleanup ll_map by Stephen Hemminger · 14 years ago
  26. 3056423 iproute2: initialize the ll_map only once by Octavian Purdila · 14 years ago
  27. 1e21ea7 Increase size of ifindex hash heads by Stephen Hemminger · 14 years ago
  28. 3bc1c4f iproute2: Fix filtering related to flushing IP addresses. by Ben Greear · 14 years ago
  29. 4dbda0f Update ARP header type table by Stephen Hemminger · 14 years ago
  30. 9ec0e89 dnet: fix strict aliasing warnings by Mike Frysinger · 14 years ago
  31. 24abb62 iproute2: fix addrlabel interface names handling by Florian Westphal · 14 years ago
  32. 800b444 ip: correctly report tunnel link type by Jan Engelhardt · 14 years ago
  33. 6e46ec8 libnetlink: Modify the parser to track first duplicated attributes by Williams, Mitch A · 14 years ago
  34. b49240e flush secondary addresses before primary ones by Simon Horman · 15 years ago
  35. 6837f77 iproute2: use -fPIC in lib/ by Andreas Henriksson · 15 years ago
  36. ee7ba98 iproute2: Add ll_index_to_addr function by David Ward · 15 years ago
  37. 232642c Remove Changes: comments by Stephen Hemminger · 15 years ago
  38. e03dcc0 iproute2: Support 20-byte link layer address in idxmap by David Ward · 15 years ago
  39. 7f03191 iproute uses too small of a receive buffer by Patrick McHardy · 15 years ago
  40. 24f3818 Fix flushing code - rtnl_send_check by Sven Anders · 15 years ago
  41. 2d8240f Fix flushing of large number of entries by Stephen Hemminger · 15 years ago
  42. 98f9a1d Add support Controller Area Network by Oliver Hartkopp · 15 years ago
  43. 1e659af Add DHCP as routing protocol by Stephen Hemminger · 15 years ago
  44. cafa6c8 Restore old address parsing but with checking by Stephen Hemminger · 16 years ago
  45. 94afda7 Compatiable network abbreviation support by Stephen Hemminger · 16 years ago
  46. 2ca4abd ip: abbreviation of network-prefix is no longer possible with ip route by Andreas Henriksson · 16 years ago
  47. 516ffb6 Use inet_pton to read ipv4 addresses by Stephen Hemminger · 16 years ago
  48. 7dec1bf Fix bad hash calculation because of signed address by Stephen Hemminger · 16 years ago
  49. 10bd7e8 add support for matching AOE and CAN ether types by Stephen Hemminger · 16 years ago
  50. f31a37f fix problem caused by rtnl_send checks by Stephen Hemminger · 16 years ago
  51. 54bb35c poll for errors after rtnl_send by Stephen Hemminger · 16 years ago
  52. aa8032e libnetlink: don't spin forever on receive error by Stephen Hemminger · 16 years ago
  53. 6b1ac65 add decode of match rules by Stephen Hemminger · 16 years ago
  54. 4b270b1 Fix dotted quad for bit order by Stephen Hemminger · 17 years ago
  55. 5a0d1cb iproute2: support dotted-quad netmask notation. by Andreas Henriksson · 17 years ago
  56. 037c635 Fix off by one in nested attribute management. by Stephen Hemminger · 17 years ago
  57. d21e883 Fix corruption when using batch files with comments and broken lines. by Andreas Henriksson · 17 years ago
  58. 54e0b2e rto support for ip command by Rick Jones · 17 years ago
  59. 2f90c9c IPROUTE2: RTNETLINK nested attributes by Patrick McHardy · 17 years ago
  60. dcb283c iproute2: Support IFF_LOWER_UP and IFF_DORMANT by Thomas Graf · 17 years ago
  61. 0280ef8 iproute2: Format IPv6 tunnels endpoints nicely. by David Lamparter · 17 years ago
  62. fc537c2 ip: add support for displaying link types 802 and 803 by Pavel Roskin · 17 years ago
  63. b16621c incorrect initialization by Stephen Hemminger · 17 years ago
  64. ae665a5 Remove trailing whitespace by Stephen Hemminger · 18 years ago
  65. 9626dfd Add more includes by Stephen Hemminger · 18 years ago
  66. 887a5d0 Display local route table name correctly in output of: ip ru by Boian Bonev · 18 years ago
  67. 3bfa73f rtnl fd check by Stephen Hemminger · 18 years ago
  68. 34e9564 Add support for larger number of routing tables by Patrick McHardy · 18 years ago
  69. 9c47d87 Use hash for routing table name cache by Patrick McHardy · 18 years ago
  70. 40b6c62 Add more rtproto values by shemminger · 18 years ago
  71. 4cca16f Fix endless loop in netlink error handling. by shemminger · 18 years ago
  72. fb22975 When assigning an ip address to an ethernet adapter, the newest by shemminger · 19 years ago
  73. 8ed63ab Fix leaks and warnings reported by valgrind. by shemminger · 19 years ago
  74. 351efcd Update header files to 2.6.14 by shemminger · 19 years ago
  75. f332d16 Cleanup GCC4 warnings about signedness. by shemminger · 19 years ago
  76. 99f830d Device indices are unsigned and use if_nametoindex as fallback by shemminger · 19 years ago
  77. 90f9302 Monitor time patch from Masahide NAKAMURA by shemminger · 19 years ago
  78. 3dabdbb Import patch netlink-align by net[shemminger]!shemminger · 19 years ago
  79. f082b64 Import patch addr-del by net[shemminger]!shemminger · 19 years ago
  80. 5e8bc63 Import patch iproute2-hz by net[shemminger]!shemminger · 19 years ago
  81. 1362865 Import patch iband.patch by net[shemminger]!shemminger · 19 years ago
  82. 175e244 gcc 2.95 compile fix. by osdl.net!shemminger · 19 years ago
  83. fb9b1d0 fix potential memory corruption by osdl.net!shemminger · 19 years ago
  84. 07f9436 Use NLMSG_TAIL and add addraw_l by 6!tgraf · 19 years ago
  85. 50772dc Add ip rule flush capabilty and fix all the prototype changes by osdl.net!shemminger · 20 years ago
  86. 6dc9f01 make all filtering handles take const args. by osdl.net!shemminger · 20 years ago
  87. 007d3a3 Bigger send/receive buf. by osdl.net!shemminger · 20 years ago
  88. c769987 Import patch ipxfrm-20040707_2.diff by net[shemminger]!shemminger · 20 years ago
  89. e118535 Delete: lib/inet_pton.c by osdl.net!shemminger · 20 years ago
  90. 1eb71f2 Delete: lib/inet_ntop.c by osdl.net!shemminger · 20 years ago
  91. ea7436f more build problems on older systems. by osdl.org!shemminger · 20 years ago
  92. a7452b2 Solve build problems on older systems. by osdl.org!shemminger · 20 years ago
  93. 5dfe556 Need this when not using kernel headers. by osdl.org!shemminger · 20 years ago
  94. b88fd9f Build fixes for 2.4 and align functions with protos use initializers. by osdl.org!shemminger · 20 years ago
  95. 010b0f6 Import patch iproute2-2.4.7-default.patch by org[shemminger]!shemminger · 20 years ago
  96. 10f57ef Import patch iproute2-2.4.7-netlink.patch by org[shemminger]!shemminger · 20 years ago
  97. 4094db7 const char * by osdl.org!shemminger · 20 years ago
  98. aba5acd (Logical change 1.3) by osdl.org!shemminger · 20 years ago
  99. 86fdf0e Initial revision by osdl.org!shemminger · 20 years ago