aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/beri
Commit message (Expand)AuthorAgeFilesLines
* beri: clean up empty lines in .c and .h filesMateusz Guzik2020-09-013-3/+0
* Although most of the NIC drivers are epoch ready, due to peer pressureGleb Smirnoff2020-02-241-1/+1
* Introduce flag IFF_NEEDSEPOCH that marks Ethernet interfaces thatGleb Smirnoff2020-01-231-1/+1
* vfs: drop the mostly unused flags argument from VOP_UNLOCKMateusz Guzik2020-01-031-4/+4
* vfs: introduce v_irflag and make v_type smallerMateusz Guzik2019-12-081-1/+1
* Fix off-by-one error in BERI virtio driverOleksandr Tymoshenko2019-02-111-2/+2
* Revert r327828, r327949, r327953, r328016-r328026, r328041:Pedro F. Giffuni2018-01-211-1/+1
* dev: make some use of mallocarray(9).Pedro F. Giffuni2018-01-131-1/+1
* sys/dev: Replace zero with NULL for pointers.Pedro F. Giffuni2017-02-201-1/+1
* Allow BERI virtio-platform code to operate with no PIO devices specified.Ruslan Bukin2015-07-031-23/+69
* o Switch to use non-mergeable RX buffers to avoid mbuf adjustment needsRuslan Bukin2015-01-054-26/+38
* Do not configure Altera PIO device on ARM startup.Ruslan Bukin2015-01-041-2/+0
* Remove dev/virtio/virtio.h include from BERI VirtIOBryan Venteicher2014-12-293-3/+4
* Eliminate a "cast discards qualifiers" warning when building with gcc.Ian Lepore2014-12-211-1/+2
* Add virtio bus 'poll' method allowing us to inform backend we areRuslan Bukin2014-12-121-0/+10
* o Add BERI Virtio Networking Frontend (if_vtbe)Ruslan Bukin2014-12-096-79/+784
* o Add PIO and vtblk mmio device info to the treeRuslan Bukin2014-11-251-1/+1
* Add BERI-specific virtio block backend device driver.Ruslan Bukin2014-11-253-0/+857
* Add BERI-specific virtio mmio "platform" device.Ruslan Bukin2014-11-192-0/+262
* Provide a character device allowing us to access BERI memory regions.Ruslan Bukin2014-10-221-0/+186
* Add driver for BERI soft processor 'ring buffer' device.Ruslan Bukin2014-10-191-0/+529