Commit History

Author SHA1 Message Date
  Denys Vlasenko adf922ec28 *: a few more NOINLINEs 15 years ago
  Denys Vlasenko d5f1b1bbe0 *: add FAST_FUNC to function ptrs where it makes sense 15 years ago
  Denis Vlasenko 76140a77c9 networking/libiproute/*: code shrink by optimizing numeric conversions 16 years ago
  Denis Vlasenko 360d9661b6 libbb: add strncpy_IFNAMSIZ 16 years ago
  Denis Vlasenko a60f84ebf0 *: rename ATTRIBUTE_XXX to just XXX. 16 years ago
  Bernhard Reutner-Fischer 9de4622055 - make the first arg of the filter function passed to rtnl_dump_filter constant 16 years ago
  Denis Vlasenko 53354ac47d libbb: introduce and use print_flags(). 16 years ago
  Denis Vlasenko 9b6f4aa8e8 ip: support for the LOWER_UP flag by Natanael Copa <natanael.copa@gmail.com>. 16 years ago
  Denis Vlasenko 7d60fc1c0a replace single-char printf's with bb_putchar 16 years ago
  Denis Vlasenko bedfabd500 libiproute: use stdout directly instead of passing it as a parameter 16 years ago
  Denis Vlasenko 3e57adb731 libiproute: style fixes, and using smallint as appropriate 16 years ago
  Denis Vlasenko ed6a49c657 ip: stop propagating argc; optimize ip_parse_common_args 17 years ago
  Denis Vlasenko dfc0740b04 ll_types.c: optimize link type table, make it conditional 17 years ago
  Denis Vlasenko 605b20e277 replace printf with fputs where appropriate 17 years ago
  Denis Vlasenko 6ca409e0e4 trylink: produce even more info about final link stage 17 years ago
  Denis Vlasenko 990d0f63ee Replace index_in_[sub]str_array with index_in_[sub]strings, 17 years ago
  Denis Vlasenko b71c668c57 style fix (stray space before ';') 17 years ago
  Denis Vlasenko fb79a2e2cf xioctl and friends by Tito <farmatito@tiscali.it> 17 years ago
  Bernhard Reutner-Fischer cd0e80ce90 - move iprule and ipaddress from matches() to index_in_str_array 17 years ago
  Denis Vlasenko 9a7d38fe24 delete tons of extra #includes 17 years ago
  Bernhard Reutner-Fischer b290889f02 - add xsendto and use where appropriate; shrink iplink; sanitize libiproute a bit. 17 years ago
  Denis Vlasenko 540a2a1f3b libiproute: audit callgraph, shortcut error paths into die() functions. 18 years ago
  Denis Vlasenko 98ee06d3d4 stop using __u32 etc. uint32_t is there for a reason 18 years ago
  Denis Vlasenko bf66fbc8e2 introduce LONE_CHAR (optimized strcmp with one-char string) 18 years ago
  Denis Vlasenko 9f739445cd inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid] 18 years ago
  Denis Vlasenko 229b3d2072 do not overflow ifr_name. maybe it was safe in some places, 18 years ago
  Bernhard Reutner-Fischer 921f5df25f - add 'ip rule' support. First take.. 18 years ago
  Denis Vlasenko 5af906e7c8 rename: compare_string_array -> index_in_str_array 18 years ago
  Denis Vlasenko 940b2e4b73 ip: "ip addr del" and "ip addr delete" both should work 18 years ago
  Denis Vlasenko c6f188def8 silly size savings and capitalization fixes 18 years ago