[PATCH] net/eth: Don't consider ESP to be an IPv6 option header

2022-02-12 Thread Thomas Jansen
issues/149 Buglink: https://bugs.launchpad.net/qemu/+bug/1758091 Signed-off-by: Thomas Jansen --- net/eth.c | 1 - 1 file changed, 1 deletion(-) diff --git a/net/eth.c b/net/eth.c index fe876d1a55..f074b2f9f3 100644 --- a/net/eth.c +++ b/net/eth.c @@ -389,7 +389,6 @@ eth_is_ip6_extension_header_ty

[Bug 1758091] Re: vmxnet3 unable to send IPv6 ESP packets

2020-11-13 Thread Thomas Jansen
** Changed in: qemu Status: Incomplete => New -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1758091 Title: vmxnet3 unable to send IPv6 ESP packets Status in QEMU: New Bug description:

[Qemu-devel] [Bug 1758091] [NEW] vmxnet3 unable to send IPv6 ESP packets

2018-03-22 Thread Thomas Jansen
Public bug reported: My vmxnet3 network driver (in a closed source custom OS) is unable to send network packets that are structured as follows: Ethernet- Header(IPv6-Header(ESP(encrypted data))). I can verify that the packet is sent in the VM but is dropped in qemu. I first encountered this proble

[Qemu-devel] [PATCH] usb: fix typo CONFIG_LIBUSB -> CONFIG_USB_LIBUSB

2017-10-03 Thread Dr. Thomas Jansen
A previous commit (4e5ee5b21c) broke USB pass-through by introducing a typo in a configuration variable. Signed-off-by: Thomas Jansen