]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/net80211
Correct an argument type of iopl syscall for Linuxulator. This also fixes
[FreeBSD/FreeBSD.git] / sys / net80211 /
2012-04-16 dimUpgrade our copy of llvm/clang to trunk r154661, in...
2012-04-15 adrianMigrate the net80211 TX aggregation state to be from...
2012-04-08 adrianAdd some statistics to track BAR TX.
2012-04-03 bschmidtAdd basic HT channel setup to ieee80211_init_channels...
2012-03-30 ambriskoMFhead_mfi r227068
2012-03-27 adrianCorrect the ordering of tid/crypto ic_name.
2012-03-25 adrianCreate a new task to handle 802.11n channel width changes.
2012-03-22 stas- Update FreeBSD Heimdal distribution to version 1...
2012-03-21 adrianRe-commit this - store the alq payload in network order.
2012-03-20 jkimMerge ACPICA 20120320.
2012-03-18 adrian.. revert out a local change that I hadn't yet complete...
2012-03-18 adrianAdd a missing endian conversion.
2012-03-16 adrianPull in a dependency on ALQ if it's compiled with IEEE8...
2012-03-14 theravenImport new versions of libcxxrt and libc++.
2012-03-11 jmallettMerge the Cavium Octeon SDK 2.3.0 Simple Executive...
2012-03-08 adrianAdd missing \n's.
2012-03-06 adrianModify HWMP to be able to allocate memory for PREQ...
2012-03-05 adrianOops - used the wrong field.
2012-03-04 adrianAdd the thread id to the net80211 alq records.
2012-03-04 adrianFix style(9) issues.
2012-03-04 glebiusFix build w/o 'options IEEE80211_SUPPORT_MESH'.
2012-03-04 adrian* Introduce new flag for QoS control field;
2012-03-04 adrian* Added IEEE80211_ACTION_CAT_MESH in ieee80211.h as...
2012-03-02 adrianAttempt to catch scan cancellations at exactly the...
2012-02-28 adrianOnly increment is_beacon_bad if we're not scanning.
2012-02-28 adrianPrint out the bogus beacon interval.
2012-02-28 adrianTrack the number of bad beacons received.
2012-02-25 mmUpdate libarchive to 3.0.3
2012-02-24 adrianHold IF_LOCK when manipulating the interface flags.
2012-02-24 adrianAlthough it's documented that the vap newstate call...
2012-02-24 adrianAdd a radiotap vendor header definition.
2012-02-22 mpUpdate to tcsh 6.18.01.
2012-02-20 rayRemove redundant forward declaration of struct ieee8021...
2012-02-16 jkimMerge ACPICA 20120215.
2012-02-13 adrianCorrect the 802.11s mesh configuration structure and...
2012-02-08 adrianUpdate the 802.11s IE numbers to represent the latest...
2012-02-06 adrianUpdate the mesh reason codes to match the latest 802...
2012-02-05 dimAdd a WITH_CLANG_EXTRAS option for src.conf(5), disable...
2012-02-03 rpauloWhitespace removal.
2012-01-31 jimharrisAdd isci(4) driver for amd64 and i386 targets.
2012-01-31 jimharrisRebase user/jimharris/isci branch from head.
2012-01-31 adrianAdd a DFS debugging mode which is useful when doing...
2012-01-29 adrianMissing code for receiving MESH PREP that should be...
2012-01-26 jimharrisRebase user/jimharris/isci branch from head.
2012-01-22 adrianMark the taskqueue as the _net80211_ taskqueue.
2012-01-21 adrianFix the hwmp code to handle nodes in a "line" topology.
2012-01-21 adrianChange the hwmp debugging to use %6D rather than ether_...
2012-01-15 adrianFix the situation where net80211 is built with IEEE8021...
2012-01-11 jkimMerge ACPICA 20120111.
2012-01-11 adrianAdd the ability to kick an existing mesh node without...
2012-01-11 adrianAdd the MCS radiotype entry.
2012-01-10 adrianAdd in the vendor extension bit in the radiotap header.
2012-01-07 bzCorrect comment for the IPv6 case to say "traffic class...
2012-01-02 bschmidtMCS32 equals 32, not 8*ic_txstream.
2012-01-01 adrianInitial copy of xz-embedded to sys/contrib/.
2011-12-31 edUpgrade libcompiler_rt to upstream revision 147390.
2011-12-27 mmUpdate to vendor revision 4016.
2011-12-21 mmCopy libarchive from vendor branch to contrib
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...
next