All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next v3 0/2] Dissect PTP L2 packet header
@ 2021-01-11 18:17 Eran Ben Elisha
  2021-01-11 18:17 ` [PATCH net-next v3 1/2] net: vlan: Add parse protocol header ops Eran Ben Elisha
  2021-01-11 18:17 ` [PATCH net-next v3 2/2] net: flow_dissector: Parse PTP L2 packet header Eran Ben Elisha
  0 siblings, 2 replies; 5+ messages in thread
From: Eran Ben Elisha @ 2021-01-11 18:17 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,
	Richard Cochran, Andrew Lunn, 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, v3:
- Add more people to the 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-12 14:17 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-11 18:17 [PATCH net-next v3 0/2] Dissect PTP L2 packet header Eran Ben Elisha
2021-01-11 18:17 ` [PATCH net-next v3 1/2] net: vlan: Add parse protocol header ops Eran Ben Elisha
2021-01-11 18:17 ` [PATCH net-next v3 2/2] net: flow_dissector: Parse PTP L2 packet header Eran Ben Elisha
2021-01-12 13:49   ` Richard Cochran
2021-01-12 14:16     ` 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.