]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/dev/ath/if_ath.c
Update hpt27xx(4) driver to address a problem reported by FreeNAS
[FreeBSD/FreeBSD.git] / sys / dev / ath / if_ath.c
2013-07-04 rpauloRestore the dbus directory that was not meant to be...
2013-07-04 rpauloMerge hostapd / wpa_supplicant 2.0.
2013-06-18 peterIntroduce svnlite so that we can check out our source...
2013-06-17 baptUpdate dialog to 1.2-20130523
2013-06-12 dimUpgrade our copy of llvm/clang to 3.3 release.
2013-06-12 adrianMigrate the LNA mixing diversity machinery from the...
2013-06-07 adrianBring over the initial static bluetooth coexistence...
2013-06-05 jkimAdd GNU regex from glibc 2.17.
2013-06-05 adrianImplement a bit of a hack to store the AR9285/AR9485...
2013-06-03 adrianFix the order of TX shutdown and reset.
2013-05-30 delphijMFV: tcpdump 4.4.0.
2013-05-29 adrianTurn the reassociate debug print into a DPRINTF.
2013-05-26 adrianMigrate ath(4) to now use if_transmit instead of the...
2013-05-21 jkimAdd flex 2.5.37 from flex.sourceforge.net to contrib.
2013-05-21 adrianImplement a separate hardware queue threshold for aggre...
2013-05-21 adrianEnable the use of TDMA on an 802.11n channel (with...
2013-05-20 jkimMerge ACPICA 20130517.
2013-05-20 sjgSync with upstream version (20130520) that includes...
2013-05-19 markjRe-introduce another part of r249367. This commit fixes...
2013-05-19 adrianSince we're now using the ah pointer, always declare it.
2013-05-18 adrianBe (very) careful about how to add more TX DMA work.
2013-05-18 adrianRe-add some code to exclude transmitting if we're in...
2013-05-16 adrianDump out the holding buffer descriptor contents and...
2013-05-15 adrianImplement my first cut at "correct" node power-save and
2013-05-13 adrianAdd ALQ beacon debugging.
2013-05-13 adrianImprove the debugging output - use the MAC address...
2013-05-13 adrianSince the node state is 100% back under the TX lock...
2013-05-13 adrianBegin tidying up the reassociation and node sleep/wakeu...
2013-05-12 markjBring back part of r249367 by adding DTrace's temporal...
2013-05-10 adrianMake sure the holding descriptor and link pointer are...
2013-05-08 adrianFix the holding descriptor logic to actually be "right...
2013-05-08 adrianRevert a previous commit - this is causing hardware...
2013-05-07 adrianRe-work how transmit buffer limits are enforced - partl...
2013-05-04 adrianThe holding buffer logic needs to be used for _all_...
2013-04-29 adrianDebugging changes!
2013-04-28 adrianCopy the vendor branch ar9300 code from qcamain_open_ha...
2013-04-26 adrianConditionally compile this only if ATH_DEBUG is defined.
2013-04-26 adrianDump the entire TXQ descriptor contents during a reset...
2013-04-21 gshapiroMerge sendmail 8.14.7 to HEAD
2013-04-19 jkimMerge ACPICA 20130418.
2013-04-19 adrianInitialise the chainmask fields regardless of whether...
2013-04-19 adrianAdd a debug statement to log the currently chosen chain...
2013-04-19 adrian.. don't know how this snuck into this commit. Sorry.
2013-04-19 adrianPrint out the chainmask configuration.
2013-04-19 adrianUse uint32_t for fields that are fetched via ath_hal_ge...
2013-04-16 adrianUse a per-RX-queue deferred list, rather than a single...
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 adrianAlways enable TXOK interrupts when setting up TX queues...
2013-04-11 pfgDTrace: option for time-ordered output
2013-04-09 edImport a new version of NetBSD's mtree.
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-02 adrianSome TX dmamap cleanups.
2013-04-01 adrianEnsure that we only call the busdma unmap/flush routine...
2013-04-01 adrianRemove an un-needed comment.
2013-04-01 adrianUse ATH_MAX_SCATTER rather than ATH_TXDESC.
2013-04-01 pfgDtrace: enablings on defunct providers prevent provider...
2013-03-26 adrianAdd per-TXQ EDMA FIFO staging queue support.
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 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-19 adrianBreak out the RX completion path into "FIFO check ...
2013-03-19 mmMFV r247580:
2013-03-18 mmMFC @248461
2013-03-17 attilioMFC
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-09 attilioMerge from vmcontention
2013-03-09 attilioMFC
2013-03-09 mmMFC @248093
2013-03-09 adrianPrint out the queue flags during a TX DMA shutdown.
2013-03-05 mmWiP merge of libzfs_core (MFV r238590, r238592)
2013-03-04 baptImport libyaml as libbsdyml (private brand name)
2013-02-27 attilioMerge from vmcontention
2013-02-27 attilioMFC
2013-02-27 attilioMFC
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 delphijUpdate base system libexpat to 2.1.0.
2013-02-25 adrianPart #2 of the TX chainmask changes:
2013-02-24 attilioMerge from vmcontention
2013-02-24 attilioMFC
2013-02-21 attilioMFC
2013-02-21 adrianDisable debugging entries about BAW issues. I haven...
2013-02-21 attilioMFC
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-20 adrianEnable TX FIFO underrun interrupts. This allows the...
next