History log of /external/iproute2/tc/m_simple.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
afa5158f02024ea9ac71a4bb262670bba17aebcd 22-Apr-2015 Nicolas Dichtel <nicolas.dichtel@6wind.com> tc: fix compilation warning on 32bits arch

The warning was:
m_simple.c: In function ‘parse_simple’:
m_simple.c:142:4: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 3 has type ‘size_t’ [-Wformat]

Useful to be able to compile with -Werror.

Signed-off-by: Nicolas Dichtel <nicolas.dichtel@6wind.com>
/external/iproute2/tc/m_simple.c
3d0b7439dfac96d93386295a4c961b89bd3d8463 21-Dec-2014 Stephen Hemminger <shemming@brocade.com> whitespace cleanup

Remove all trailing whitespace and space before tabs.
/external/iproute2/tc/m_simple.c
b2e116d6c395ad079c0c488f22a7be06efad0102 04-Dec-2014 Stephen Hemminger <shemming@brocade.com> tc: minor spelling fixes
/external/iproute2/tc/m_simple.c
352f6f97bef6baefa21d973b914a67e7feac3d8f 22-Dec-2013 Jamal Hadi Salim <jhs@mojatatu.com> simple print newline

attached.

cheers,
jamal
commit d7869e6167c3553e93e254940b0647032b40fed8
Author: Jamal Hadi Salim <jhs@mojatatu.com>
Date: Sun Dec 22 07:46:28 2013 -0500

print new line at the end for aesthetics

Signed-off-by: Jamal Hadi Salim <jhs@mojatatu.com>
/external/iproute2/tc/m_simple.c
087f46ee4ebd178a2a8562989fd9a4e02c93f406 29-Sep-2013 Jamal Hadi Salim <jhs@mojatatu.com> tc: introduce simple action

Simple action is already in the kernel for years now as an
example. This complements it with user space control.

Signed-off-by: Jamal Hadi Salim <jhs@mojatatu.com>
/external/iproute2/tc/m_simple.c