]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/dev/ath/if_ath_tx_edma.c
Implement STBC receive frame statistics.
[FreeBSD/FreeBSD.git] / sys / dev / ath / if_ath_tx_edma.c
2013-04-28 adrianCopy the vendor branch ar9300 code from qcamain_open_ha...
2013-04-21 gshapiroMerge sendmail 8.14.7 to HEAD
2013-04-19 jkimMerge ACPICA 20130418.
2013-04-16 pfgDTrace: print() should try to resolve function pointers
2013-04-12 pfgDtrace: resolve const types from fbt and other fixes.
2013-04-12 dimUpgrade our copy of llvm/clang to trunk r178860, in...
2013-04-11 pfgDTrace: option for time-ordered output
2013-04-09 edImport a new version of NetBSD's mtree.
2013-04-08 adrianFix this to compile when ATH_DEBUG_ALQ is defined but...
2013-04-06 mmMFV r248217:
2013-04-05 desUpgrade to 1.4.20.
2013-04-05 desMinimal subset of the unbound sources.
2013-04-04 jkimMerge ACPICA 20130328.
2013-04-02 sjgUpdate to bmake-20130330
2013-04-01 pfgDtrace: enablings on defunct providers prevent provider...
2013-03-27 adrian* Stop processing after HAL_EIO; this is what the refer...
2013-03-26 adrianImplement the replacement EDMA FIFO code.
2013-03-26 adrianRemove the mcast path calls to ath_hal_gettxdesclinkptr...
2013-03-26 adrianRemove this dead code - it's no longer relevant (as...
2013-03-26 adrianConvert the EDMA multicast queue code over to use the...
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 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-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 mmMFV r247580:
2013-03-15 brooksReplace our (un)vis(1) commands with implementations...
2013-03-05 mmWiP merge of libzfs_core (MFV r238590, r238592)
2013-03-04 baptImport libyaml as libbsdyml (private brand name)
2013-02-26 delphijUpdate base system libexpat to 2.1.0.
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-13 jkimMerge OpenSSL 1.0.1e.
2013-02-09 delphijMFV r245512:
2013-02-07 attilioMerge from vmcontention
2013-02-07 attilioMFC
2013-02-07 adrianMethodize the process of adding the software TX queue...
2013-02-04 attilioMerge from vmcontention
2013-02-03 attilioMFC
2013-02-01 sjgMerge bmake-20130123
2013-01-26 adrianMigrate the TX sending code out from under the ath0...
2013-01-17 jkimMerge ACPICA 20130117.
2013-01-11 theravenMerge new version of libcxxrt. This brings in three...
2012-12-21 brooksAdd NetBSD's mtree to the tree and install it as nmtree...
2012-12-18 brooksReplace our implementation of the vis(3) and unvis...
2012-12-11 attilioMFC
2012-12-07 erwinUpdate to 9.8.4-P1.
2012-12-04 neelIFC @r243836
2012-12-03 dimUpgrade our copy of llvm/clang to r168974, from upstrea...
2012-12-02 adrianDelete the per-TXQ locks and replace them with a single...
2012-12-01 rwatsonMerge OpenBSM 1.2-alpha2 from vendor branch to FreeBSD...
2012-11-20 jkimMerge ACPICA 20121114.
2012-11-17 neelIFC @ r243164
2012-11-16 adrian* Remove a duplicate TX ALQ post routine!
2012-11-16 sjgMerge bmake-20121111
2012-11-13 neelIFC @ r242940
2012-11-11 neelIFC @ r242684
2012-11-10 adrianCorrect some rather weird and broken behaviour observed...
2012-11-08 adrianAdd some hooks into the driver to attach, detach and...
2012-11-08 adrianOops, fix bogus spacing.
2012-11-08 adrianImplement the ATH_RESET_NOLOSS path for TX stop and...
2012-11-05 adrianClear IFF_DRV_OACTIVE if any slots were completed.
2012-11-04 adrianOops - conditionalise that.
2012-11-03 adrianEDMA TX tweaks:
2012-10-22 dimImport libc++ trunk r165949. Among other improvements...
2012-10-21 nwhitehornUpdate dialog to 20120706: includes minor useability...
2012-10-19 uqsMerge mandoc from vendor into contrib and provide the...
2012-10-19 brooksReplace our version of the pwcache(3) API with NetBSD...
2012-10-05 delphijMFV: tcpdump 4.3.0.
2012-10-05 delphijMFV: libpcap 1.3.0.
2012-10-03 marcelMerge bmake-20120831 from vendor/NetBSD/bmake/dist.
2012-09-04 marcelMerge ATF 0.16 from vendor/atf/dist.
2012-08-27 attilioMFC
2012-08-21 adrianInitialise an uninitialised variable.
2012-08-20 dimUpgrade our copy of llvm/clang to trunk r162107. With...
2012-08-20 adrianFlesh out some initial EDMA TX FIFO fill, complete...
2012-08-16 jkimMerge ACPICA 20120816.
2012-08-12 adrianRevert the ath_tx_draintxq() method, and instead teach...
2012-08-12 adrianBreak out ath_draintxq() into a method and un-methodize...
2012-08-11 adrianBegin fleshing out the TX FIFO support.
2012-08-08 andrewImport compiler-rt r160957.
2012-08-03 attilioMFC
2012-07-31 adrianMigrate some more TX side setup routines to be methods.
2012-07-31 adrianBreak out the hardware handoff and TX DMA restart code...
2012-07-28 mmUpdate libarchive to 3.0.4
2012-07-28 adrianFlesh out the initial TX FIFO storage for each hardware...
2012-07-27 adrianAllocate a descriptor ring for EDMA TX completion status.
2012-07-24 impUpdate to latest git version of dtc to get new dtsv2...
2012-07-23 adrianBegin separating out the TX DMA setup in preparation...