aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/bhyve/pci_e82545.c
Commit message (Expand)AuthorAgeFilesLines
* bhyve: Remove vmctx argument from PCI device model methods.John Baldwin2023-01-191-6/+4
* bhyve: Remove unused vcpu argument from PCI read/write methods.John Baldwin2022-12-091-2/+2
* bhyve: Fix sign compare warnings in the e1000 device model.John Baldwin2022-11-291-8/+8
* bhyve: Address some signed/unsigned comparison warningsMark Johnston2022-10-251-1/+1
* bhyve: Address signed/unsigned comparison warnings in the e1000 modelMark Johnston2022-10-251-13/+14
* bhyve: Avoid arithmetic on void pointersMark Johnston2022-10-251-1/+2
* bhyve: Annotate an unused function as suchMark Johnston2022-10-231-1/+1
* bhyve: Avoid arithmetic on void pointersMark Johnston2022-10-231-2/+2
* bhyve: Annotate unused function parametersMark Johnston2022-10-081-10/+11
* bhyve e1000: Sanitize transmit ring indices.John Baldwin2022-08-291-5/+13
* bhyve e1000: Skip packets with a small header.John Baldwin2022-08-171-12/+29
* bhyve: Mark variables and functions as static where appropriateMark Johnston2022-08-161-4/+3
* bhyve: validate e82545 checksum offset fieldMark Johnston2022-04-051-3/+6
* bhyve: clean up trailing whitespacesToomas Soome2021-12-271-22/+22
* bhyve: fix -Wunused-but-set-variable warningRobert Wing2021-12-061-3/+1
* Refactor configuration management in bhyve.John Baldwin2021-03-181-51/+14
* bhyve: Update TX descriptor base address and host mapping on changeRyan Moeller2020-10-161-5/+5
* bhyve: Pass the full string of options to the network backends.Aleksandr Fedorov2020-05-081-6/+9
* Initial support for bhyve save and restore.John Baldwin2020-05-051-1/+160
* bhyve: move virtio-net header processing to pci_virtio_netVincenzo Maffione2020-02-121-7/+25
* bhyve: add wrapper for debug printf statementsVincenzo Maffione2020-01-081-78/+79
* bhyve: uniform printf format string newlinesVincenzo Maffione2019-12-021-7/+7
* bhyve: add backend rx backpressure to virtio-netVincenzo Maffione2019-11-031-0/+2
* Validate guest-supplied length of headers for TSO transmit requests.John Baldwin2019-08-051-3/+69
* bhyve: abstraction for network backendsVincenzo Maffione2019-07-071-68/+15
* bhyve: move common code to net_utils.cVincenzo Maffione2019-06-131-42/+5
* Use capsicum_helpers(3) that allow us to simplify the code and its functionsMarcelo Araujo2019-01-161-1/+4
* Improve bhyve exit(3) error code.Marcelo Araujo2018-07-111-1/+1
* Fix style(9) space vs tab.Marcelo Araujo2018-06-141-6/+6
* Add SPDX tags to bhyve(8).Marcelo Araujo2018-06-131-0/+2
* bhyve/pci_e82545.c: squelch gcc warning for noreturn procedureRyan Libby2017-07-281-1/+1
* Capsicum support for bhyve(8).Bartek Rutkowski2017-02-141-0/+14
* Invert calloc(3) argument order.Marcelo Araujo2016-08-301-1/+1
* Increase I82545_MAX_TXSEGS from 20 to 64 and add checks for it.Alexander Motin2016-07-161-33/+30
* Make unknown register reads predictable.Alexander Motin2016-07-121-0/+1
* Add missing breaks in I/O BAR read/write.Alexander Motin2016-07-121-0/+2
* Add emulation for Intel e1000 (e82545) network adapter.Alexander Motin2016-07-091-0/+2372