1. 68ae542 ip: fix crash in "ip neigh show" by Denys Vlasenko · 7 years ago
  2. ecce3a1 iproute/iprule: support toolchains without RTA_TABLE routing attribute by Eugene Rudoy · 7 years ago
  3. a02a4e9 whitespace and comment format fixes, no code changes by Denys Vlasenko · 7 years ago
  4. 192dce4 ip rule: add suppress_{prefixlength,ifgroup} options by Stefan Tomanek · 8 years ago
  5. b42107f libiproute: handle table ids larger than 255 by Lukasz Nowak · 8 years ago
  6. 4548293 libiproute: eliminate some redundant zero stores by Denys Vlasenko · 8 years ago
  7. 926d801 libiproute: make rt_addr_n2a() and format_host() return auto strings by Denys Vlasenko · 9 years ago
  8. 0f296a3 libiproute: rename invarg(a,b) to invarg_1_to_2(a,b) by Denys Vlasenko · 9 years ago
  9. 3d8d5e8 libiproute: use itoa() where appropriate by Denys Vlasenko · 9 years ago
  10. 9b58fe9 ip: code shrink by Denys Vlasenko · 11 years ago
  11. 60cb48c whitespace cleanup. no code changes by Denys Vlasenko · 12 years ago
  12. fb132e4 whitespace cleanup by Denys Vlasenko · 14 years ago
  13. 2e9b551 libiproute: code shrink by adding FAST_FUNC by Denys Vlasenko · 14 years ago
  14. 1b35498 ip rule: unify parsing args by Bernhard Reutner-Fischer · 15 years ago
  15. 6b9f163 *: style fixes. no code changes (verified with objdump) by Denys Vlasenko · 15 years ago
  16. a355da0 *: make 2 more "int argc"'s unused; more saved if !DESKTOP by Denys Vlasenko · 15 years ago
  17. 8131eea *: introduce and use ffulsh_all() by Denys Vlasenko · 15 years ago
  18. d31575a libiproute/*: code shrink by Denys Vlasenko · 15 years ago
  19. d5f1b1b *: add FAST_FUNC to function ptrs where it makes sense by Denys Vlasenko · 16 years ago
  20. 76140a7 networking/libiproute/*: code shrink by optimizing numeric conversions by Denis Vlasenko · 16 years ago
  21. 6c4dade - update my name. No obj-code changes ;) by Bernhard Reutner-Fischer · 16 years ago
  22. a60f84e *: rename ATTRIBUTE_XXX to just XXX. by Denis Vlasenko · 16 years ago
  23. 9de4622 - make the first arg of the filter function passed to rtnl_dump_filter constant by Bernhard Reutner-Fischer · 17 years ago
  24. bedfabd libiproute: use stdout directly instead of passing it as a parameter by Denis Vlasenko · 17 years ago
  25. f470196 - fix conflicting decls of syslog related facilitynames and prioritynames tables by Bernhard Reutner-Fischer · 17 years ago
  26. 186c2b3 iproute: fix a bug where "ip r flush table main" was rejected, by Denis Vlasenko · 17 years ago
  27. ed6a49c ip: stop propagating argc; optimize ip_parse_common_args by Denis Vlasenko · 17 years ago
  28. 605b20e replace printf with fputs where appropriate by Denis Vlasenko · 17 years ago
  29. 6ca409e trylink: produce even more info about final link stage by Denis Vlasenko · 17 years ago
  30. 990d0f6 Replace index_in_[sub]str_array with index_in_[sub]strings, by Denis Vlasenko · 17 years ago
  31. cd0e80c - move iprule and ipaddress from matches() to index_in_str_array by Bernhard Reutner-Fischer · 18 years ago
  32. 9a7d38f delete tons of extra #includes by Denis Vlasenko · 18 years ago
  33. b290889 - add xsendto and use where appropriate; shrink iplink; sanitize libiproute a bit. by Bernhard Reutner-Fischer · 18 years ago
  34. 540a2a1 libiproute: audit callgraph, shortcut error paths into die() functions. by Denis Vlasenko · 18 years ago
  35. 2806b23 - reinstate static for the command string arrray to be gentle to gcc-3.x by Bernhard Reutner-Fischer · 18 years ago
  36. 4d9a358 - use uint32_t as suggested by vda. by Bernhard Reutner-Fischer · 18 years ago
  37. 4259972 - rtnl_rttable_a2n wants an unsigned int32 by Bernhard Reutner-Fischer · 18 years ago
  38. 620e57b - forgot to include ip_common.h by Bernhard Reutner-Fischer · 18 years ago
  39. 98ee06d stop using __u32 etc. uint32_t is there for a reason by Denis Vlasenko · 18 years ago
  40. 921f5df - add 'ip rule' support. First take.. by Bernhard Reutner-Fischer · 18 years ago