netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net 0/3] Bugfix, simplification and cleanup in DSA tag_8021q
@ 2020-03-20  0:00 Vladimir Oltean
  2020-03-20  0:00 ` [PATCH net 1/3] net: dsa: tag_8021q: replace dsa_8021q_remove_header with __skb_vlan_pop Vladimir Oltean
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Vladimir Oltean @ 2020-03-20  0:00 UTC (permalink / raw)
  To: davem; +Cc: netdev, andrew, f.fainelli, vivien.didelot

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


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

end of thread, other threads:[~2020-03-24  3:56 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-20  0:00 [PATCH net 0/3] Bugfix, simplification and cleanup in DSA tag_8021q Vladimir Oltean
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

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