| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix viawd(4) that was only working as a module. | Fabien Thomas | 2012-06-20 | 1 | -5/+9 |
| * | Add a 'wmask' variable to hold the expression '(1ul << w->step) - 1' in | John Baldwin | 2012-06-19 | 1 | -9/+8 |
| * | Fix another off-by-one error in the previous fix so that the new start | John Baldwin | 2012-06-19 | 1 | -2/+2 |
| * | - Updated TOE support in the kernel. | Navdeep Parhar | 2012-06-19 | 57 | -12014/+9621 |
| * | Revert r236529, re-enabling verification of the flashed content as | Marius Strobl | 2012-06-18 | 1 | -2/+0 |
| * | Refine r237102 a bit: | Marius Strobl | 2012-06-18 | 2 | -4/+16 |
| * | Fix the previous commit to only copy the data we were asked to and not | Poul-Henning Kamp | 2012-06-18 | 1 | -0/+1 |
| * | Roll to the latest 2400/2500 firmware available from the public QLogic | Matt Jacob | 2012-06-17 | 2 | -42656/+43175 |
| * | Prepare for FC-Tape support. This involved doing a lot of little cleanups | Matt Jacob | 2012-06-17 | 6 | -357/+446 |
| * | On certain newer Intel Atom based motherboards, for instance the | Poul-Henning Kamp | 2012-06-17 | 1 | -3/+10 |
| * | Resotre LCD brightness level on resuming. | Mitsuru IWASAKI | 2012-06-17 | 1 | -0/+32 |
| * | Disable hwpmc(4) support for Intel Xeon Sandy Bridge (Model 0x2D). | Davide Italiano | 2012-06-17 | 1 | -1/+0 |
| * | AR9287 tidyups: | Adrian Chadd | 2012-06-17 | 2 | -74/+76 |
| * | Add an disabled workaround for the AR9285SE. | Adrian Chadd | 2012-06-17 | 1 | -0/+19 |
| * | Bring over the AR9285 specific PCIe suspend/resume/ASPM workarounds. | Adrian Chadd | 2012-06-17 | 1 | -2/+55 |
| * | After some discussion with bschmidt@, it's likely better to just go | Adrian Chadd | 2012-06-17 | 1 | -37/+4 |
| * | attach_generic causes missing devices in /dev when the driver | Eitan Adler | 2012-06-17 | 1 | -1/+1 |
| * | .. and this wasn't supposed to be in the previous commit either. | Adrian Chadd | 2012-06-16 | 1 | -1/+0 |
| * | oops, remove this, it wasn't supposed to be committed. | Adrian Chadd | 2012-06-16 | 2 | -3/+1 |
| * | A few nitpicks: | Adrian Chadd | 2012-06-16 | 1 | -14/+35 |
| * | Fix build. | Konstantin Belousov | 2012-06-16 | 1 | -1/+1 |
| * | Shuffle some more fields in ath_buf so it's not too big. | Adrian Chadd | 2012-06-16 | 3 | -10/+26 |
| * | Shave four (or eight) bytes off of ath_buf - this field isn't used. | Adrian Chadd | 2012-06-16 | 1 | -2/+0 |
| * | If debug values were set, the default from tval floated | Matt Jacob | 2012-06-15 | 1 | -0/+1 |
| * | Use right size when freeing unneeded GTT mapping. | Konstantin Belousov | 2012-06-15 | 1 | -1/+1 |
| * | Convert ath(4) to just use ieee80211_suspend_all() and ieee80211_resume_all(). | Adrian Chadd | 2012-06-15 | 1 | -0/+16 |
| * | - As a baind-aid, disable ATAPI DMA when using ATA_CAM for these controllers | Marius Strobl | 2012-06-14 | 1 | -2/+5 |
| * | - Add support for the FT2232 based egnite Turtelizer 2 JTAG/RS232 Adapter. | Marius Strobl | 2012-06-14 | 3 | -83/+77 |
| * | Fix a braino in r236469; the number of DMA tags required for handling | Marius Strobl | 2012-06-14 | 2 | -8/+6 |
| * | Add more quirks for USB MIDI adapters. | Hans Petter Selasky | 2012-06-14 | 2 | -0/+29 |
| * | Shrink ath_buf a little more: | Adrian Chadd | 2012-06-14 | 1 | -7/+8 |
| * | Disable BGSCAN for 802.11n for now. Until scanning during traffic is | Adrian Chadd | 2012-06-14 | 1 | -6/+2 |
| * | Disable this warning debug for now, as I'm now aware of the particular | Adrian Chadd | 2012-06-14 | 1 | -1/+23 |
| * | Implement a global (all non-mgmt traffic) TX ath_buf limitation when | Adrian Chadd | 2012-06-14 | 3 | -7/+52 |
| * | Fix a couple of bugs that prevented windows in PCI-PCI bridges from | John Baldwin | 2012-06-13 | 1 | -3/+3 |
| * | Implement a separate, smaller pool of ath_buf entries for use by management | Adrian Chadd | 2012-06-13 | 5 | -17/+106 |
| * | Add ARM callchain support for hwpmc. | Fabien Thomas | 2012-06-13 | 1 | -12/+92 |
| * | Remove a duplicate definition. | Adrian Chadd | 2012-06-13 | 1 | -2/+0 |
| * | Oops, return the newly allocated buffer to the queue, not the completed | Adrian Chadd | 2012-06-13 | 1 | -1/+1 |
| * | Replace the direct sc_txbuf manipulation with a pair of functions. | Adrian Chadd | 2012-06-13 | 3 | -6/+26 |
| * | - Limit r214102 workaround to only x86. On arm it causes more problems | Alexander Motin | 2012-06-12 | 3 | -1/+47 |
| * | Fix uninitialised reference. | Adrian Chadd | 2012-06-11 | 1 | -2/+2 |
| * | Wrap the whole (software) TX path from ifnet dequeue to software queue | Adrian Chadd | 2012-06-11 | 1 | -34/+71 |
| * | Add another TID lock. | Adrian Chadd | 2012-06-11 | 1 | -0/+1 |
| * | Make sure the frames are queued to the head of the list, not the tail. | Adrian Chadd | 2012-06-11 | 1 | -1/+1 |
| * | When scheduling frames in an aggregate session, the frames should be | Adrian Chadd | 2012-06-11 | 1 | -1/+15 |
| * | Retried frames need to be inserted in the head of the list, not the tail. | Adrian Chadd | 2012-06-11 | 1 | -1/+1 |
| * | Finish undoing the previous commit - this part of the code is no longer | Adrian Chadd | 2012-06-11 | 1 | -7/+4 |
| * | Introduce a new lock debug which is specifically for making sure the | Adrian Chadd | 2012-06-11 | 2 | -0/+8 |
| * | Revert r233227 and followup commits as it breaks CCMP PN replay detection. | Adrian Chadd | 2012-06-11 | 5 | -272/+35 |