]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/net80211
Import tzdata 2019c.
[FreeBSD/FreeBSD.git] / sys / net80211 /
2016-03-30 adrian[net80211] Add fields to decode uAPSD fields.
2016-03-26 avosnet80211: fix panic for DWDS vaps
2016-03-22 adrian[net80211] add missing static declarations.
2016-03-21 avosnet80211: enable software beacon miss timer in SLEEP...
2016-03-21 avosnet80211: add missing SLEEP -> AUTH state transition...
2016-03-19 adrian[net80211] Add VHT Transmit Power Envelope element...
2016-03-18 adrian[net80211] IE 127 is not MESHEXTCAP, just EXTCAP.
2016-03-18 adrianAdd initial 802.11ac IEs and fields.
2016-03-17 adrian[net80211] Add some more missing IEs.
2016-03-16 obrienBring down 0.4.5 vendor files and other catchups with...
2016-03-16 adrianAdd initial VHT IE's and action codes.
2016-03-16 adrian[net80211] Begin implementing rate control module stats.
2016-03-14 gjbMFH
2016-03-14 adrianclass -> i_class. Thanks C++.
2016-03-14 adrian[net80211] handle unlisted information elements.
2016-03-11 desUpgrade to OpenSSH 7.2p2.
2016-03-06 gjbMFH
2016-03-05 dimMerge ^/head r296369 through r296409.
2016-03-04 avosnet80211: fix possible overflow in IEEE80211_TU_TO_TICKS()
2016-03-03 dimMerge ^/head r296007 through r296368.
2016-03-03 avosnet80211: drop <smth> -> INIT state transition warning...
2016-03-02 gjbMFH
2016-03-02 markjUse m_catpkt(9) to avoid a possible use-after-free...
2016-03-01 jkimMerge OpenSSL 1.0.2g.
2016-03-01 avosnet80211: eliminate copy-paste nearby ieee80211_check_r...
2016-02-29 glebiusFix !IEEE80211_DEBUG build.
2016-02-29 avosnet80211: do not enforce promiscuous mode for AP scan
2016-02-29 avosnet80211: fix scanning after D5145 (PR 197498 related)
2016-02-29 avosnet80211: cleanup ieee80211_scan_sw.c
2016-02-29 avosnet80211: refactor scan_signal()
2016-02-29 avosnet80211: wakeup scan_start() task when null data frame...
2016-02-29 avosnet80211: split scan_task() (#3) (into scan_start(...
2016-02-29 avosnet80211: split scan_task() (#2) (add scan_end() function)
2016-02-29 avosnet80211: split scan_task() (#1) (replace 'done' label...
2016-02-29 avosnet80211: utilize ss_scanend variable from scan_state...
2016-02-29 avosnet80211: reduce code verbosity in scan_task() (ieee802...
2016-02-29 avosnet80211: reduce code duplication between ieee80211_sws...
2016-02-28 avosnet80211: fix a comment for TX lock
2016-02-28 avosnet80211: remove redundant locking.
2016-02-28 avosnet80211: fix 'taskqueue_drain with non-sleepable locks...
2016-02-26 avosnet80211: fix 'uma_zalloc_arg: zone "32" with non-sleep...
2016-02-24 dimMerge ^/head r295902 through r296006.
2016-02-24 gjbMFH
2016-02-23 avosnet80211: fix TIM cleanup.
2016-02-22 gjbMFH
2016-02-21 dimMerge ^/head r295601 through r295844.
2016-02-19 avosnet80211: add few missing subtype names.
2016-02-13 dimUpdate llvm, clang and lldb to release_38 branch r260756.
2016-02-12 emasteUpdate ELF Tool Chain to upstream rev 3400
2016-02-11 desUse the new insecure-lan-zones option instead of listin...
2016-02-09 andrewUpdate our copy of the Linux dts files to be in sync...
2016-02-06 dimMerge ^/head r294961 through r295350.
2016-02-06 dimMerge compiler-rt release_38 branch r258968.
2016-02-02 gjbMFH
2016-02-01 glebiusThese files were getting sys/malloc.h and vm/uma.h...
2016-01-28 jkimMerge OpenSSL 1.0.2f.
2016-01-26 dimMerge ^/head r294599 through r294776.
2016-01-25 gjbMFH
2016-01-24 avosnet80211: reduce stack usage for ieee80211_ioctl*(...
2016-01-24 avosnet80211: reduce code duplication
2016-01-22 delphijMFV r294491: ntp 4.2.8p6.
2016-01-19 desUpgrade to OpenSSH 6.9p1.
2016-01-19 desUpgrade to OpenSSH 6.8p1.
2016-01-19 desUpgrade to OpenSSH 6.7p1, retaining libwrap support...
2016-01-15 baptUpdate mandoc to 20160116
2016-01-14 dimUpdate llvm, clang and lldb to trunk r257626, and updat...
2016-01-13 ngieMFhead @ r293815
2016-01-12 gjbMFH
2016-01-11 dimMerge ^/head r293430 through r293685.
2016-01-09 melifaroRemove sys/eventhandler.h from net/route.h
2016-01-08 delphijMFV r293415:
2016-01-06 dimUpdate clang to trunk r256945.
2016-01-06 dimUpdate llvm to trunk r256945.
2016-01-05 delphijMFV r293125: less v481.
2016-01-04 dimMerge ^/head r293036 through r293174.
2016-01-04 gjbMFH r289384-r293170
2016-01-04 adrian[net80211] fix duration field; it's unsigned, but not...
2016-01-04 emasteMerge LLDB 3.8
2016-01-01 dimMerge ^/head r293016 through r293035.
2016-01-01 adrian[net80211] document the (not completely complete) set...
2015-12-30 dimUpdate clang to trunk r256633.
2015-12-30 dimUpdate llvm to trunk r256633.
2015-12-18 bruefferMerge OpenBSM 1.2 alpha 4.
2015-12-14 desUpgrade to Unbound 1.5.7.
2015-12-14 ngieMFhead @ r292177
2015-12-13 avosnet80211: remove hardcoded slot time durations from...
2015-12-07 markjMFV r289003:
2015-12-03 jkimMerge OpenSSL 1.0.2e.
2015-11-26 ngieMFhead @ r291359
2015-11-26 adrian[net80211] decode WPA cipher config '0' as "clear ciphe...
2015-11-26 ngieMFhead @ r291345
2015-11-25 adrian[net80211] log the A-MPDU setup attempt count as part...
2015-11-16 ngieMFhead @ r290899
2015-11-01 baptMerge from head
2015-10-30 jkimMerge OpenSSL 1.0.2d.
2015-10-28 baptMerge from head
2015-10-27 baptUpdate libucl to latest git snapshot (20151027)
2015-10-27 avosnet80211: add ieee80211_restart_all() call.
2015-10-23 sjgMerge bmake 20151020
2015-10-22 glebiusMFV ntp-4.2.8p4 (r289715)
next