1. bedfabd libiproute: use stdout directly instead of passing it as a parameter by Denis Vlasenko · 17 years ago
  2. 3e57adb libiproute: style fixes, and using smallint as appropriate by Denis Vlasenko · 17 years ago
  3. ed6a49c ip: stop propagating argc; optimize ip_parse_common_args by Denis Vlasenko · 17 years ago
  4. dfc0740 ll_types.c: optimize link type table, make it conditional by Denis Vlasenko · 17 years ago
  5. 605b20e replace printf with fputs where appropriate by Denis Vlasenko · 17 years ago
  6. 6ca409e trylink: produce even more info about final link stage by Denis Vlasenko · 17 years ago
  7. 990d0f6 Replace index_in_[sub]str_array with index_in_[sub]strings, by Denis Vlasenko · 17 years ago
  8. b71c668 style fix (stray space before ';') by Denis Vlasenko · 17 years ago
  9. fb79a2e xioctl and friends by Tito <farmatito@tiscali.it> by Denis Vlasenko · 17 years ago
  10. cd0e80c - move iprule and ipaddress from matches() to index_in_str_array by Bernhard Reutner-Fischer · 17 years ago
  11. 9a7d38f delete tons of extra #includes by Denis Vlasenko · 18 years ago
  12. b290889 - add xsendto and use where appropriate; shrink iplink; sanitize libiproute a bit. by Bernhard Reutner-Fischer · 18 years ago
  13. 540a2a1 libiproute: audit callgraph, shortcut error paths into die() functions. by Denis Vlasenko · 18 years ago
  14. 98ee06d stop using __u32 etc. uint32_t is there for a reason by Denis Vlasenko · 18 years ago
  15. bf66fbc introduce LONE_CHAR (optimized strcmp with one-char string) by Denis Vlasenko · 18 years ago
  16. 9f73944 inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid] by Denis Vlasenko · 18 years ago
  17. 229b3d2 do not overflow ifr_name. maybe it was safe in some places, by Denis Vlasenko · 18 years ago
  18. 921f5df - add 'ip rule' support. First take.. by Bernhard Reutner-Fischer · 18 years ago
  19. 5af906e rename: compare_string_array -> index_in_str_array by Denis Vlasenko · 18 years ago
  20. 940b2e4 ip: "ip addr del" and "ip addr delete" both should work by Denis Vlasenko · 18 years ago
  21. c6f188d silly size savings and capitalization fixes by Denis Vlasenko · 18 years ago
  22. 63fc1a9 Standardize on the vi editing directives being on the first line. by "Robert P. J. Day" · 18 years ago
  23. 19008b8 - reuse strings and messages. Saves about 600B by Bernhard Reutner-Fischer · 19 years ago
  24. ecae66a Header cleanup: don't #include headers that libbb.h already includes. by Rob Landley · 19 years ago
  25. 7723019 Patch from Bernhard Fischer to remove some useless bits. by Rob Landley · 19 years ago
  26. dfba741 Robert P. Day removed 8 gazillion occurrences of "extern" on function by Rob Landley · 19 years ago
  27. 0a7c8ef Patch from Denis Vlasenko to constify things and fix a few typos. by Rob Landley · 19 years ago
  28. d78aea8 sort out yet more type issues by Eric Andersen · 19 years ago
  29. 20f4000 - add some ATTRIBUTE_UNUSED. - use shorter boilerplate while at it. by Bernhard Reutner-Fischer · 19 years ago
  30. c1ef7bd just whitespace by Tim Riker · 19 years ago
  31. 2f0a5f9 restore compare_string_array new interface (make broken by landley) by "Vladimir N. Oleynik" · 19 years ago
  32. 1d62d3b - make libiproute compile.. by Bernhard Reutner-Fischer · 19 years ago
  33. 14f5c8d Patch from Bernhard Fischer to make a bunch of symbols static by Eric Andersen · 20 years ago
  34. c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 21 years ago
  35. cad5364 Major coreutils update. by Manuel Novoa III · 22 years ago
  36. 66a3af9 This seems sufficient for ifup and ifdown to actually work by Eric Andersen · 22 years ago
  37. 8004bb7 Eliminate use of kernel header file -Erik by Eric Andersen · 22 years ago
  38. d66370c Option to allow ifupdown use ip commands instead of ifconfig, add flush by Glenn L McGrath · 22 years ago
  39. 275be87 Only included headers that are used. by Glenn L McGrath · 22 years ago
  40. 84cc4e7 undefine sysinfo to prevent breakage on ia64 by Glenn L McGrath · 22 years ago
  41. 2626ef6 Use compare_string_array in ipaddress to save a few bytes, minor cleanups by Glenn L McGrath · 22 years ago
  42. f112daa Enable ip commands to be compiled seperate from ip, modifed patch from Bastian Blank by Glenn L McGrath · 22 years ago
  43. df72536 Use error_msg instead of fprintf(stderr by Glenn L McGrath · 22 years ago
  44. 9a2d272 IP applet by Bastian Blank <waldi@debian.org> by Glenn L McGrath · 22 years ago