History log of /external/iproute2/misc/lnstat.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
7e8bd80e38011a228d9843d312f7a9bb0f811b00 06-Oct-2011 Petr Sabata <contyk@redhat.com> iproute2: lnstat - fix typos

Signed-off-by: Petr Sabata <contyk@redhat.com>
/external/iproute2/misc/lnstat.c
f309d0ae434f177f3cb08fe5c20b436fa9d2c488 30-Jun-2008 Stephen Hemminger <stephen.hemminger@vyatta.com> Add warning message when MAX_FIELDS reached

Don't just silently drop.
/external/iproute2/misc/lnstat.c
f493dc30094d282d6a76ef8f71753a6d48981f1f 30-Jun-2008 Stephen Hemminger <stephen.hemminger@vyatta.com> Fix array out of bounds problem

The current kernel generates 71 possible header fields, but
MAX_FIELDS in lnstat is only 64. This leads to referencing outside
of the array. To fix, increase size of array and chop off parsing
at MAX_FIELDS - 1.
/external/iproute2/misc/lnstat.c
f50332c57aff6c2776493de2e7f59d9ce8a35894 27-Sep-2007 Eric Dumazet <dada1@cosmosbay.com> lnstat : force a flush before sleep

Hi Stephen

This small patch allows to use lnstat/rtstat with a pipe output, without a full bufferisation.

Thank you
Eric

Signed-off-by: Stephen Hemminger <shemminger@linux-foundation.org>
/external/iproute2/misc/lnstat.c
ae665a522bd46bea44c5ea84c89c8b1731954170 05-Dec-2006 Stephen Hemminger <shemminger@osdl.org> Remove trailing whitespace

Go through source files and remove all trailing whitespace

Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
/external/iproute2/misc/lnstat.c
49843e291d21a3f97ced61404258cc6b5f78b97a 11-Mar-2006 shemminger <shemminger> Set default count for lnstat
/external/iproute2/misc/lnstat.c
e796b9587a32ae0b249f2f2268a4da4ddcdb8932 18-Mar-2005 osdl.net!shemminger <osdl.net!shemminger> Fix compile warning.

(Logical change 1.172)
/external/iproute2/misc/lnstat.c
627c228ef5f18314b3d6f96ff09a235cc65c3e9e 14-Mar-2005 osdl.net!shemminger <osdl.net!shemminger> Style change

2005/03/10 12:26:43-08:00 net[shemminger]!shemminger
Import patch iproute-batch.1.050209.patch

(Logical change 1.164)
/external/iproute2/misc/lnstat.c
0bb187ca0eb666e18bdc75609d88c129135f4f56 19-Oct-2004 osdl.net!shemminger <osdl.net!shemminger> Add const on strings and make sure not to crash
when there is no slash in argv[0]

(Logical change 1.102)
/external/iproute2/misc/lnstat.c
8b3c3abb6326dd0bcde8c77d913dfa586ddf3c47 19-Oct-2004 osdl.net!shemminger <osdl.net!shemminger> Initial revision
/external/iproute2/misc/lnstat.c
056eb9d8dd2329c20394d6b2dd81c151dfeac164 19-Oct-2004 osdl.net!shemminger <osdl.net!shemminger> (Logical change 1.98)
/external/iproute2/misc/lnstat.c