1. e6a2f4c libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it by Denys Vlasenko · 9 years ago
  2. ce4bc1e iproute: support "scope". Closes 8561 by Denys Vlasenko · 9 years ago
  3. 926d801 libiproute: make rt_addr_n2a() and format_host() return auto strings by Denys Vlasenko · 9 years ago
  4. 0f296a3 libiproute: rename invarg(a,b) to invarg_1_to_2(a,b) by Denys Vlasenko · 9 years ago
  5. 6993470 networking: add 'ip neigh' command by Curt Brune · 9 years ago
  6. 3d8d5e8 libiproute: use itoa() where appropriate by Denys Vlasenko · 9 years ago
  7. 1a11439 iproute: support onelink route option and print route flags by Michael Tokarev · 10 years ago
  8. 5d2e409 libbb: use a wrapper around sysconf(_SC_CLK_TCK) to save a few bytes by Bartosz Golaszewski · 10 years ago
  9. 3bb235c iproute: fix parsing and matching of of "short" IP addrs like 10/8 by Denys Vlasenko · 14 years ago
  10. e3ece78 fix trivial build failure by Denys Vlasenko · 14 years ago
  11. f133471 iproute: fix handling of "dev IFACE" selector by Denys Vlasenko · 14 years ago
  12. 3bbfb58 ip: Fix command line option parsing of "ip route get ..." by Christian Hornung · 14 years ago
  13. fb132e4 whitespace cleanup by Denys Vlasenko · 14 years ago
  14. 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
  15. 2e9b551 libiproute: code shrink by adding FAST_FUNC by Denys Vlasenko · 14 years ago
  16. 651a269 *: merge some common strings by Denys Vlasenko · 15 years ago
  17. 36659fd *: fix 1/4 remaining aliasing warnings by Denys Vlasenko · 15 years ago
  18. 6b9f163 *: style fixes. no code changes (verified with objdump) by Denys Vlasenko · 15 years ago
  19. ffc4bce libiproute: eliminate unused fields in struct filter_t's; style fixes by Denys Vlasenko · 15 years ago
  20. 6331cf0 *: use "can't" instead of "cannot" by Denys Vlasenko · 15 years ago
  21. d31575a libiproute/*: code shrink by Denys Vlasenko · 15 years ago
  22. d5f1b1b *: add FAST_FUNC to function ptrs where it makes sense by Denys Vlasenko · 16 years ago
  23. 5e34ff2 *: mass renaming of USE_XXXX to IF_XXXX by Denis Vlasenko · 16 years ago
  24. 76140a7 networking/libiproute/*: code shrink by optimizing numeric conversions by Denis Vlasenko · 16 years ago
  25. 578de86 - route metric support (Natanael Copa) Adds about 75b by Bernhard Reutner-Fischer · 16 years ago
  26. 5415c85 libbb: [x]fopen_for_{read,write} introduced and used. (by Valdimir) by Denis Vlasenko · 16 years ago
  27. a60f84e *: rename ATTRIBUTE_XXX to just XXX. by Denis Vlasenko · 16 years ago
  28. 0db2c2e libiproute: print_route() always uses stdout, do not pass FILE pointer to it. by Denis Vlasenko · 16 years ago
  29. 7049ff8 whitespace fixes. no code changes by Denis Vlasenko · 16 years ago
  30. 9de4622 - make the first arg of the filter function passed to rtnl_dump_filter constant by Bernhard Reutner-Fischer · 17 years ago
  31. 52a8d97 ip: make numeric table work: "ip route list table 255". closes bug 3664. by Denis Vlasenko · 17 years ago
  32. 3e57adb libiproute: style fixes, and using smallint as appropriate by Denis Vlasenko · 17 years ago
  33. f90ab18 *: use fopen_or_warn in few more places by Denis Vlasenko · 17 years ago
  34. 83c4422 ip route: "ip route" was misbehaving (extra argv+1 ate 1st env var) by Denis Vlasenko · 17 years ago
  35. 79c6904 ip route: add comment, no code changes by Denis Vlasenko · 17 years ago
  36. 186c2b3 iproute: fix a bug where "ip r flush table main" was rejected, by Denis Vlasenko · 17 years ago
  37. ed6a49c ip: stop propagating argc; optimize ip_parse_common_args by Denis Vlasenko · 17 years ago
  38. 1eecaf2 libiproute: add missing break's by Denis Vlasenko · 17 years ago
  39. 6ca409e trylink: produce even more info about final link stage by Denis Vlasenko · 17 years ago
  40. 990d0f6 Replace index_in_[sub]str_array with index_in_[sub]strings, by Denis Vlasenko · 17 years ago
  41. 9a7d38f delete tons of extra #includes by Denis Vlasenko · 18 years ago
  42. ab51bf4 - fix compilation when ENABLE_FEATURE_IP_RULE was off by Bernhard Reutner-Fischer · 18 years ago
  43. c98c317 - shrink iproute a bit (-200 bytes). Untested by Bernhard Reutner-Fischer · 18 years ago
  44. b290889 - add xsendto and use where appropriate; shrink iplink; sanitize libiproute a bit. by Bernhard Reutner-Fischer · 18 years ago
  45. 50f7f44 bb_full_fd_action: remove potential xmalloc from NOFORK path by Denis Vlasenko · 18 years ago
  46. 12c96a6 - set the scope properly. Thanks to Jean Wolter, who wrote: by Bernhard Reutner-Fischer · 18 years ago
  47. 540a2a1 libiproute: audit callgraph, shortcut error paths into die() functions. by Denis Vlasenko · 18 years ago
  48. 89ef65f preparatory patch for -Wwrite-strings #5 by Denis Vlasenko · 18 years ago
  49. fd94efa fix numbering in switch(): we don't have "del" anymore, by Denis Vlasenko · 18 years ago
  50. f7996f3 Trailing whitespace removal over entire tree by Denis Vlasenko · 18 years ago
  51. c519320 iproute: remove double get_hz optimization by Denis Vlasenko · 18 years ago
  52. 13463af remove commented out #includes etc move get_hz to the only caller by Denis Vlasenko · 18 years ago
  53. 98ee06d stop using __u32 etc. uint32_t is there for a reason by Denis Vlasenko · 18 years ago
  54. cda6c63 re-applying first post-1.3.x change version change to 1.4.0.svn by Denis Vlasenko · 18 years ago
  55. 44b2ea7 back out last change - need to make busybox-1_3-stable branch first by Denis Vlasenko · 18 years ago
  56. 728534b - table support for ip route by Bernhard Reutner-Fischer · 18 years ago
  57. 5af906e rename: compare_string_array -> index_in_str_array by Denis Vlasenko · 18 years ago
  58. 9225854 mostly style fixes by Denis Vlasenko · 18 years ago
  59. c6f188d silly size savings and capitalization fixes by Denis Vlasenko · 18 years ago
  60. c16bd21 silly switch style fix by Denis Vlasenko · 18 years ago
  61. 3538b9a Implement optional syslog logging using ordinary by Denis Vlasenko · 18 years ago
  62. 19008b8 - reuse strings and messages. Saves about 600B by Bernhard Reutner-Fischer · 19 years ago
  63. ecae66a Header cleanup: don't #include headers that libbb.h already includes. by Rob Landley · 19 years ago
  64. 7723019 Patch from Bernhard Fischer to remove some useless bits. by Rob Landley · 19 years ago
  65. 9a67ca3 - janitorial: include proper prototypes in libiproute. by Bernhard Reutner-Fischer · 19 years ago
  66. d78aea8 sort out yet more type issues by Eric Andersen · 19 years ago
  67. c1ef7bd just whitespace by Tim Riker · 19 years ago
  68. 86f5c99 - add platform.h. - use shorter boilerplate while at it. by Bernhard Reutner-Fischer · 19 years ago
  69. d1d23a6 - mark argument who of print_route as unused. by Bernhard Reutner-Fischer · 19 years ago
  70. 2f0a5f9 restore compare_string_array new interface (make broken by landley) by "Vladimir N. Oleynik" · 19 years ago
  71. ab18782 * uniq.c: remove unneeded include and use short boilerplate. by Bernhard Reutner-Fischer · 19 years ago
  72. 5dc0cee applying fix for: 0000203: 'ip route flush cache' not implemented by Paul Fox · 19 years ago
  73. 4014ab1 Set default command to list rather than get, its default behaviour now by Glenn L McGrath · 20 years ago
  74. c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 21 years ago
  75. 1a773a6 Manousaridis Angelos writes: by Eric Andersen · 21 years ago
  76. fbf0b8a iPatch from waldi, fixes usage of ip route flush (from)? (match|exact) by Glenn L McGrath · 22 years ago
  77. cad5364 Major coreutils update. by Manuel Novoa III · 22 years ago
  78. 4a4c677 Patch from Bastian Blank by Glenn L McGrath · 22 years ago
  79. 275be87 Only included headers that are used. by Glenn L McGrath · 22 years ago
  80. 18eae00 Save a few more bytes by Glenn L McGrath · 22 years ago
  81. c82f232 Save a hundred bytes or so on the do_iproute function by Glenn L McGrath · 22 years ago
  82. e3e2a7b Syntax error by Glenn L McGrath · 22 years ago
  83. 1652855 Style, error_msg by Glenn L McGrath · 22 years ago
  84. 9048ae5 Use standard error messages by Glenn L McGrath · 22 years ago
  85. 5780adb Patch from Bastian Blank: by Eric Andersen · 22 years ago
  86. 9a2d272 IP applet by Bastian Blank <waldi@debian.org> by Glenn L McGrath · 22 years ago