]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/net80211
The encryption type field needs to be preserved for each descriptor
[FreeBSD/FreeBSD.git] / sys / net80211 /
2013-02-08 adrianFix ieee80211_mesh.c compilation.
2013-02-07 monthadarMesh: recevied GANN frames where not parsed correctly.
2013-02-07 monthadarMesh HWMP forwarding information: updating FI for trans...
2013-02-07 monthadarMesh HWMP PERR bug fixes.
2013-02-07 monthadarMesh bug: debug infomartion showing swapped SA and...
2013-02-07 monthadarUpdate ddb to print mesh routing table.
2013-02-07 monthadarMesh HWMP PREQ: fixed conditions for discarding elements.
2013-02-07 monthadarMesh HWMP: don't send an intermediate PREP for proxy...
2013-02-07 monthadarMesh HWMP PREQ update: proxy reply only if mesh STA...
2013-02-07 monthadarHWMP: ic->raw_xmit didn't always point to correct ni.
2013-02-07 monthadarMesh gate code to transmit to all mesh gates.
2013-02-07 monthadarSend frames to mesh gate if 11s discovery fails.
2013-02-07 monthadarMark root mesh as gate when mesh gate flag set.
2013-02-07 monthadarPropagate GANN frames, and store know gate info.
2013-02-07 monthadarMesh update: add base Mesh Gate functionality.
2013-02-07 monthadarStart accepting IEEE80211_ACTION_MESH_GANN frames;
2013-02-07 monthadarMesh: management mesh action frames are to be discarded
2013-02-07 monthadarUpdate in ieee80211_action.c for mesh code handlers.
2013-02-07 monthadarUpdate net80211 mesh struct ieee80211_meshgann_ie.
2013-02-07 monthadarHWMP: Accept a PERR even if path is valid.
2013-02-07 monthadarAdd mesh debug for interarction between DS & MBSS.
2013-02-07 monthadarFix mesh path flag.
2013-02-07 monthadarStop a mesh STA from flooding with peer frames.
2013-02-02 adrianWrap this in an #ifdef so IEEE80211_SUPPORT_SUPERG...
2013-02-01 sjgMerge bmake-20130123
2013-01-26 adrianInitial cut at making IBSS support 802.11n aware.
2013-01-17 jkimMerge ACPICA 20130117.
2013-01-17 neelIFC @ r245509
2013-01-15 adrianRemove the use of the ifnet send queue and if_start...
2013-01-11 theravenMerge new version of libcxxrt. This brings in three...
2013-01-09 neelIFC @ r245178
2013-01-08 adrianAdd in the missing radiotap definitions from the sipsol...
2013-01-06 adrianHandle ps-poll data frame if_transmit() failure.
2013-01-06 adrianHandle HWMP if_transmit() failure gracefully.
2013-01-04 neelIFC @ r244983.
2012-12-22 adrianif_start() is being used here as a way of kick-starting...
2012-12-22 adrianRemove a use of if_start() - instead, use if_transmit...
2012-12-21 brooksAdd NetBSD's mtree to the tree and install it as nmtree...
2012-12-18 brooksReplace our implementation of the vis(3) and unvis...
2012-12-10 adrianAdjust the channel to correctly setup the HT flags...
2012-12-10 adrianUpdate the aggressive mode logic to also enable aggress...
2012-12-09 adrianUndo the previous adhoc commit - doing the WME IE handl...
2012-12-09 adrianHandle ath-specific and WME IE's in adhoc mode.
2012-12-09 adrianAtheros SuperG bug fixes, as part of hunting down kern...
2012-12-09 adrianDon't panic if the stageq here is empty; just fall...
2012-12-08 adrianFix a use-after-free bug in the Atheros fast-frames...
2012-12-07 erwinUpdate to 9.8.4-P1.
2012-12-07 adrianAdd a new 900MHz GSM regulatory SKU for the Xagyl Commu...
2012-12-05 glebius Mechanically substitute flags from historic mbuf...
2012-12-04 neelIFC @r243836
2012-12-03 dimUpgrade our copy of llvm/clang to r168974, from upstrea...
2012-12-01 rwatsonMerge OpenBSM 1.2-alpha2 from vendor branch to FreeBSD...
2012-11-26 adrianAdd a primitive to check if a lock is not owned.
2012-11-20 jkimMerge ACPICA 20121114.
2012-11-16 sjgMerge bmake-20121111
2012-11-11 neelIFC @ r242684
2012-10-28 adrianAdd some further BAR TX debugging; it was useful when...
2012-10-26 adrianOops, missed in my last commit.
2012-10-26 adrianAllow net80211 to be built on -9 and -8.
2012-10-26 adrianFix up some initial issues with creation and deletion...
2012-10-22 dimImport libc++ trunk r165949. Among other improvements...
2012-10-21 nwhitehornUpdate dialog to 20120706: includes minor useability...
2012-10-19 uqsMerge mandoc from vendor into contrib and provide the...
2012-10-19 brooksReplace our version of the pwcache(3) API with NetBSD...
2012-10-16 glebiusMake the "struct if_clone" opaque to users of the cloni...
2012-10-10 kevloRevert previous commit...
2012-10-09 kevloPrefer NULL over 0 for pointers
2012-10-05 delphijMFV: tcpdump 4.3.0.
2012-10-05 delphijMFV: libpcap 1.3.0.
2012-10-03 marcelMerge bmake-20120831 from vendor/NetBSD/bmake/dist.
2012-10-02 adrianMigrate the power-save functions to be overridable...
2012-09-16 adrianFix a crash bug introduced in the iterate node work...
2012-09-14 eadlers/ is is / is /g
2012-09-04 marcelMerge ATF 0.16 from vendor/atf/dist.
2012-08-20 dimUpgrade our copy of llvm/clang to trunk r162107. With...
2012-08-16 jkimMerge ACPICA 20120816.
2012-08-16 adrianFix an incorrect comparison.
2012-08-15 adrianDon't call the node iteration function inside the node...
2012-08-08 adrianFix an incorrect comment.
2012-08-08 andrewImport compiler-rt r160957.
2012-07-31 monthadarFixed some debug output in hwmp_recv_prep.
2012-07-31 monthadarFix a PREQ comparison error in 11s HWMP.
2012-07-31 monthadarFix bugs in net80211s found with wtap simulator.
2012-07-28 mmUpdate libarchive to 3.0.4
2012-07-24 impUpdate to latest git version of dtc to get new dtsv2...
2012-07-17 pfgDtrace: improve handling of library paths.
2012-07-14 pfgMerge illumos commit 13455:7205f7794835
2012-07-12 jkimMerge OpenSSL 1.0.1c.
2012-07-11 jkimMerge ACPICA 20120711.
2012-07-11 grehanIFC @ r238370
2012-07-01 adrianAdd a check for dynamic OFDM/CCK channel types.
2012-07-01 pfgImport the dtrace llquantize test files from the vendor...
2012-06-25 monthadarMesh mode, potential garbage in QoS subfield.
2012-06-22 jkimMerge ACPICA 20120620.
2012-06-21 delphijMFV: Update zlib to 1.2.7.
2012-06-18 adrianExtend the radiotap code to be aware of the size of...
2012-05-28 dougbUpgrade to BIND version 9.8.3, the latest from ISC.
2012-05-26 desUpdate to OpenPAM Micrampelis.
2012-05-22 adrianFix some corner cases in the ieee80211_send_bar() handling.
2012-05-21 baptImport byacc from invisible island, it brings us lots...
next