netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/9] Use __vlan_hwaccel_*() helpers
@ 2018-11-08 23:17 Michał Mirosław
  2018-11-08 23:18 ` [PATCH net-next 1/9] cxgb4: use __vlan_hwaccel helpers Michał Mirosław
                   ` (9 more replies)
  0 siblings, 10 replies; 14+ messages in thread
From: Michał Mirosław @ 2018-11-08 23:17 UTC (permalink / raw)
  To: netdev
  Cc: Ajit Khaparde, Alexey Kuznetsov, bridge, Cong Wang, coreteam,
	David S. Miller, Florian Westphal, Hideaki YOSHIFUJI,
	Jamal Hadi Salim, Jiri Pirko, Jozsef Kadlecsik, linux-rdma,
	Mirko Lindner, netfilter-devel, Nikolay Aleksandrov,
	Pablo Neira Ayuso, Roopa Prabhu, Sathya Perla, Somnath Kotur,
	Sriharsha Basavapatna <srih

This series removes from networking core and driver code an assumption
about how VLAN tag presence is stored in an skb. This will allow to free
up overloading of VLAN.CFI bit to incidate tag's presence.

Michał Mirosław (9):
  cxgb4: use __vlan_hwaccel helpers
  nfnetlink/queue: use __vlan_hwaccel helpers
  net/core: use __vlan_hwaccel helpers
  8021q: use __vlan_hwaccel helpers
  bridge: use __vlan_hwaccel helpers
  ipv4/tunnel: use __vlan_hwaccel helpers
  benet: use __vlan_hwaccel helpers
  mlx4: use __vlan_hwaccel helpers
  sky2: use __vlan_hwaccel helpers

 drivers/infiniband/hw/cxgb4/cm.c            |  2 +-
 drivers/net/ethernet/emulex/benet/be_main.c | 13 +++++++++----
 drivers/net/ethernet/marvell/sky2.c         |  6 ++----
 drivers/net/ethernet/mellanox/mlx4/en_rx.c  |  2 +-
 net/8021q/vlan_core.c                       |  2 +-
 net/bridge/br_netfilter_hooks.c             | 15 +++++++++------
 net/bridge/br_private.h                     |  2 +-
 net/bridge/br_vlan.c                        |  6 +++---
 net/core/dev.c                              |  8 +++++---
 net/core/skbuff.c                           |  2 +-
 net/ipv4/ip_tunnel_core.c                   |  2 +-
 net/netfilter/nfnetlink_queue.c             |  5 +++--
 net/sched/act_vlan.c                        |  2 +-
 13 files changed, 38 insertions(+), 29 deletions(-)

-- 
2.19.1

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

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

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-11-08 23:17 [PATCH net-next 0/9] Use __vlan_hwaccel_*() helpers Michał Mirosław
2018-11-08 23:18 ` [PATCH net-next 1/9] cxgb4: use __vlan_hwaccel helpers Michał Mirosław
2018-11-08 23:18 ` [PATCH net-next 2/9] nfnetlink/queue: " Michał Mirosław
2018-11-08 23:18 ` [PATCH net-next 3/9] net/core: " Michał Mirosław
2018-11-08 23:18 ` [PATCH net-next 4/9] 8021q: " Michał Mirosław
2018-11-08 23:18 ` [PATCH net-next 5/9] bridge: " Michał Mirosław
2018-11-08 23:18 ` [PATCH net-next 6/9] ipv4/tunnel: " Michał Mirosław
2018-11-08 23:18 ` [PATCH net-next 7/9] benet: " Michał Mirosław
2018-11-08 23:18 ` [PATCH net-next 8/9] mlx4: " Michał Mirosław
2018-11-08 23:18 ` [PATCH net-next 9/9] sky2: " Michał Mirosław
2018-11-09  4:45 ` [PATCH net-next 0/9] Use __vlan_hwaccel_*() helpers David Miller
2018-11-11 15:26   ` Tariq Toukan
2018-11-11 16:12     ` mirq-linux
2018-11-11 16:16       ` mirq-linux

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