|
Revision tags: v22.03, v22.03-rc4, v22.03-rc3, v22.03-rc2 |
|
| #
68eb9a19 |
| 25-Feb-2022 |
Stephen Hemminger <[email protected]> |
remove extra blank line at EOF
These source files all had unnecessary blank line at end of file.
Signed-off-by: Stephen Hemminger <[email protected]>
|
|
Revision tags: v22.03-rc1, v21.11, v21.11-rc4, v21.11-rc3, v21.11-rc2, v21.11-rc1 |
|
| #
e5ece1f4 |
| 13-Oct-2021 |
Jiawen Wu <[email protected]> |
net/txgbe: fix VXLAN-GPE packet checksum
Parse inner L2 length to set correct packet type, and ensure that hardware can compute the checksum successfully.
Fixes: b950203be7f1 ("net/txgbe: support V
net/txgbe: fix VXLAN-GPE packet checksum
Parse inner L2 length to set correct packet type, and ensure that hardware can compute the checksum successfully.
Fixes: b950203be7f1 ("net/txgbe: support VXLAN-GPE") Cc: [email protected]
Signed-off-by: Jiawen Wu <[email protected]>
show more ...
|
|
Revision tags: v21.08, v21.08-rc4, v21.08-rc3, v21.08-rc2, v21.08-rc1, v21.05, v21.05-rc4, v21.05-rc3, v21.05-rc2 |
|
| #
f8aadb64 |
| 29-Apr-2021 |
Jiawen Wu <[email protected]> |
net/txgbe: add copyright owner
All rights reserved by Beijing Wangxun Technology Co., Ltd. Part of the code references Intel.
Signed-off-by: Jiawen Wu <[email protected]> Reviewed-by: Ferruh
net/txgbe: add copyright owner
All rights reserved by Beijing Wangxun Technology Co., Ltd. Part of the code references Intel.
Signed-off-by: Jiawen Wu <[email protected]> Reviewed-by: Ferruh Yigit <[email protected]>
show more ...
|
| #
b950203b |
| 29-Apr-2021 |
Jiawen Wu <[email protected]> |
net/txgbe: support VXLAN-GPE
Support VXLAN-GPE in UDP tunnel port add and delete. Fix to parsing packet type to pass hardware checksum.
Signed-off-by: Jiawen Wu <[email protected]>
|
|
Revision tags: v21.05-rc1 |
|
| #
893b7803 |
| 05-Mar-2021 |
Jiawen Wu <[email protected]> |
net/txgbe: update packet type
Update the packet type lookup table according to the HW design. Fix the bug that inner L3 and L4 type can not be parsed when QINQ insert in tunnel packet.
Fixes: 9e30b
net/txgbe: update packet type
Update the packet type lookup table according to the HW design. Fix the bug that inner L3 and L4 type can not be parsed when QINQ insert in tunnel packet.
Fixes: 9e30b88f60b2 ("net/txgbe: support packet type") Cc: [email protected]
Signed-off-by: Jiawen Wu <[email protected]>
show more ...
|
|
Revision tags: v21.02, v21.02-rc4, v21.02-rc3, v21.02-rc2, v21.02-rc1, v20.11, v20.11-rc5, v20.11-rc4, v20.11-rc3, v20.11-rc2, v20.11-rc1 |
|
| #
9e30b88f |
| 19-Oct-2020 |
Jiawen Wu <[email protected]> |
net/txgbe: support packet type
Add packet type marco definition and convert ptype to ptid.
Signed-off-by: Jiawen Wu <[email protected]> Reviewed-by: Ferruh Yigit <[email protected]>
|