[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1387413403-6395-1-git-send-email-xiyou.wangcong@gmail.com>
Date: Wed, 18 Dec 2013 16:36:39 -0800
From: Cong Wang <xiyou.wangcong@...il.com>
To: netdev@...r.kernel.org
Cc: Cong Wang <xiyou.wangcong@...il.com>,
Jamal Hadi Salim <jhs@...atatu.com>,
"David S. Miller" <davem@...emloft.net>
Subject: [Patch net-next 0/4] net_sched: improve tc action code
This patchset continues to cleanup and improve tc action
code, especially for mirred action we are now able to cleanup
the action upon device unregister event.
Cc: Jamal Hadi Salim <jhs@...atatu.com>
Cc: David S. Miller <davem@...emloft.net>
Signed-off-by: Cong Wang <xiyou.wangcong@...il.com>
Cong Wang (4):
net_sched: act: clean up notification functions
net_sched: act: move idx_gen to struct tcf_hash_info
net_sched: mirred: remove action when the target device is gone
net_sched: mirred: notify user-space when action gets removed
include/net/act_api.h | 8 +--
include/net/tc_act/tc_mirred.h | 1 +
net/sched/act_api.c | 110 +++++++++++++++++------------------------
net/sched/act_csum.c | 3 +-
net/sched/act_gact.c | 3 +-
net/sched/act_ipt.c | 3 +-
net/sched/act_mirred.c | 31 +++++++-----
net/sched/act_nat.c | 3 +-
net/sched/act_pedit.c | 3 +-
net/sched/act_police.c | 3 +-
net/sched/act_simple.c | 3 +-
net/sched/act_skbedit.c | 3 +-
12 files changed, 80 insertions(+), 94 deletions(-)
--
1.8.3.1
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists