Age | Commit message (Expand) | Author |
2017-06-04 | update link to Ken Kato's vmware backdoor protocol documentation | Jonathan Matthew |
2017-06-04 | use htolem32 and lemtoh32 instead of htole32 and letoh32. | David Gwynne |
2017-06-03 | vioblk/virtio: Re-arrange some struct members | Stefan Fritsch |
2017-06-02 | Perform grant table page allocation outside of the table mutex | Mike Belopuhov |
2017-06-02 | regen | Mark Kettenis |
2017-06-02 | Intel HD Graphics 510. | Mark Kettenis |
2017-06-02 | Remove a bogus run_read() call about getting MAC version. | Kevin Lo |
2017-06-02 | When iwm(4) firmware reports missed beacons, send a probe request only | Stefan Sperling |
2017-06-02 | When iwn(4) firmware reports missed beacons, send a probe request only | Stefan Sperling |
2017-06-02 | Attach the xhci(4) FDT driver to the generic-xhci compatible as well. | Patrick Wildt |
2017-06-02 | handle 64bit dva in the tx path as well as the rx path. | David Gwynne |
2017-06-02 | only update the tx descriptors high address if it changes. | David Gwynne |
2017-06-01 | reorder ops in sk_start to avoid possibly rolling back ifq_deq. | David Gwynne |
2017-06-01 | reorder ops in sk_start to avoid possibly rolling back ifq_deq. | David Gwynne |
2017-06-01 | Defering some processing to the soft-interrupt handler introduced a | Martin Pieuchot |
2017-05-31 | Implement support for missed beacon notifications in iwn(4). | Stefan Sperling |
2017-05-31 | another place to use ieee80211_min_basic_rate() to select the minimum tx rate | Peter Hessler |
2017-05-31 | add ieee80211_min_basic_rate() to iwm(4), to select the lowest available | Peter Hessler |
2017-05-31 | The net80211 stack was providing a 'beacon miss timeout' value (in ms) | Stefan Sperling |
2017-05-31 | virtio_pci: Support IPL_MPSAFE interrupt handlers | Stefan Fritsch |
2017-05-31 | Add missing function prototype for iwm_rx_bmiss(). | Stefan Sperling |
2017-05-31 | Implement support for iwm(4) firmware's missed beacon notification. | Stefan Sperling |
2017-05-31 | Optimize virtio_enqueue_trim() a bit by nuking unneeded | Kenneth R Westerback |
2017-05-31 | add some details relating to SATA device power management | Jonathan Matthew |
2017-05-31 | fix SATA_SStatus_DET_OFFLINE value and add newer SStatus bits | Jonathan Matthew |
2017-05-31 | avoid going outside array bounds | Jonathan Gray |
2017-05-31 | Add support for Ralink RT5360. From Kevin Lo who tested with a | Jonathan Gray |
2017-05-31 | regen | Jonathan Gray |
2017-05-31 | Add Ralink RT5360. From Kevin Lo. | Jonathan Gray |
2017-05-30 | Use the CD bit (Cursor Disable) in the cursor start register to properly | Frederic Cambus |
2017-05-30 | More minor virtio tweaks | Stefan Fritsch |
2017-05-30 | Replace nifty DBGPRINT() with a more familiar DPRINTF() and adjust | Kenneth R Westerback |
2017-05-30 | Improve the new ieee80211_{min,max}_rates() APIs and fix regressions. | Stefan Sperling |
2017-05-30 | Remove comments about implementing FIS-based switching with port multipliers, | Jonathan Matthew |
2017-05-30 | Remove qvss8x15, vt220l8x8, and vt220l8x10 fonts. | Frederic Cambus |
2017-05-30 | Statically allocate resource to requests, and only create requests | Kenneth R Westerback |
2017-05-30 | virtio: Put entries in freelist in reverse order | Stefan Fritsch |
2017-05-30 | Use ieee80211_{min,max}_basic_rate() in iwn(4). | Stefan Sperling |
2017-05-30 | Remove lucida16x29.h and omron12x20 fonts. | Frederic Cambus |
2017-05-30 | virtio: Do LIFO in the freelist | Stefan Fritsch |
2017-05-30 | Remove the unused pcdisplay_mapchar_simple function in pcdisplay(4). | Frederic Cambus |
2017-05-30 | Introduce ipv{4,6}_input(), two wrappers around IP queues. | Martin Pieuchot |
2017-05-30 | Use memmove() instead of memcpy(), buffers are overlapping. | Martin Pieuchot |
2017-05-29 | Add an ioctl to tell storage devices to flush their internal caches | Stefan Fritsch |
2017-05-29 | Add hibernate support for nvme(4). This creates a separate IO queue that is | Jonathan Matthew |
2017-05-28 | Remove a redundant assignment introduced in revision 1.219 but favor the | anton |
2017-05-28 | Fix some spurious fatal firmware errors in iwm(4). | Stefan Sperling |
2017-05-28 | Remove unused flag IWM_FLAG_STOPPED. | Stefan Sperling |
2017-05-27 | nvme: Don't set prp1 for DEL_IOCQ | Stefan Fritsch |
2017-05-27 | remove #ifdef HIBERNATE section that declares stuff that lives in ahci.c | Jonathan Matthew |