]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/net80211
Merge compiler-rt release_40 branch r292009.
[FreeBSD/FreeBSD.git] / sys / net80211 /
2017-01-14 Dimitry AndricMerge compiler-rt release_40 branch r292009.
2017-01-14 Dimitry AndricMerge llvm, clang, lld and lldb release_40 branch r2920...
2017-01-11 Dimitry AndricMerge ^/head r311812 through r311939.
2017-01-11 Enji CooperImport testcase updates with code contributed back...
2017-01-11 Xin LIMFV r311913:
2017-01-10 Martin MatuskaMFV r311899:
2017-01-10 Sergey KandaurovFix build without IEEE80211_DEBUG.
2017-01-10 Enji CooperMerge ^/vendor/NetBSD/tests/dist@r311868
2017-01-10 Enji CooperMerge the grammar fix for lib/libc/gen/raise_test:raise...
2017-01-10 Adrian Chadd[net80211] add VHT mediatype initialisation and update...
2017-01-10 Adrian Chadd[net80211] Add default parameters for 11ac.
2017-01-10 Adrian Chadd[net80211] add VHT action frame placeholders for when...
2017-01-10 Adrian Chadd[net80211] add missing VHTCAP declaration changes.
2017-01-10 Adrian Chadd[net80211] add CHAN_VHT2G/CHAN_VHT5G macros.
2017-01-10 Adrian Chadd[net80211] add VHT EDCA parameters for WME/QoS mode.
2017-01-10 Adrian Chadd[net80211] create a helper function to calculate the...
2017-01-09 Dimitry AndricMerge compiler-rt trunk r291476.
2017-01-09 Dimitry AndricMerge libc++ trunk r291476, update Makefile, ObsoleteFi...
2017-01-09 Dimitry AndricMerge llvm, clang, lld and lldb trunk r291476.
2017-01-08 Dimitry AndricMerge compiler-rt r291274.
2017-01-08 Dimitry AndricMerge libc++ r291274, and update the library Makefile.
2017-01-08 Dimitry AndricMerge ^/head r311546 through r311683.
2017-01-08 Adrian Chadd[net80211] add roaming parameters for 11ac.
2017-01-08 Adrian Chadd[net80211] use the correct freq2 field when populating...
2017-01-08 Adrian Chadd[net80211] Add initial VHT support routines.
2017-01-08 Adrian Chadd[net80211] add a "is VHT available" macro.
2017-01-07 Adrian Chadd[net80211] add syncflags methods for the VHT flags...
2017-01-07 Adrian Chadd[net80211] add some more bits.
2017-01-07 Adrian Chadd[net80211] add VHT ioctl parameters and driver capabilities
2017-01-07 Adrian Chadd[net80211] add VHT IEs to scan elements.
2017-01-07 Adrian Chadd[net80211] add VHT node flag; parsed chanwidth.
2017-01-07 Adrian Chadd[net80211] add FVHT flags for channel widths.
2017-01-07 Adrian Chadd[net80211] Remove duplicate VHTOPMODE configuration...
2017-01-06 Dimitry AndricMerge llvm, clang, lld and lldb trunk r291274, and...
2017-01-06 Xin LIMFV r311477: xz 5.2.3.
2017-01-05 Jung-uk KimMerge ACPICA 20161222.
2017-01-05 Dimitry AndricMerge ^/head r311314 through r311459.
2017-01-05 Adrian Chadd[net80211] correct VHT ieee80211com state bits.
2017-01-04 Dimitry AndricMerge llvm, clang, lld and lldb trunk r291015, and...
2017-01-04 Dimitry AndricMerge llvm, clang, lld and lldb trunk r291012, and...
2017-01-04 Dimitry AndricMerge ^/head r311132 through r311305.
2017-01-04 Xin LIMFV r311279: zlib 1.2.10.
2017-01-04 Xin LIRestructure libz, place vendor files in contrib/zlib...
2017-01-04 Adrian Chadd[net80211] Add VHT flags for printf/debugging.
2017-01-02 Dimitry AndricUpdate lldb to trunk r290819 and resolve conflicts.
2017-01-02 Dimitry AndricUpdate lld to trunk r290819 and resolve conflicts.
2017-01-02 Dimitry AndricUpdate clang to trunk r290819 and resolve conflicts.
2017-01-02 Dimitry AndricUpdate llvm to trunk r290819 and resolve conflicts.
2016-12-31 Adrian Chadd[net80211] add placeholders for the VHT action frame...
2016-12-30 Martin MatuskaMFV r310869:
2016-12-30 Martin MatuskaMFV r310798:
2016-12-30 Martin MatuskaMFV r310796, r310797:
2016-12-30 Olivier HouchardMerge CK as of commit 255a47553aa5e8d0bb5f8eec63acac7f4...
2016-12-27 Adrian Chadd[net80211] turn the default TX key configuration (for...
2016-12-27 Martin MatuskaMFV r310622:
2016-12-24 Andriy Voskoboinyknet80211: fix 'pending CAC -> RUN transition lost'...
2016-12-22 Adrian Chadd[net80211] WEP offload support.
2016-12-19 Simon J. GerratyMerge bmake-20161212
2016-12-17 Martin MatuskaMFV r310115,310184:
2016-12-16 Dimitry AndricMerge ^/head r309817 through r310168.
2016-12-16 Dimitry AndricMerge llvm, clang, lld, lldb, compiler-rt and libc...
2016-12-16 Adrian Chadd[net80211] sigh, course I would miss a commit from...
2016-12-16 Adrian Chadd[net80211] start laying down the foundation for 11ac...
2016-12-13 Jung-uk KimMFV: r309561
2016-12-12 Enji CooperMerge changes from vendor to address several Coverity...
2016-12-10 Dimitry AndricUpdate llvm, clang, lld, lldb, compiler-rt and libc...
2016-12-09 Dimitry AndricMerge ^/head r309519 through r309757.
2016-12-08 Adrian Chadd[net80211] add a field for storing a 64 bit TSC.
2016-12-08 Adrian Chadd[net80211] begin fleshing out support for channel surve...
2016-12-07 Andriy Voskoboinyknet80211: remove obsolete comment.
2016-12-07 Andriy Voskoboinyknet80211 + drivers: convert to ieee80211_crypto_get_key...
2016-12-07 Xin LIFix typo.
2016-12-07 Adrian Chadd[net80211] flesh out more RX phy information.
2016-12-07 Adrian Chadd[net80211] start refactoring out the "am I a wep /...
2016-12-06 Martin MatuskaMFV r309587:
2016-12-04 Baptiste DaroussinImport tzdata 2016j
2016-12-04 Dimitry AndricMerge ^/head r309263 through r309518.
2016-12-03 Adrian Chadd[net80211] prepare for 11ac aware NICs that want to...
2016-12-02 Dimitry AndricUpdate compiler-rt to release_39 branch r288513. Since...
2016-12-02 Dimitry AndricUpdate llvm, clang, lld and lldb to release_39 branch...
2016-12-02 Martin MatuskaMFV r309403:
2016-12-01 Martin MatuskaMFC r309362:
2016-12-01 Peter WemmUpdate from subversion 1.9.4 to 1.9.5.
2016-11-29 Martin MatuskaMFV r309299:
2016-11-28 Olivier HouchardImport Concurrency Kit in the kernel.
2016-11-28 Andriy GaponMFV r309249: 3821 Race in rollback, zil close, and...
2016-11-26 Dimitry AndricUpdate libc++ to release_39 branch r287912.
2016-11-26 Dimitry AndricUpdate llvm, clang, lld and lldb to release_39 branch...
2016-11-24 Dimitry AndricMerge ^/head r308870 through r309105.
2016-11-24 Andriy GaponMFV r308990: 7181 race between zfs_mount and zfs_ioc_ro...
2016-11-24 Andriy GaponMFV r308988: 7199, 7200 dsl_dataset_rollback_sync may...
2016-11-24 Andriy GaponMFV r308987: 7180 potential race between zfs_suspend_fs...
2016-11-24 Andriy GaponMFV r308989: 6428 set canmount=off on unmounted filesys...
2016-11-22 Adrian Chadd[net80211] high oops on the high seas, or "god damnit...
2016-11-22 Xin LIMFV r308954:
2016-11-22 Adrian Chadd[net80211] Only send out a probe request if we see...
2016-11-22 Jung-uk KimMerge ACPICA 20161117.
2016-11-22 Adrian Chadd[net80211] store references to VHT and related IEs.
2016-11-22 Adrian Chadd[net80211] Remove extra \n.
2016-11-22 Adrian Chadd[net80211] flesh out more IBSS 11n support
next