index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
dev
/
virtio
Commit message (
Expand
)
Author
Age
Files
Lines
*
Lower the compiler warning: unused-but-set-variable.
araujo
2015-09-03
1
-4
/
+0
*
add netmap dependency when compiled as a module
luigi
2015-07-10
1
-0
/
+3
*
Add 'prewrite' method allowing us to run some platform-specific
br
2015-07-03
2
-0
/
+22
*
Huge cleanup of random(4) code.
markm
2015-06-30
1
-1
/
+1
*
Remove duplicate defines.
br
2015-06-18
1
-4
/
+0
*
Fix panic when adding vtnet interfaces to a bridge
kp
2015-06-13
1
-2
/
+6
*
Fix typo when deregistering the VLAN unconfig event handler
bryanv
2015-06-13
1
-1
/
+1
*
CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than ten
jkim
2015-05-22
1
-1
/
+1
*
Don't free mbufs when stopping an interface in netmap mode.
jhb
2015-04-29
1
-0
/
+5
*
Do not report stripe size if it is equal to sector size.
mav
2015-04-18
1
-1
/
+2
*
Hide virtio features negotiation messages under bootverbose.
mav
2015-03-15
2
-2
/
+2
*
Size of opt_io_size field is 32 bit.
mav
2015-03-05
1
-1
/
+1
*
Reenable VIRTIO_BLK_F_TOPOLOGY feature.
mav
2015-03-05
1
-0
/
+1
*
Rework vtblk dump handling of in flight requests
bryanv
2015-01-27
1
-41
/
+31
*
Add softc flag for when the indirect descriptor feature was negotiated
bryanv
2015-01-01
2
-2
/
+5
*
Use the appropriate IPv4 or IPv6 TSO HW assist flag
bryanv
2015-01-01
1
-2
/
+2
*
Set the page size in the virtio-mmio driver. Some backends, e.g QEMU, assume
andrew
2014-12-30
1
-0
/
+2
*
Attach vtnet to virtio_mmio. Qemu provides this as an option with AArch64.
andrew
2014-12-29
1
-0
/
+2
*
Allow virtio_mmio to attach to ofwbus. Qemu places these here on at least
andrew
2014-12-29
1
-0
/
+1
*
Add virtio bus 'poll' method allowing us to inform backend we are
br
2014-12-12
4
-1
/
+29
*
o Add BERI Virtio Networking Frontend (if_vtbe)
br
2014-12-09
2
-17
/
+18
*
Update the virtio driver to work on the ARM AArch64 Foundation Model.
andrew
2014-12-09
1
-28
/
+68
*
Start process of removing the use of the deprecated "M_FLOWID" flag
hselasky
2014-12-01
1
-2
/
+3
*
Cleanup and performance improvement of the virtio_blk driver
bryanv
2014-11-30
1
-417
/
+422
*
Prevent overflow issues in timeout processing
smh
2014-11-21
1
-2
/
+2
*
Add Virtio MMIO bus driver.
br
2014-11-18
4
-0
/
+941
*
Enable LRO by default when available on vtnet interfaces
bryanv
2014-11-09
1
-7
/
+6
*
Several minor changes to hopefully complete the VirtIO console driver
bryanv
2014-11-07
1
-16
/
+52
*
Create the tty device after the port is completely initialized
bryanv
2014-11-03
1
-4
/
+4
*
Add support for the multiport feature and fix hot plug races
bryanv
2014-11-03
1
-350
/
+485
*
Add VirtIO console driver
bryanv
2014-10-23
2
-0
/
+1313
*
- Provide if_get_counter() method for vtnet(4).
glebius
2014-09-18
1
-62
/
+57
*
Use define from if_var.h to access a field inside struct if_data,
glebius
2014-08-30
1
-1
/
+1
*
Update to the current version of netmap.
luigi
2014-08-16
1
-0
/
+37
*
print additional debugging info in virtqueue_dump()
luigi
2014-08-16
1
-2
/
+4
*
Rework when the Tx queue completion interrupt is enabled
bryanv
2014-07-10
2
-65
/
+155
*
Add accessor to get the number of free descriptors in the virtqueue
bryanv
2014-07-10
2
-0
/
+8
*
xen/virtio: fix balloon drivers to not mark pages as WIRED
royger
2014-06-25
1
-3
/
+1
*
- Modify vm_page_unwire() and vm_page_enqueue() to directly accept
attilio
2014-06-16
1
-1
/
+1
*
Force two byte alignment for all control message headers
bryanv
2014-06-16
1
-5
/
+5
*
Make the feature negotiation code easier to follow
bryanv
2014-06-16
1
-22
/
+23
*
Move the VIRTIO_RING_F_* defines out of virtqueue.h into virtio_config.h
bryanv
2014-06-16
5
-8
/
+7
*
Remove kernel specific macro out of the VirtIO PCI header file
bryanv
2014-06-16
2
-2
/
+4
*
- Remove two write-only local variables
bryanv
2014-06-16
2
-5
/
+0
*
Always append new bios to the tail of the queue, instead of sorting them
bryanv
2014-06-10
1
-1
/
+1
*
make sure ifp->if_transmit returns 0 if a buffer is enqueued.
luigi
2014-06-04
1
-2
/
+1
*
Split the virtio.h header file into multiple files
bryanv
2014-06-01
6
-54
/
+125
*
Wait for the callout to finish before unloading the module
bryanv
2014-04-24
1
-1
/
+1
*
Since 32-bit if_baudrate isn't enough to describe a baud rate of a 10 Gbit
glebius
2014-03-13
1
-1
/
+1
*
Use m_defrag() instead of m_collapse() to compact a long mbuf chain
bryanv
2014-02-02
2
-14
/
+16
[next]