netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [Patch net-next v2 0/2] net_sched: add network namespace support for tc actions
@ 2016-02-22 23:57 Cong Wang
  2016-02-22 23:57 ` [Patch net-next v2 1/2] net_sched: prepare tcf_hashinfo_destroy() for netns support Cong Wang
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Cong Wang @ 2016-02-22 23:57 UTC (permalink / raw)
  To: netdev; +Cc: Cong Wang

This patchset adds network namespace support for tc actions.

v2:
* pull the first patch into net-next
* reduce code duplication by introducing more helper functions

Cong Wang (2):
  net_sched: prepare tcf_hashinfo_destroy() for netns support
  net_sched: add network namespace support for tc actions

 include/net/act_api.h    |  63 ++++++++++++++++------
 net/sched/act_api.c      | 137 ++++++++++++++++++++++++++++-------------------
 net/sched/act_bpf.c      |  52 ++++++++++++++++--
 net/sched/act_connmark.c |  54 ++++++++++++++++---
 net/sched/act_csum.c     |  59 +++++++++++++++++---
 net/sched/act_gact.c     |  55 ++++++++++++++++---
 net/sched/act_ipt.c      | 127 ++++++++++++++++++++++++++++++++++++++-----
 net/sched/act_mirred.c   |  54 ++++++++++++++++---
 net/sched/act_nat.c      |  54 ++++++++++++++++---
 net/sched/act_pedit.c    |  54 ++++++++++++++++---
 net/sched/act_police.c   |  52 ++++++++++++++----
 net/sched/act_simple.c   |  55 ++++++++++++++++---
 net/sched/act_skbedit.c  |  54 ++++++++++++++++---
 net/sched/act_vlan.c     |  54 ++++++++++++++++---
 14 files changed, 771 insertions(+), 153 deletions(-)

-- 
2.1.0

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

end of thread, other threads:[~2016-02-25 19:16 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-22 23:57 [Patch net-next v2 0/2] net_sched: add network namespace support for tc actions Cong Wang
2016-02-22 23:57 ` [Patch net-next v2 1/2] net_sched: prepare tcf_hashinfo_destroy() for netns support Cong Wang
2016-02-23 13:01   ` Jamal Hadi Salim
2016-02-22 23:57 ` [Patch net-next v2 2/2] net_sched: add network namespace support for tc actions Cong Wang
2016-02-23 13:14   ` Jamal Hadi Salim
2016-02-23 22:23     ` Cong Wang
2016-02-24 13:19       ` Jamal Hadi Salim
2016-02-24 17:21         ` Cong Wang
2016-02-25 12:17           ` Jamal Hadi Salim
2016-02-24 18:37     ` Cong Wang
2016-02-25 19:16 ` [Patch net-next v2 0/2] " David Miller

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).