1. db31c63 ipaddress: better formatting, no code changes by Denys Vlasenko · 9 years ago
  2. 6a7cd3d ip addr: support change and replace commands by Michael Tokarev · 10 years ago
  3. 8dff01d libbb: introduce and use is_prefixed_with() by Denys Vlasenko · 10 years ago
  4. 1a11439 iproute: support onelink route option and print route flags by Michael Tokarev · 10 years ago
  5. 5d2e409 libbb: use a wrapper around sysconf(_SC_CLK_TCK) to save a few bytes by Bartosz Golaszewski · 10 years ago
  6. ecd8c3a ip link: add support for "address ETHADDR". Closes 4862 by Denys Vlasenko · 11 years ago
  7. 731f596 iplink: fix build with kernel versions prior to 2.6.23 by Eugene Rudoy · 11 years ago
  8. ec2bef1 iplink: comment out include <net/if_packet.h> by Denys Vlasenko · 11 years ago
  9. 2ead531 iplink: fix build error (IFLA_VLAN_PROTOCOL defined before include) by Denys Vlasenko · 11 years ago
  10. a7ecbed ip link: add VLAN support by Patrick McHardy · 11 years ago
  11. 9b58fe9 ip: code shrink by Denys Vlasenko · 11 years ago
  12. 60cb48c whitespace cleanup. no code changes by Denys Vlasenko · 12 years ago
  13. 5f10fdf Fix compile failure in ll_proto.c by Denys Vlasenko · 12 years ago
  14. 405daff ll_proto.c: code shrink by Denys Vlasenko · 12 years ago
  15. b307eab iplink: tweak includes to work on android by Denys Vlasenko · 14 years ago
  16. f533ec8 *: simplify Ethernet header includes by Dan Fandrich · 14 years ago
  17. cfbd31a add include <sys/socket.h> by Denys Vlasenko · 14 years ago
  18. da4441c fix libiproute compile with kernel headers < 2.6.17 by Stefan Seyfried · 14 years ago
  19. 3bb235c iproute: fix parsing and matching of of "short" IP addrs like 10/8 by Denys Vlasenko · 14 years ago
  20. e3ece78 fix trivial build failure by Denys Vlasenko · 14 years ago
  21. f133471 iproute: fix handling of "dev IFACE" selector by Denys Vlasenko · 14 years ago
  22. 3bbfb58 ip: Fix command line option parsing of "ip route get ..." by Christian Hornung · 14 years ago
  23. 11872ca networking/*: remove superfluous comments by Denys Vlasenko · 14 years ago
  24. fb132e4 whitespace cleanup by Denys Vlasenko · 14 years ago
  25. e4dcba1 *: whitespace fixes by Denys Vlasenko · 14 years ago
  26. 0004e99 better shared strings trick by Denys Vlasenko · 14 years ago
  27. c71ec70 iplink: another compat #ifndef/#define tweak by Denys Vlasenko · 14 years ago
  28. b276e41 ip: add a #define for older kernels by Denys Vlasenko · 14 years ago
  29. 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
  30. ba2dccc *: trailing empty lines removed by Denys Vlasenko · 14 years ago
  31. 2e9b551 libiproute: code shrink by adding FAST_FUNC by Denys Vlasenko · 14 years ago
  32. b78ac5a libnetlink: code shrink by Natanael Copa · 14 years ago
  33. fd74451 ip a: fix SEGV if "dev IFACE" is not specified by Denys Vlasenko · 14 years ago
  34. d70e0e9 *: add INSERTs to *.src files where appropriate by Denys Vlasenko · 15 years ago
  35. da929a9 mass renaming Kbuild -> Kbuild.src, Config.in -> Config.src by Denys Vlasenko · 15 years ago
  36. eb29e91 trivial fixes: use uint8_t, not __u8; fix defconfig for fgconsole by Denys Vlasenko · 15 years ago
  37. c5f30c0 ip addr: shrink by Bernhard Reutner-Fischer · 15 years ago
  38. cc4493a ip addr: unify parsing args by Bernhard Reutner-Fischer · 15 years ago
  39. 1b35498 ip rule: unify parsing args by Bernhard Reutner-Fischer · 15 years ago
  40. 96913f9 ip tunnel: unify parsing args; no obj-code changes by Bernhard Reutner-Fischer · 15 years ago
  41. ab0e412 ip link: add qlen by Bernhard Reutner-Fischer · 15 years ago
  42. d148e48 iplink: shrink by Bernhard Reutner-Fischer · 15 years ago
  43. 6faebfa iplink: support add/delete by Bernhard Reutner-Fischer · 15 years ago
  44. 49ee839 ipaddress: print OPERSTATEs and NO-CARRIER by Bernhard Reutner-Fischer · 15 years ago
  45. 5342c3f clean up redundant, commented-out and misplaced includes by Denys Vlasenko · 15 years ago
  46. 651a269 *: merge some common strings by Denys Vlasenko · 15 years ago
  47. 36659fd *: fix 1/4 remaining aliasing warnings by Denys Vlasenko · 15 years ago
  48. 6b9f163 *: style fixes. no code changes (verified with objdump) by Denys Vlasenko · 15 years ago
  49. ffc4bce libiproute: eliminate unused fields in struct filter_t's; style fixes by Denys Vlasenko · 15 years ago
  50. 9037787 *: fix places where we were still using malloc/realloc by Denys Vlasenko · 15 years ago
  51. a355da0 *: make 2 more "int argc"'s unused; more saved if !DESKTOP by Denys Vlasenko · 15 years ago
  52. 6331cf0 *: use "can't" instead of "cannot" by Denys Vlasenko · 15 years ago
  53. 8131eea *: introduce and use ffulsh_all() by Denys Vlasenko · 15 years ago
  54. d31575a libiproute/*: code shrink by Denys Vlasenko · 15 years ago
  55. 94466b8 libiproute: code and data shrink by Denys Vlasenko · 15 years ago
  56. adf922e *: a few more NOINLINEs by Denys Vlasenko · 15 years ago
  57. fd2dc53 remove useless (unsigned >= 0) comparison by Denys Vlasenko · 15 years ago
  58. 1f27ab0 *: optimize code size in strtoul calls by Denys Vlasenko · 15 years ago
  59. d5f1b1b *: add FAST_FUNC to function ptrs where it makes sense by Denys Vlasenko · 16 years ago
  60. a771e7c *: remove check for errors on getsockaddr in cases we know they can't happen by Denis Vlasenko · 16 years ago
  61. 5e34ff2 *: mass renaming of USE_XXXX to IF_XXXX by Denis Vlasenko · 16 years ago
  62. c7cc5a9 mdev: Rob's #if forest removal by Denis Vlasenko · 16 years ago
  63. f81e8db *: make "pragma GCC visibility push(hidden)" less ugly by Denis Vlasenko · 16 years ago
  64. 76140a7 networking/libiproute/*: code shrink by optimizing numeric conversions by Denis Vlasenko · 16 years ago
  65. 787a492 ip: in "ip rule add from all table 1", "all" is taken as 0.0.0.0/32, by Denis Vlasenko · 16 years ago
  66. 12abcb3 libiproute: fix buggy open check: s/if (fd)/if (fd >= 0)/ by Denis Vlasenko · 16 years ago
  67. efb545b optimize 16- and 32-bit moves by Denis Vlasenko · 16 years ago
  68. 196a953 iptunnel: fix problems with including linux/ip_tunnel.h on some systems by Denis Vlasenko · 16 years ago
  69. 360d966 libbb: add strncpy_IFNAMSIZ by Denis Vlasenko · 16 years ago
  70. 44d5dce iplink: accept shorthands for "address" keyword here: by Denis Vlasenko · 16 years ago
  71. 470dc1d - minor shrinkage (~-60) by Bernhard Reutner-Fischer · 16 years ago
  72. e291866 - support ip link set eth1 address 00:11:22:33:44:55 by Bernhard Reutner-Fischer · 16 years ago
  73. 8fbd8ac - fix ip route rejecting dotted quads as prefix by Bernhard Reutner-Fischer · 16 years ago
  74. 578de86 - route metric support (Natanael Copa) Adds about 75b by Bernhard Reutner-Fischer · 16 years ago
  75. 6c4dade - update my name. No obj-code changes ;) by Bernhard Reutner-Fischer · 16 years ago
  76. 1c781cc modprobe-small: make insmod command line compatible by Denis Vlasenko · 16 years ago
  77. 0901c51 - add WIP stub for tc. by Bernhard Reutner-Fischer · 16 years ago
  78. 084266e fix several problems with config parser: by Denis Vlasenko · 16 years ago
  79. 0f99d49 *: conversion to config parser by Denis Vlasenko · 16 years ago
  80. 5415c85 libbb: [x]fopen_for_{read,write} introduced and used. (by Valdimir) by Denis Vlasenko · 16 years ago
  81. d73cbd3 - first pass to unify/cleanup uid handling (-236b) by Bernhard Reutner-Fischer · 16 years ago
  82. a60f84e *: rename ATTRIBUTE_XXX to just XXX. by Denis Vlasenko · 16 years ago
  83. 0db2c2e libiproute: print_route() always uses stdout, do not pass FILE pointer to it. by Denis Vlasenko · 16 years ago
  84. 7049ff8 whitespace fixes. no code changes by Denis Vlasenko · 16 years ago
  85. 9de4622 - make the first arg of the filter function passed to rtnl_dump_filter constant by Bernhard Reutner-Fischer · 17 years ago
  86. 52a8d97 ip: make numeric table work: "ip route list table 255". closes bug 3664. by Denis Vlasenko · 17 years ago
  87. 53354ac libbb: introduce and use print_flags(). by Denis Vlasenko · 17 years ago
  88. 9b6f4aa ip: support for the LOWER_UP flag by Natanael Copa <natanael.copa@gmail.com>. by Denis Vlasenko · 17 years ago
  89. 7d60fc1 replace single-char printf's with bb_putchar by Denis Vlasenko · 17 years ago
  90. bedfabd libiproute: use stdout directly instead of passing it as a parameter by Denis Vlasenko · 17 years ago
  91. d12fcc2 libiproute: fix option parsing, so that "ip -o link" works again. by Denis Vlasenko · 17 years ago
  92. 3e57adb libiproute: style fixes, and using smallint as appropriate by Denis Vlasenko · 17 years ago
  93. 636a1f8 - use EXIT_{SUCCESS,FAILURE}. No object-code changes by Bernhard Reutner-Fischer · 17 years ago
  94. 51a06c0 - accept ip l s ib0 addr 00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00 by Bernhard Reutner-Fischer · 17 years ago
  95. b8635e2 - very minor shrinkage by Bernhard Reutner-Fischer · 17 years ago
  96. dff6190 - add appropriate string for arp header #32 for use by ip(8) by Bernhard Reutner-Fischer · 17 years ago
  97. 6b06cb8 more of -Wall fixes from Cristian Ionescu-Idbohrn. Some are fixing real bugs. by Denis Vlasenko · 17 years ago
  98. 98636eb Use intra-DSO calls when we build libbusybox. No-op for normal build. by Denis Vlasenko · 17 years ago
  99. 6c10657 style fixes. no code changes by Denis Vlasenko · 17 years ago
  100. f90ab18 *: use fopen_or_warn in few more places by Denis Vlasenko · 17 years ago