| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert r252725 as it breaks WPA. | rpaulo | 2013-07-14 | 7 | -42/+0 |
* | Allow regular off-the-shelf keyboards to be overclocked like so-called | hselasky | 2013-07-13 | 1 | -3/+22 |
* | When fiddling with options of which registers to copy out for | mjacob | 2013-07-13 | 2 | -3/+14 |
* | Change the E1000 driver option header handling to match the | jfv | 2013-07-12 | 3 | -6/+9 |
* | Merge from hpt27xx, r249468 (mav): | delphij | 2013-07-12 | 1 | -1/+1 |
* | Opps, need to change the VF code as well. | jfv | 2013-07-12 | 1 | -3/+0 |
* | Remove the conditional define around the option headers, | jfv | 2013-07-12 | 1 | -3/+0 |
* | Attach to the 4x10G T540-CR card. | np | 2013-07-11 | 1 | -1/+1 |
* | Fix a poorly worded comment in nvme(4). | jimharris | 2013-07-11 | 1 | -3/+3 |
* | Fix my last commit, flags rather than flag... duh. | jfv | 2013-07-11 | 1 | -1/+1 |
* | Fix to a panic found internally, bad pointer during rxeof | jfv | 2013-07-10 | 1 | -0/+1 |
* | Protect against broken hardware. In this particular case, protect against | marcel | 2013-07-10 | 1 | -48/+60 |
* | Adding urtwn(4) firmware and related changes. | hiren | 2013-07-10 | 1 | -1/+0 |
* | Avoid controller reinitialization which could be triggered by | yongari | 2013-07-10 | 1 | -0/+6 |
* | Refactor random_systat to be a *random_systat. This avoids unnecessary | obrien | 2013-07-09 | 4 | -27/+27 |
* | - As it turns out, not only MSI-X is broken for devices passed through by | marius | 2013-07-09 | 4 | -36/+77 |
* | Add comment explaining why CACHE_LINE_SIZE is defined in nvme_private.h | jimharris | 2013-07-09 | 1 | -0/+4 |
* | Update copyright dates. | jimharris | 2013-07-09 | 10 | -10/+10 |
* | Do not retry failed async event requests. | jimharris | 2013-07-09 | 1 | -5/+5 |
* | Add pci_enable_busmaster() and pci_disable_busmaster() calls in | jimharris | 2013-07-09 | 1 | -0/+3 |
* | Remove redundant definitions to appease tinderbox. | jkim | 2013-07-09 | 2 | -7/+3 |
* | Use MSI for xhci(4), if supported. | kib | 2013-07-09 | 2 | -6/+19 |
* | Add ID for Marvell 88SE9215 AHCI SATA controller. | mav | 2013-07-09 | 1 | -0/+1 |
* | Add one more ID of Marvell SATA controller. | mav | 2013-07-09 | 1 | -0/+1 |
* | Use meaningful names when creating mmc/sd threads. | rpaulo | 2013-07-09 | 1 | -2/+4 |
* | Add quirk to configure headphones redirection on ASUS UX31A laptop. | mav | 2013-07-08 | 2 | -0/+8 |
* | Add a mailbox interface. | rpaulo | 2013-07-07 | 1 | -0/+46 |
* | - Add initial host mode support for Mentor Graphics USB OTG controller | gonzo | 2013-07-07 | 3 | -104/+1568 |
* | Update driver with recent vendor improvements, most notably support | delphij | 2013-07-06 | 8 | -131/+442 |
* | Import HighPoint DC Series Data Center HBA (DC7280 and R750) driver. | delphij | 2013-07-06 | 18 | -0/+29133 |
* | Remove unneeded page lock around vm_page_insert(). | kib | 2013-07-06 | 1 | -2/+0 |
* | Refresh vendor driver version which fixes command queue | delphij | 2013-07-06 | 2 | -45/+62 |
* | Update hpt27xx(4) driver to address a problem reported by FreeNAS | delphij | 2013-07-05 | 2 | -33/+14 |
* | Add PCI IDs for HighPoint RocketRAID 4521, 3620, 3622 and 3640 | delphij | 2013-07-05 | 1 | -1/+5 |
* | Add new privileges, PRIV_KMEM_READ and PRIV_KMEM_WRITE, used in opening | jamie | 2013-07-05 | 1 | -2/+9 |
* | - Show the reason why link is down if this information is available. | np | 2013-07-05 | 3 | -5/+55 |
* | - Make note of interface MTU change if the rx queues exist, and not just | np | 2013-07-04 | 6 | -8/+44 |
* | Implement basic 802.11n awareness in the PHY and AMRR rate control code. | adrian | 2013-07-04 | 5 | -45/+116 |
* | Set ic_cryptocaps to make sure wpa_supplicant works with WEP. | rpaulo | 2013-07-04 | 7 | -0/+42 |
* | On-the-fly changes to the interrupt coalescing timer should apply to the | np | 2013-07-04 | 1 | -0/+12 |
* | Enable the station-side power management flag. | adrian | 2013-07-04 | 1 | -4/+4 |
* | Pay attention to TCP_NODELAY when it's set/unset after the connection | np | 2013-07-04 | 1 | -0/+26 |
* | Ring the egress queue's doorbell as soon as there are 8 or more | np | 2013-07-04 | 1 | -3/+3 |
* | The T5 allows the driver to specify the ISS. Do so; use the ISS picked | np | 2013-07-04 | 3 | -8/+34 |
* | Merge virtio_scsi change from projects/virtio | bryanv | 2013-07-04 | 1 | -10/+3 |
* | Merge virtio_pci changes from projects/virtio | bryanv | 2013-07-04 | 3 | -201/+242 |
* | Merge virtio changes from projects/virtio | bryanv | 2013-07-04 | 13 | -48/+41 |
* | Merge vtnet changes from projects/virtio | bryanv | 2013-07-04 | 1 | -2/+2 |
* | - Read all TP parameters in one place. | np | 2013-07-04 | 9 | -66/+205 |
* | Merge virtio_balloon changes from projects/virtio | bryanv | 2013-07-04 | 1 | -23/+21 |