Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
76140a77c9c47c41f244d90d4250d77b9504f7d4
/
networking
/
libiproute
/
iprule.c
76140a7
networking/libiproute/*: code shrink by optimizing numeric conversions
by Denis Vlasenko
· 16 years ago
6c4dade
- update my name. No obj-code changes ;)
by Bernhard Reutner-Fischer
· 16 years ago
a60f84e
*: rename ATTRIBUTE_XXX to just XXX.
by Denis Vlasenko
· 16 years ago
9de4622
- make the first arg of the filter function passed to rtnl_dump_filter constant
by Bernhard Reutner-Fischer
· 17 years ago
bedfabd
libiproute: use stdout directly instead of passing it as a parameter
by Denis Vlasenko
· 17 years ago
f470196
- fix conflicting decls of syslog related facilitynames and prioritynames tables
by Bernhard Reutner-Fischer
· 17 years ago
186c2b3
iproute: fix a bug where "ip r flush table main" was rejected,
by Denis Vlasenko
· 17 years ago
ed6a49c
ip: stop propagating argc; optimize ip_parse_common_args
by Denis Vlasenko
· 17 years ago
605b20e
replace printf with fputs where appropriate
by Denis Vlasenko
· 17 years ago
6ca409e
trylink: produce even more info about final link stage
by Denis Vlasenko
· 17 years ago
990d0f6
Replace index_in_[sub]str_array with index_in_[sub]strings,
by Denis Vlasenko
· 17 years ago
cd0e80c
- move iprule and ipaddress from matches() to index_in_str_array
by Bernhard Reutner-Fischer
· 18 years ago
9a7d38f
delete tons of extra #includes
by Denis Vlasenko
· 18 years ago
b290889
- add xsendto and use where appropriate; shrink iplink; sanitize libiproute a bit.
by Bernhard Reutner-Fischer
· 18 years ago
540a2a1
libiproute: audit callgraph, shortcut error paths into die() functions.
by Denis Vlasenko
· 18 years ago
2806b23
- reinstate static for the command string arrray to be gentle to gcc-3.x
by Bernhard Reutner-Fischer
· 18 years ago
4d9a358
- use uint32_t as suggested by vda.
by Bernhard Reutner-Fischer
· 18 years ago
4259972
- rtnl_rttable_a2n wants an unsigned int32
by Bernhard Reutner-Fischer
· 18 years ago
620e57b
- forgot to include ip_common.h
by Bernhard Reutner-Fischer
· 18 years ago
98ee06d
stop using __u32 etc. uint32_t is there for a reason
by Denis Vlasenko
· 18 years ago
921f5df
- add 'ip rule' support. First take..
by Bernhard Reutner-Fischer
· 18 years ago