aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/xen/netfront
Commit message (Expand)AuthorAgeFilesLines
* xen/netfront: Ensure curvnet is setKristof Provost2018-08-231-0/+4
* ifnet: Replace if_addr_lock rwlock with epoch + mutexMatt Macy2018-05-181-1/+1
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* netfront.c: avoid gcc variably-modified warningRyan Libby2017-06-301-2/+2
* Skip setting the MTU in the netfront driver (xn# devices) if the new MTUColin Percival2017-06-021-0/+3
* xen/netfront: don't drop the RX lock in xn_rxeofRoger Pau Monné2017-05-221-2/+0
* xen/netfront: don't drop the ring RX lock with inconsistent ring stateRoger Pau Monné2017-05-191-43/+39
* xen/netfront: fix inbound packet flags for checksum offloadRoger Pau Monné2017-03-071-7/+9
* xen: add support for canceled suspendRoger Pau Monné2017-03-071-0/+14
* In the netfront_rxq struct, we should use NET_RX_RING_SIZE, notOlivier Houchard2017-01-031-1/+1
* xen/netfront: fix statisticsRoger Pau Monné2016-10-311-32/+6
* xen-netfront: improve the logic when handling nic features from ioctlRoger Pau Monné2016-08-051-27/+30
* xen-netfront: fix trying to send packets with disconnected netfrontRoger Pau Monné2016-07-291-0/+3
* xen-netfront: fix initializationRoger Pau Monné2016-06-061-5/+18
* xen-netfront: use callout_reset_curcpu instead of callout_resetRoger Pau Monné2016-06-021-2/+2
* xen-netfront: perform an interface reset when changing optionsRoger Pau Monné2016-06-021-35/+93
* xen-netfront: release grant references used for the shared ringsRoger Pau Monné2016-06-021-3/+3
* xen-netfront: fix two hotplug related issuesRoger Pau Monné2016-06-021-2/+4
* xen-netfront: switch to using an interrupt handlerRoger Pau Monné2016-06-021-56/+11
* xen-netfront: always keep the Rx ring full of requestsRoger Pau Monné2016-06-021-100/+67
* xen-netfront: fix receiving TSO packetsRoger Pau Monné2016-06-021-0/+7
* xen-netfront: fix feature detectionRoger Pau Monné2016-05-121-2/+2
* tcp/lro: Use tcp_lro_flush_all in device drivers to avoid code duplicationSepherosa Ziehau2016-04-011-6/+1
* Remove taskqueue_enqueue_fast().John Baldwin2016-03-011-2/+2
* xen-netfront: remove useless NULL check in netif_freeRoger Pau Monné2016-02-111-5/+3
* xen-netfront: rearrange error paths in setup_txqsRoger Pau Monné2016-02-111-3/+1
* xen-netfront: remove pointless assignment in xn_ioctlRoger Pau Monné2016-02-111-2/+0
* xen-netfront: add multiqueue supportRoger Pau Monné2016-01-201-661/+979
* xen-netfront: remove unused header filesRoger Pau Monné2015-11-051-15/+0
* Do not FALLTHROUGH for SIOC{ADD,DEL}MULTISimon J. Gerraty2015-10-301-1/+1
* netfront: fix LINT-NOIPRoger Pau Monné2015-10-211-0/+2
* xen: Code cleanup and small bug fixesRoger Pau Monné2015-10-211-1/+1
* xen-netfront: use "netfront" in lock descriptionRoger Pau Monné2015-10-191-2/+2
* xen-netfront: fix netfront create_dev error pathRoger Pau Monné2015-10-191-7/+9
* xen-netfront: no need to set if_outputRoger Pau Monné2015-10-191-1/+0
* xen-netfront: remove a bunch of FreeBSD version checkRoger Pau Monné2015-10-191-25/+4
* xen-netfront: remove XN_LOCK_{INIT,DESTROY}Roger Pau Monné2015-10-191-9/+3
* xen-netfront: clean up netfront stats structureRoger Pau Monné2015-10-191-25/+2
* xen-netfront: purge page flipping supportRoger Pau Monné2015-10-191-96/+18
* xen-netfront: delete all trailing white spacesRoger Pau Monné2015-10-191-124/+124
* Code cleanup unused-but-set-variable spotted by gcc.Marcelo Araujo2015-08-251-3/+0
* xen: allow disabling PV disks and nicsRoger Pau Monné2015-08-211-0/+3
* Remove another remnant of PV domU support and assume that we always runJohn Baldwin2015-08-141-60/+0
* Remove some more vestiges of the Xen PV domu support. Specifically,John Baldwin2015-08-061-4/+2
* netfront: preserve configuration across migrationsRoger Pau Monné2015-07-031-5/+24
* CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than tenJung-uk Kim2015-05-221-1/+1
* netfront: wait for backend to connect before sending ARPRoger Pau Monné2015-05-141-4/+5
* Remove support for Xen PV domU kernels. Support for HVM domU kernelsJohn Baldwin2015-04-301-7/+3
* Remove unused variable.Marcelo Araujo2015-04-201-2/+0
* Use m_getjcl() instead of old mbuf(9) KPIs.Gleb Smirnoff2015-02-271-10/+1