aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/virtio/network
Commit message (Expand)AuthorAgeFilesLines
* virtio: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+0
* if_vtnet: let vtnet_rx_vq_intr() and vtnet_rxq_tq_intr() share codeVincenzo Maffione2020-06-151-42/+14
* vtnet: Fix regression introduced in r361944Jessica Clarke2020-06-141-2/+3
* netmap: vtnet: fix races in vtnet_netmap_reg()Vincenzo Maffione2020-06-142-8/+29
* netmap: introduce netmap_kring_on()Vincenzo Maffione2020-06-111-8/+8
* virtio: Support non-legacy network device and queueJessica Clarke2020-06-082-8/+18
* netmap: vtnet: add vtnrx_nm_refill index to receive queuesVincenzo Maffione2020-06-031-0/+1
* netmap: vtnet: call netmap_rx_irq() under VQ lockVincenzo Maffione2020-06-031-4/+14
* netmap: vtnet: honor NM_IRQ_RESCHEDVincenzo Maffione2020-06-031-1/+22
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-3/+4
* Although most of the NIC drivers are epoch ready, due to peer pressureGleb Smirnoff2020-02-241-1/+2
* Use NET_TASK_INIT() and NET_GROUPTASK_INIT() for drivers that processGleb Smirnoff2020-02-111-1/+1
* Pacify gcc.Gleb Smirnoff2020-01-111-1/+1
* Add pfil(9) hook to vtnet(4).Gleb Smirnoff2020-01-102-1/+54
* vtnet: Pre-allocate debugnet data immediatelyKristof Provost2020-01-081-10/+12
* Convert to if_foreach_llmaddr() KPI.Gleb Smirnoff2019-10-211-41/+38
* tap: add support for virtio-net offloadsVincenzo Maffione2019-10-181-0/+293
* Split out a more generic debugnet(4) from netdump(4)Conrad Meyer2019-10-171-12/+12
* virtio(4): Add PNP match metadata for virtio devicesConrad Meyer2019-06-041-7/+5
* Remove non-functional SCTP checksum offload support for virtio.Michael Tuexen2019-05-072-11/+2
* vtnet: fix typo in vtnet_free_taskqueuesVincenzo Maffione2019-01-291-1/+1
* vtnet: fix netmap supportVincenzo Maffione2018-11-142-34/+42
* ifnet: Replace if_addr_lock rwlock with epoch + mutexMatt Macy2018-05-181-3/+2
* Add netdump support to vtnet(4).Mark Johnston2018-05-061-5/+76
* Revert r327828, r327949, r327953, r328016-r328026, r328041:Pedro F. Giffuni2018-01-211-4/+3
* dev: make some use of mallocarray(9).Pedro F. Giffuni2018-01-131-3/+4
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-272-0/+4
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* vtnet: Support jumbo frames without TSO/GSOKristof Provost2017-07-291-1/+1
* vtnet: don't update VLAN filter when parent is not runningPhilip Paeps2017-02-131-0/+1
* Fix vtnet hang with max_virtqueue_pairs > VTNET_MAX_QUEUE_PAIRSSteven Hartland2016-08-112-24/+38
* vtnet: fix panic on unloadKristof Provost2016-05-141-8/+9
* Lower the compiler warning: unused-but-set-variable.Marcelo Araujo2015-09-031-4/+0
* add netmap dependency when compiled as a moduleLuigi Rizzo2015-07-101-0/+3
* Fix panic when adding vtnet interfaces to a bridgeKristof Provost2015-06-131-2/+6
* Fix typo when deregistering the VLAN unconfig event handlerBryan Venteicher2015-06-131-1/+1
* Don't free mbufs when stopping an interface in netmap mode.John Baldwin2015-04-291-0/+5
* Add softc flag for when the indirect descriptor feature was negotiatedBryan Venteicher2015-01-012-2/+5
* Use the appropriate IPv4 or IPv6 TSO HW assist flagBryan Venteicher2015-01-011-2/+2
* Attach vtnet to virtio_mmio. Qemu provides this as an option with AArch64.Andrew Turner2014-12-291-0/+2
* Start process of removing the use of the deprecated "M_FLOWID" flagHans Petter Selasky2014-12-011-2/+3
* Enable LRO by default when available on vtnet interfacesBryan Venteicher2014-11-091-7/+6
* - Provide if_get_counter() method for vtnet(4).Gleb Smirnoff2014-09-181-61/+56
* Use define from if_var.h to access a field inside struct if_data,Gleb Smirnoff2014-08-301-1/+1
* Update to the current version of netmap.Luigi Rizzo2014-08-161-0/+37
* Rework when the Tx queue completion interrupt is enabledBryan Venteicher2014-07-102-65/+155
* Force two byte alignment for all control message headersBryan Venteicher2014-06-161-5/+5
* Make the feature negotiation code easier to followBryan Venteicher2014-06-161-22/+23
* - Remove two write-only local variablesBryan Venteicher2014-06-162-5/+0
* make sure ifp->if_transmit returns 0 if a buffer is enqueued.Luigi Rizzo2014-06-041-2/+1