summaryrefslogtreecommitdiff
path: root/sys/dev/xen/netfront
AgeCommit message (Expand)Author
2024-12-16xen/netfront: use iflladdr_event to send ARPsGleb Smirnoff
2024-08-02xen/netfront: Decouple XENNET tags from mbuf lifetimesMark Johnston
2023-11-06xen-netfront: attempt to make cleanup idempotentRoger Pau Monné
2023-10-20netfront: fix the support for disabling LRO at boot timeDoug Rabson
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2023-04-24Mechanically convert Xen netfront/netback(4) to IfAPIJustin Hibbits
2022-11-03xen/netfront: deal with mbuf data crossing a page boundaryRoger Pau Monné
2022-05-06xen: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin
2022-02-07xen: switch to use headers in contribElliott Mitchell
2021-12-15xen: plug some of set-but-not-used varsMateusz Guzik
2021-07-28xen/netfront: introduce xen_pv_nics_disabled()Julien Grall
2020-09-01dev/xen: clean up empty lines in .c and .h filesMateusz Guzik
2018-08-23xen/netfront: Ensure curvnet is setKristof Provost
2018-05-18ifnet: Replace if_addr_lock rwlock with epoch + mutexMatt Macy
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-06-30netfront.c: avoid gcc variably-modified warningRyan Libby
2017-06-02Skip setting the MTU in the netfront driver (xn# devices) if the new MTUColin Percival
2017-05-22xen/netfront: don't drop the RX lock in xn_rxeofRoger Pau Monné
2017-05-19xen/netfront: don't drop the ring RX lock with inconsistent ring stateRoger Pau Monné
2017-03-07xen/netfront: fix inbound packet flags for checksum offloadRoger Pau Monné
2017-03-07xen: add support for canceled suspendRoger Pau Monné
2017-01-03In the netfront_rxq struct, we should use NET_RX_RING_SIZE, notOlivier Houchard
2016-10-31xen/netfront: fix statisticsRoger Pau Monné
2016-08-05xen-netfront: improve the logic when handling nic features from ioctlRoger Pau Monné
2016-07-29xen-netfront: fix trying to send packets with disconnected netfrontRoger Pau Monné
2016-06-06xen-netfront: fix initializationRoger Pau Monné
2016-06-02xen-netfront: use callout_reset_curcpu instead of callout_resetRoger Pau Monné
2016-06-02xen-netfront: perform an interface reset when changing optionsRoger Pau Monné
2016-06-02xen-netfront: release grant references used for the shared ringsRoger Pau Monné
2016-06-02xen-netfront: fix two hotplug related issuesRoger Pau Monné
2016-06-02xen-netfront: switch to using an interrupt handlerRoger Pau Monné
2016-06-02xen-netfront: always keep the Rx ring full of requestsRoger Pau Monné
2016-06-02xen-netfront: fix receiving TSO packetsRoger Pau Monné
2016-05-12xen-netfront: fix feature detectionRoger Pau Monné
2016-04-01tcp/lro: Use tcp_lro_flush_all in device drivers to avoid code duplicationSepherosa Ziehau
2016-03-01Remove taskqueue_enqueue_fast().John Baldwin
2016-02-11xen-netfront: remove useless NULL check in netif_freeRoger Pau Monné
2016-02-11xen-netfront: rearrange error paths in setup_txqsRoger Pau Monné
2016-02-11xen-netfront: remove pointless assignment in xn_ioctlRoger Pau Monné
2016-01-20xen-netfront: add multiqueue supportRoger Pau Monné
2015-11-05xen-netfront: remove unused header filesRoger Pau Monné
2015-10-30Do not FALLTHROUGH for SIOC{ADD,DEL}MULTISimon J. Gerraty
2015-10-21netfront: fix LINT-NOIPRoger Pau Monné
2015-10-21xen: Code cleanup and small bug fixesRoger Pau Monné
2015-10-19xen-netfront: use "netfront" in lock descriptionRoger Pau Monné
2015-10-19xen-netfront: fix netfront create_dev error pathRoger Pau Monné
2015-10-19xen-netfront: no need to set if_outputRoger Pau Monné
2015-10-19xen-netfront: remove a bunch of FreeBSD version checkRoger Pau Monné
2015-10-19xen-netfront: remove XN_LOCK_{INIT,DESTROY}Roger Pau Monné