]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/net80211
TCP header size is represented by number of 32bits words.
[FreeBSD/FreeBSD.git] / sys / net80211 /
2011-12-18 desUpgrade to OpenPAM Lycopsida.
2011-12-17 bschmidtRemove now redundant mac argument.
2011-12-17 bschmidtFix some net80211 enum nits:
2011-12-15 adrianModify the ACL code slightly to support a few nifty...
2011-11-28 jkimMerge ACPICA 20111123.
2011-11-26 theravenUpdate libcxxrt to remove the pthread dependency.
2011-11-25 theravenImport libc++ / libcxxrt into base. Not build by defau...
2011-11-08 adrian.. add missing include from an incorrect merge.
2011-11-08 adrianReject frames in STA mode which are not destined to...
2011-11-08 adrianAdd 802.11h quiet time element support into net80211.
2011-11-07 edMark all SYSCTL_NODEs static that have no corresponding...
2011-11-07 edMark MALLOC_DEFINEs static that have no corresponding...
2011-10-28 adrianInclude the tid when printing out crypto replay errors.
2011-10-22 dimUpgrade our copy of llvm/clang to r142614, from upstrea...
2011-10-12 adrianFix an unused variable warning/error when invariants...
2011-10-05 desUpgrade to OpenSSH 5.9p1.
2011-10-02 adrianFix a panic in the wifi stack when a software beacon...
2011-09-29 dimRevive the LLVM and Clang license files, which were...
2011-09-03 dougbUpgrade to BIND version 9.8.1. Release notes at:
2011-08-24 adrianThis patch fixes beacon frame sequence number generatio...
2011-08-19 adrianCorrectly handle BAR TX failures.
2011-08-16 adrianFix BAR frame TX completion - successful transmission...
2011-08-08 bschmidtWhen setting a fixed channel on adapters with 11n suppo...
2011-07-20 adrianFix brokenness introduced by my last commit.
2011-07-19 adrianThis sets the BSS channel for each VAP for the given...
2011-07-17 dimUpgrade our copy of llvm/clang to r135360, from upstrea...
2011-07-17 hrs- Improve interface list handling. The rtadvd(8) now...
2011-07-16 dougbUpgrade to version 9.8.0-P4
2011-07-14 nwhitehornUpdate dialog to 1.1-20110707.
2011-07-11 mmUpdate xz to git snapshot of v5.0 branch as of 20110711...
2011-07-07 kevloFix memset sizeofs
2011-06-27 adrianPrint out a big warning if DFS can't find a channel...
2011-06-20 adrianAdd a callback for ADDBA response timeouts.
2011-06-20 gavinMerge tnftp-20100108 from the vendor branch into head.
2011-06-16 hrsMerge from HEAD@222977.
2011-06-16 kevloChange i_len in ieee80211req to be unsigned and fix...
2011-06-14 gshapiroMerge sendmail 8.14.5 to HEAD
2011-06-12 dimUpgrade our copy of llvm/clang to r132879, from upstrea...
2011-06-05 hrsMerge from HEAD@222712.
2011-06-04 attilioMFC
2011-06-04 bschmidtCertain adapters have HT40 support on some but not...
2011-06-04 bschmidtData frames sent over the mgmt path might be part of...
2011-06-03 edUpgrade libcompiler_rt from revision 117047 to 132478.
2011-05-29 hrsMerge from head@222434.
2011-05-22 attilioMFC
2011-05-21 bschmidtFix typo, it is MPDU not MDPU.
2011-05-12 attilioMFC
2011-05-11 adrianFix up the net80211 alq logging - this commit makes...
2011-05-11 adriannet80211 alq bugfixes:
2011-05-04 attilioMFC
2011-05-04 netchildCopy the v4l2 header unchanged from the vendor branch.
2011-05-04 desUpgrade to OpenSSH 5.8p2.
2011-05-04 adrianFix some corner cases in the net80211 sequence number...
2011-05-02 dimUpgrade our copy of llvm/clang to r130700, from upstrea...
2011-04-25 bzWe need in.h for both INET and INET6, as according...
2011-04-22 adrianRevert r220907 and r220915.
2011-04-21 adrianImplement very basic ALQ logging for net80211.
2011-04-21 adrianChange the MIMO userland export ABI to include flags...
2011-04-17 nwhitehornUpdate dialog to version 1.1-20110302.
2011-04-15 jkimMerge ACPICA 20110413.
2011-04-08 adrianRe-add the pad[2] I deleted by accident.
2011-04-08 adrianAdd initial support for MIMO statistics to net80211.
2011-04-05 obrien* Add the readline(3) API to libedit. The libedit...
2011-03-24 adrianFix a WME corner case found by the FreeBSD 802.11n...
2011-03-18 umeImport openresolv from vendor branch, actually.
2011-03-13 bschmidtConstantly use MHz instead of Mhz.
2011-03-13 bschmidtWhen injecting frames a temporary node is faked, during...
2011-03-13 bschmidtFix a cut&paste error while parsing htcap/htinfo elemen...
2011-03-13 bschmidtHonor device capabilities while initializing ni_htrates.
2011-03-13 bschmidtFix rmax calculation during BSS selection.
2011-03-13 bschmidtFill hc_mcsset completely.
2011-03-13 bschmidtWhile determining the maxrate for ieee80211_media_setup...
2011-03-13 bschmidtChange the way HT capatibilities are announced.
2011-03-13 bschmidtFirst step on removing the harcoded RX/TX stream and...
2011-03-12 dasMerge gdtoa-20110304.
2011-03-10 bschmidtComplete the MCS rate table based on the final 802...
2011-02-27 dimUpdate llvm/clang to trunk r126547.
2011-02-23 brucecFix typos - remove duplicate "is".
2011-02-22 bschmidtMake sure to only accept and handle action frames which...
2011-02-21 bschmidtIt is IEEE80211_SUPPORT_XXX not IEEE80211_XXX_SUPPORT.
2011-02-21 bschmidtAdd a new mgmt subtype "ACTION NO ACK" defined in 802...
2011-02-21 adrianDefault to the lowest negotiated rate for mgmt/multicas...
2011-02-20 dimUpgrade our copy of llvm/clang to r126079, from upstrea...
2011-02-18 dimMerge binutils 2.17.50 to head. This brings a number...
2011-02-12 jkimMerge ACPICA 20110211.
2011-02-06 dougbUpdate to BIND 9.6.3, the latest from ISC on the 9...
2011-01-30 bschmidtInstead of always returning 0 to a scan request, indica...
2011-01-30 bschmidtChange return code semantics of start_scan_locked(...
2011-01-30 bschmidtHonor the IEEE80211_SCAN_BGSCAN flag, which makes it...
2011-01-19 bschmidtJump to the next element and not to an arbitrary point...
2011-01-18 mdfSpecify a CTLTYPE_FOO so that a future sysctl(8) change...
2011-01-17 bschmidtPull ieee80211_ratectl_node_init() calls from drivers...
2011-01-13 jkimMerge ACPICA 20110112. Switch to BSD/GPLv2 dual licens...
2011-01-12 mdfsysctl(9) cleanup checkpoint: amd64 GENERIC builds...
2010-12-15 jkimMerge ACPICA 20101209.
2010-12-04 dougbUpdate to version 9.6-ESV-R3, the latest from ISC,...
2010-12-03 simonMerge OpenSSL 0.9.8q into head.
2010-11-28 jmallettMerge Cavium Octeon SDK 2.0 Simple Executive; this...
2010-11-22 dimSync: merge r215464 through r215708 from ^/head.
2010-11-22 bschmidtThe meshid element is memcpy()'ed into se_meshid if...
next