netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/4] net/vlan: prepare for removal of VLAN_TAG_PRESENT
@ 2018-11-07 17:07 Michał Mirosław
  2018-11-07 17:07 ` [PATCH net-next 2/4] net/vlan: introduce __vlan_hwaccel_copy_tag() helper Michał Mirosław
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Michał Mirosław @ 2018-11-07 17:07 UTC (permalink / raw)
  To: netdev

This is a preparatory patchset before removing the use of VLAN_TAG_PRESENT
bit in skb->vlan_tci as indication of VLAN offload. This set includes
only cleanups that allow abstracting of code testing VLAN tag presence
in drivers and networking code.

Michał Mirosław (4):
  net/vlan: introduce __vlan_hwaccel_clear_tag() helper
  net/vlan: introduce __vlan_hwaccel_copy_tag() helper
  net/vlan: include the shift in skb_vlan_tag_get_prio()
  net/vlan: remove unused #define HAVE_VLAN_GET_TAG

 include/linux/if_vlan.h   | 30 ++++++++++++++++++++++++++----
 net/core/flow_dissector.c |  3 +--
 2 files changed, 27 insertions(+), 6 deletions(-)

-- 
2.19.1

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

end of thread, other threads:[~2018-11-08 16:15 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-11-07 17:07 [PATCH net-next 0/4] net/vlan: prepare for removal of VLAN_TAG_PRESENT Michał Mirosław
2018-11-07 17:07 ` [PATCH net-next 2/4] net/vlan: introduce __vlan_hwaccel_copy_tag() helper Michał Mirosław
2018-11-07 17:07 ` [PATCH net-next 1/4] net/vlan: introduce __vlan_hwaccel_clear_tag() helper Michał Mirosław
2018-11-07 17:07 ` [PATCH net-next 3/4] net/vlan: include the shift in skb_vlan_tag_get_prio() Michał Mirosław
2018-11-07 17:07 ` [PATCH net-next 4/4] net/vlan: remove unused #define HAVE_VLAN_GET_TAG Michał Mirosław
2018-11-08  6:41 ` [PATCH net-next 0/4] net/vlan: prepare for removal of VLAN_TAG_PRESENT 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).