| Commit message (Expand) | Author | Age | Files | Lines |
* | bus_dmamap_load_ccb doesn't exist on earlier versions of FreeBSD or | imp | 2013-02-21 | 1 | -3/+1 |
* | Fix build. | glebius | 2013-02-21 | 1 | -2/+2 |
* | Be slightly more paranoid with the TX DMA buffer maximum threshold. | adrian | 2013-02-21 | 2 | -2/+23 |
* | Remove incorrect comment about splsoftclock. | imp | 2013-02-21 | 1 | -1/+0 |
* | Add an option to allow the minimum number of delimiters to be tweaked. | adrian | 2013-02-21 | 4 | -2/+18 |
* | Add a new option to limit the maximum size of aggregates. | adrian | 2013-02-21 | 5 | -2/+32 |
* | Remove this unneeded printf(), sorry! | adrian | 2013-02-21 | 1 | -4/+0 |
* | The other giant locked storage drivers have removed splbio(), for the | imp | 2013-02-21 | 1 | -7/+0 |
* | Replace splhigh() with critical_enter()/leave() to ensure we write the | imp | 2013-02-21 | 1 | -13/+30 |
* | No longer need splhigh() since locking was done, delete it and | imp | 2013-02-21 | 1 | -9/+1 |
* | Refresh on the shared code for the E1000 drivers. | jfv | 2013-02-21 | 23 | -2089/+2521 |
* | cxgbe(4): Assume that CSUM_TSO in the transmit path implies CSUM_IP and | np | 2013-02-20 | 1 | -6/+8 |
* | revert 247035 | des | 2013-02-20 | 1 | -16/+18 |
* | Reduce excessive nesting. | des | 2013-02-20 | 1 | -18/+16 |
* | Configure larger TX FIFO default and maximum level values. | adrian | 2013-02-20 | 1 | -2/+18 |
* | If any of the TX queues have underrun reporting enabled, enable | adrian | 2013-02-20 | 1 | -0/+2 |
* | A couple of quick tidyups: | adrian | 2013-02-20 | 1 | -6/+1 |
* | Enable TX FIFO underrun interrupts. This allows the TX FIFO threshold | adrian | 2013-02-20 | 1 | -0/+1 |
* | oops, tab! | adrian | 2013-02-20 | 1 | -1/+1 |
* | Post interrupts in the ath alq trace. | adrian | 2013-02-20 | 1 | -0/+4 |
* | CFG_ERR, DATA_UNDERRUN and DELIM_UNDERRUN are all flags, rather than | adrian | 2013-02-20 | 1 | -6/+13 |
* | Add support to mxge for IPv6 TX csum offload & IPv6 TSO. | gallatin | 2013-02-19 | 2 | -52/+226 |
* | MFcalloutng: | mav | 2013-02-19 | 1 | -8/+13 |
* | MFcalloutng: | mav | 2013-02-19 | 1 | -6/+12 |
* | Fix typo | uqs | 2013-02-19 | 1 | -2/+2 |
* | Mark the coretemp(4) sysctls as MPSAFE, ensuring that Giant won't be held | markj | 2013-02-18 | 1 | -6/+6 |
* | Fix an incorrect sizeof() | adrian | 2013-02-18 | 1 | -1/+1 |
* | Fix bad EEPROM parsing code. | hselasky | 2013-02-18 | 2 | -5/+31 |
* | Add a new ATH KTR debug method to log the interrupt status. | adrian | 2013-02-18 | 1 | -0/+28 |
* | Remove accidentally committed debug panic(9) call | gonzo | 2013-02-17 | 1 | -5/+1 |
* | Disable debug accidentally enabled by previous commit | gonzo | 2013-02-16 | 1 | -1/+1 |
* | Various timing-related fixes: | gonzo | 2013-02-16 | 3 | -12/+61 |
* | * Reduce the PCU lock overhead a little by only re-acquiring it if we | adrian | 2013-02-16 | 1 | -5/+20 |
* | Resolve issue that caused WITNESS to report LORs. | jpaetzel | 2013-02-14 | 2 | -1/+10 |
* | Add USB API to read power draw on USB devices. | hselasky | 2013-02-14 | 2 | -1/+17 |
* | Remove unused variable. | hselasky | 2013-02-13 | 2 | -2/+0 |
* | Resolve a LOR after r246616. Protect control requests using the USB device | hselasky | 2013-02-13 | 8 | -42/+54 |
* | Add new USB ID to FTDI driver. | hselasky | 2013-02-13 | 2 | -0/+2 |
* | Pull out the if_transmit() work and revert back to ath_start(). | adrian | 2013-02-13 | 4 | -451/+107 |
* | Reform the busdma API so that new types may be added without modifying | kib | 2013-02-12 | 46 | -1433/+487 |
* | Put this back into the ath taskqueue rather than the ath TX taskqueue. | adrian | 2013-02-11 | 1 | -1/+1 |
* | Go back to direct-dispatch of the software queue and frame TX paths | adrian | 2013-02-11 | 1 | -7/+9 |
* | Extend the timestamp to be a timeval, rather than ticks. | adrian | 2013-02-11 | 2 | -2/+8 |
* | - Move scratch data from the USB bus structure to the USB device structure | hselasky | 2013-02-10 | 10 | -228/+268 |
* | Fix correct use of USB header files. | hselasky | 2013-02-10 | 1 | -2/+2 |
* | - Streamline detach logic in wlan drivers, so that | hselasky | 2013-02-10 | 13 | -87/+237 |
* | The encryption type field needs to be preserved for each descriptor | adrian | 2013-02-09 | 1 | -0/+6 |
* | Do not hold locks around hardware context reads. | np | 2013-02-09 | 1 | -10/+11 |
* | Make sure we don't leak command buffers when a USB | hselasky | 2013-02-08 | 1 | -6/+6 |
* | Fix regression issue after r244503: | hselasky | 2013-02-08 | 2 | -25/+25 |