History log of /external/iproute2/tc/f_fw.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
ff24746cca1ef0c92d46614158e6672acd6b63d3 10-Apr-2012 Stephen Hemminger <shemminger@vyatta.com> Convert to use rta_getattr_ functions

User new functions (inspired by libmnl) to do type safe access
of routeing attributes
/external/iproute2/tc/f_fw.c
8d8de1139c95d79bc1b5ac1ec301a30ef5e6ee50 12-Jan-2010 Florian Westphal <fw@strlen.de> tc: remove stale code

remove unused #define and "ok" statements.

Signed-off-by: Florian Westphal <fwestphal@astaro.com>
/external/iproute2/tc/f_fw.c
c90308ffc74d1e20c9de9521bfe6560b6b948650 23-Nov-2009 Patrick McHardy <kaber@trash.net> f_fw: fix compat mode

The kernel takes a lack of options as indication that the fw classifier
should operate in compatibility mode, where marks are mapped directly to
classids.

Commit e22b42a (tc mask patch) broke this by adding an empty TCA_OPTIONS
attribute even if no handle is specified. Restore the old behaviour.

Signed-off-by: Patrick McHardy <kaber@trash.net>
/external/iproute2/tc/f_fw.c
e9acc2420c561a6f875d188de1028facbd09c5a8 13-Feb-2008 PJ Waskiewicz <peter.p.waskiewicz.jr@intel.com> Update various classifiers' help output for expected CLASSID syntax

update: Fix the spelling of "hexidecimal"

This updates the help output to specify that CLASSID should be hexidecimal.
This makes sure that a user entering "flowid 1:10" gets his flow put into
band 15 (0x10) and knows why.

Signed-off-by: Peter P Waskiewicz Jr <peter.p.waskiewicz.jr@intel.com>
Signed-off-by: Stephen Hemminger <stephen.hemminger@vyatta.com>
/external/iproute2/tc/f_fw.c
e22b42a2c1f088c09cae071b77b3a57069f196b2 26-Nov-2007 François Delawarde <fdelawarde@wirelessmundi.com> tc mask patch

Hello Stephen,

As the current maintainer of iproute2 package, you could be interested
in including the attached patch that allow using masks in the fw filter
of the tc utility (very useful at least for me). AFAK, it works at least
from iproute2 version 2.6.20-?. Feel free to make the appropriate
cleaning changes if necessary, or contact me if you see any trouble.

Best regards,
François Delawarde.

Signed-off-by: Stephen Hemminger <shemminger@linux-foundation.org>
/external/iproute2/tc/f_fw.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/tc/f_fw.c
021ed13fdceaa41de91af64825b7ca3e98f00a5e 18-Jan-2005 5!tgraf <5!tgraf> Use parse_rtattr_nested

(Logical change 1.129)
/external/iproute2/tc/f_fw.c
034102f2589b79e92ff677dc74a54096ef10d99d 18-Jan-2005 5!tgraf <5!tgraf> Use NLMSG_TAIL

(Logical change 1.127)
/external/iproute2/tc/f_fw.c
6b7dff17f6f97ce80cd260920267aee68f15582b 28-Sep-2004 osdl.net!shemminger <osdl.net!shemminger> Fix issues with filter name conflicts and cleanup.

2004/09/04 06:16:51-07:00 net[shemminger]!kaber
: prevent tc crashes

(Logical change 1.81)
/external/iproute2/tc/f_fw.c
fa3a9930a7ad8461561786341402181a5f2cd5ad 14-Aug-2004 osdl.net!shemminger <osdl.net!shemminger> add action

(Logical change 1.66)
/external/iproute2/tc/f_fw.c
aba5acdfdb347d2c21fc67d613d83d4430ca3937 15-Apr-2004 osdl.org!shemminger <osdl.org!shemminger> (Logical change 1.3)
/external/iproute2/tc/f_fw.c
86fdf0e47be697587efcf9602cd1f952a1d73170 15-Apr-2004 osdl.org!shemminger <osdl.org!shemminger> Initial revision
/external/iproute2/tc/f_fw.c