Denys Vlasenko
|
6b9f163353
*: style fixes. no code changes (verified with objdump)
|
15 年之前 |
Denys Vlasenko
|
a355da0775
*: make 2 more "int argc"'s unused; more saved if !DESKTOP
|
15 年之前 |
Denys Vlasenko
|
8131eea3dc
*: introduce and use ffulsh_all()
|
15 年之前 |
Denys Vlasenko
|
d31575a3ae
libiproute/*: code shrink
|
15 年之前 |
Denys Vlasenko
|
d5f1b1bbe0
*: add FAST_FUNC to function ptrs where it makes sense
|
15 年之前 |
Denis Vlasenko
|
76140a77c9
networking/libiproute/*: code shrink by optimizing numeric conversions
|
15 年之前 |
Bernhard Reutner-Fischer
|
6c4dadefb6
- update my name. No obj-code changes ;)
|
16 年之前 |
Denis Vlasenko
|
a60f84ebf0
*: rename ATTRIBUTE_XXX to just XXX.
|
16 年之前 |
Bernhard Reutner-Fischer
|
9de4622055
- make the first arg of the filter function passed to rtnl_dump_filter constant
|
16 年之前 |
Denis Vlasenko
|
bedfabd500
libiproute: use stdout directly instead of passing it as a parameter
|
16 年之前 |
Bernhard Reutner-Fischer
|
f470196a41
- fix conflicting decls of syslog related facilitynames and prioritynames tables
|
17 年之前 |
Denis Vlasenko
|
186c2b3d0e
iproute: fix a bug where "ip r flush table main" was rejected,
|
17 年之前 |
Denis Vlasenko
|
ed6a49c657
ip: stop propagating argc; optimize ip_parse_common_args
|
17 年之前 |
Denis Vlasenko
|
605b20e277
replace printf with fputs where appropriate
|
17 年之前 |
Denis Vlasenko
|
6ca409e0e4
trylink: produce even more info about final link stage
|
17 年之前 |
Denis Vlasenko
|
990d0f63ee
Replace index_in_[sub]str_array with index_in_[sub]strings,
|
17 年之前 |
Bernhard Reutner-Fischer
|
cd0e80ce90
- move iprule and ipaddress from matches() to index_in_str_array
|
17 年之前 |
Denis Vlasenko
|
9a7d38fe24
delete tons of extra #includes
|
17 年之前 |
Bernhard Reutner-Fischer
|
b290889f02
- add xsendto and use where appropriate; shrink iplink; sanitize libiproute a bit.
|
17 年之前 |
Denis Vlasenko
|
540a2a1f3b
libiproute: audit callgraph, shortcut error paths into die() functions.
|
17 年之前 |
Bernhard Reutner-Fischer
|
2806b2368c
- reinstate static for the command string arrray to be gentle to gcc-3.x
|
18 年之前 |
Bernhard Reutner-Fischer
|
4d9a358ec1
- use uint32_t as suggested by vda.
|
18 年之前 |
Bernhard Reutner-Fischer
|
425997223c
- rtnl_rttable_a2n wants an unsigned int32
|
18 年之前 |
Bernhard Reutner-Fischer
|
620e57b421
- forgot to include ip_common.h
|
18 年之前 |
Denis Vlasenko
|
98ee06d3d4
stop using __u32 etc. uint32_t is there for a reason
|
18 年之前 |
Bernhard Reutner-Fischer
|
921f5df25f
- add 'ip rule' support. First take..
|
18 年之前 |