]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/dev/ath
Update libucl to latest version
[FreeBSD/FreeBSD.git] / sys / dev / ath /
2014-11-29 baptUpdate libucl to latest version
2014-11-27 emasteCopy elftoolchain binutils replacements from vendor...
2014-11-23 dimFix the following -Werror warning from clang 3.5.0...
2014-11-22 baptUpdate mandoc to 1.13.1
2014-11-15 adrianConvert the callouts back to using mutexes.
2014-11-14 adrianMigrate the callouts from using mutex locks to being...
2014-11-01 jmmvMFV: Import atf-0.21.
2014-10-15 jkimMerge OpenSSL 1.0.1j.
2014-10-06 baptImport byacc 20141005 from vendor
2014-10-05 neelIFC @r272481
2014-10-04 melifaroSync to HEAD@r272516.
2014-10-02 ngieImport the NetBSD test suite from ^/vendor/NetBSD/tests...
2014-10-02 jkimMerge ACPICA 20140926.
2014-10-02 gjbReintegrate head@r272414
2014-10-02 gjbMerge the following revisions from ^/projects/release...
2014-09-30 adrianAdd a missing file from the last commit.
2014-09-30 adrianAdd initial support for the AR9485 CUS198 / CUS230...
2014-09-24 ngieImport pjdfstest from ^/vendor/pjdfstest/abf03c3a47745d...
2014-09-20 neelIFC @r271887
2014-09-20 adrianFix up the EDMA RX setup path to correctly initialise...
2014-09-18 glebiusMechanically convert to if_inc_counter().
2014-09-17 neelIFC @r271694
2014-09-15 desUpgrade to OpenPAM Ourouparia.
2014-09-05 melifaroSync to HEAD@r271160.
2014-09-05 impMerge forgotten .h files from vendor branch.
2014-09-04 impReimport dts files from vendor repo now that it has...
2014-09-04 impUpdate bindings to latest vendor branch representing...
2014-09-02 neelIFC @r269962
2014-08-27 pluknetMFV of r270725, tzdata2014f
2014-08-23 adrianShut down RX before TX - in theory, this should make...
2014-08-13 melifaroSync to HEAD@r269943.
2014-08-11 peterUpdate serf-1.3.6 -> 1.3.7
2014-08-09 adrianBump the HAL_REGRANGE fields from 16 bit to 32 bit.
2014-08-09 adrianAdd two new debug mark entries for chip power configura...
2014-08-08 impan isn't used, so eliminate it.
2014-08-07 jkimMerge OpenSSL 1.0.1i.
2014-07-19 baptMerge libucl 20140718 (fixes a bug in the parser)
2014-07-18 baptUpdate libucl to the 2014-07-16 snapshot
2014-07-07 marcelRemove ia64.
2014-07-03 marcelAdd VHD support to mkimg(1). VHD is used by Xen and...
2014-07-01 delphijMFV r267565:
2014-06-28 hselaskyPull in r267961 and r267973 again. Fix for issues repor...
2014-06-27 gjbRevert r267961, r267973:
2014-06-27 hselaskyExtend the meaning of the CTLFLAG_TUN flag to automatic...
2014-06-26 rpauloMFV illumos
2014-06-26 rpauloMFV illumos
2014-06-26 rpauloMFV illumos
2014-06-26 rpauloMFV illumos r266986:
2014-06-26 delphijMFV r267843: update file/libmagic to 5.19.
2014-06-15 pfgMFV r266988:
2014-06-09 jkimMerge OpenSSL 1.0.1h.
2014-06-03 grehanMFC @ r266724
2014-05-27 peterMerge apr-1.4.8 -> apr-1.5.1 and update.
2014-05-15 marcelMFuser/marcel/mkimg:
2014-05-15 desUpgrade to latest ldns (1.6.17) and unbound (1.4.22).
2014-05-07 adrianAdd casts to have it compile on amd64 without complaini...
2014-05-07 adrianThere's no need to be this paranoid - ni is deferenced...
2014-05-06 adrianModify the RX path to keep the previous RX descriptor...
2014-05-05 adrianWake up the hardware before calling ath_mode_init(...
2014-05-05 adrianBreak out the multicast programming into its own hardwa...
2014-05-05 adrianQuieten the RX/TX descriptor and FIFO setup debugging.
2014-05-05 adrianAdd Atheros AR1111 support to the HAL.
2014-05-02 adrianAdd tracking for self-generated frames when the VAP...
2014-04-30 adrian* Modify the beacon interval in debugging to be ni_intv...
2014-04-30 adrianBring over some initial power save management support...
2014-04-30 adrian* Only update ah_powerMode if we're setting the chip...
2014-04-27 adrianNote that the AR5416 and later hardware supports the...
2014-04-27 adrian* Add a new capability which returns whether the hardwa...
2014-04-27 adrianProgram the AR_TSFOOR_THRESHOLD register with a default...
2014-04-27 adrianFix the AR_SLEEP1 and AR_SLEEP2 definitions. Oops!
2014-04-27 adrianDo a read-after-write to ensure the interrupt register...
2014-04-24 adrianFix the AR5211 power mode tracking stuff.
2014-04-24 adrianFix the AR5210 HAL code to store the association ID...
2014-04-24 adrianFix ah_powerMode to be set at the correct place for...
2014-04-23 baptUpdate to byacc 20140409
2014-04-23 adrianWrap the rate control re-init code in a lock, to serial...
2014-04-21 adrianRewrite the cleanup code to, well, actually work right.
2014-04-21 adrian* Modify the debugging output from pause/resume to...
2014-04-21 adrianMake sure bf_next is NULL'ed out when we're completing...
2014-04-21 adrianFix a cleanup hang if cleanup gets called _during_...
2014-04-09 adrianAdd a function to check whether the given register...
2014-04-08 adrianAdd some debugging and forcing of the BAW to match...
2014-04-08 adrianDon't do continue inside the scheduler loop; we really...
2014-04-08 adrianCorrect the actual definition of ath_tx_tid_filt_comp_s...
2014-04-08 adrianAdd a comment explaining the obvious.
2014-04-08 adrianDon't resume a TID on each filtered frame completion...
2014-04-04 gjbMerge r262907 from ^/projects/release-embedded:
2014-04-01 jmmvAdd atf m4 files from the vendor branch.
2014-03-29 marcelAdd mkimg, a utility for making disk images from raw...
2014-03-25 desUpgrade to OpenSSH 6.6p1.
2014-03-22 baptUpdate to 20140321
2014-03-22 adrianAlso set the AR5212 HAL power mode tracking in the...
2014-03-20 adrianThrow the flush messages behind ATH_DEBUG_RESET as...
2014-03-20 adrianAdd some debugging code to print out if registers are...
2014-03-20 adrianShuffle ah_powerMode to be in a sane spot for the given...
2014-03-20 adrianDon't call ath_init() inside the lock.
2014-03-10 baptUpdate libucl to 2014-03-03
2014-03-10 adrianMigrate the chip power mode status to public ath_hal...
2014-03-08 rpauloCall ieee80211_dump_pkt() based on IFF_DUMPPKTS().
2014-03-05 gjbMerge ^/projects/release-embedded into ^/head.
next