1. cad3fc7 libbb: introduce and use fputs_stdout by Ron Yorston · 3 years, 10 months ago
  2. ec9a5e6 libiproute: band-aid for old uclibc missing IFA_FLAGS by Denys Vlasenko · 4 years ago
  3. 77a51a2 randomconfig fixes by Denys Vlasenko · 4 years ago
  4. 965b795 decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nilly by Denys Vlasenko · 4 years ago
  5. 4323ac8 libiproute: reuse string constants by Denys Vlasenko · 4 years, 1 month ago
  6. eecd6f7 ip rule: add support for fwmark/fwmask for policy routing by Rui Salvaterra · 4 years, 5 months ago
  7. 8a485b0 ip address: Add support for "valid_lft" and "preferred_lft" options by Christian Eggers · 4 years, 6 months ago
  8. 31d34f3 ip: Add support for "noprefixroute" option by Christian Eggers · 4 years, 6 months ago
  9. 6937487 libbb: reduce the overhead of single parameter bb_error_msg() calls by James Byrne · 5 years ago
  10. 028c5aa ip: use rtnl_send_check() on flush commands, closes 6962 by Denys Vlasenko · 6 years ago
  11. 84fc645 *: slap on a few ALIGN1/2s where appropriate by Denys Vlasenko · 6 years ago
  12. 13f4204 ip: fix comment placement by Denys Vlasenko · 6 years ago
  13. c6c19c3 ipaddress: remove unused variable no_link by Bernhard Reutner-Fischer · 6 years ago
  14. bb3a953 ip: Fix ip -o link by Stefan Sørensen · 6 years ago
  15. 414be6c ip link: Fix vlan proto, closes 8261 and 11638 by Bernhard Reutner-Fischer · 6 years ago
  16. f50faf8 ip link: fix mismatched enums in vlan_parse_opt(), closes 11631 by Denys Vlasenko · 6 years ago
  17. 1c952ba ip: print dadfailed flag by Kaarle Ritvanen · 6 years ago
  18. 46ba246 ioctl(SIOCGIFINDEX) does not require clearing of entire ifr by Denys Vlasenko · 7 years ago
  19. db169f2 ip: fix "ip -oneline a" by Denys Vlasenko · 7 years ago
  20. e789c3b iplink: implement support for selecting a master interface by Jan Luebbe · 7 years ago
  21. 79cda95 ip link: support "add TYPE vrf", improve --help by Jan Luebbe · 7 years ago
  22. ba3b9db libbb: introduce and use bb_getsockname() by Denys Vlasenko · 7 years ago
  23. 68ae542 ip: fix crash in "ip neigh show" by Denys Vlasenko · 7 years ago
  24. 12714ff tc: fix single-applet build by Denys Vlasenko · 7 years ago
  25. ecce3a1 iproute/iprule: support toolchains without RTA_TABLE routing attribute by Eugene Rudoy · 7 years ago
  26. a02a4e9 whitespace and comment format fixes, no code changes by Denys Vlasenko · 7 years ago
  27. ebe6d9d whitespace and comment format fixes, no code changes by Denys Vlasenko · 7 years ago
  28. 2f24d30 iproute: support for filtering by and printing of scope by André Draszik · 8 years ago
  29. 192dce4 ip rule: add suppress_{prefixlength,ifgroup} options by Stefan Tomanek · 8 years ago
  30. 4eaa0f7 ipaddress: tweak help text by Denys Vlasenko · 8 years ago
  31. eb76abb iproute: add "a" command as a synonym to "add" by Denys Vlasenko · 8 years ago
  32. 826bdcd libiproute: FACT_FUNCization by Denys Vlasenko · 8 years ago
  33. d5342a1 iproute: support advmss option by Denys Vlasenko · 8 years ago
  34. 1140bf3 iproute: update help text, add commented-out code for unsupported options by Denys Vlasenko · 8 years ago
  35. 2d4823b iplink: implement "set promisc on|off". Closes 4682 by Denys Vlasenko · 8 years ago
  36. a7386bb ip link: tidying up by Denys Vlasenko · 8 years ago
  37. 9cc3d3a fix breakage found by mass one-applet builds by Denys Vlasenko · 8 years ago
  38. b42107f libiproute: handle table ids larger than 255 by Lukasz Nowak · 8 years ago
  39. 4ff86df libnetlink: fix alignment of netlink messages by Hauke Mehrtens · 8 years ago
  40. 4548293 libiproute: eliminate some redundant zero stores by Denys Vlasenko · 8 years ago
  41. 34ecc3b ip: fix an improper optimization: req.r.rtm_scope may be nonzero here by Denys Vlasenko · 8 years ago
  42. 4ab372d ip: fix problem on mips64 n64 big endian musl systems by Szabolcs Nagy · 9 years ago
  43. 3e134eb *: slap on a few ALIGN1/2s where appropriate by Denys Vlasenko · 9 years ago
  44. 9de2e5a *: hopefully all setup_common_bufsiz() are in place by Denys Vlasenko · 9 years ago
  45. e6a2f4c libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it by Denys Vlasenko · 9 years ago
  46. ce4bc1e iproute: support "scope". Closes 8561 by Denys Vlasenko · 9 years ago
  47. 8814431 libiproute: use if_nametoindex by Ron Yorston · 9 years ago
  48. 926d801 libiproute: make rt_addr_n2a() and format_host() return auto strings by Denys Vlasenko · 9 years ago
  49. 0f296a3 libiproute: rename invarg(a,b) to invarg_1_to_2(a,b) by Denys Vlasenko · 9 years ago
  50. 6993470 networking: add 'ip neigh' command by Curt Brune · 9 years ago
  51. e52da55 libbb: auto_string() for efficient handling of temporary malloced stirngs by Denys Vlasenko · 9 years ago
  52. 8403b01 iproute: more string reuse by Denys Vlasenko · 9 years ago
  53. d1eea8d iproute: don't hardcode the path to config files by Christoph J. Thompson · 9 years ago
  54. 413feca ip: increased max ID for /etc/iproute2/rt_tables to 1023 by Denys Vlasenko · 9 years ago
  55. 3d8d5e8 libiproute: use itoa() where appropriate by Denys Vlasenko · 9 years ago
  56. db31c63 ipaddress: better formatting, no code changes by Denys Vlasenko · 9 years ago
  57. 6a7cd3d ip addr: support change and replace commands by Michael Tokarev · 10 years ago
  58. 8dff01d libbb: introduce and use is_prefixed_with() by Denys Vlasenko · 10 years ago
  59. 1a11439 iproute: support onelink route option and print route flags by Michael Tokarev · 10 years ago
  60. 5d2e409 libbb: use a wrapper around sysconf(_SC_CLK_TCK) to save a few bytes by Bartosz Golaszewski · 10 years ago
  61. ecd8c3a ip link: add support for "address ETHADDR". Closes 4862 by Denys Vlasenko · 11 years ago
  62. 731f596 iplink: fix build with kernel versions prior to 2.6.23 by Eugene Rudoy · 11 years ago
  63. ec2bef1 iplink: comment out include <net/if_packet.h> by Denys Vlasenko · 11 years ago
  64. 2ead531 iplink: fix build error (IFLA_VLAN_PROTOCOL defined before include) by Denys Vlasenko · 11 years ago
  65. a7ecbed ip link: add VLAN support by Patrick McHardy · 11 years ago
  66. 9b58fe9 ip: code shrink by Denys Vlasenko · 11 years ago
  67. 60cb48c whitespace cleanup. no code changes by Denys Vlasenko · 12 years ago
  68. 5f10fdf Fix compile failure in ll_proto.c by Denys Vlasenko · 12 years ago
  69. 405daff ll_proto.c: code shrink by Denys Vlasenko · 12 years ago
  70. b307eab iplink: tweak includes to work on android by Denys Vlasenko · 14 years ago
  71. f533ec8 *: simplify Ethernet header includes by Dan Fandrich · 14 years ago
  72. cfbd31a add include <sys/socket.h> by Denys Vlasenko · 14 years ago
  73. da4441c fix libiproute compile with kernel headers < 2.6.17 by Stefan Seyfried · 14 years ago
  74. 3bb235c iproute: fix parsing and matching of of "short" IP addrs like 10/8 by Denys Vlasenko · 14 years ago
  75. e3ece78 fix trivial build failure by Denys Vlasenko · 14 years ago
  76. f133471 iproute: fix handling of "dev IFACE" selector by Denys Vlasenko · 14 years ago
  77. 3bbfb58 ip: Fix command line option parsing of "ip route get ..." by Christian Hornung · 14 years ago
  78. 11872ca networking/*: remove superfluous comments by Denys Vlasenko · 14 years ago
  79. fb132e4 whitespace cleanup by Denys Vlasenko · 14 years ago
  80. e4dcba1 *: whitespace fixes by Denys Vlasenko · 14 years ago
  81. 0004e99 better shared strings trick by Denys Vlasenko · 14 years ago
  82. c71ec70 iplink: another compat #ifndef/#define tweak by Denys Vlasenko · 14 years ago
  83. b276e41 ip: add a #define for older kernels by Denys Vlasenko · 14 years ago
  84. 0ef64bd *: make GNU licensing statement forms more regular by Denys Vlasenko · 14 years ago
  85. ba2dccc *: trailing empty lines removed by Denys Vlasenko · 14 years ago
  86. 2e9b551 libiproute: code shrink by adding FAST_FUNC by Denys Vlasenko · 14 years ago
  87. b78ac5a libnetlink: code shrink by Natanael Copa · 14 years ago
  88. fd74451 ip a: fix SEGV if "dev IFACE" is not specified by Denys Vlasenko · 14 years ago
  89. d70e0e9 *: add INSERTs to *.src files where appropriate by Denys Vlasenko · 15 years ago
  90. da929a9 mass renaming Kbuild -> Kbuild.src, Config.in -> Config.src by Denys Vlasenko · 15 years ago
  91. eb29e91 trivial fixes: use uint8_t, not __u8; fix defconfig for fgconsole by Denys Vlasenko · 15 years ago
  92. c5f30c0 ip addr: shrink by Bernhard Reutner-Fischer · 15 years ago
  93. cc4493a ip addr: unify parsing args by Bernhard Reutner-Fischer · 15 years ago
  94. 1b35498 ip rule: unify parsing args by Bernhard Reutner-Fischer · 15 years ago
  95. 96913f9 ip tunnel: unify parsing args; no obj-code changes by Bernhard Reutner-Fischer · 15 years ago
  96. ab0e412 ip link: add qlen by Bernhard Reutner-Fischer · 15 years ago
  97. d148e48 iplink: shrink by Bernhard Reutner-Fischer · 15 years ago
  98. 6faebfa iplink: support add/delete by Bernhard Reutner-Fischer · 15 years ago
  99. 49ee839 ipaddress: print OPERSTATEs and NO-CARRIER by Bernhard Reutner-Fischer · 15 years ago
  100. 5342c3f clean up redundant, commented-out and misplaced includes by Denys Vlasenko · 15 years ago