<feed xmlns='http://www.w3.org/2005/Atom'>
<title>android_external_iproute2/tc/f_fw.c, branch cm-14.0</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_external_iproute2/'/>
<entry>
<title>discourage use of direct policer interface</title>
<updated>2014-10-09T15:26:57+00:00</updated>
<author>
<name>Jamal Hadi Salim</name>
<email>hadi@mojatatu.com</email>
</author>
<published>2014-10-06T11:41:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_external_iproute2/commit/?id=863ecb04b4f7bd49fb40e4914ea22096be6db6bf'/>
<id>863ecb04b4f7bd49fb40e4914ea22096be6db6bf</id>
<content type='text'>
Signed-off-by: Jamal Hadi Salim &lt;jhs@mojatatu.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Jamal Hadi Salim &lt;jhs@mojatatu.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Convert to use rta_getattr_ functions</title>
<updated>2012-04-10T15:47:55+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>shemminger@vyatta.com</email>
</author>
<published>2012-04-10T15:47:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_external_iproute2/commit/?id=ff24746cca1ef0c92d46614158e6672acd6b63d3'/>
<id>ff24746cca1ef0c92d46614158e6672acd6b63d3</id>
<content type='text'>
User new functions (inspired by libmnl) to do type safe access
of routeing attributes
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
User new functions (inspired by libmnl) to do type safe access
of routeing attributes
</pre>
</div>
</content>
</entry>
<entry>
<title>tc: remove stale code</title>
<updated>2010-01-21T18:13:01+00:00</updated>
<author>
<name>Florian Westphal</name>
<email>fw@strlen.de</email>
</author>
<published>2010-01-12T20:45:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_external_iproute2/commit/?id=8d8de1139c95d79bc1b5ac1ec301a30ef5e6ee50'/>
<id>8d8de1139c95d79bc1b5ac1ec301a30ef5e6ee50</id>
<content type='text'>
remove unused #define and "ok" statements.

Signed-off-by: Florian Westphal &lt;fwestphal@astaro.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
remove unused #define and "ok" statements.

Signed-off-by: Florian Westphal &lt;fwestphal@astaro.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>f_fw: fix compat mode</title>
<updated>2009-12-02T00:20:01+00:00</updated>
<author>
<name>Patrick McHardy</name>
<email>kaber@trash.net</email>
</author>
<published>2009-11-23T11:03:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_external_iproute2/commit/?id=c90308ffc74d1e20c9de9521bfe6560b6b948650'/>
<id>c90308ffc74d1e20c9de9521bfe6560b6b948650</id>
<content type='text'>
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 &lt;kaber@trash.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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 &lt;kaber@trash.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Update various classifiers' help output for expected CLASSID syntax</title>
<updated>2008-02-13T20:36:38+00:00</updated>
<author>
<name>PJ Waskiewicz</name>
<email>peter.p.waskiewicz.jr@intel.com</email>
</author>
<published>2008-02-13T11:49:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_external_iproute2/commit/?id=e9acc2420c561a6f875d188de1028facbd09c5a8'/>
<id>e9acc2420c561a6f875d188de1028facbd09c5a8</id>
<content type='text'>
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 &lt;peter.p.waskiewicz.jr@intel.com&gt;
Signed-off-by: Stephen Hemminger &lt;stephen.hemminger@vyatta.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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 &lt;peter.p.waskiewicz.jr@intel.com&gt;
Signed-off-by: Stephen Hemminger &lt;stephen.hemminger@vyatta.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>tc mask patch</title>
<updated>2007-12-11T17:35:49+00:00</updated>
<author>
<name>François Delawarde</name>
<email>fdelawarde@wirelessmundi.com</email>
</author>
<published>2007-11-26T17:13:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_external_iproute2/commit/?id=e22b42a2c1f088c09cae071b77b3a57069f196b2'/>
<id>e22b42a2c1f088c09cae071b77b3a57069f196b2</id>
<content type='text'>
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 &lt;shemminger@linux-foundation.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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 &lt;shemminger@linux-foundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove trailing whitespace</title>
<updated>2006-12-05T18:10:22+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>shemminger@osdl.org</email>
</author>
<published>2006-12-05T18:10:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_external_iproute2/commit/?id=ae665a522bd46bea44c5ea84c89c8b1731954170'/>
<id>ae665a522bd46bea44c5ea84c89c8b1731954170</id>
<content type='text'>
Go through source files and remove all trailing whitespace

Signed-off-by: Stephen Hemminger &lt;shemminger@osdl.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Go through source files and remove all trailing whitespace

Signed-off-by: Stephen Hemminger &lt;shemminger@osdl.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Use parse_rtattr_nested</title>
<updated>2005-01-18T22:11:58+00:00</updated>
<author>
<name>5!tgraf</name>
<email>5!tgraf</email>
</author>
<published>2005-01-18T22:11:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_external_iproute2/commit/?id=021ed13fdceaa41de91af64825b7ca3e98f00a5e'/>
<id>021ed13fdceaa41de91af64825b7ca3e98f00a5e</id>
<content type='text'>
(Logical change 1.129)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(Logical change 1.129)
</pre>
</div>
</content>
</entry>
<entry>
<title>Use NLMSG_TAIL</title>
<updated>2005-01-18T01:24:18+00:00</updated>
<author>
<name>5!tgraf</name>
<email>5!tgraf</email>
</author>
<published>2005-01-18T01:24:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_external_iproute2/commit/?id=034102f2589b79e92ff677dc74a54096ef10d99d'/>
<id>034102f2589b79e92ff677dc74a54096ef10d99d</id>
<content type='text'>
(Logical change 1.127)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(Logical change 1.127)
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix issues with filter name conflicts and cleanup.</title>
<updated>2004-09-28T18:35:49+00:00</updated>
<author>
<name>osdl.net!shemminger</name>
<email>osdl.net!shemminger</email>
</author>
<published>2004-09-28T18:35:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_external_iproute2/commit/?id=6b7dff17f6f97ce80cd260920267aee68f15582b'/>
<id>6b7dff17f6f97ce80cd260920267aee68f15582b</id>
<content type='text'>
2004/09/04 06:16:51-07:00 net[shemminger]!kaber
: prevent tc crashes

(Logical change 1.81)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
2004/09/04 06:16:51-07:00 net[shemminger]!kaber
: prevent tc crashes

(Logical change 1.81)
</pre>
</div>
</content>
</entry>
</feed>
