History log of /freebsd-11-stable/sys/dev/xen/netfront/netfront.c
Revision Date Author Comments
# 331722 29-Mar-2018 eadler

Revert r330897:

This was intended to be a non-functional change. It wasn't. The commit
message was thus wrong. In addition it broke arm, and merged crypto
related code.

Revert with prejudice.

This revert skips files touched in r316370 since that commit was since
MFCed. This revert also skips files that require $FreeBSD$ property
changes.

Thank you to those who helped me get out of this mess including but not
limited to gonzo, kevans, rgrimes.

Requested by: gjb (re)


# 330897 14-Mar-2018 eadler

Partial merge of the SPDX changes

These changes are incomplete but are making it difficult
to determine what other changes can/should be merged.

No objections from: pfg


# 323207 06-Sep-2017 rlibby

MFC r320517:

netfront.c: avoid gcc variably-modified warning


# 320219 22-Jun-2017 cperciva

MFC r319491:

Skip setting the MTU in the netfront driver (xn# devices) if the new MTU
is the same as the old MTU. In particular, on Amazon EC2 "T2" instances
without this change, the network interface is reinitialized every 30
minutes due to the MTU being (re)set when a new DHCP lease is obtained.

Approved by: re (delphij)


# 318919 26-May-2017 royger

MFC r318523, r318631:

xen/netfront: don't drop the ring RX lock with inconsistent ring state
xen/netfront: don't drop the RX lock in xn_rxeof


# 315668 21-Mar-2017 royger

MFC r314840:

xen: add support for canceled suspend

Submitted by: Liuyingdong <liuyingdong@huawei.com>
Reviewed by: royger


# 315665 21-Mar-2017 royger

MFC r314842:

xen/netfront: fix inbound packet flags for checksum offload

Reviewed by: Wei Liu <wei.liu2@citrix.com>
Sponsored by: Citrix Systems R&D


# 315403 16-Mar-2017 royger

MFC r308126:

xen/netfront: fix statistics

PR: 213439


# 303902 10-Aug-2016 royger

MFC r303488 and r303771:

xen-netfront: fix trying to send packets with disconnected netfront
xen-netfront: improve the logic when handling nic features from ioctl

Approved by: re (kib)