Denys Vlasenko
|
36659fda1f
*: fix 1/4 remaining aliasing warnings
|
14 gadi atpakaļ |
Denys Vlasenko
|
ffc4bced95
libiproute: eliminate unused fields in struct filter_t's; style fixes
|
15 gadi atpakaļ |
Denys Vlasenko
|
9037787eae
*: fix places where we were still using malloc/realloc
|
15 gadi atpakaļ |
Denys Vlasenko
|
6331cf059c
*: use "can't" instead of "cannot"
|
15 gadi atpakaļ |
Denys Vlasenko
|
8131eea3dc
*: introduce and use ffulsh_all()
|
15 gadi atpakaļ |
Denys Vlasenko
|
d31575a3ae
libiproute/*: code shrink
|
15 gadi atpakaļ |
Denys Vlasenko
|
adf922ec28
*: a few more NOINLINEs
|
15 gadi atpakaļ |
Denys Vlasenko
|
d5f1b1bbe0
*: add FAST_FUNC to function ptrs where it makes sense
|
15 gadi atpakaļ |
Denis Vlasenko
|
76140a77c9
networking/libiproute/*: code shrink by optimizing numeric conversions
|
15 gadi atpakaļ |
Denis Vlasenko
|
360d9661b6
libbb: add strncpy_IFNAMSIZ
|
16 gadi atpakaļ |
Denis Vlasenko
|
a60f84ebf0
*: rename ATTRIBUTE_XXX to just XXX.
|
16 gadi atpakaļ |
Bernhard Reutner-Fischer
|
9de4622055
- make the first arg of the filter function passed to rtnl_dump_filter constant
|
16 gadi atpakaļ |
Denis Vlasenko
|
53354ac47d
libbb: introduce and use print_flags().
|
16 gadi atpakaļ |
Denis Vlasenko
|
9b6f4aa8e8
ip: support for the LOWER_UP flag by Natanael Copa <natanael.copa@gmail.com>.
|
16 gadi atpakaļ |
Denis Vlasenko
|
7d60fc1c0a
replace single-char printf's with bb_putchar
|
16 gadi atpakaļ |
Denis Vlasenko
|
bedfabd500
libiproute: use stdout directly instead of passing it as a parameter
|
16 gadi atpakaļ |
Denis Vlasenko
|
3e57adb731
libiproute: style fixes, and using smallint as appropriate
|
16 gadi atpakaļ |
Denis Vlasenko
|
ed6a49c657
ip: stop propagating argc; optimize ip_parse_common_args
|
17 gadi atpakaļ |
Denis Vlasenko
|
dfc0740b04
ll_types.c: optimize link type table, make it conditional
|
17 gadi atpakaļ |
Denis Vlasenko
|
605b20e277
replace printf with fputs where appropriate
|
17 gadi atpakaļ |
Denis Vlasenko
|
6ca409e0e4
trylink: produce even more info about final link stage
|
17 gadi atpakaļ |
Denis Vlasenko
|
990d0f63ee
Replace index_in_[sub]str_array with index_in_[sub]strings,
|
17 gadi atpakaļ |
Denis Vlasenko
|
b71c668c57
style fix (stray space before ';')
|
17 gadi atpakaļ |
Denis Vlasenko
|
fb79a2e2cf
xioctl and friends by Tito <farmatito@tiscali.it>
|
17 gadi atpakaļ |
Bernhard Reutner-Fischer
|
cd0e80ce90
- move iprule and ipaddress from matches() to index_in_str_array
|
17 gadi atpakaļ |
Denis Vlasenko
|
9a7d38fe24
delete tons of extra #includes
|
17 gadi atpakaļ |
Bernhard Reutner-Fischer
|
b290889f02
- add xsendto and use where appropriate; shrink iplink; sanitize libiproute a bit.
|
17 gadi atpakaļ |
Denis Vlasenko
|
540a2a1f3b
libiproute: audit callgraph, shortcut error paths into die() functions.
|
17 gadi atpakaļ |
Denis Vlasenko
|
98ee06d3d4
stop using __u32 etc. uint32_t is there for a reason
|
18 gadi atpakaļ |
Denis Vlasenko
|
bf66fbc8e2
introduce LONE_CHAR (optimized strcmp with one-char string)
|
18 gadi atpakaļ |