| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Mask data to only 16 bits to be sure on write into switch reg. | ray | 2012-10-15 | 1 | -1/+1 |
* | Locking for etherswitch framework: | ray | 2012-10-15 | 4 | -7/+82 |
* | Defaulting to id "0" if ar7240_probe(dev) success, fix warning when building | ray | 2012-10-15 | 1 | -0/+1 |
* | Track the total number of software queued frames in an atomic variable | adrian | 2012-10-15 | 1 | -0/+10 |
* | Stop abusing the ATH_TID_*() queue macros for filtered frames and give | adrian | 2012-10-14 | 2 | -8/+26 |
* | Push the actual TX processing into the ath taskqueue, rather than having | adrian | 2012-10-14 | 3 | -15/+36 |
* | Break the RX processing up into smaller chunks of 128 frames each. | adrian | 2012-10-14 | 1 | -0/+22 |
* | Implement modem control in u3g. Tested on Option GTM382W, Huawei E220, | n_hibma | 2012-10-14 | 1 | -4/+173 |
* | Add support for the extrememory Snippy | eadler | 2012-10-14 | 2 | -0/+3 |
* | Add support for Feiya Elango USB MicroSD | eadler | 2012-10-14 | 2 | -0/+2 |
* | Add support for the Buffalo RUF2 flash drive. | eadler | 2012-10-14 | 2 | -0/+4 |
* | acpi_thermal: when _ACx is tripped, all _ALi i>= x should be on | avg | 2012-10-14 | 1 | -6/+11 |
* | acpi_wmi: move wmi_info_list into sc | avg | 2012-10-14 | 1 | -21/+25 |
* | Fix the non-TDMA build. | adrian | 2012-10-13 | 1 | -3/+2 |
* | Fix build with PAE enabled. I doubt any code uses CAM_SCATTER_VALID or | mav | 2012-10-12 | 1 | -2/+4 |
* | Temporary fix for kern/172364. | np | 2012-10-12 | 1 | -1/+1 |
* | Use global knob in the TP_PARA_REG3 register to disable congestion | np | 2012-10-12 | 2 | -4/+6 |
* | Add locking to adv(4) driver and mark it MPSAFE. | jhb | 2012-10-12 | 7 | -172/+207 |
* | Virtio SCSI driver | grehan | 2012-10-11 | 5 | -0/+2742 |
* | Patch from Bryan to fix a virtqueue issue: | grehan | 2012-10-11 | 1 | -4/+3 |
* | Fix tiypo. | ray | 2012-10-11 | 1 | -1/+1 |
* | Add APE firmware support and improve firmware handshake procedure. | yongari | 2012-10-11 | 2 | -48/+627 |
* | For 5717C/5719C/5720C and 57765 PHYs, do not perform any special | yongari | 2012-10-11 | 1 | -0/+9 |
* | Rework controller reset procedure. Previously driver saved | yongari | 2012-10-11 | 2 | -34/+24 |
* | Count number of times each queue pair's interrupt handler is invoked. | jimharris | 2012-10-10 | 3 | -0/+95 |
* | Put the nvme_qpair mutex on its own cacheline. | jimharris | 2012-10-10 | 1 | -3/+8 |
* | - Remove ancient checks for sim->softc == NULL. It can't be NULL, as it is | mav | 2012-10-10 | 1 | -57/+3 |
* | Add a driver ioctl to clear a port's MAC statistics. | np | 2012-10-10 | 2 | -0/+11 |
* | Add support for locate LED. | jimharris | 2012-10-10 | 3 | -15/+42 |
* | Add checks for ata_sata_scr_read() return statuses. It is mostly to silence | mav | 2012-10-10 | 1 | -3/+5 |
* | Add a driver ioctl to read a byte from any device on a port's i2c bus. | np | 2012-10-10 | 4 | -0/+69 |
* | There is no need to report the same error twice. | np | 2012-10-10 | 1 | -9/+1 |
* | Remove unused item. cxgbe's rx queue's lock was removed a long time ago. | np | 2012-10-10 | 2 | -13/+5 |
* | Revert previous commit... | kevlo | 2012-10-10 | 19 | -25/+25 |
* | Remove unnecessary delay. I don't see any comments in data sheet | yongari | 2012-10-10 | 1 | -1/+0 |
* | Fix a long standing VCPU reset sequence bug on BCM5906. | yongari | 2012-10-10 | 1 | -9/+9 |
* | Do not force PCIe 1.0a mode in device reset on BCM5717 and newer | yongari | 2012-10-10 | 1 | -2/+5 |
* | Honor PHY type fiber for BCM5717/BCM5718/BCM5719/BCM5720. | yongari | 2012-10-10 | 1 | -1/+1 |
* | On PHY write error use hex number to show the value. | yongari | 2012-10-10 | 1 | -4/+7 |
* | If the maximum payload size is 256 bytes or more, set the DMA write | yongari | 2012-10-10 | 2 | -5/+15 |
* | Grab the softc from the ACPI host-pci bridge device instead of from the pci | neel | 2012-10-10 | 1 | -1/+1 |
* | Cast vendor-specific spell on VIA VT1818S codecs alike to VT1708S to | mav | 2012-10-09 | 1 | -0/+2 |
* | Prefer NULL over 0 for pointers | kevlo | 2012-10-09 | 19 | -25/+25 |
* | Fix typo: s/unknow/unknown | kevlo | 2012-10-09 | 1 | -3/+3 |
* | Rework device detach. While here, move driver lock/callout | yongari | 2012-10-08 | 1 | -18/+13 |
* | Limit applying TX data corruption and FIFO workaround to BCM5719 | yongari | 2012-10-08 | 1 | -2/+2 |
* | Fix typo. Check against number of allocated MSI-X vectors. | yongari | 2012-10-08 | 1 | -1/+1 |
* | Migrate the TID TXQ accesses to a new set of macros, rather than reusing | adrian | 2012-10-07 | 3 | -34/+55 |
* | Initialise an uninitialised variable. | adrian | 2012-10-05 | 1 | -1/+2 |
* | Further adjust the workaround in r234501. Rounding all small requests up | jhb | 2012-10-05 | 1 | -2/+8 |