<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kernel/include/net/act_api.h, branch linux-4.17.y</title>
<subtitle>Hosts the 0x221E linux distro kernel.</subtitle>
<id>https://universe.0xinfinity.dev/distro/kernel/atom?h=linux-4.17.y</id>
<link rel='self' href='https://universe.0xinfinity.dev/distro/kernel/atom?h=linux-4.17.y'/>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/'/>
<updated>2018-03-24T01:52:19Z</updated>
<entry>
<title>net/sched: remove tcf_idr_cleanup()</title>
<updated>2018-03-24T01:52:19Z</updated>
<author>
<name>Davide Caratti</name>
<email>dcaratti@redhat.com</email>
</author>
<published>2018-03-23T18:09:39Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=affaa0c724c14c914625647efe7b95dfbe8d08f2'/>
<id>urn:sha1:affaa0c724c14c914625647efe7b95dfbe8d08f2</id>
<content type='text'>
tcf_idr_cleanup() is no more used, so remove it.

Suggested-by: Cong Wang &lt;xiyou.wangcong@gmail.com&gt;
Signed-off-by: Davide Caratti &lt;dcaratti@redhat.com&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>net sched actions: add new tc_action_ops callback</title>
<updated>2018-03-09T16:25:11Z</updated>
<author>
<name>Roman Mashak</name>
<email>mrv@mojatatu.com</email>
</author>
<published>2018-03-08T21:59:18Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=a03b91b17684023c45d39b836c85579d5e535983'/>
<id>urn:sha1:a03b91b17684023c45d39b836c85579d5e535983</id>
<content type='text'>
Add a new callback in tc_action_ops, it will be needed by the tc actions
to compute its size when a ADD/DELETE notification message is constructed.
This routine has to take into account optional/variable size TLVs specific
per action.

Signed-off-by: Roman Mashak &lt;mrv@mojatatu.com&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>net sched actions: update Add/Delete action API with new argument</title>
<updated>2018-03-09T16:25:11Z</updated>
<author>
<name>Roman Mashak</name>
<email>mrv@mojatatu.com</email>
</author>
<published>2018-03-08T21:59:17Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=d04e6990c948a3315ea8eca5979ebea48cda56f4'/>
<id>urn:sha1:d04e6990c948a3315ea8eca5979ebea48cda56f4</id>
<content type='text'>
Introduce a new function argument to carry total attributes size for
correct allocation of skb in event messages.

Signed-off-by: Roman Mashak &lt;mrv@mojatatu.com&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>net: sched: act: handle extack in tcf_generic_walker</title>
<updated>2018-02-16T21:05:50Z</updated>
<author>
<name>Alexander Aring</name>
<email>aring@mojatatu.com</email>
</author>
<published>2018-02-15T15:54:59Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=b36201455aa0749e8708ef97ed9c1c9ece29a113'/>
<id>urn:sha1:b36201455aa0749e8708ef97ed9c1c9ece29a113</id>
<content type='text'>
This patch adds extack handling for a common used TC act function
"tcf_generic_walker()" to add an extack message on failures.
The tcf_generic_walker() function can fail if get a invalid command
different than DEL and GET. The naming "action" here is wrong, the
correct naming would be command.

Cc: David Ahern &lt;dsahern@gmail.com&gt;
Signed-off-by: Alexander Aring &lt;aring@mojatatu.com&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>net: sched: act: add extack for walk callback</title>
<updated>2018-02-16T21:05:50Z</updated>
<author>
<name>Alexander Aring</name>
<email>aring@mojatatu.com</email>
</author>
<published>2018-02-15T15:54:58Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=417801055b8cb4c052e989289ccf24a673178bbc'/>
<id>urn:sha1:417801055b8cb4c052e989289ccf24a673178bbc</id>
<content type='text'>
This patch adds extack support for act walker callback api. This
prepares to handle extack support inside each specific act
implementation.

Cc: David Ahern &lt;dsahern@gmail.com&gt;
Signed-off-by: Alexander Aring &lt;aring@mojatatu.com&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>net: sched: act: add extack for lookup callback</title>
<updated>2018-02-16T21:05:03Z</updated>
<author>
<name>Alexander Aring</name>
<email>aring@mojatatu.com</email>
</author>
<published>2018-02-15T15:54:57Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=331a9295de23a9428adb7f593d0701d393a2079e'/>
<id>urn:sha1:331a9295de23a9428adb7f593d0701d393a2079e</id>
<content type='text'>
This patch adds extack support for act lookup callback api. This
prepares to handle extack support inside each specific act
implementation.

Cc: David Ahern &lt;dsahern@gmail.com&gt;
Signed-off-by: Alexander Aring &lt;aring@mojatatu.com&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>net: sched: act: add extack to init callback</title>
<updated>2018-02-16T21:05:03Z</updated>
<author>
<name>Alexander Aring</name>
<email>aring@mojatatu.com</email>
</author>
<published>2018-02-15T15:54:56Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=589dad6d71a72dd7912e5070c63f6bf1f561b5cf'/>
<id>urn:sha1:589dad6d71a72dd7912e5070c63f6bf1f561b5cf</id>
<content type='text'>
This patch adds extack support for act init callback api. This
prepares to handle extack support inside each specific act
implementation.

Based on work by David Ahern &lt;dsahern@gmail.com&gt;

Cc: David Ahern &lt;dsahern@gmail.com&gt;
Signed-off-by: Alexander Aring &lt;aring@mojatatu.com&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>net: sched: act: add extack to init</title>
<updated>2018-02-16T21:04:53Z</updated>
<author>
<name>Alexander Aring</name>
<email>aring@mojatatu.com</email>
</author>
<published>2018-02-15T15:54:54Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=aea0d727899140820a631bac78f36e9d9ef15ef6'/>
<id>urn:sha1:aea0d727899140820a631bac78f36e9d9ef15ef6</id>
<content type='text'>
This patch adds extack to tcf_action_init and tcf_action_init_1
functions. These are necessary to make individual extack handling in
each act implementation.

Based on work by David Ahern &lt;dsahern@gmail.com&gt;

Cc: David Ahern &lt;dsahern@gmail.com&gt;
Signed-off-by: Alexander Aring &lt;aring@mojatatu.com&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>net: sched: act: fix code style</title>
<updated>2018-02-16T21:04:53Z</updated>
<author>
<name>Alexander Aring</name>
<email>aring@mojatatu.com</email>
</author>
<published>2018-02-15T15:54:53Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=1af85155813622767d223af6d4dff283ebeea7a7'/>
<id>urn:sha1:1af85155813622767d223af6d4dff283ebeea7a7</id>
<content type='text'>
This patch is used by subsequent patches. It fixes code style issues
caught by checkpatch.

Signed-off-by: Alexander Aring &lt;aring@mojatatu.com&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>net: Revert sched action extack support series.</title>
<updated>2018-02-16T21:03:39Z</updated>
<author>
<name>David S. Miller</name>
<email>davem@davemloft.net</email>
</author>
<published>2018-02-16T21:03:39Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=ee99b2d8bf4ad6d03046a8c2f25bad7cfd9de64a'/>
<id>urn:sha1:ee99b2d8bf4ad6d03046a8c2f25bad7cfd9de64a</id>
<content type='text'>
It was mis-applied and the changes had rejects.

Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
</feed>
