| Commit message (Expand) | Author | Age | Files | Lines |
* | o Fixes: | marius | 2012-04-21 | 5 | -33/+89 |
* | .. oops. | adrian | 2012-04-20 | 1 | -0/+1 |
* | "Upgrade" the AR9285 code to support PCI/ART EEPROM on flash. | adrian | 2012-04-20 | 3 | -8/+18 |
* | Fix the following compilation warnings in nxge(4): | dim | 2012-04-20 | 1 | -1/+1 |
* | Replace homegrown list implementation in sys/dev/asr/asr.c with | dim | 2012-04-20 | 1 | -11/+11 |
* | The amr(4) firmware contains a rather dubious "feature" where it | jhb | 2012-04-20 | 1 | -14/+31 |
* | Stop using the hardware register value byte order swapping for now, | adrian | 2012-04-19 | 7 | -71/+18 |
* | Fix typo in comment | thomas | 2012-04-18 | 1 | -1/+1 |
* | Run the fatal proc as a proc, rather than where it currently is. | adrian | 2012-04-17 | 2 | -1/+3 |
* | Fix the RX free list locking creation and destruction to be consistent | adrian | 2012-04-17 | 1 | -2/+8 |
* | Add missing #include | adrian | 2012-04-17 | 1 | -0/+1 |
* | Fix a Clang warning. | jkim | 2012-04-16 | 1 | -1/+1 |
* | Sync with Bryan Venteicher's virtio git repo: | grehan | 2012-04-16 | 1 | -1/+3 |
* | Migrate the net80211 TX aggregation state to be from per-AC to per-TID. | adrian | 2012-04-15 | 4 | -24/+21 |
* | Drop this down from 512 to 128 for now. | adrian | 2012-04-15 | 1 | -1/+1 |
* | Use the M_AMPDU_MPDU flag to determine when to manually set the seqno and | bschmidt | 2012-04-15 | 1 | -6/+3 |
* | Override some default values to work around various issues in the deep, | adrian | 2012-04-15 | 1 | -3/+17 |
* | i prefer this fix for the -Wformat warning (just one cast, | luigi | 2012-04-14 | 1 | -5/+3 |
* | Make compile on 64bit somehow for now after a first try at r234242 on | bz | 2012-04-14 | 1 | -3/+5 |
* | Catch up with Bryan Venteicher's virtio git repo: | grehan | 2012-04-14 | 7 | -102/+254 |
* | Both linux ath9k and the reference driver initialises the PLL here | adrian | 2012-04-14 | 1 | -0/+1 |
* | Add a driver for the NXP (Philips) PCF8563 RTC. | marius | 2012-04-13 | 2 | -0/+260 |
* | fix build with -Wformat -Wmissing-prototypes | luigi | 2012-04-13 | 1 | -2/+2 |
* | Update to version 2.3.1.0 | jpaetzel | 2012-04-13 | 4 | -13/+128 |
* | Upgrade ATH_EEPROM_FIRMWARE to a configuration option. | adrian | 2012-04-13 | 1 | -2/+1 |
* | Properly disable crc stripping when operating in netmap mode. | luigi | 2012-04-13 | 2 | -4/+13 |
* | add the new memory allocator for netmap, which allocates memory | luigi | 2012-04-13 | 1 | -0/+720 |
* | A bit of cleanup in the names of fields of netmap-related structures. | luigi | 2012-04-13 | 4 | -49/+81 |
* | do not use a deprecated field in a structure. | luigi | 2012-04-13 | 1 | -2/+2 |
* | Introduce the ability to grab local EEPROM data from the firmware(9) | adrian | 2012-04-13 | 1 | -0/+46 |
* | Complete polled-mode operation by using a callout if the device will be | grehan | 2012-04-12 | 3 | -1/+16 |
* | Apparently the length field in advanced descriptors | luigi | 2012-04-12 | 1 | -1/+6 |
* | Some code restructuring to bring the memory allocator out of netmap.c | luigi | 2012-04-12 | 3 | -532/+556 |
* | use correct selinfo pointer for the generic interrupt handler | luigi | 2012-04-12 | 1 | -2/+2 |
* | Reapply r223198 which was reverted in the previous vendor import. Some | jhb | 2012-04-11 | 2 | -4/+42 |
* | A couple of changes related to ixgbe operation in netmap mode: | luigi | 2012-04-11 | 2 | -5/+82 |
* | Enable prefetching of descriptors on the TX ring, using the same | luigi | 2012-04-11 | 1 | -0/+8 |
* | Back out r228476. | yongari | 2012-04-11 | 2 | -55/+53 |
* | uart_cpu_amd64.c and uart_cpu_i386.c (under sys/dev/uart) are | marcel | 2012-04-11 | 2 | -107/+0 |
* | Fix the default, non-superg compile. | adrian | 2012-04-11 | 1 | -0/+2 |
* | Fix compilation with IEEE80211_ENABLE_SUPERG defined. | adrian | 2012-04-10 | 1 | -0/+1 |
* | Convert the flags over to a set of bit flags. | adrian | 2012-04-10 | 1 | -12/+13 |
* | Queue CCBs internally instead of using CAM_REQUEUE_REQ status. This fixes | jimharris | 2012-04-10 | 4 | -29/+56 |
* | Blank the aggregate stats whenever the zero ioctl is called. | adrian | 2012-04-10 | 1 | -0/+2 |
* | Squirrel away SYNC interrupt debugging if it's enabled in the HAL. | adrian | 2012-04-10 | 4 | -1/+42 |
* | Revert this for now - it may work for -8 and -9 and -HEAD, but not | adrian | 2012-04-10 | 1 | -14/+0 |
* | Squirrel away the SYNC interrupt in case we're doing interrupt debugging. | adrian | 2012-04-10 | 2 | -0/+5 |
* | M_DONTWAIT is a flag from historical mbuf(9) | glebius | 2012-04-10 | 1 | -3/+3 |
* | * Since the API changed along the -CURRENT path (december 2011), | adrian | 2012-04-10 | 1 | -2/+22 |
* | After reviewing the mcast/sleep station code a little, undo some brain | adrian | 2012-04-08 | 1 | -30/+13 |