Patrick McHardy
8ad227ff89
net: vlan: add 802.1ad support
...
Add support for 802.1ad VLAN devices. This mainly consists of checking for
ETH_P_8021AD in addition to ETH_P_8021Q in a couple of places and check
offloading capabilities based on the used protocol.
Configuration is done using "ip link":
# ip link add link eth0 eth0.1000 \
type vlan proto 802.1ad id 1000
# ip link add link eth0.1000 eth0.1000.1000 \
type vlan proto 802.1q id 1000
52:54:00:12:34:56 > 92:b1:54:28:e4:8c, ethertype 802.1Q (0x8100), length 106: vlan 1000, p 0, ethertype 802.1Q, vlan 1000, p 0, ethertype IPv4, (tos 0x0, ttl 64, id 0, offset 0, flags [DF], proto ICMP (1), length 84)
20.1.0.2 > 20.1.0.1: ICMP echo request, id 3003, seq 8, length 64
92:b1:54:28:e4:8c > 52:54:00:12:34:56, ethertype 802.1Q-QinQ (0x88a8), length 106: vlan 1000, p 0, ethertype 802.1Q, vlan 1000, p 0, ethertype IPv4, (tos 0x0, ttl 64, id 47944, offset 0, flags [none], proto ICMP (1), length 84)
20.1.0.1 > 20.1.0.2: ICMP echo reply, id 3003, seq 8, length 64
Signed-off-by: Patrick McHardy <kaber@trash.net >
Signed-off-by: David S. Miller <davem@davemloft.net >
2013-04-19 14:46:06 -04:00
..
2013-02-26 09:24:48 -08:00
2013-03-27 13:39:09 -04:00
2013-02-26 15:03:06 -08:00
2013-02-21 15:27:22 -08:00
2013-03-01 13:39:00 -08:00
2013-03-08 16:03:29 -08:00
2013-03-02 16:31:21 +00:00
2013-02-20 11:00:43 -08:00
2013-03-03 12:06:09 -08:00
2013-02-28 18:02:55 -08:00
2013-03-28 15:51:33 -07:00
2013-04-07 16:55:46 -04:00
2013-02-24 14:37:22 -05:00
2013-03-14 12:48:54 +00:00
2013-02-26 17:24:26 -05:00
2013-02-15 09:52:29 +01:00
2013-03-13 04:38:19 -04:00
2013-02-16 13:34:10 -08:00
2013-03-01 06:07:22 +00:00
2013-02-22 09:20:11 -08:00
2013-04-16 16:34:07 -04:00
2013-03-25 16:43:41 -04:00
2013-03-02 16:46:07 -08:00
2013-04-11 15:57:32 -04:00
2013-03-02 09:34:39 -08:00
2013-02-21 17:22:19 -08:00
2013-03-01 12:47:16 +01:00
2013-02-26 02:46:13 -05:00
2013-02-15 18:52:45 -08:00
2013-02-23 17:50:12 -08:00
2013-02-20 09:37:28 -05:00
2013-02-21 17:22:16 -08:00
2013-03-20 13:23:21 -04:00
2013-02-23 17:50:10 -08:00
2013-03-19 19:15:52 +01:00
2013-02-21 17:22:15 -08:00
2013-02-21 17:22:15 -08:00
2013-02-21 17:22:15 -08:00
2013-02-21 17:22:16 -08:00
2013-02-15 16:45:06 +01:00
2013-02-25 16:46:44 -08:00
2013-02-26 02:46:09 -05:00
2013-03-31 11:38:33 -07:00
2013-04-02 01:28:41 +02:00
2013-03-01 22:45:49 +00:00
2013-02-21 12:05:51 -08:00
2013-03-01 22:45:49 +00:00
2013-02-27 15:13:36 +05:30
2013-02-27 22:37:34 +05:30
2013-02-28 09:53:21 +05:30
2013-03-03 23:59:59 -08:00
2013-03-16 06:32:30 +01:00
2013-02-21 09:38:18 -08:00
2013-02-28 12:52:24 -08:00
2013-02-26 02:46:08 -05:00
2013-02-27 19:10:23 -08:00
2013-03-29 23:31:34 -04:00
2013-02-23 17:50:12 -08:00
2013-03-31 11:38:33 -07:00
2013-03-27 07:49:29 -07:00
2013-03-03 19:36:31 -08:00
2013-02-22 23:31:31 -05:00
2013-02-26 03:10:52 +11:00
2013-02-22 00:05:07 +01:00
2013-03-18 10:21:23 +01:00
2013-02-27 19:10:24 -08:00
2013-02-22 08:20:05 +01:00
2013-02-21 10:45:01 +01:00
2013-02-23 17:50:16 -08:00
2013-02-23 17:50:17 -08:00
2013-02-26 20:16:07 -08:00
2013-03-13 15:21:47 -07:00
2013-03-06 16:36:03 +01:00
2013-03-26 12:32:13 -04:00
2013-03-06 14:55:20 -05:00
2013-04-19 14:46:06 -04:00
2013-02-19 08:06:01 +01:00
2013-02-27 19:10:21 -08:00
2013-03-22 16:41:19 -07:00
2013-03-22 16:41:20 -07:00
2013-02-23 17:50:19 -08:00
2013-03-22 08:08:06 -03:00
2013-03-14 13:18:30 -07:00
2013-02-19 15:17:08 -05:00
2013-02-22 19:25:09 -08:00
2013-02-20 19:36:01 +01:00
2013-03-02 09:34:39 -08:00
2013-02-23 17:50:20 -08:00
2013-02-23 17:50:13 -08:00
2013-03-12 06:50:58 -04:00
2013-02-23 17:50:19 -08:00
2013-02-23 17:50:17 -08:00
2013-03-28 17:45:51 -07:00
2013-03-28 17:45:51 -07:00
2013-03-22 16:41:20 -07:00
2013-03-27 07:50:04 -07:00
2013-03-22 10:25:15 -04:00
2013-03-19 11:07:58 +08:00
2013-04-19 14:46:06 -04:00
2013-04-19 14:45:27 -04:00
2013-04-05 21:08:11 +02:00
2013-03-02 16:46:07 -08:00
2013-04-02 16:43:09 -04:00
2013-03-29 17:54:33 -07:00
2013-02-23 00:30:08 +01:00
2013-02-23 17:50:17 -08:00
2013-02-14 15:55:23 +01:00
2013-02-23 17:50:15 -08:00
2013-02-21 17:22:19 -08:00
2013-03-01 23:51:07 -05:00
2013-02-28 20:42:33 -08:00
2013-02-25 21:18:18 -08:00
2013-03-17 15:59:15 -07:00
2013-03-12 11:40:53 -04:00
2013-02-27 19:10:24 -08:00
2013-02-23 17:50:16 -08:00
2013-02-23 17:50:16 -08:00
2013-02-21 12:05:51 -08:00
2013-03-22 16:41:20 -07:00
2013-02-21 13:41:04 -08:00
2013-02-26 09:34:29 -08:00
2013-02-27 19:10:24 -08:00
2013-02-14 17:11:09 +00:00
2013-03-13 15:21:44 -07:00
2013-02-23 17:50:17 -08:00
2013-02-21 12:05:51 -08:00
2013-03-07 15:29:45 -05:00
2013-02-27 19:10:10 -08:00
2013-02-27 19:10:11 -08:00
2013-04-09 13:19:39 -04:00
2013-02-19 08:43:34 +01:00
2013-03-29 15:31:30 -04:00
2013-03-19 19:15:52 +01:00
2013-04-19 14:46:06 -04:00
2013-02-21 17:22:20 -08:00
2013-02-26 22:25:17 +01:00
2013-03-10 22:20:05 +01:00
2013-03-01 12:40:36 +01:00
2013-02-23 17:50:22 -08:00
2013-02-14 09:21:15 -05:00
2013-03-21 11:47:51 -04:00
2013-03-20 17:56:58 -04:00
2013-02-21 14:58:40 -08:00
2013-03-20 12:10:38 -04:00
2013-03-27 07:50:08 -07:00
2013-02-14 00:22:58 +01:00
2013-03-22 10:23:34 -04:00
2013-02-23 17:50:15 -08:00
2013-03-08 12:24:48 -05:00
2013-02-23 17:50:16 -08:00
2013-03-01 12:48:36 +01:00
2013-02-13 19:29:12 -08:00