netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [Patch net-next 0/4] net_sched: improve tc action code
@ 2013-12-19  0:36 Cong Wang
  2013-12-19  0:36 ` [Patch net-next 1/4] net_sched: act: clean up notification functions Cong Wang
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Cong Wang @ 2013-12-19  0:36 UTC (permalink / raw)
  To: netdev; +Cc: Cong Wang, Jamal Hadi Salim, David S. Miller

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@mojatatu.com>
Cc: David S. Miller <davem@davemloft.net>
Signed-off-by: Cong Wang <xiyou.wangcong@gmail.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

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2013-12-20  1:39 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-19  0:36 [Patch net-next 0/4] net_sched: improve tc action code Cong Wang
2013-12-19  0:36 ` [Patch net-next 1/4] net_sched: act: clean up notification functions Cong Wang
2013-12-19  0:48   ` Cong Wang
2013-12-19 14:40     ` Jamal Hadi Salim
2013-12-20  1:39       ` Cong Wang
2013-12-19  0:36 ` [Patch net-next 2/4] net_sched: act: move idx_gen to struct tcf_hashinfo Cong Wang
2013-12-19  0:36 ` [Patch net-next 3/4] net_sched: mirred: remove action when the target device is gone Cong Wang
2013-12-19  0:36 ` [Patch net-next 4/4] net_sched: mirred: notify user-space when action gets removed Cong Wang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).