History log of /include/net/tc_act/tc_skbedit.h
Revision Date Author Comments
86062033feb8a1692f7a3d570c652f1b4a4b4b52 12-Feb-2014 WANG Cong <xiyou.wangcong@gmail.com> net_sched: act: hide struct tcf_common from API

Now we can totally hide it from modules. tcf_hash_*() API's
will operate on struct tc_action, modules don't need to care about
the details.

Cc: Jamal Hadi Salim <jhs@mojatatu.com>
Cc: David S. Miller <davem@davemloft.net>
Signed-off-by: Cong Wang <xiyou.wangcong@gmail.com>
Signed-off-by: Jamal Hadi Salim <jhs@mojatatu.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
a6227e26d946bc56df47ca5fe418660a07ef8288 06-Dec-2013 Jeff Kirsher <jeffrey.t.kirsher@intel.com> include/net/: Fix FSF address in file headers

Several files refer to an old address for the Free Software Foundation
in the file header comment. Resolve by replacing the address with
the URL <http://www.gnu.org/licenses/> so that we do not have to keep
updating the header comments anytime the address changes.

Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
1c55d62e77fa16cdace417834fc7b8a421a1877f 15-Oct-2009 jamal <hadi@cyberus.ca> pkt_sched: skbedit add support for setting mark

This adds support for setting the skb mark.

Signed-off-by: Jamal Hadi Salim <hadi@cyberus.ca>
Signed-off-by: David S. Miller <davem@davemloft.net>
ca9b0e27e072be4cef2f5f0cbc0b0fd94eae3520 13-Sep-2008 Alexander Duyck <alexander.h.duyck@intel.com> pkt_action: add new action skbedit

This new action will have the ability to change the priority and/or
queue_mapping fields on an sk_buff.

Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>