]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/dev/usb/wlan
Implement basic support for the USB host controller found in the
[FreeBSD/FreeBSD.git] / sys / dev / usb / wlan /
2014-05-15 marcelMFuser/marcel/mkimg:
2014-05-15 desUpgrade to latest ldns (1.6.17) and unbound (1.4.22).
2014-04-26 andreastFix gcc build, initialize off variable.
2014-04-26 kevloInitialize rssi variable.
2014-04-25 kevloAdd preliminary support for the Realtek RTL8188EUS...
2014-04-24 kevloFix panic by adding mtx_assert() to urtwn_init_locked...
2014-04-23 baptUpdate to byacc 20140409
2014-04-10 kevloAdd the Asus USB-N10 NANO.
2014-04-04 gjbMerge r262907 from ^/projects/release-embedded:
2014-04-01 jmmvAdd atf m4 files from the vendor branch.
2014-04-01 hselaskyAdd new USB ID.
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-14 kevloReset the bit of the R92C_MCUFWDL associated with check...
2014-03-14 kevloSimilar to r246614, fix panic on removing urtwn(4)...
2014-03-10 baptUpdate libucl to 2014-03-03
2014-03-06 kevloFix a logic error when enabling MAC.
2014-03-05 gjbMerge ^/projects/release-embedded into ^/head.
2014-03-05 hselasky- Temporary fix for race in RUN driver which can
2014-03-05 delphijMFV r262756:
2014-03-02 delphijMFV r262639: ncurses 5.9 20140222 snapshot.
2014-02-28 delphijMFV r262617: ncurses 5.9.
2014-02-28 impSymbolic bindings for the dts files...
2014-02-28 impAdd missing skeleton file.
2014-02-28 markj4478 dtrace_dof_maxsize is far too small
2014-02-28 impInitial import of DTS files from Linux
2014-02-26 desMFV (r262529): fix is_upper() predicate
2014-02-26 emasteUpdate LLDB snapshot to upstream r202189
2014-02-25 dimMerge from head up to r262472.
2014-02-25 kevloAdd a flag to run's device list which uses a standard...
2014-02-23 baptImport libucl into head
2014-02-21 gjbMerge the following:
2014-02-21 baptImport Dragonfly Mail Agent into base system
2014-02-21 gjbMove ^/user/gjb/hacking/release-embedded up one directo...
2014-02-21 gjbMFH: tracking commit
2014-02-18 emasteUpdate LLDB snapshot to upstream r201577
2014-02-16 dimUpgrade our copy of llvm/clang to 3.4 release. This...
2014-02-14 jmmvMFV: Import atf-0.20.
2014-02-14 rpauloAdd urtwn_start_locked() to avoid unlocking during TX.
2014-02-05 kevloCorrect setting R92C_TXAGC_MCS11_MCS08 register.
2014-02-01 uqsMerge mdocml v1.12.3 into head
2014-01-31 hselaskyFix a range check for maximum transmit length. The...
2014-01-31 desUpgrade to OpenSSH 6.5p1.
2014-01-30 dimImport libc++ 3.4 release. This contains a lot of...
2014-01-26 gshapiroMerge sendmail 8.14.8 to HEAD
2014-01-25 kaiwMFH@261151.
2014-01-24 kevloFix comment.
2014-01-24 kevloGet rid of memmove(). It's not portable.
2014-01-23 hselaskyRevert r261014. Let Kevin fix it.
2014-01-22 hselasky- Fix some non-portable code with regard to endianness...
2014-01-19 gjbMFH: Tracking commit (r260891)
2014-01-15 kaiwCopy libelf, libdwarf and common files from vendor...
2014-01-12 jmmvAdd atf pkg-config files from the vendor branch.
2014-01-11 kevloFix a logic error when checking if Tx power entries...
2014-01-10 kevloUse m_get2() instead of m_getcl().
2014-01-10 kevloUse m_getcl() instead of MGETHDR/MCLGET macros.
2014-01-09 gjbMFH: tracking commit (head@r260486)
2014-01-09 kevloReplace deprecated M_DONTWAIT with M_NOWAIT.
2014-01-08 kevloRename definition of IEEE80211_FC1_WEP to IEEE80211_FC1...
2014-01-03 kevloAdd support for the MediaTek/Ralink RT3593 chipset.
2014-01-02 delphijMFV r260154 + 260182:
2013-12-29 dimIn sys/dev/usb/wlan/if_urtw.c, #if 0 a static const...
2013-12-28 gjbMFH: Tracking commit.
2013-12-27 kevloAdd D-Link DWA-140 rev D1, another RT5372/run(4).
2013-12-27 gjbCopy head@r259933 -> user/gjb/hacking/release-embedded...
2013-12-24 kevloSome devices have a dual mode such as Tenda W326U and...
2013-12-18 kevloUse 'val' instead of 'val & 0xff' since the last argume...
2013-12-18 kevloFix style: add tab after #define.
2013-12-18 kevloFix typo in comment.
2013-12-18 kevloAdd support to IQ calibration.
2013-12-06 hselaskyFix compilation when the "USB_DEBUG" option is set.
2013-12-06 kevloAdd support for the MediaTek/Ralink RT5572 chipset.
2013-12-06 kevloReplace the magic numbers with something more readable.
2013-12-06 kevloCosmetic changes.
2013-12-06 kevloRemove daft KASSERT.
2013-12-05 rayMFC @r258947.
2013-12-04 hselaskyFix what looks like a typo after r258732.
2013-12-04 hselaskyFix external compiler warning(s). Avoid pointer derefer...
2013-12-03 emasteUpdate LLDB to upstream r196259 snapshot
2013-12-02 kevloThe RUN_MAX_TXSZ constat is defined as Tx desc + Tx...
2013-11-30 eadlerFix undefined behavior: (1 << 31) is not defined as...
2013-11-29 kevloChange run_rt2870_rf_write() prototype (no functional...
2013-11-29 kevloOn the RT2870, rf registers are now 64-bit, not 32...
2013-11-26 hselaskyStyle changes.
2013-11-26 hselaskyAdd missing static keyword.
2013-11-17 jmmvMFV: Import atf-0.18.
2013-11-13 rayMFC @r258091.
2013-11-13 kevloRemove a couple of unused macros.
2013-11-13 kevlo- Use bit twiddling macro to set IEEE80211_MODE_11A
2013-11-12 emasteUpdate LLDB to upstream r194122 snapshot
2013-11-12 kevloUse the real product name for Edimax rsu(4) id.
2013-11-11 kevloRemove r257748 by accident.
2013-11-11 kevloAdd support for the MediaTek/Ralink RT5370/RT5372 chipset.
2013-11-06 hselaskyImplement a working write region function to speed...
2013-11-06 hselaskyCheck for "ieee80211_vap_setup()" failure in all USB...
2013-11-06 rayMFC @r257740.
2013-11-06 kevloReading the RT2860_ASIC_VER_ID register is not needed...
2013-11-05 hselaskyProtect the "ratectl_ch" callout in the "run" driver...
2013-11-05 rayMFC @r257698.
next