History log of /external/iproute2/tc/tc_stab.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
753ef5bbd60891437739e8ceee711957fa7a4bd2 24-Oct-2015 Stephen Hemminger <shemming@brocade.com> tc: remove extra whitespace

No blank lines at EOF, or trailing whitespace.
/external/iproute2/tc/tc_stab.c
bcb4a7aa5b267c3e5c15fc7272e779929e6d32de 13-Aug-2015 Stephen Hemminger <shemming@brocade.com> tc: fix return after invarg
/external/iproute2/tc/tc_stab.c
dd9cc0ee81a670619d3cb713c98a90abb4cf41d3 27-May-2014 Natanael Copa <ncopa@alpinelinux.org> iproute2: various header include fixes for compiling with musl libc

We need limits.h for LONG_MIN and LONG_MAX, sys/param.h for MIN and
sys/select for struct timeval.

This fixes the following compile errors with musl libc:

f_bpf.c: In function 'bpf_parse_opt':
f_bpf.c:181:12: error: 'LONG_MIN' undeclared (first use in this function)
if (h == LONG_MIN || h == LONG_MAX) {
^
...

tc_util.o: In function `print_tcstats2_attr':
tc_util.c:(.text+0x13fe): undefined reference to `MIN'
tc_util.c:(.text+0x1465): undefined reference to `MIN'
tc_util.c:(.text+0x14ce): undefined reference to `MIN'
tc_util.c:(.text+0x154c): undefined reference to `MIN'
tc_util.c:(.text+0x160a): undefined reference to `MIN'
tc_util.o:tc_util.c:(.text+0x174e): more undefined references to `MIN' follow
...

tc_stab.o: In function `print_size_table':
tc_stab.c:(.text+0x40f): undefined reference to `MIN'
...

fdb.c:247:30: error: 'ULONG_MAX' undeclared (first use in this function)
(vni >> 24) || vni == ULONG_MAX)
^

lnstat.h:28:17: error: field 'last_read' has incomplete type
struct timeval last_read; /* last time of read */
^

Signed-off-by: Natanael Copa <ncopa@alpinelinux.org>
/external/iproute2/tc/tc_stab.c
839c8456fbe08fc2497857673805b84dffb45507 25-Jul-2008 Jussi Kivilinna <jussi.kivilinna@mbnet.fi> add generic size table for qdiscs

Patch adds generic size table that is similiar to rate table, with
difference that size table stores link layer packet size.

Based on patch by Patrick McHardy
http://marc.info/?l=linux-netdev&m=115201979221729&w=2

Signed-off-by: Jussi Kivilinna <jussi.kivilinna@mbnet.fi>
Signed-off-by: Stephen Hemminger <stephen.hemminger@vyatta.com>
/external/iproute2/tc/tc_stab.c