Age | Commit message (Expand) | Author |
2017-01-22 | move counting if_opackets next to counting if_obytes in if_enqueue. | David Gwynne |
2017-01-21 | non-PCI virtio files have been moved to sys/dev/pv | Reyk Floeter |
2017-01-21 | Switch include of virtio header from dev/pci/to dev/pv/ | Reyk Floeter |
2017-01-21 | In iwm(4), cancel mira timeouts in iwm_stop() and iwm_newstate() instead of | Stefan Sperling |
2017-01-21 | Move virtio config from files.pci to files.pci | Reyk Floeter |
2017-01-19 | Zero a return value variable at the start of hifn_process() to avoid | Jonathan Gray |
2017-01-19 | Export the host time to the guest, add it as a timedelta sensor in vmmci(4) | Reyk Floeter |
2017-01-16 | Let it compile with debugging enabled | Mike Belopuhov |
2017-01-16 | Clean up SCSI operation status and state defines | Mike Belopuhov |
2017-01-13 | Add vmmci(4) (VMM control interface), a simple guest-side driver for vmm(4) VMs | Reyk Floeter |
2017-01-13 | sync | Reyk Floeter |
2017-01-13 | Add PCI ID for vmm control interface | Reyk Floeter |
2017-01-12 | Rename ieee80211_mira_node_destroy() to ieee80211_mira_cancel_timeouts(). | Stefan Sperling |
2017-01-12 | Finish initial 11n support for athn(4). | Stefan Sperling |
2017-01-10 | Enable snooping on Braswell. Fixes audio distortion on Acer TravelMate | Jonathan Gray |
2017-01-08 | Use a macro for the Tx timeout value. | Visa Hankala |
2017-01-08 | Display color depth alongside resolution when attaching inteldrm and | Frederic Cambus |
2017-01-07 | regen | Mike Larkin |
2017-01-07 | Some newer Intel Xeon E5v4 PCI ids, from Hrvoje Popovski | Mike Larkin |
2016-12-26 | Fix typo, happend -> happened | Jeremie Courreges-Anglas |
2016-12-24 | Remove some unused variables that have been removed upstream as well. | Mark Kettenis |
2016-12-24 | Put a bit more unused code under #ifdef notyet to prevent a clang warning. | Mark Kettenis |
2016-12-23 | Hide static inline functions that are only used in debug code behind the same | Mark Kettenis |
2016-12-20 | Fix compiler warnings generated by clang. This matches upstream commit | Mark Kettenis |
2016-12-20 | Simplify the activate() functions of auglx(4), autri(4), and | Alexandre Ratchov |
2016-12-20 | Set free(9) size argument. From Michael W. Bombardieri <mb at ii.net>. | Alexandre Ratchov |
2016-12-18 | While copying out channel flags to userspace, omit the HT channel flag if | Stefan Sperling |
2016-12-13 | Fix up tsleep priorities and make them interruptible | Mike Belopuhov |
2016-12-12 | Remove (likely wrong) code commented since revision 1.1. From | Alexandre Ratchov |
2016-12-12 | Simplify auacer_activate(). From Michael W. Bombardieri <mb at ii.net> | Alexandre Ratchov |
2016-12-10 | Add support for MIMO Tx rates (MCS 8-15) to iwm(4). | Stefan Sperling |
2016-12-10 | In iwm(4), do not enable HT protection (RTS) unconditionally if the AP requires | Stefan Sperling |
2016-12-10 | Make retry-heavy rates less attractive to mira. | Stefan Sperling |
2016-12-09 | Update the media as the last step in the SFP module configuration | Mike Belopuhov |
2016-12-08 | iwm(4) was stripping some bits from the MCS index value before passing | Stefan Sperling |
2016-12-08 | Return ENODEV if playback is requested on devices with no DACs or | Alexandre Ratchov |
2016-12-07 | Add mira support to iwn(4). | Stefan Sperling |
2016-12-06 | regen | Mike Belopuhov |
2016-12-06 | X557 is the name of an external PHY not the PCI device | Mike Belopuhov |
2016-12-06 | Don't forget to return an error | Mike Belopuhov |
2016-12-06 | Improve error handling and don't fail if SFP module is not present; | Mike Belopuhov |
2016-12-06 | Let X552 SFP+ boot without a module plugged in | Mike Belopuhov |
2016-12-06 | Make sure iwm(4) only calls ieee80211_mira_choose() while in RUN state. | Stefan Sperling |
2016-12-02 | regen | Mike Belopuhov |
2016-12-02 | 8086:154a is not a QSFP model, possibly just a quad port | Mike Belopuhov |
2016-12-02 | Don't overwrite the selected flow control settings | Mike Belopuhov |
2016-12-02 | Disable the TX laser when interface is going down for all fiber modules | Mike Belopuhov |
2016-12-02 | regen | David Gwynne |
2016-12-02 | have a better go at naming xl710 devices | David Gwynne |
2016-12-01 | Add noop drm SET_MASTER and DROP_MASTER ioctls. This will allow | Jonathan Gray |