aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/bhyve/net_backends.c
Commit message (Expand)AuthorAgeFilesLines
* bhyve: Split backends into separate filesMark Johnston2023-11-221-641/+20
* bhyve: fix arguments to ioctl(VMIO_SIOCSIFFLAGS)Gleb Smirnoff2023-10-261-1/+1
* bhyve: Use VMIO_SIOCSIFFLAGS instead of SIOCGIFFLAGSJan Bramkamp2023-10-171-48/+4
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* bhyve: Define an accessor for net backend private dataMark Johnston2022-11-111-18/+20
* bhyve: Address some signed/unsigned comparison warningsMark Johnston2022-10-251-3/+3
* bhyve: Avoid arithmetic on void pointersMark Johnston2022-10-251-1/+1
* bhyve: Avoid arithmetic on void pointersMark Johnston2022-10-231-3/+3
* bhyve: Annotate unused function parametersMark Johnston2022-10-081-8/+8
* bhyve: Don't free an invalid pointer.John Baldwin2022-10-031-1/+0
* bhyve: Mark variables and functions as static where appropriateMark Johnston2022-08-161-1/+1
* bhyve virtio-net: Allow backend type to be explicitly specified.Yan Ka Chiu2022-06-301-2/+10
* bhyve: clean up trailing whitespacesToomas Soome2021-12-271-1/+1
* bhyve: net_backends, automatically IFF_UP tap devicesBjoern A. Zeeb2021-08-011-0/+51
* Refactor configuration management in bhyve.John Baldwin2021-03-181-60/+46
* bhyve: Fix processing of netgraph backend options.Aleksandr Fedorov2020-05-151-2/+0
* Add a new bhyve network backend that allow to connect the VM to the netgraph(...Aleksandr Fedorov2020-05-121-0/+193
* bhyve: Pass the full string of options to the network backends.Aleksandr Fedorov2020-05-081-6/+21
* bhyve: enable virtio-net mergeable rx buffers for tap(4)Vincenzo Maffione2020-02-201-5/+93
* bhyve: move virtio-net header processing to pci_virtio_netVincenzo Maffione2020-02-121-77/+18
* bhyve: add wrapper for debug printf statementsVincenzo Maffione2020-01-081-11/+12
* bhyve: uniform printf format string newlinesVincenzo Maffione2019-12-021-10/+10
* bhyve: add support for virtio-net mergeable rx buffersVincenzo Maffione2019-11-081-1/+2
* bhyve: add backend rx backpressure to virtio-netVincenzo Maffione2019-11-031-2/+2
* bhyve: fix mistake introduced by r352841Vincenzo Maffione2019-11-031-2/+2
* bhyve: support for enabling/disabling the net backendVincenzo Maffione2019-09-281-0/+64
* usr.sbin/bhyve: close backend file descriptor during tap init errorSean Chittenden2019-07-121-8/+5
* bhyve: net_backends.c: add missing __FBSDIDVincenzo Maffione2019-07-091-1/+3
* bhyve: add missing license identifiers in net_utils and net_backendVincenzo Maffione2019-07-091-0/+2
* bhyve: abstraction for network backendsVincenzo Maffione2019-07-071-0/+806