Age | Commit message (Expand) | Author |
2016-02-07 | Make sure the maximum iwm(4) firmware command payload size fits into | Stefan Sperling |
2016-02-06 | Add support for the 9 series PCH. | Mark Kettenis |
2016-02-06 | Enable the code that reads the BIOS from the ACPI VFCT table on platforms | Mark Kettenis |
2016-02-05 | Fix iwn(4) CCMP replay detection so it does not drop out-of-order A-MPDU | Stefan Sperling |
2016-02-05 | In iwn(4), set max A-MPDU length to 64k instead of 4k and tell the firmware | Stefan Sperling |
2016-02-05 | In iwm(4), set max A-MPDU length to 64k instead of 4k and tell the firmware | Stefan Sperling |
2016-02-05 | Implement acpi_get_table_with_size(). Will soon be used to read VFCT | Mark Kettenis |
2016-02-05 | Simple moderation of Tx completion notifications | Mike Belopuhov |
2016-02-05 | Silence warnings from static analyzers; found by jsg@ | Mike Belopuhov |
2016-02-05 | Improve Linux PCI compatibility code. | Mark Kettenis |
2016-02-05 | Fix a pci vendor/device conversion missed in rev 1.6. | Mark Kettenis |
2016-02-05 | Implement FreeBSD-compatible IOCTL to access BMC in ipmi(4) | Masao Uebayashi |
2016-02-04 | Make iwn(4) pass 802.11 control frames in monitor mode. | Stefan Sperling |
2016-02-04 | In iwn(4), don't forget about restoring the CCMP key to firmware after | Stefan Sperling |
2016-02-04 | Bail early if there's no token; found by jsg@ | Mike Belopuhov |
2016-02-04 | If the ROM size is 0, we won't be able to read the video BIOS from it. | Mark Kettenis |
2016-02-03 | Increase the RPC buffer once more to 4096 bytes. The guestinfo.ovfEnv | Reyk Floeter |
2016-02-03 | Prevent efifb(4) from attaching if we're the console. | Mark Kettenis |
2016-02-02 | A few reliability improvements in the power management interface | Mike Belopuhov |
2016-01-31 | remove old link to documentation, it's in ihidev.c | Joshua Stein |
2016-01-30 | regen | Jonathan Gray |
2016-01-30 | correct the string for 82801HBM RAID | Jonathan Gray |
2016-01-29 | Add support for "control/shutdown" power management facility | Mike Belopuhov |
2016-01-29 | Add support for XS_WATCH: XenStore notification facility | Mike Belopuhov |
2016-01-29 | Cleanup XenStore API | Mike Belopuhov |
2016-01-29 | use hid_desc fields since we have them, instead of manual offsets | Joshua Stein |
2016-01-29 | Move the AUDIO_GETDEV ioctl in its own routine. | Alexandre Ratchov |
2016-01-28 | Older Xen dom0's don't implement setting version of Grant Table entries | Mike Belopuhov |
2016-01-27 | Tighten up next reference calculation, printing fixes | Mike Belopuhov |
2016-01-27 | Reimplement Grant Table metadata linking and enable dynamic allocation | Mike Belopuhov |
2016-01-27 | xen_bus_dma_init turned out to be unnecessary | Mike Belopuhov |
2016-01-27 | shorten a few long lines | Mike Belopuhov |
2016-01-27 | Add a key-value interface to pvbus(4) that allows to get or set values | Reyk Floeter |
2016-01-26 | Convert membar_* operations to bus_dmamap_sync calls | Mike Belopuhov |
2016-01-26 | Rewrite tx path to use flat transmit ring without fragment chains | Mike Belopuhov |
2016-01-26 | Rename _{req,rsp}_evt descriptor structure members to _{prod,cons}_event | Mike Belopuhov |
2016-01-26 | No need to take a grant table entry mutex in xen_grant_table_{enter,remove} | Mike Belopuhov |
2016-01-26 | Add a grant table reference invalidation spin out check | Mike Belopuhov |
2016-01-26 | Implement a rather conservative bus_dmamap_sync API | Mike Belopuhov |
2016-01-26 | Make sure to use locked atomic operations even on the SP kernel | Mike Belopuhov |
2016-01-26 | Improve the previous fix: call vmxnet3_load_mbuf, bpf_mtap, and flip | Reyk Floeter |
2016-01-26 | prettify a NULL test in vr_start. | David Gwynne |
2016-01-26 | dont leak mbufs on encap failure. | David Gwynne |
2016-01-25 | Don't count the total number of Xen upcalls | Mike Belopuhov |
2016-01-25 | Keep track of HT protection settings in beacons and have 11n-capable | Stefan Sperling |
2016-01-25 | Revert the minimum number of Rx ring slots back to 32 | Mike Belopuhov |
2016-01-25 | In vmxnet3_start(), do not send the mbuf to bpf after passing it to | Reyk Floeter |
2016-01-25 | Replace magic numbers. | Masao Uebayashi |
2016-01-23 | Fix some uses of sizeof where the size of a struct was intended, not | Jonathan Gray |
2016-01-22 | Zero the local structs holding crs information before parsing _CRS. | Jonathan Gray |