]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/dev/ath
There is a one-to-one correspondence between the MSI-X vector # and the Status Descri...
[FreeBSD/FreeBSD.git] / sys / dev / ath /
2013-03-26 adrianRemove this dead code - it's no longer relevant (as...
2013-03-26 adrianConvert the CABQ queue code over to use the HAL link...
2013-03-26 adrianConvert the EDMA multicast queue code over to use the...
2013-03-26 adrianMigrate the multicast queue assembly code to not use...
2013-03-25 pfgDtrace: Add SUN MDB-like type-aware print() action.
2013-03-25 pfgDtrace: add toupper()/tolower() and enhancements to...
2013-03-24 pfgDtrace: add optional size argument to tracemem().
2013-03-24 adrianAdd new regulatory domain.
2013-03-24 adrianMove the TXQ lock earlier in this routine - so to corre...
2013-03-24 adrianFix the locking changes due to the TXQ change drive-by.
2013-03-24 adrianOverhaul the TXQ locking (again!) as part of some beaco...
2013-03-23 adrianCABQ calculation changes to try and fix some weird...
2013-03-22 desUpgrade to OpenSSH 6.2p1. The most important new featu...
2013-03-22 mmMFV r248590,248594:
2013-03-21 mmMerge libzfs_core branch:
2013-03-20 adrianFix the EDMA CABQ handling - for now, the CABQ takes...
2013-03-19 adrianBreak out the RX completion path into "FIFO check ...
2013-03-19 adrianAdd more TODO items.
2013-03-19 adrianNow that the tx map field is correctly populated for...
2013-03-19 mmMFV r247580:
2013-03-18 mmMFC @248461
2013-03-18 adrianPrint out the current fifo queue depth correctly -...
2013-03-18 adrianDump out information about the RX descriptor free list...
2013-03-18 adrianLog some more information when the RX buffer allocation...
2013-03-17 attilioMFC
2013-03-15 adrianWhy'd I keep this here? remove it entirely now.
2013-03-15 adrianFix two bugs:
2013-03-15 adrianRemove a now incorrect comment.
2013-03-15 adrianAdd locking around the new holdingbf code.
2013-03-15 brooksReplace our (un)vis(1) commands with implementations...
2013-03-14 adrianImplement "holding buffers" per TX queue rather than...
2013-03-12 attilioMFC
2013-03-12 adrianUse the correct antenna configuration variable here...
2013-03-11 attilioMFC
2013-03-11 adrianAdd a few new fields to the RX vendor radiotap header:
2013-03-11 adrianBump the EVM array size up to fit the AR9380 EVM entries.
2013-03-11 adrianAdd three-stream EVM values.
2013-03-10 adrianAdd another register definition bit - whether to popula...
2013-03-09 attilioMerge from vmcontention
2013-03-09 attilioMFC
2013-03-09 mmMFC @248093
2013-03-09 adrianDisable the hw TID != buffer TID check.
2013-03-09 adrianPrint out the queue flags during a TX DMA shutdown.
2013-03-08 attilioMFC
2013-03-05 mmWiP merge of libzfs_core (MFV r238590, r238592)
2013-03-04 attilioMerge from vmcontention
2013-03-04 attilioMFC
2013-03-04 baptImport libyaml as libbsdyml (private brand name)
2013-03-04 mmMFC @247774
2013-03-04 adrianadd a method to set/clear the VMF field in the TX descr...
2013-03-02 attilioMFC
2013-03-02 attilioMerge from vmcontention
2013-03-02 attilioMFC
2013-02-28 adrianAdd missing flags.
2013-02-28 adrianOops - fix an incorrect test.
2013-02-28 adrianDon't enable the HT flags for legacy rates.
2013-02-27 attilioMerge from vmcontention
2013-02-27 attilioMFC
2013-02-27 attilioMFC
2013-02-27 adrianI give up - just throw the EWMA update into the normal...
2013-02-27 adrianEnable STBC for the given rate series if it's negotiated:
2013-02-27 adrianAdd in the STBC TX/RX capability support into the HAL...
2013-02-26 attilioMerge from vmcontention
2013-02-26 attilioMFC
2013-02-26 attilioMFC
2013-02-26 adrianUpdate the EWMA statistics for each intermediary rate...
2013-02-26 attilioMFC
2013-02-26 delphijUpdate base system libexpat to 2.1.0.
2013-02-25 adrianPart #2 of the TX chainmask changes:
2013-02-25 adrianBegin adding support to explicitly set the current...
2013-02-24 attilioMerge from vmcontention
2013-02-24 attilioMFC
2013-02-23 attilioMFC
2013-02-22 adrianAdd a workaround for AR5416, AR9130 and AR9160 chipsets...
2013-02-21 attilioMFC
2013-02-21 adrianDisable debugging entries about BAW issues. I haven...
2013-02-21 attilioMFC
2013-02-21 adrianBe slightly more paranoid with the TX DMA buffer maximu...
2013-02-21 adrianAdd an option to allow the minimum number of delimiters...
2013-02-21 adrianAdd a new option to limit the maximum size of aggregates.
2013-02-21 adrianRemove this unneeded printf(), sorry!
2013-02-20 adrianConfigure larger TX FIFO default and maximum level...
2013-02-20 adrianIf any of the TX queues have underrun reporting enabled...
2013-02-20 adrianA couple of quick tidyups:
2013-02-20 adrianEnable TX FIFO underrun interrupts. This allows the...
2013-02-20 adrianoops, tab!
2013-02-20 adrianPost interrupts in the ath alq trace.
2013-02-20 adrianCFG_ERR, DATA_UNDERRUN and DELIM_UNDERRUN are all flags...
2013-02-18 adrianFix an incorrect sizeof()
2013-02-18 adrianAdd a new ATH KTR debug method to log the interrupt...
2013-02-16 adrian* Reduce the PCU lock overhead a little by only re...
2013-02-15 desUpgrade to 1.6.16
2013-02-15 jkimMerge ACPICA 20130214.
2013-02-15 desImport LDNS and build it as an internal library.
2013-02-14 attilioMerge from vmcontention.
2013-02-14 attilioMFC
2013-02-13 jkimMerge OpenSSL 1.0.1e.
2013-02-13 adrianPull out the if_transmit() work and revert back to...
2013-02-13 attilioMerge from vmcontention
2013-02-13 attilioMFC
next