1. 9947650 Remove "select PLATFORM_LINUX" by Denys Vlasenko · 2 years ago
  2. 77216c3 Fix non-Linux builds by Samuel Thibault · 2 years, 2 months ago
  3. c28313b ip: added support for setting netns on devices by Nicholas Niro · 4 years, 8 months ago
  4. 965b795 decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nilly by Denys Vlasenko · 4 years ago
  5. eecd6f7 ip rule: add support for fwmark/fwmask for policy routing by Rui Salvaterra · 4 years, 4 months ago
  6. 5c69ad0 build system: drop PLATFORM_LINUX by Ron Yorston · 4 years, 4 months ago
  7. 31d34f3 ip: Add support for "noprefixroute" option by Christian Eggers · 4 years, 6 months ago
  8. b097a84 config: update size information by Denys Vlasenko · 6 years ago
  9. 3759516 ip: tweak --help text by Denys Vlasenko · 6 years ago
  10. 3936222 remove stray newline in "iplink --help" by Denys Vlasenko · 7 years ago
  11. e789c3b iplink: implement support for selecting a master interface by Jan Luebbe · 7 years ago
  12. 79cda95 ip link: support "add TYPE vrf", improve --help by Jan Luebbe · 7 years ago
  13. b63afea ip,ip*: make them NOEXEC by Denys Vlasenko · 7 years ago
  14. 68b653b config: trim/improve item names and help texts, take 2 by Denys Vlasenko · 7 years ago
  15. 72089cf config: deindent all help texts by Denys Vlasenko · 7 years ago
  16. 4eed2c6 Update menuconfig items with approximate applet sizes by Denys Vlasenko · 7 years ago
  17. 7121bb8 ipaddress: tweak help text more: mention "brd +" syntax by Denys Vlasenko · 8 years ago
  18. 4eaa0f7 ipaddress: tweak help text by Denys Vlasenko · 8 years ago
  19. d5342a1 iproute: support advmss option by Denys Vlasenko · 8 years ago
  20. 1140bf3 iproute: update help text, add commented-out code for unsupported options by Denys Vlasenko · 8 years ago
  21. 2d4823b iplink: implement "set promisc on|off". Closes 4682 by Denys Vlasenko · 8 years ago
  22. a7386bb ip link: tidying up by Denys Vlasenko · 8 years ago
  23. 1238988 ip: better --help by Denys Vlasenko · 8 years ago
  24. 8908c1d more ip --help fixes by Denys Vlasenko · 8 years ago
  25. f3d705f make --help texts smaller by Denys Vlasenko · 8 years ago
  26. 7c5dea3 ip: make ip aliases individually selectable by Denys Vlasenko · 8 years ago
  27. 6bfab0c ipneigh: add this shortcur similar to other "ip <CMD>" shortcuts by Denys Vlasenko · 8 years ago
  28. 47367e1 Convert all networking/* applets to "new style" applet definitions by Denys Vlasenko · 8 years ago
  29. 6993470 networking: add 'ip neigh' command by Curt Brune · 9 years ago
  30. 6a7cd3d ip addr: support change and replace commands by Michael Tokarev · 10 years ago
  31. 53782d9 iproute: fix help text by Denys Vlasenko · 13 years ago
  32. 6642676 *: remove "Options:" string from help texts by Denys Vlasenko · 14 years ago
  33. 5bc8c00 move remaining help text from include/usage.src.h by Pere Orga · 14 years ago
  34. fb132e4 whitespace cleanup by Denys Vlasenko · 14 years ago
  35. 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
  36. 2e9b551 libiproute: code shrink by adding FAST_FUNC by Denys Vlasenko · 14 years ago
  37. e0a6220 ip: fix "ip r" breakage by Denys Vlasenko · 14 years ago
  38. 5e34ff2 *: mass renaming of USE_XXXX to IF_XXXX by Denis Vlasenko · 16 years ago
  39. 3246c0d iproute: fix ipXXX utilities trying to parse their applet name by Denis Vlasenko · 16 years ago
  40. 6c4dade - update my name. No obj-code changes ;) by Bernhard Reutner-Fischer · 16 years ago
  41. a60f84e *: rename ATTRIBUTE_XXX to just XXX. by Denis Vlasenko · 16 years ago
  42. 2570b2e whitespace fixes by Denis Vlasenko · 17 years ago
  43. 68404f1 *: add -Wunused-parameter; fix resulting breakage by Denis Vlasenko · 17 years ago
  44. e3cbfb9 vi: introduce FEATURE_VI_8BIT (as vi currently is not Unicode capable, by Denis Vlasenko · 17 years ago
  45. ed6a49c ip: stop propagating argc; optimize ip_parse_common_args by Denis Vlasenko · 17 years ago
  46. 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
  47. 6ca409e trylink: produce even more info about final link stage by Denis Vlasenko · 17 years ago
  48. 990d0f6 Replace index_in_[sub]str_array with index_in_[sub]strings, by Denis Vlasenko · 17 years ago
  49. b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 18 years ago
  50. d46e6d1 fix trivial compile errors found by randomconfig run by Denis Vlasenko · 18 years ago
  51. 07c394e - mv ip*_main into ip.c; use a dispatcher to save on needless duplication. by Bernhard Reutner-Fischer · 18 years ago
  52. e87d795 - rewrite the ip applet to be less bloaty by Bernhard Reutner-Fischer · 18 years ago
  53. 540a2a1 libiproute: audit callgraph, shortcut error paths into die() functions. by Denis Vlasenko · 18 years ago
  54. 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 18 years ago
  55. fd94efa fix numbering in switch(): we don't have "del" anymore, by Denis Vlasenko · 18 years ago
  56. 921f5df - add 'ip rule' support. First take.. by Bernhard Reutner-Fischer · 18 years ago
  57. 5af906e rename: compare_string_array -> index_in_str_array by Denis Vlasenko · 18 years ago
  58. 63fc1a9 Standardize on the vi editing directives being on the first line. by "Robert P. J. Day" · 18 years ago
  59. d35ef0f More removal of "#if 0" content. by "Robert P. J. Day" · 18 years ago
  60. 19008b8 - reuse strings and messages. Saves about 600B by Bernhard Reutner-Fischer · 19 years ago
  61. ab18782 * uniq.c: remove unneeded include and use short boilerplate. by Bernhard Reutner-Fischer · 19 years ago
  62. 19efb3d Fix compile error if CONFIG_FEATURE_IP_ADDR isnt enabled by Glenn L McGrath · 21 years ago
  63. cad5364 Major coreutils update. by Manuel Novoa III · 22 years ago
  64. f112daa Enable ip commands to be compiled seperate from ip, modifed patch from Bastian Blank by Glenn L McGrath · 22 years ago
  65. 9a2d272 IP applet by Bastian Blank <waldi@debian.org> by Glenn L McGrath · 22 years ago