All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next v2 0/2] Dissect PTP L2 packet header
@ 2021-01-11  9:46 Eran Ben Elisha
  2021-01-11  9:46 ` [PATCH net-next v2 1/2] net: vlan: Add parse protocol header ops Eran Ben Elisha
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Eran Ben Elisha @ 2021-01-11  9:46 UTC (permalink / raw)
  To: David S. Miller, Jakub Kicinski
  Cc: netdev, Tariq Toukan, Cong Wang, Eric Dumazet, Jiri Pirko,
	Vladimir Oltean, Jakub Sitnicki, Guillaume Nault,
	Eran Ben Elisha

Hi Jakub, Dave,

This series adds support for dissecting PTP L2 packet
header (EtherType 0x88F7).

For packet header dissecting, skb->protocol is needed. Add protocol
parsing operation to vlan ops, to guarantee skb->protocol is set,
as EtherType 0x88F7 occasionally follows a vlan header.

Changelog:
v2:
- Add more people to CC list.

Eran Ben Elisha (2):
  net: vlan: Add parse protocol header ops
  net: flow_dissector: Parse PTP L2 packet header

 net/8021q/vlan_dev.c      |  9 +++++++++
 net/core/flow_dissector.c | 16 ++++++++++++++++
 2 files changed, 25 insertions(+)

-- 
2.17.1


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

end of thread, other threads:[~2021-01-11 18:16 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-11  9:46 [PATCH net-next v2 0/2] Dissect PTP L2 packet header Eran Ben Elisha
2021-01-11  9:46 ` [PATCH net-next v2 1/2] net: vlan: Add parse protocol header ops Eran Ben Elisha
2021-01-11  9:46 ` [PATCH net-next v2 2/2] net: flow_dissector: Parse PTP L2 packet header Eran Ben Elisha
2021-01-11 15:49 ` [PATCH net-next v2 0/2] Dissect " Andrew Lunn
2021-01-11 18:14   ` Eran Ben Elisha

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.