netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCHv3 net-next 1/4] if_ether.h: Add IEEE 802.1 Local Experimental Ethertype 1.
@ 2011-12-04 21:22 Sjur Brændeland
  2011-12-04 21:22 ` [PATCHv3 net-next 2/4] caif: Add support for CAIF over CDC NCM USB interface Sjur Brændeland
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Sjur Brændeland @ 2011-12-04 21:22 UTC (permalink / raw)
  To: netdev, David Miller; +Cc: Alexey Orishko, Eric Dumazet, Sjur Brændeland

Add EthType 0x88b5.
This Ethertype value is available for public use for prototype and
vendor-specific protocol development,as defined in Amendment 802a
to IEEE Std 802.

Signed-off-by: Sjur Brændeland <sjur.brandeland@stericsson.com>
---
 include/linux/if_ether.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/include/linux/if_ether.h b/include/linux/if_ether.h
index e473003..56d907a 100644
--- a/include/linux/if_ether.h
+++ b/include/linux/if_ether.h
@@ -79,6 +79,7 @@
 #define ETH_P_PAE	0x888E		/* Port Access Entity (IEEE 802.1X) */
 #define ETH_P_AOE	0x88A2		/* ATA over Ethernet		*/
 #define ETH_P_8021AD	0x88A8          /* 802.1ad Service VLAN		*/
+#define ETH_P_802_EX1	0x88B5		/* 802.1 Local Experimental 1.  */
 #define ETH_P_TIPC	0x88CA		/* TIPC 			*/
 #define ETH_P_8021AH	0x88E7          /* 802.1ah Backbone Service Tag */
 #define ETH_P_1588	0x88F7		/* IEEE 1588 Timesync */
-- 
1.7.0.4

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

end of thread, other threads:[~2011-12-05 23:46 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-04 21:22 [PATCHv3 net-next 1/4] if_ether.h: Add IEEE 802.1 Local Experimental Ethertype 1 Sjur Brændeland
2011-12-04 21:22 ` [PATCHv3 net-next 2/4] caif: Add support for CAIF over CDC NCM USB interface Sjur Brændeland
2011-12-05 23:46   ` David Miller
2011-12-04 21:22 ` [PATCHv3 net-next 3/4] caif: Add support for flow-control on device's tx-queue Sjur Brændeland
2011-12-05 23:46   ` David Miller
2011-12-04 21:22 ` [PATCHv3 net-next 4/4] caif: Stash away hijacked skb destructor and call it later Sjur Brændeland
2011-12-05 23:46   ` David Miller
2011-12-05 23:46 ` [PATCHv3 net-next 1/4] if_ether.h: Add IEEE 802.1 Local Experimental Ethertype 1 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).