From: Vladimir Oltean <olteanv@gmail.com>
To: davem@davemloft.net
Cc: netdev@vger.kernel.org, andrew@lunn.ch, f.fainelli@gmail.com,
vivien.didelot@gmail.com
Subject: [PATCH net 0/3] Bugfix, simplification and cleanup in DSA tag_8021q
Date: Fri, 20 Mar 2020 02:00:48 +0200 [thread overview]
Message-ID: <20200320000051.28548-1-olteanv@gmail.com> (raw)
From: Vladimir Oltean <vladimir.oltean@nxp.com>
This series removes the dsa_8021q_remove_header and dsa_8021q_xmit
functions and replaces them with saner implementations, thereby
redefining what the tag_8021q module has to offer (at the moment, just
the VLAN definitions and install/uninstall rules remain).
Vladimir Oltean (3):
net: dsa: tag_8021q: replace dsa_8021q_remove_header with
__skb_vlan_pop
net: dsa: tag_8021q: remove obsolete comment
net: dsa: tag_8021q: get rid of dsa_8021q_xmit
include/linux/dsa/8021q.h | 16 -----------
net/dsa/tag_8021q.c | 57 +--------------------------------------
net/dsa/tag_sja1105.c | 27 ++++++++++---------
3 files changed, 16 insertions(+), 84 deletions(-)
--
2.17.1
next reply other threads:[~2020-03-20 0:01 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-03-20 0:00 Vladimir Oltean [this message]
2020-03-20 0:00 ` [PATCH net 1/3] net: dsa: tag_8021q: replace dsa_8021q_remove_header with __skb_vlan_pop Vladimir Oltean
2020-03-20 0:00 ` [PATCH net 2/3] net: dsa: tag_8021q: remove obsolete comment Vladimir Oltean
2020-03-20 0:00 ` [PATCH net 3/3] net: dsa: tag_8021q: get rid of dsa_8021q_xmit Vladimir Oltean
2020-03-24 3:56 ` [PATCH net 0/3] Bugfix, simplification and cleanup in DSA tag_8021q David Miller
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=20200320000051.28548-1-olteanv@gmail.com \
--to=olteanv@gmail.com \
--cc=andrew@lunn.ch \
--cc=davem@davemloft.net \
--cc=f.fainelli@gmail.com \
--cc=netdev@vger.kernel.org \
--cc=vivien.didelot@gmail.com \
/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.