All of lore.kernel.org
 help / color / mirror / Atom feed
From: Daniel Borkmann <daniel@iogearbox.net>
To: stephen@networkplumber.org
Cc: netdev@vger.kernel.org, Daniel Borkmann <daniel@iogearbox.net>
Subject: [PATCH iproute2 -next 0/2] clsact frontend
Date: Tue, 12 Jan 2016 01:42:18 +0100	[thread overview]
Message-ID: <cover.1452558352.git.daniel@iogearbox.net> (raw)

Cleanup on ingress and addition of clsact frontend. There's no man-page
for ingress nor for clsact, will follow-up with one to document both.

The patch requires a header update and is against your current net-next
branch (pre master merge).

Thanks!

Daniel Borkmann (2):
  tc, ingress: clean up ingress handling a bit
  tc, clsact: add clsact frontend

 tc/Makefile    |  1 +
 tc/q_clsact.c  | 34 ++++++++++++++++++++++++++++++++++
 tc/q_ingress.c | 20 +++++---------------
 tc/tc_filter.c | 46 ++++++++++++++++++++++++++++++++++++++--------
 tc/tc_qdisc.c  | 32 ++++++++++++++++++--------------
 5 files changed, 96 insertions(+), 37 deletions(-)
 create mode 100644 tc/q_clsact.c

-- 
1.9.3

             reply	other threads:[~2016-01-12  0:42 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-12  0:42 Daniel Borkmann [this message]
2016-01-12  0:42 ` [PATCH iproute2 -next 1/2] tc, ingress: clean up ingress handling a bit Daniel Borkmann
2016-01-12  0:42 ` [PATCH iproute2 -next 2/2] tc, clsact: add clsact frontend Daniel Borkmann
2016-01-18 19:43 ` [PATCH iproute2 -next 0/2] " Stephen Hemminger

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1452558352.git.daniel@iogearbox.net \
    --to=daniel@iogearbox.net \
    --cc=netdev@vger.kernel.org \
    --cc=stephen@networkplumber.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.