pub/scm/linux/kernel/git/jberg/mac80211.git  about / heads / tags
mac80211/wireless fixes tree
# tags:
$ git for-each-ref --sort=-creatordate refs/tags \
	--format='%(refname:short) %(subject) (%(creatordate:short))'
mac80211-for-net-2022-01-04 Two more changes:  * mac80211: initialize a variable to avoid using it uninitialized  * mac80211 mesh: put some data structures into the container to    fix bugs with and not have to deal with allocation failures (2022-01-04) tar.gz
mac80211-for-net-2021-12-14 A fairly large number of fixes this time:  * fix a station info memory leak on insert collisions  * a rate control fix for retransmissions  * two aggregation setup fixes  * reload current regdomain when reloading database  * a locking fix in regulatory work  * a probe request allocation size fix in mac80211  * apply TCP vs. aggregation (sk pacing) on mesh  * fix ordering of channel context update vs. station    state  * set up skb->dev for mesh forwarding properly  * track QoS data frames only for admission control to    avoid out-of-bounds read (found by syzbot)  * validate extended element ID vs. existing data to    avoid out-of-bounds read (found by syzbot)  * fix locking in mac80211 aggregation TX setup  * fix traffic stall after HW restart when TXQs are used  * fix ordering of reconfig/restart after HW restart  * fix interface type for extended aggregation capability    lookup (2021-12-14) tar.gz
mac80211-for-net-2021-11-16 Couple of fixes:  * bad dont-reorder check  * throughput LED trigger for various new(ish) paths  * radiotap header generation  * locking assertions in mac80211 with monitor mode  * radio statistics  * don't try to access IV when not present  * call stop_ap for P2P_GO as well as we should (2021-11-16) tar.gz
mac80211-for-net-2021-10-27 Two fixes:  * bridge vs. 4-addr mode check was wrong  * management frame registrations locking was    wrong, causing list corruption/crashes (2021-10-27) tar.gz
mac80211-for-net-2021-10-21 Two small fixes:  * RCU misuse in scan processing in cfg80211  * missing size check for HE data in mac80211 mesh (2021-10-21) tar.gz
mac80211-for-net-2021-09-27 Some fixes:  * potential use-after-free in CCMP/GCMP RX processing  * potential use-after-free in TX A-MSDU processing  * revert to low data rates for no-ack as the commit    broke other things  * limit VHT MCS/NSS in radiotap injection  * drop frames with invalid addresses in IBSS mode  * check rhashtable_init() return value in mesh  * fix potentially unaligned access in mesh  * fix late beacon hrtimer handling in hwsim (syzbot)  * fix documentation for PTK0 rekeying (2021-09-27) tar.gz
mac80211-for-net-2021-07-23 Couple of fixes:  * fix aggregation on mesh  * fix late enabling of 4-addr mode  * leave monitor SKBs with some headroom  * limit band information for old applications  * fix virt-wifi WARN_ON  * fix memory leak in cfg80211 BSS list maintenance (2021-07-23) tar.gz
mac80211-for-net-2021-06-18 A couple of straggler fixes:  * a minstrel HT sample check fix  * peer measurement could double-free on races  * certificate file generation at build time could    sometimes hang  * some parameters weren't reset between connections    in mac80211  * some extensible elements were treated as non-    extensible, possibly causuing bad connections    (or failures) if the AP adds data (2021-06-18) tar.gz
mac80211-for-net-2021-06-09 A fair number of fixes:  * fix more fallout from RTNL locking changes  * fixes for some of the bugs found by syzbot  * drop multicast fragments in mac80211 to align    with the spec and what drivers are doing now  * fix NULL-ptr deref in radiotap injection (2021-06-09) tar.gz
mac80211-for-net-2021-05-11 Several security issues in the 802.11 implementations were found by Mathy Vanhoef (New York University Abu Dhabi), and this contains the fixes developed for mac80211 and specifically Qualcomm drivers, I'm sending this together (as agreed with Kalle) to have just a single set of patches for now. We don't know about other vendors though. (2021-05-11) tar.gz
mac80211-for-net-2021-04-08.2 Various small fixes:  * S1G beacon validation  * potential leak in nl80211  * fast-RX confusion with 4-addr mode  * erroneous WARN_ON that userspace can trigger  * wrong time units in virt_wifi  * rfkill userspace API breakage  * TXQ AC confusing that led to traffic stopped forever  * connection monitoring time after/before confusion  * netlink beacon head validation buffer overrun (2021-04-08) tar.gz
mac80211-for-net-2021-04-08 Various small fixes:  * S1G beacon validation  * potential leak in nl80211  * fast-RX confusion with 4-addr mode  * erroneous WARN_ON that userspace can trigger  * wrong time units in virt_wifi  * rfkill userspace API breakage  * TXQ AC confusing that led to traffic stopped forever  * connection monitoring time after/before confusion (2021-04-08) tar.gz
mac80211-for-net-2021-03-17 First round of fixes for 5.12-rc:  * HE (802.11ax) elements can be extended, handle that  * fix locking in network namespace changes that was    broken due to the RTNL-redux work  * various other small fixes (2021-03-17) tar.gz
mac80211-for-net-2021-02-02 Two fixes:  - station rate tables were not updated correctly    after association, leading to bad configuration  - rtl8723bs (staging) was initializing data incorrectly    after the previous fix and needed to move the init    later (2021-02-02) tar.gz
mac80211-for-net-2021-01-26 A couple of fixes:  * fix 160 MHz channel switch in mac80211  * fix a staging driver to not deadlock due to some    recent cfg80211 changes  * fix NULL-ptr deref if cfg80211 returns -EINPROGRESS    to wext (syzbot)  * pause TX in mac80211 in type change to prevent crashes    (syzbot) (2021-01-26) tar.gz
mac80211-for-net-2021-01-18.2 Various fixes:  * kernel-doc parsing fixes  * incorrect debugfs string checks  * locking fix in regulatory  * some encryption-related fixes (2021-01-18) tar.gz
mac80211-for-net-2021-01-18 Various fixes:  * kernel-doc parsing fixes  * incorrect debugfs string checks  * fix for 160 MHz/extended NSS in CSA  * locking fix in regulatory  * some encryption-related fixes (2021-01-18) tar.gz
mac80211-for-net-2020-12-04 Three small fixes:  * initialize some data to avoid using stack garbage  * fix 6 GHz channel selection in mac80211  * correctly restart monitor mode interfaces in mac80211 (2020-12-04) tar.gz
mac80211-for-net-2020-11-13 A handful of fixes:  * a use-after-free fix in rfkill  * a memory leak fix in the mac80211 TX status path  * some rate scaling fixes  * a fix for the often-reported (by syzbot) sleeping    in atomic issue with mac80211's station removal (2020-11-13) tar.gz
mac80211-for-net-2020-10-30 A couple of fixes, for  * HE on 2.4 GHz  * a few issues syzbot found, but we have many more reports :-(  * a regression in nl80211-transported EAPOL frames which had    affected a number of users, from Mathy  * kernel-doc markings in mac80211, from Mauro  * a format argument in reg.c, from Ye Bin (2020-10-30) tar.gz
mac80211-for-net-2020-10-08 A single fix for missing input validation in nl80211. (2020-10-08) tar.gz
mac80211-for-net-2020-09-21 Just a few fixes:  * fix using HE on 2.4 GHz  * AQL (airtime queue limit) estimation & VHT160 fix  * do not oversize A-MPDUs if local capability is smaller than peer's  * fix radiotap on 6 GHz to not put 2.4 GHz flag  * fix Kconfig for lib80211  * little fixlet for 6 GHz channel number / frequency conversion (2020-09-21) tar.gz
mac80211-for-davem-2020-08-28 We have:  * fixes for AQL (airtime queue limits)  * reduce packet loss detection false positives  * a small channel number fix for the 6 GHz band  * a fix for 80+80/160 MHz negotiation  * an nl80211 attribute (NL80211_ATTR_HE_6GHZ_CAPABILITY) fix  * add a missing sanity check for the regulatory code (2020-08-28) tar.gz
mac80211-for-davem-2020-07-30 A couple of more changes:  * remove a warning that can trigger in certain races  * check a function pointer before using it  * check before adding 6 GHz to avoid a warning in mesh  * fix two memory leaks in mesh  * fix a TX status bug leading to a memory leak (2020-07-30) tar.gz
mac80211-for-net-2020-06-29 Couple of fixes/small things:  * TX control port status check fixed to not assume frame format  * mesh control port fixes  * error handling/leak fixes when starting AP, with HE attributes  * fix broadcast packet handling with encapsulation offload  * add new AKM suites  * and a small code cleanup (2020-06-29) tar.gz
mac80211-for-davem-2020-06-08 Just a small update:  * fix the deadlock on rfkill/wireless removal that a few    people reported  * fix an uninitialized variable  * update wiki URLs (2020-06-08) tar.gz
mac80211-for-net-2020-05-25 A few changes:  * fix a debugfs vs. wiphy rename crash  * fix an invalid HE spec definition  * fix a mesh timer crash (2020-05-25) tar.gz
mac80211-for-net-2020-04-24 Just three changes:  * fix a wrong GFP_KERNEL in hwsim  * fix the debugfs mess after the mac80211 registration race fix  * suppress false-positive RCU list lockdep warnings (2020-04-24) tar.gz
mac80211-for-net-2020-04-15 A couple of fixes:  * FTM responder policy netlink validation fix    (but the only user validates again later)  * kernel-doc fixes  * a fix for a race in mac80211 radio registration vs. userspace  * a mesh channel switch fix  * a fix for a syzbot reported kasprintf() issue (2020-04-15) tar.gz
mac80211-for-net-2020-03-26 We have the following fixes:  * drop data packets if there's no key for them anymore, after    there had been one, to avoid sending them in clear when    hostapd removes the key before it removes the station and    the packets are still queued  * check port authorization again after dequeue, to avoid    sending packets if the station is no longer authorized  * actually remove the authorization flag before the key so    packets are also dropped properly because of this  * fix nl80211 control port packet tagging to handle them as    packets allowed to go out without encryption  * fix NL80211_ATTR_CHANNEL_WIDTH outgoing netlink attribute    width (should be 32 bits, not 8)  * don't WARN in a CSA scenario that happens on some APs  * fix HE spatial reuse element size calculation (2020-03-26) tar.gz
mac80211-for-net-2020-03-11 A couple of fixes:  * three netlink validation fixes  * a mesh path selection fix (2020-03-11) tar.gz
mac80211-for-net-2020-02-24 A few fixes:  * remove a double mutex-unlock  * fix a leak in an error path  * NULL pointer check  * include if_vlan.h where needed  * avoid RCU list traversal when not under RCU (2020-02-24) tar.gz
mac80211-for-net-2020-02-14 Just a few fixes:  * avoid running out of tracking space for frames that need    to be reported to userspace by using more bits  * fix beacon handling suppression by adding some relevant    elements to the CRC calculation  * fix quiet mode in action frames  * fix crash in ethtool for virt_wifi and similar  * add a missing policy entry  * fix 160 & 80+80 bandwidth to take local capabilities into    account (2020-02-14) tar.gz
mac80211-for-net-2020-01-15 A few fixes:  * -O3 enablement fallout, thanks to Arnd who ran this  * fixes for a few leaks, thanks to Felix  * channel 12 regulatory fix for custom regdomains  * check for a crash reported by syzbot    (NULL function is called on drivers that don't have it)  * fix TKIP replay protection after setup with some APs    (from Jouni)  * restrict obtaining some mesh data to avoid WARN_ONs  * fix deadlocks with auto-disconnect (socket owner)  * fix radar detection events with multiple devices (2020-01-15) tar.gz
mac80211-for-net-2019-10-16 A handful of fixes:  * disable AQL on most drivers, addressing the iwlwifi issues  * fix double-free on network namespace changes  * fix TID field in frames injected through monitor interfaces  * fix ieee80211_calc_rx_airtime()  * fix NULL pointer dereference in rfkill (and remove BUG_ON) (2019-12-16) tar.gz
mac80211-for-net-2019-11-08 Three small fixes:  * we hit a failure path bug related to    ieee80211_txq_setup_flows()  * also use kvmalloc() to make that less likely  * fix a timing value shortly after boot (during    INITIAL_JIFFIES) (2019-11-08) tar.gz
mac80211-for-net-2019-10-31 Just two fixes:  * HT operation is not allowed on channel 14 (Japan only)  * netlink policy for nexthop attribute was wrong (2019-10-31) tar.gz
mac80211-for-davem-2019-10-08 A number of fixes:  * allow scanning when operating on radar channels in    ETSI regdomains  * accept deauth frames in IBSS - we have code to parse    and handle them, but were dropping them early  * fix an allocation failure path in hwsim  * fix a failure path memory leak in nl80211 FTM code  * fix RCU handling & locking in multi-BSSID parsing  * reject malformed SSID in mac80211 (this shouldn't    really be able to happen, but defense in depth)  * avoid userspace buffer overrun in ancient wext code    if SSID was too long (2019-10-08) tar.gz
mac80211-for-davem-2019-10-01 A small list of fixes this time:  * two null pointer dereference fixes  * a fix for preempt-enabled/BHs-enabled (lockdep) splats    (that correctly pointed out a bug)  * a fix for multi-BSSID ordering assumptions  * a fix for the EDMG support, on-stack chandefs need to    be initialized properly (now that they're bigger)  * beacon (head) data from userspace should be validated (2019-10-01) tar.gz
mac80211-for-davem-2019-08-29 We have  * one fix for a driver as I'm covering for Kalle while he's on vacation  * two fixes for eapol-over-nl80211 work (2019-08-29) tar.gz
mac80211-for-davem-2019-08-21 Just three fixes:  * extended key ID key installation  * regulatory processing  * possible memory leak in an error path (2019-08-21) tar.gz
mac80211-for-davem-2019-07-31 Just a few fixes:  * revert NETIF_F_LLTX usage as it caused problems  * avoid warning on WMM parameters from AP that are too short  * fix possible null-ptr dereference in hwsim  * fix interface combinations with 4-addr and crypto control (2019-07-31) tar.gz
mac80211-for-davem-2019-07-20 We have a handful of fixes:  * ignore bad CW parameters if we aren't using them,    instead of warning  * fix operation (and then build) with the new netlink vendor    command policy requirement  * fix a memory leak in an error path when setting beacons (2019-07-20) tar.gz
mac80211-for-davem-2019-06-28 Just a single patch:  * 1<<31 is undefined, use 1U<<31 in nl80211.h UAPI (2019-06-28) tar.gz
mac80211-for-davem-2019-06-14 Various fixes, all over:  * a few memory leaks  * fixes for management frame protection security    and A2/A3 confusion (affecting TDLS as well)  * build fix for certificates  * etc. (2019-06-14) tar.gz
mac80211-for-davem-2019-04-26  * fix use-after-free in mac80211 TXQs  * fix RX STBC byte order  * fix debugfs rename crashing due to ERR_PTR()  * fix missing regulatory notification (2019-04-26) tar.gz
mac80211-for-davem-2019-04-09 Various fixes:  * iTXQ fixes from Felix  * tracing fix - increase message length  * fix SW_CRYPTO_CONTROL enforcement  * WMM rule handling for regdomain intersection  * max_interfaces in hwsim - reported by syzbot  * clear private data in some more commands  * a clang compiler warning fix (2019-04-09) tar.gz
mac80211-for-davem-2019-02-22 Three more fixes:  * mac80211 mesh code wasn't allocating SKB tailroom properly    in some cases  * tx_sk_pacing_shift should be 7 for better performance  * mac80211_hwsim wasn't propagating genlmsg_reply() errors (2019-02-22) tar.gz
mac80211-for-davem-2019-02-15 Just a few fixes this time:  * mesh rhashtable fixes from Herbert  * a small error path fix when starting AP interfaces (2019-02-15) tar.gz
mac80211-for-davem-2019-02-12 Just a few fixes:  * aggregation session teardown with internal TXQs was    continuing to send some frames marked as aggregation,    fix from Ilan  * IBSS join was missed during firmware restart, should    such a thing happen  * speculative execution based on the return value of    cfg80211_classify8021d() - which is controlled by the    sender of the packet - could be problematic in some    code using it, prevent it  * a few peer measurement fixes (2019-02-12) tar.gz
mac80211-for-davem-2019-02-01 Two more fixes:  * sometimes, not enough tailroom was allocated for    software-encrypted management frames in mac80211  * cfg80211 regulatory restore got an additional condition,    needs to rerun the checks after that condition changes (2019-02-01) tar.gz
mac80211-for-davem-2019-01-25 Just a few small fixes:  * avoid trying to operate TDLS when not connection,    this is not valid and led to issues  * count TTL-dropped frames in mesh better  * deal with new WiGig channels in regulatory code  * remove a WARN_ON() that can trigger due to benign    races during device/driver registration  * fix nested netlink policy maxattrs (syzkaller)  * fix hwsim n_limits (syzkaller)  * propagate __aligned(2) to a surrounding struct  * return proper error in virt_wifi error path (2019-01-25) tar.gz
mac80211-for-davem-2018-12-19 Just three fixes:  * fix a memory leak in an error path  * fix TXQs in interface teardown  * free fraglist if we used it internally    before returning SKB (2018-12-19) tar.gz
mac80211-for-davem-2018-12-05 As it's been a while, we have various fixes for  * hwsim  * AP mode (client powersave related)  * CSA/FTM interaction  * a busy loop in IE handling  * and similar (2018-12-05) tar.gz
mac80211-for-davem-2018-10-04 Just three small fixes:  * fix use-after-free in regulatory code  * fix rx-mgmt key flag in AP mode (mac80211)  * fix wireless extensions compat code memory leak (2018-10-04) tar.gz
mac80211-for-davem-2018-09-27 More patches than I'd like perhaps, but each seems reasonable:  * two new spectre-v1 mitigations in nl80211  * TX status fix in general, and mesh in particular  * powersave vs. offchannel fix  * regulatory initialization fix  * fix for a queue hang due to a bad return value  * allocate TXQs for active monitor interfaces, fixing my    earlier patch to avoid unnecessary allocations where I    missed this case needed them  * fix TDLS data frames priority assignment  * fix scan results processing to take into account duplicate    channel numbers (over different operating classes, but we    don't necessarily know the operating class)  * various hwsim fixes for radio destruction and new radio    announcement messages  * remove an extraneous kernel-doc line (2018-09-27) tar.gz
mac80211-for-davem-2018-09-03 Here are quite a large number of fixes, notably:  * various A-MSDU building fixes (currently only affects mt76)  * syzkaller & spectre fixes in hwsim  * TXQ vs. teardown fix that was causing crashes  * embed WMM info in reg rule, bad code here had been causing crashes  * one compilation issue with fix from Arnd (rfkill-gpio includes)  * fixes for a race and bad data during/after channel switch  * nl80211: a validation fix, attribute type & unit fixes along with other small fixes. (2018-09-03) tar.gz
mac80211-for-davem-2018-07-24 Only a few fixes:  * always keep regulatory user hint  * add missing break statement in station flags parsing  * fix non-linear SKBs in port-control-over-nl80211  * reconfigure VLAN stations during HW restart (2018-07-24) tar.gz
mac80211-for-davem-2018-06-29 Just three fixes:  * fix HT operation in mesh mode  * disable preemption in control frame TX  * check nla_parse_nested() return values    where missing (two places) (2018-06-29) tar.gz
mac80211-for-davem-2018-06-15 A handful of fixes:  * missing RCU grace period enforcement led to drivers freeing    data structures before; fix from Dedy Lansky.  * hwsim module init error paths were messed up; fixed it myself    after a report from Colin King (who had sent a partial patch)  * kernel-doc tag errors; fix from Luca Coelho  * initialize the on-stack sinfo data structure when getting    station information; fix from Sven Eckelmann  * TXQ state dumping is now done from init, and when TXQs aren't    initialized yet at that point, bad things happen, move the    initialization; fix from Toke Høiland-Jørgensen. (2018-06-15) tar.gz
mac80211-for-davem-2018-05-23 A handful of fixes:  * hwsim radio dump wasn't working for the first radio  * mesh was updating statistics incorrectly  * a netlink message allocation was possibly too short  * wiphy name limit was still too long  * in certain cases regdb query could find a NULL pointer (2018-05-23) tar.gz
mac80211-for-davem-2018-05-09 We only have a few fixes this time:  * WMM element validation  * SAE timeout  * add-BA timeout  * docbook parsing  * a few memory leaks in error paths (2018-05-09) tar.gz
mac80211-for-davem-2018-03-21 Two more fixes (in three patches):  * ath9k_htc doesn't like QoS NDP frames, use regular ones  * hwsim: set up wmediumd for radios created later (2018-03-21) tar.gz
mac80211-for-davem-2018-03-02 Three more patches:  * fix for a regression in 4-addr mode with fast-RX  * fix for a Kconfig problem with the new regdb  * fix for the long-standing TCP performance issue in    wifi using the new sk_pacing_shift_update() (2018-03-02) tar.gz
mac80211-for-davem-2018-02-22 Various fixes across the tree, the shortlog basically says it all: (2018-02-22) tar.gz
mac80211-for-davem-2018-01-15 More fixes:  * hwsim:     - properly flush deletion works at module unload     - validate # of channels passed from userspace  * cfg80211:     - fix RCU locking regression     - initialize on-stack channel data for nl80211 event     - check dev_set_name() return value (2018-01-15) tar.gz
mac80211-for-davem-2018-01-04 Two fixes:  * drop mesh frames appearing to be from ourselves  * check another netlink attribute for existence (2018-01-04) tar.gz
mac80211-for-davem-2017-12-19 A few more fixes:  * hwsim:    - set To-DS bit in some frames missing it    - fix sleeping in atomic  * nl80211:    - doc cleanup    - fix locking in an error path  * build:    - don't append to created certs C files    - ship certificate pre-hexdumped (2017-12-19) tar.gz
mac80211-for-davem-2017-12-11 Three fixes:  * for certificate C file generation, don't use hexdump as it's    not always installed by default, use pure posix instead (od/sed)  * for certificate C file generation, don't write the file if    anything fails, so the build abort will not cause a bad build    upon a second attempt  * fix locking in ieee80211_sta_tear_down_BA_sessions() which had    been causing lots of locking warnings (2017-12-11) tar.gz
mac80211-for-davem-2017-11-27 Four fixes:  * CRYPTO_SHA256 is needed for regdb validation  * mac80211: mesh path metric was wrong in some frames  * mac80211: use QoS null-data packets on QoS connections  * mac80211: tear down RX aggregation sessions first to    drop fewer packets in HW restart scenarios (2017-11-27) tar.gz
mac80211-for-davem-2017-11-20 A few things:  * straggler timer conversions from Kees  * memory leak fix in hwsim  * fix some fallout from regdb changes if wireless is built-in  * also free aggregation sessions in startup state when station    goes away, to avoid crashing the timer (2017-11-20) tar.gz
mac80211-for-davem-2017-10-25 Here are:  * follow-up fixes for the WoWLAN security issue, to fix a    partial TKIP key material problem and to use crypto_memneq()  * a change for better enforcement of FQ's memory limit  * a disconnect/connect handling fix, and  * a user rate mask validation fix (2017-10-25) tar.gz
mac80211-for-davem-2017-10-16 Just a single fix, for a WoWLAN-related part of CVE-2017-13080. (2017-10-16) tar.gz
mac80211-for-davem-2017-10-09 Just a single fix for a missing netlink attribute validation. (2017-10-09) tar.gz
mac80211-for-davem-2017-11-19 Just two netlink fixes, both allowing privileged users to crash the kernel with malformed netlink messages. (2017-09-19) tar.gz
mac80211-for-davem-2017-09-07 Back from a long absence, so we have a number of things:  * a remain-on-channel fix from Avi  * hwsim TX power fix from Beni  * null-PTR dereference with iTXQ in some rare configurations (Chunho)  * 40 MHz custom regdomain fixes (Emmanuel)  * look at right place in HT/VHT capability parsing (Igor)  * complete A-MPDU teardown properly (Ilan)  * Mesh ID Element ordering fix (Liad)  * avoid tracing warning in ht_dbg() (Sharon)  * fix print of assoc/reassoc (Simon)  * fix encrypted VLAN with iTXQ (myself)  * fix calling context of TX queue wake (myself)  * fix a deadlock with ath10k aggregation (myself) (2017-09-07) tar.gz
mac80211-for-davem-2017-07-07 netlink validation fixes for nl80211 (2017-07-07) tar.gz
mac80211-for-davem-2017-06-16 Here's just the fix for that ancient bug:  * remove wext calling ndo_do_ioctl, since nobody needs    that now and it makes the type change easier  * use struct iwreq instead of struct ifreq almost everywhere    in wireless extensions code  * copy only struct iwreq from userspace in dev_ioctl for the    wireless extensions, since it's smaller than struct ifreq (2017-06-16) tar.gz
mac80211-for-davem-2017-06-13 Some fixes:  * Avi fixes some fallout from my mac80211 RX flags changes  * Emmanuel fixes an issue with adhering to the spec, and    an oversight in the SMPS management code  * Jason's patch makes mac80211 use constant-time memory    comparisons for message authentication, to avoid having    potentially observable timing differences  * my fix makes mac80211 set the basic rates bitmap before    the channel so the next update to the driver has more    consistent data - this required another rework patch to    remove some useless 5/10 MHz code that can never be hit (2017-06-13) tar.gz
mac80211-for-davem-2017-06-02 Just two fixes:  * fix the per-CPU drop counters to not be added to the    rx_packets counter, but really the drop counter  * fix TX aggregation start/stop callback races by setting    bits instead of allocating and queueing an skb (2017-06-02) tar.gz
mac80211-for-davem-2017-05-23 Just two fixes this time:  * fix the scheduled scan "BUG: scheduling while atomic"  * check mesh address extension flags more strictly (2017-05-23) tar.gz
mac80211-for-davem-2017-05-08 A couple more fixes:  * don't try to authenticate during reconfiguration, which causes    drivers to get confused  * fix a kernel-doc warning for a recently merged change  * fix MU-MIMO group configuration (relevant only for monitor mode)  * more rate flags fix: remove stray RX_ENC_FLAG_40MHZ  * fix IBSS probe response allocation size (2017-05-08) tar.gz
mac80211-for-davem-2017-04-18 A single fix, for the MU-MIMO monitor mode, that fixes bad SKB accesses if the SKB was paged, which is the case for the only driver supporting this - iwlwifi. (2017-04-18) tar.gz
mac80211-for-davem-2017-03-31 Two fixes:  * don't block netdev queues (indefinitely!) if mac80211    manages traffic queueing itself  * check wiphy registration before checking for ops    on resume, to avoid crash (2017-03-31) tar.gz
mac80211-for-davem-2017-03-16 Just a single fix, for the RTNL locking issues. (2017-03-16) tar.gz
mac80211-for-davem-2017-03-02 This contains just the average.h change in order to get it into the tree before adding new users through -next trees. (2017-03-02) tar.gz
mac80211-for-davem-2017-02-28 First round of fixes - details in the commits:  * use a valid hrtimer clock ID in mac80211_hwsim  * don't reorder frames prior to BA session  * flush a delayed work at suspend so the state is all valid before    suspend/resume  * fix packet statistics in fast-RX, the RX packets    counter increment was simply missing  * don't try to re-transmit filtered frames in an aggregation session  * shorten (for tracing) a debug message  * typo fix in another debug message  * fix nul-termination with HWSIM_ATTR_RADIO_NAME in hwsim  * fix mgmt RX processing when station is looked up by driver/device (2017-02-28) tar.gz
mac80211-for-davem-2017-02-06 A few simple fixes:  * fix FILS AEAD cipher usage to use the correct AAD vectors    and to use synchronous algorithms  * fix using mesh HT operation data from userspace  * fix adding mesh vendor elements to beacons & plink frames (2017-02-06) tar.gz
mac80211-for-davem-2017-01-24 A single fix, for a sleeping context problem found by LTP. (2017-01-24) tar.gz
mac80211-for-davem-2017-01-13 We have a number of fixes, in part because I was late in actually sending them out - will try to do better in the future:  * handle VHT opmode properly when hostapd is controlling    full station state  * two fixes for minimum channel width in mac80211  * don't leave SMPS set to junk in HT capabilities  * fix headroom when forwarding mesh packets, recently    broken by another fix that failed to take into account    frame encryption  * fix the TID in null-data packets indicating EOSP (end    of service period) in U-APSD  * prevent attempting to use (and then failing which    results in crashes) TXQs on stations that aren't added    to the driver yet (2017-01-13) tar.gz
mac80211-for-davem-2017-01-06 Another single fix, to correctly handle destruction of a single netlink socket having ownership of multiple objects (scheduled scan requests and interfaces.) (2017-01-06) tar.gz
mac80211-for-davem-2017-01-02 A single fix to avoid loading an skb->cb pointer too early. (2017-01-02) tar.gz
mac80211-for-davem-2016-12-16 Three fixes:  * avoid a WARN_ON() when trying to use WEP with AP_VLANs  * ensure enough headroom on mesh forwarding packets  * don't report unknown/invalid rates to userspace (2016-12-16) tar.gz
mac80211-for-davem-2016-11-18 A few more bugfixes:  * limit # of scan results stored in memory - this is a long-standing bug    Jouni and I only noticed while discussing other things in Santa Fe  * revert AP_LINK_PS patch that was causing issues (Felix)  * various A-MSDU/A-MPDU fixes for TXQ code (Felix)  * interoperability workaround for peers with broken VHT capabilities    (Filip Matusiak)  * add bitrate definition for a VHT MCS that's supposed to be invalid    but gets used by some hardware anyway (Thomas Pedersen)  * beacon timer fix in hwsim (Benjamin Beichler) (2016-11-18) tar.gz
mac80211-for-davem-2016-10-27 Just two fixes:  * a fix to process all events while suspending, so any    potential calls into the driver are done before it is    suspended  * small markup fixes for the sphinx documentation conversion    that's coming into the tree via the doc tree (2016-10-27) tar.gz
mac80211-for-davem-2016-10-18 This is relatively small, mostly to get the SG/crypto from stack removal fix that crashes things when VMAP stack is used in conjunction with software crypto. (2016-10-18) tar.gz
mac80211-for-davem-2016-09-16 Two more fixes:  * reject aggregation sessions for TSID/TID 8-16 that we    can never use anyway and which could confuse drivers  * check return value of skb_linearize() (2016-09-16) tar.gz
mac80211-for-davem-2016-09-13 A few more fixes:  * better mesh path fixing, from Thomas  * fix TIM IE recalculation after sending frames    to a sleeping station, from Felix  * fix sequence number assignment while sending    frames to a sleeping station, also from Felix  * validate number of probe response CSA counter    offsets, fixing a copy/paste bug (from myself) (2016-09-13) tar.gz
mac80211-for-davem-2016-08-30 Three little fixes:  * revert a recent wext patch, which Ben Hutchings noticed was    wrong, and it turns out not to be necessary for any driver (2016-08-30) tar.gz
mac80211-for-davem-2016-08-05 First set of fixes for the current cycle:  * fix 80+80 bandwidth warning  * fix powersave with mac80211 TXQ implementation  * use correct way to free SKBs from multicast buffering  * mesh: fix operation ordering to work with all drivers  * mesh: end service period even when peer goes away  * mesh: correct HT opmode validity checks  * pass hw pointer from mac80211 to driver in TPT method,    fixing a bug (in a bit the wrong way, but that's what    we have right now) (2016-08-05) tar.gz
mac80211-for-davem-2016-07-06 Two more fixes:  * handle allocation failures in new(ish) A-MSDU decapsulation  * don't leak memory on nl80211 ACL parse errors (2016-07-06) tar.gz
mac80211-for-davem-2016-06-29-v2 Just two small fixes  * fix mesh peer link counter, decrement wasn't always done at all  * fix ethertype (length) for packets without RFC 1042 or bridge    tunnel header (2016-06-29) tar.gz
mac80211-for-davem-2016-06-29 A single fix:  * fix mesh peer link counter, decrement wasn't always done at all (2016-06-29) tar.gz
mac80211-for-davem-2016-06-09 Two more fixes for now:  * a fix for a long-standing iwpriv 32/64 compat issue  * two fairly recently introduced (4.6) warning asking for    symmetric operations are erroneous and I remove them (2016-06-09) tar.gz
mac80211-for-davem-2016-06-01 Three small fixes for the current cycle:  * missing netlink attribute check in hwsim wmediumd (Martin)  * fast xmit structure alignment fix (Felix)  * mesh path flush/synchronisation fix (Bob) (2016-06-01) tar.gz
mac80211-for-davem-2016-04-27 Just a single fix, for a per-CPU memory leak in a (root user triggerable) error case. (2016-04-27) tar.gz
mac80211-for-davem-2016-04-14 This has just the single fix from Dmitry Ivanov, adding the missing netlink notifier family check to avoid the socket close DoS problem. (2016-04-14) tar.gz
mac80211-for-davem-2016-04-06 For the current RC series, we have the following fixes:  * TDLS fixes from Arik and Ilan  * rhashtable fixes from Ben and myself  * documentation fixes from Luis  * U-APSD fixes from Emmanuel  * a TXQ fix from Felix  * and a compiler warning suppression from Jeff (2016-04-06) tar.gz
mac80211-for-davem-2016-03-02 Here are a few more fixes for the current cycle:  * check GCMP encryption vs. fragmentation properly; we'd found    this problem quite a while ago but waited for the 802.11 spec    to be updated  * fix RTS/CTS logic in minstrel_ht  * fix RX of certain public action frames in AP mode  * add mac80211_hwsim to MAC80211 in MAINTAINERS, this helps    the kbuild robot pick up the right tree for it (2016-03-02) tar.gz
mac80211-for-davem-2016-02-23 Another small set of fixes:  * stop critical protocol session on disconnect to avoid    it getting stuck  * wext: fix two RTNL message ordering issues  * fix an uninitialized value (found by KASAN)  * fix an out-of-bounds access (also found by KASAN)  * clear connection keys when freeing them in all cases    (IBSS, all other places already did so)  * fix expected throughput unit to get consistent values  * set default TX aggregation timeout to 0 in minstrel    to avoid (really just hide) issues and perform better (2016-02-23) tar.gz
mac80211-for-davem-2016-01-26 Here's a first set of fixes for the 4.5-rc cycle:  * make regulatory messages much less verbose by default  * various remain-on-channel fixes  * scheduled scanning fixes with hardware restart  * a PS-Poll handling fix; was broken just recently  * bugfix to avoid buffering non-bufferable MMPDUs  * world regulatory domain data fix  * a fix for scanning causing other work to get stuck  * hwsim: revert an older problematic patch that caused some    userspace tools to have issues - not that big a deal as    it's a debug only driver though (2016-01-26) tar.gz
mac80211-for-davem-2015-12-15 Another set of fixes:  * memory leak fixes (from Ola)  * operating mode notification spec compliance fix (from Eyal)  * copy rfkill names in case pointer becomes invalid (myself)  * two hardware restart fixes (myself)  * get rid of "limiting TX power" log spam (myself) (2015-12-15) tar.gz
mac80211-for-davem-2015-12-02 A small set of fixes for 4.4:  * fix scanning in mac80211 to not actively scan radar    channels (from Antonio)  * fix uninitialized variable in remain-on-channel that    could lead to treating frame TX as remain-on-channel    and not sending the frame at all  * remove NL80211_FEATURE_FULL_AP_CLIENT_STATE again, it    was broken and needs more work, we'll enable it later  * fix call_rcu() induced use-after-reset/free in mesh    (that was suddenly causing issues in certain tests)  * always request block-ack window size 64 as we found    some APs will otherwise crash (really ...)  * fix P2P-Device teardown sequence to avoid restarting    with uninitialized data (2015-12-02) tar.gz
mac80211-for-davem-2015-11-26 A small set of fixes for 4.4:  * remove NL80211_FEATURE_FULL_AP_CLIENT_STATE again, it    was broken and needs more work, we'll enable it for 4.5  * fix call_rcu() induced use-after-reset/free in mesh    (that was suddenly causing issues in certain tests)  * always request block-ack window size 64 as we found    some APs will otherwise crash (really ...)  * fix P2P-Device teardown sequence to avoid restarting    with uninitialized data (2015-11-26) tar.gz
mac80211-for-davem-2015-11-03 Another set of fixes:  * remove a warning on a check that can trigger without any    errors having happened (Andrei)  * correctly handle deauth request while in the process of    associating (Andrei)  * fix TDLS HT operation (Arik)  * allow changing AID/listen interval during client setup (Ayala)  * be more forgiving with WMM parameters to get HT/VHT in case of    broken APs with bad WMM settings (Emmanuel, myself)  * a number of other fixes (some in documentation) (2015-11-03) tar.gz
mac80211-for-davem-2015-10-13 Like last time, we have two small fixes:  * fast-xmit was not doing powersave filter clearing correctly,    disable fast-xmit while any such operations are still pending  * a debugfs file was broken due to some infrastructure changes (2015-10-13) tar.gz
mac80211-for-davem-2015-09-22 Just two small fixes:  * VHT MCS mask array overrun, reported by Dan Carpenter  * reset CQM history to always get a notification, from Sara Sharon (2015-09-22) tar.gz
mac80211-for-davem-2015-09-04 For the first round of fixes, we have this:  * fix for the sizeof() pointer type issue  * a fix for regulatory getting into a restore loop  * a fix for rfkill global 'all' state, it needs to be stored    everywhere to apply correctly to new rfkill instances  * properly refuse CQM RSSI when it cannot actually be used  * protect HT TDLS traffic properly in non-HT networks  * don't incorrectly advertise 80 MHz support when not allowed (2015-09-04) tar.gz
mac80211-for-davem-2015-08-14 We have a single bugfix for an invalid memory read. (2015-08-14) tar.gz
mac80211-for-davem-2015-07-17 Some fixes for the current cycle: (2015-07-17) tar.gz
mac80211-for-davem-2015-05-28 This just has a single docbook build fix. In my confusion I'd already sent the same fix for -next, but Ben Hutchings noted it's necessary in 4.1. (2015-05-28) tar.gz
mac80211-for-davem-2015-05-26 We have three more fixes:  * AP_VLAN tailroom calculation fix, the bug leads to warnings    along with dropped packets  * NAPI context issue, calling napi_gro_receive() from a timer    (obviously) can lead to crashes  * remain-on-channel combining leads to dropped requests and not    being able to finish certain operations, so remove it (2015-05-26) tar.gz
mac80211-for-davem-2015-05-19 This has just a single fix, for a WEP tailroom check problem that leads to dropped frames. (2015-05-19) tar.gz
mac80211-for-davem-2015-05-04 We have only a few fixes right now:  * a fix for an issue with hash collision handling in the    rhashtable conversion  * a merge issue - rhashtable removed default shrinking    just before mac80211 was converted, so enable it now  * remove an invalid WARN that can trigger with legitimate    userspace behaviour  * add a struct member missing from kernel-doc that caused    a lot of warnings (2015-05-04) tar.gz
mac80211-for-davem-2015-04-01 This contains just a single fix for a crash I happened to randomly run into today during testing. It's clearly been around for a while, but is pretty hard to trigger, even when I tried explicitly (and modified the code to make it more likely) it rarely did. (2015-04-01) tar.gz
mac80211-for-davem-2015-03-16 Here are a few fixes that I'd like to still get in:  * disable U-APSD for better interoperability, from Michal Kazior  * drop unencrypted frames in mesh forwarding, from Bob Copeland  * treat non-QoS/WMM HT stations as non-HT, to fix confusion when    they connect and then get QoS packets anyway due to HT  * fix counting interfaces for combination checks, otherwise the    interface combinations aren't properly enforced (from Andrei)  * fix pure ECSA by reacting to the IE change  * ignore erroneous (E)CSA to the current channel which sometimes    happens due to AP/GO bugs (2015-03-16) tar.gz
mac80211-for-davem-2015-02-27 A few patches have accumulated, among them the fix for Linus's four-way-handshake problem. The others are various small fixes for problems all over, nothing really stands out. (2015-02-27) tar.gz
mac80211-for-davem-2015-01-23 Another set of last-minute fixes:  * fix station double-removal when suspending while associating  * fix the HT (802.11n) header length calculation  * fix the CCK radiotap flag used for monitoring, a pretty    old regression but a simple one-liner  * fix per-station group-key handling (2015-01-23) tar.gz
mac80211-for-davem-2015-01-15 Just two fixes - one for an uninialized variable and one for a deadlock in regulatory processing. (2015-01-15) tar.gz
mac80211-for-davem-2015-01-06 Here's just a single fix - a revert of a patch that broke the p54 and cw2100 drivers (arguably due to bad assumptions there.) Since this affects kernels since 3.17, I decided to revert for now and we'll revisit this optimisation properly for -next. (2015-01-06) tar.gz
mac80211-for-davem-2014-12-18 This relatively large collection of fixes is all over - from things that were broken a long time ago (the management key issue) but not noticed yet, to small issues that were only introduced into 3.19 (like the multicast issue). At least one issue is old but can crash the kernel based on invalid userspace requests (the nl80211 matches array one.) (2014-12-18) tar.gz
mac80211-for-john-2014-11-18 Here's another last minute fix, for minstrel HT crashing depending on the value of some uninitialised stack. (2014-11-18) tar.gz
mac80211-for-john-2014-11-10 This has just one fix, for an issue with the CCMP decryption that can cause a kernel crash. I'm not sure it's remotely exploitable, but it's an important fix nonetheless. (2014-11-10) tar.gz
mac80211-for-john-2014-11-04 This contains another small set of fixes for 3.18, these are all over the place and most of the bugs are old, one even dates back to the original mac80211 we merged into the kernel. (2014-11-04) tar.gz
mac80211-for-john-2014-10-23 Here are a few fixes for the wireless stack: one fixes the RTS rate, one for a debugfs file, one to return the correct channel to userspace, a sanity check for a userspace value and the remaining two are just documentation fixes. (2014-10-23) tar.gz
mac80211-for-john-2014-09-08 Two more fixes for mac80211 - one of them addresses a long-standing issue that we only found when using vendor events more frequently; the other addresses some bad information being reported in userspace that people were starting to actually look at. (2014-09-08) tar.gz
mac80211-for-john-2014-08-29 Here are a few fixes for mac80211. One has been discussed for a while and adds a terminating NUL-byte to the alpha2 sent to userspace, which shouldn't be necessary but since many places treat it as a string we couldn't move to just sending two bytes. (2014-08-29) tar.gz
master-2012-06-04 iwlwifi: disable WoWLAN if !CONFIG_PM_SLEEP (2012-06-04) tar.gz
master-2012-05-29 mac80211: fix ADDBA declined after suspend with wowlan (2012-05-29) tar.gz
master-2012-05-25 mac80211: Fix race in checking AP status by sending null frame (2012-05-25) tar.gz
master-2012-05-22 Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next (2012-05-22) tar.gz
v3.4         Linux 3.4 (2012-05-20) tar.gz
master-2012-05-14 Bluetooth: mgmt: Fix device_connected sending order (2012-05-14) tar.gz
v3.4-rc7     Linux 3.4-rc7 (2012-05-12) tar.gz
v3.4-rc6     Linux 3.4-rc6 (2012-05-06) tar.gz
master-2012-05-02 Revert "ath9k_hw: Fix incorrect spur_freq_sd for AR9003" (2012-05-02) tar.gz
master-2012-04-30 mac80211: fix AP mode EAP tx for VLAN stations (2012-04-30) tar.gz
v3.4-rc5     Linux 3.4-rc5 (2012-04-29) tar.gz
master-2012-04-27 wl1251: fix crash on remove due to leftover work item (2012-04-27) tar.gz
master-2012-04-24-3 mac80211: call ieee80211_mgd_stop() on interface stop (2012-04-24) tar.gz
master-2012-04-24-2 iwlwifi: use correct released ucode version (2012-04-24) tar.gz
master-2012-04-24 iwlwifi: fix hardware queue programming (2012-04-24) tar.gz
master-2012-04-23 brcmsmac: "INTERMEDIATE but not AMPDU" only when tracing (2012-04-23) tar.gz
v3.4-rc4     Linux 3.4-rc4 (2012-04-21) tar.gz
master-2012-04-17 ath9k: Fix TX fragmentation (2012-04-17) tar.gz
master-2012-04-16 bcma: use fallback sprom if no on chip sprom is available (2012-04-16) tar.gz
v3.4-rc3     Linux 3.4-rc3 (2012-04-15) tar.gz
master-2012-04-13 mwifiex: update pcie8766 scratch register addresses (2012-04-13) tar.gz
master-2012-04-11 NFC: Fix the LLCP Tx fragmentation loop (2012-04-11) tar.gz
master-2012-04-10 Revert "ath9k: fix going to full-sleep on PS idle" (2012-04-10) tar.gz
master-2012-04-09 net/wireless/wext-core.c: add missing kfree (2012-04-09) tar.gz
v3.4-rc2     Linux 3.4-rc2 (2012-04-07) tar.gz
v3.4-rc1     Linux 3.4-rc1 (2012-03-31) tar.gz
master-2012-03-28 mac80211: fix oper channel timestamp updation (2012-03-28) tar.gz
master-2012-03-26 rtlwifi: rtl8192ce: rtl8192cu: rtl8192de: Fix low-gain setting when scanning (2012-03-26) tar.gz
v3.3         Linux 3.3 (2012-03-18) tar.gz
master-2012-03-12 rt2x00: fix random stalls (2012-03-12) tar.gz
v3.3-rc7     Linux 3.3-rc7 (2012-03-10) tar.gz
master-2012-03-05 iwlwifi: fix wowlan suspend (2012-03-05) tar.gz
v3.3-rc6     Linux 3.3-rc6 (2012-03-03) tar.gz
master-2012-02-29 mwifiex: reset encryption mode flag before association (2012-02-29) tar.gz
master-2012-02-27 mac80211: fix sta_info_flush() return value (2012-02-27) tar.gz
v3.3-rc5     Linux 3.3-rc5 (2012-02-25) tar.gz
master-2012-02-23 brcm80211: smac: only print block-ack timeout message at trace level (2012-02-23) tar.gz
master-2012-02-21 mac80211: Fix a warning on changing to monitor mode from STA (2012-02-21) tar.gz
v3.3-rc4     Linux 3.3-rc4 (2012-02-18) tar.gz
master-2012-02-15 ath9k: stop on rates with idx -1 in ath9k rate control's .tx_status (2012-02-15) tar.gz
master-2012-02-09 rtlwifi: Modify rtl_pci_init to return 0 on success (2012-02-09) tar.gz
v3.3-rc3     Linux 3.3-rc3 (2012-02-08) tar.gz
master-2012-02-07 zd1211rw: firmware needs duration_id set to zero for non-pspoll frames (2012-02-07) tar.gz
master-2012-02-06-2 bcma: don't fail for bad SPROM CRC (2012-02-06) tar.gz
master-2012-02-06 ath9k_hw: fix a RTS/CTS timeout regression (2012-02-06) tar.gz
master-2012-02-03 ath9k: Fix kernel panic during driver initilization (2012-02-03) tar.gz
master-2012-02-01 mac80211: timeout a single frame in the rx reorder buffer (2012-02-01) tar.gz
v3.3-rc2     Linux 3.3-rc2 (2012-01-31) tar.gz
master-2012-01-24 iwlwifi: fix PCI-E transport "inta" race (2012-01-24) tar.gz
v3.3-rc1     Linux 3.3-rc1 (2012-01-19) tar.gz
master-2012-01-18-2 b43: add option to avoid duplicating device support with brcmsmac (2012-01-18) tar.gz
master-2012-01-18 mac80211: fix work removal on deauth request (2012-01-18) tar.gz
master-2012-01-17 mwl8k: Fixing Sparse ENDIAN CHECK warning (2012-01-17) tar.gz
master-2012-01-16 mac80211: fix tx->skb NULL pointer dereference (2012-01-16) tar.gz
master-2012-01-13 mac80211: fix no-op authorized transitions (2012-01-13) tar.gz
master-2012-01-11 mac80211: fix rx->key NULL pointer dereference in promiscuous mode (2012-01-11) tar.gz
master-2012-01-10 ath9k: Fix regression in channelwidth switch at the same channel (2012-01-10) tar.gz
master-2012-01-05 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem (2012-01-05) tar.gz
v3.2         Linux 3.2 (2012-01-04) tar.gz
master-2012-01-04 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davem (2012-01-04) tar.gz
master-2012-01-03 rtl8192cu: Fix WARNING on suspend/resume (2012-01-03) tar.gz
master-2012-01-04-2 mwifiex: fix crash during simultaneous scan and connect (2012-01-03) tar.gz
v3.2-rc7     Linux 3.2-rc7 (2011-12-23) tar.gz
master-2011-12-19 iwlwifi: update SCD BC table for all SCD queues (2011-12-19) tar.gz
v3.2-rc6     Linux 3.2-rc6 (2011-12-16) tar.gz
master-2011-12-14 iwlwifi: allow to switch to HT40 if not associated (2011-12-14) tar.gz
master-2011-12-12 ath9k: fix max phy rate at rate control init (2011-12-12) tar.gz
v3.2-rc5     Linux 3.2-rc5 (2011-12-09) tar.gz
master-2011-12-08 ssb: fix init regression with SoCs (2011-12-08) tar.gz
master-2011-12-07 rtl8192{ce,cu,de,se}: avoid problems because of possible ERFOFF -> ERFSLEEP transition (2011-12-07) tar.gz
master-2011-12-06 ath9k: fix check for antenna diversity support (2011-12-06) tar.gz
master-2011-12-02 iwlwifi: change the default behavior of watchdog timer (2011-12-02) tar.gz
v3.2-rc4     Linux 3.2-rc4 (2011-12-01) tar.gz
master-2011-12-01 Revert "mac80211: clear sta.drv_priv on reconfiguration" (2011-12-01) tar.gz
master-2011-11-30 mac80211: fill rate filter for internal scan requests (2011-11-30) tar.gz
master-2011-11-28 mac80211: fix race between the AGG SM and the Tx data path (2011-11-28) tar.gz
v3.2-rc3     Linux 3.2-rc3 (2011-11-23) tar.gz
master-2011-11-22 Revert "rt2800pci: handle spurious interrupts" (2011-11-22) tar.gz
master-2011-11-21 prism54: potential memory corruption in prism54_get_essid() (2011-11-21) tar.gz
master-2011-11-17 p54spi: Fix workqueue deadlock (2011-11-17) tar.gz
v3.2-rc2     Linux 3.2-rc2 (2011-11-15) tar.gz
master-2011-11-15 Net, libertas: Resolve memory leak in if_spi_host_to_card() (2011-11-15) tar.gz
master-2011-11-11 mwifiex: fix association issue with AP configured in hidden SSID mode (2011-11-11) tar.gz
master-2011-11-09 mac80211: fix race between connection monitor & suspend (2011-11-09) tar.gz
master-2011-11-08 wl12xx: fix wl12xx_scan_sched_scan_ssid_list() check that all given ssids are in filters (2011-11-08) tar.gz
v3.2-rc1     Linux 3.2-rc1 (2011-11-07) tar.gz
master-2011-11-07 mac80211: uAPSD - fix IEEE80211_FCTL_MOREDATA bit setting (2011-11-07) tar.gz
master-2011-11-04 mac80211: warn only once about not finding a rate (2011-11-04) tar.gz
master-2011-11-02 iwlwifi: don't perform "echo test" when cmd queue stuck (2011-11-02) tar.gz
v3.1         Linux v3.1 (2011-10-24) tar.gz
v3.1-rc10    Linux 3.1-rc10 (2011-10-17) tar.gz
v3.1-rc9     Linux 3.1-rc9 (2011-10-04) tar.gz
v3.1-rc8     Linux 3.1-rc8 (2011-09-27) tar.gz
master-2011-09-26 ath9k: Fix a dma warning/memory leak (2011-09-26) tar.gz
v3.1-rc7     Linux 3.1-rc7 (2011-09-21) tar.gz
master-2011-09-21 cfg80211: Fix validation of AKM suites (2011-09-21) tar.gz
master-2011-09-19 b43: Fix beacon problem in ad-hoc mode (2011-09-19) tar.gz
master-2011-09-16 iwlagn: workaround bug crashing some APs (2011-09-16) tar.gz
master-2011-09-13 iwlagn: fix command queue timeout (2011-09-13) tar.gz
v3.1-rc6     Linux 3.1-rc6 (2011-09-12) tar.gz
v3.1-rc5     Linux 3.1-rc5 (2011-09-04) tar.gz
master-2011-08-30 ath9k_hw: fix calibration on 5 ghz (2011-08-30) tar.gz
master-2011-08-29 iwlegacy: fix BUG_ON(info->control.rates[0].idx < 0) (2011-08-29) tar.gz
v3.1-rc4     Linux 3.1-rc4 (2011-08-28) tar.gz
master-2011-08-24 ath9k: Fix PS wrappers in ath9k_set_coverage_class (2011-08-24) tar.gz
master-2011-08-23 wl12xx: add max_sched_scan_ssids value to the hw description (2011-08-23) tar.gz
v3.1-rc3     Linux 3.1-rc3 (2011-08-22) tar.gz
master-2011-08-22 bcma: add uevent to the bus, to autoload drivers (2011-08-22) tar.gz
v3.1-rc2     Linux 3.1-rc2 (2011-08-14) tar.gz
master-2011-08-13 iwlagn: sysfs couldn't find the priv pointer (2011-08-13) tar.gz
master-2011-08-12 drivers/net/wireless/wl12xx: add missing kfree (2011-08-12) tar.gz
master-2011-08-11 rt2x00: fix crash in rt2800usb_get_txwi (2011-08-11) tar.gz
master-2011-08-10 drivers/net/wireless/wl1251: add missing kfree (2011-08-10) tar.gz
master-2011-08-09 ath5k: fix error handling in ath5k_beacon_send (2011-08-09) tar.gz
v3.1-rc1     Linux 3.1-rc1 (2011-08-07) tar.gz
master-2011-08-03 Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem (2011-08-03) tar.gz
v3.0         Linux 3.0 (2011-07-21) tar.gz
v3.0-rc7     Linux 3.0-rc7 (2011-07-11) tar.gz
master-2011-07-07 mac80211: fix TKIP replay vulnerability (2011-07-07) tar.gz
master-2011-07-05 rtlwifi: rtl8192cu: Add new USB ID for Netgear WNA1000M (2011-07-05) tar.gz
v3.0-rc6     Linux 3.0-rc6 (2011-07-04) tar.gz
master-2011-06-29 ath5k: fix memory leak when fewer than N_PD_CURVES are in use (2011-06-29) tar.gz
master-2011-06-28 iwlagn: use PCI_DMA_* for pci_* operations (2011-06-28) tar.gz
v3.0-rc5     Linux 3.0-rc5 (2011-06-27) tar.gz
master-2011-06-27-2 iwlagn: use PCI_DMA_* for pci_* operations (2011-06-27) tar.gz
master-2011-06-27 mac80211: fix rx->key NULL dereference during mic failure (2011-06-27) tar.gz
master-2011-06-22 rtl8192cu: Fix missing firmware load (2011-06-22) tar.gz
v3.0-rc4     Linux 3.0-rc4 (2011-06-20) tar.gz
master-2011-06-20 rtlwifi: rtl8192se: Handle duplicate PCI ID 0x10ec:0x8192 conflict with r8192e_pci (2011-06-20) tar.gz
master-2011-06-17 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 into for-davem (2011-06-17) tar.gz
master-2011-06-15 mwl8k: Tell firmware to generate CCMP header (2011-06-15) tar.gz
v3.0-rc3     Linux 3.0-rc3 (2011-06-13) tar.gz
master-2011-06-10 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/padovan/bluetooth-2.6 (2011-06-10) tar.gz
master-2011-06-08 iwlegacy: fix channel switch locking (2011-06-08) tar.gz
master-2011-06-07 nl80211: fix overflow in ssid_len (2011-06-07) tar.gz
master-2011-06-06 iwl4965: set tx power after rxon_assoc (2011-06-06) tar.gz
v3.0-rc2     Linux 3.0-rc2 (2011-06-06) tar.gz
master-2011-06-03 libertas_sdio: handle spurious interrupts (2011-06-03) tar.gz
master-2011-06-01 iwl4965: correctly validate temperature value (2011-06-01) tar.gz
master-2011-05-31 iwlagn: fix incorrect PCI subsystem id for 6150 devices (2011-05-31) tar.gz
v3.0-rc1     Linux 3.0-rc1 (2011-05-29) tar.gz
v2.6.39      Linux 2.6.39 (2011-05-18) tar.gz
master-2011-05-10 libertas: fix cmdpendingq locking (2011-05-10) tar.gz
master-2011-05-11 libertas: fix cmdpendingq locking (2011-05-10) tar.gz
v2.6.39-rc7  Linux 2.6.39-rc7 (2011-05-09) tar.gz
v2.6.39-rc6  Linux 2.6.39-rc6 (2011-05-03) tar.gz
master-2011-04-29 iwl4965: fix "Received BA when not expected" (2011-04-29) tar.gz
master-2011-05-02 iwl4965: fix "Received BA when not expected" (2011-04-29) tar.gz
master-2011-04-28 iwl4965: fix "TX Power requested while scanning" (2011-04-28) tar.gz
v2.6.39-rc5  Linux 2.6.39-rc5 (2011-04-26) tar.gz
master-2011-04-20 iwl4965: fix skb usage after free (2011-04-20) tar.gz
master-2011-04-22 iwl4965: fix skb usage after free (2011-04-20) tar.gz
master-2011-04-19 ath9k: fix the return value of ath_stoprecv (2011-04-19) tar.gz
v2.6.39-rc4  Linux 2.6.39-rc4 (2011-04-18) tar.gz
master-2011-04-13 iwlegacy: fix tx_power initialization (2011-04-13) tar.gz
master-2011-04-12 ath9k_htc: Fix ethtool reporting (2011-04-12) tar.gz
v2.6.39-rc3  Linux 2.6.39-rc3 (2011-04-11) tar.gz
master-2011-04-11 iwlegacy: make iwl3945 and iwl4965 select IWLWIFI_LEGACY (2011-04-11) tar.gz
master-2011-04-08-2 rt2800usb: Add three new USB IDs (2011-04-08) tar.gz
master-2011-04-08 rt2800usb: Add three new USB IDs (2011-04-08) tar.gz
master-2011-04-07 ath: add missing regdomain pair 0x5c mapping (2011-04-07) tar.gz
v2.6.39-rc2  Linux 2.6.39-rc2 (2011-04-05) tar.gz
master-2011-04-04 iwlwifi: accept EEPROM version 0x423 for iwl6000 (2011-04-04) tar.gz
master-2011-04-06 iwlwifi: accept EEPROM version 0x423 for iwl6000 (2011-04-04) tar.gz
master-2011-03-29 iwlegacy: fix bugs in change_interface (2011-03-29) tar.gz
master-2011-04-01 iwlegacy: fix bugs in change_interface (2011-03-29) tar.gz
v2.6.39-rc1  Linux 2.6.39-rc1 (2011-03-29) tar.gz
master-2011-03-28 mac80211: fix aggregation frame release during timeout (2011-03-28) tar.gz
master-2011-03-23 ath9k: Fix TX queue stuck issue. (2011-03-23) tar.gz
master-2011-03-24 ath9k: Fix TX queue stuck issue. (2011-03-23) tar.gz
master-2011-03-21 mac80211: initialize sta->last_rx in sta_info_alloc (2011-03-21) tar.gz
master-2011-03-22 mac80211: initialize sta->last_rx in sta_info_alloc (2011-03-21) tar.gz
v2.6.38      Linux 2.6.38 (2011-03-14) tar.gz
v2.6.38-rc8  Linux 2.6.38-rc8 (2011-03-07) tar.gz
master-2011-03-04 iwlagn: Support new 1000 microcode. (2011-03-03) tar.gz
master-2011-03-15 iwlagn: Support new 1000 microcode. (2011-03-03) tar.gz
v2.6.38-rc7  Linux 2.6.38-rc7 (2011-03-01) tar.gz
master-2011-02-28 p54usb: add Senao NUB-350 usbid (2011-02-28) tar.gz
master-2011-02-25 rndis_wlan: use power save only for BCM4320b (2011-02-25) tar.gz
v2.6.38-rc6  Linux 2.6.38-rc6 (2011-02-21) tar.gz
master-2011-02-21 p54pci: update receive dma buffers before and after processing (2011-02-21) tar.gz
master-2011-02-22 p54pci: update receive dma buffers before and after processing (2011-02-21) tar.gz
master-2011-02-18 ath5k: Correct channel setting for AR2317 chip (2011-02-18) tar.gz
v2.6.38-rc5  Linux 2.6.38-rc5 (2011-02-15) tar.gz
master-2011-02-15 ath9k: Fix ath9k prevents CPU to enter C3 states (2011-02-15) tar.gz
master-2011-02-09 mac80211: add missing locking in ieee80211_reconfig (2011-02-09) tar.gz
master-2011-02-14 mac80211: add missing locking in ieee80211_reconfig (2011-02-09) tar.gz
v2.6.38-rc4  Linux 2.6.38-rc4 (2011-02-07) tar.gz
master-2011-02-07 mac80211: fix the skb cloned check in the tx path (2011-02-07) tar.gz
master-2011-02-08 mac80211: fix the skb cloned check in the tx path (2011-02-07) tar.gz
master-2011-02-04 ath9k: Fix possible double free of PAPRD skb's (2011-02-04) tar.gz
master-2011-02-03 wireless, wl1251: Fix potential NULL pointer dereference in wl1251_op_bss_info_changed() (2011-02-03) tar.gz
master-2011-02-01 ath9k: Fix memory leak due to failed PAPRD frames (2011-02-01) tar.gz
v2.6.38-rc3  Linux 2.6.38-rc3 (2011-02-01) tar.gz
master-2011-01-31 ath9k: Fix memory leak due to failed PAPRD frames (2011-01-31) tar.gz
master-2011-01-28 ath9k: Fix power save usage count imbalance on deinit (2011-01-28) tar.gz
master-2011-01-27 MAINTAINERS: update information for the wl12xx driver (2011-01-27) tar.gz
master-2011-01-25 MAINTAINERS: remove Reinette Chatre as iwlwifi maintainer (2011-01-25) tar.gz
master-2011-01-26 MAINTAINERS: remove Reinette Chatre as iwlwifi maintainer (2011-01-25) tar.gz
v2.6.38-rc2  Linux 2.6.38-rc2 (2011-01-21) tar.gz
master-2011-01-21 rtlwifi: Fix possible NULL dereference (2011-01-21) tar.gz
v2.6.38-rc1  Linux 2.6.38-rc1 (2011-01-18) tar.gz
master-2011-01-18 iwlwifi: fix valid chain reading from EEPROM (2011-01-18) tar.gz
master-2011-01-17 ath9k_hw: do PA offset calibration only on longcal interval (2011-01-17) tar.gz
master-2011-01-13 mac80211: use maximum number of AMPDU frames as default in BA RX (2011-01-13) tar.gz
master-2011-01-10 hostap_cs: fix sleeping function called from invalid context (2011-01-10) tar.gz
master-2011-01-12 hostap_cs: fix sleeping function called from invalid context (2011-01-10) tar.gz
v2.6.37      Linux 2.6.37 (2011-01-04) tar.gz
master-2011-01-04 mac80211: add missing synchronize_rcu (2011-01-04) tar.gz
v2.6.37-rc8  Linux 2.6.37-rc8 (2010-12-28) tar.gz
master-2010-12-22 mac80211: fix mesh forwarding (2010-12-22) tar.gz
v2.6.37-rc7  Linux 2.6.37-rc7 (2010-12-21) tar.gz
master-2010-12-20 hostap: remove netif_stop_queue from init (2010-12-20) tar.gz
v2.6.37-rc6  Linux 2.6.37-rc6 (2010-12-15) tar.gz
master-2010-12-14 p54usb: New USB ID for Gemtek WUBI-100GW (2010-12-14) tar.gz
master-2010-12-15 p54usb: New USB ID for Gemtek WUBI-100GW (2010-12-14) tar.gz
master-2010-12-13 mac80211: avoid calling ieee80211_work_work unconditionally (2010-12-13) tar.gz
master-2010-12-08 orinoco: fix TKIP countermeasure behaviour (2010-12-08) tar.gz
master-2010-12-10 orinoco: fix TKIP countermeasure behaviour (2010-12-08) tar.gz
v2.6.37-rc5  Linux 2.6.37-rc5 (2010-12-06) tar.gz
master-2010-12-02 Revert "ath9k: Fix STA disconnect issue due to received MIC failed bcast frames" (2010-12-02) tar.gz
master-2010-12-03 Revert "ath9k: Fix STA disconnect issue due to received MIC failed bcast frames" (2010-12-02) tar.gz
master-2010-11-30 ath9k: Fix STA disconnect issue due to received MIC failed bcast frames (2010-11-30) tar.gz
v2.6.37-rc4  Linux 2.6.37-rc4 (2010-11-29) tar.gz
master-2010-11-29 carl9170: fix carl9170_tx_prepare typo (2010-11-29) tar.gz
master-2010-11-23 wireless: b43: fix error path in SDIO (2010-11-23) tar.gz
master-2010-11-22 carl9170: fix virtual interface setup crash (2010-11-22) tar.gz
v2.6.37-rc3  Linux 2.6.37-rc3 (2010-11-21) tar.gz
master-2010-11-18 ath9k_htc: Avoid setting QoS control for non-QoS frames (2010-11-18) tar.gz
master-2010-11-16 cfg80211: fix extension channel checks to initiate communication (2010-11-16) tar.gz
v2.6.37-rc2  Linux 2.6.37-rc2 (2010-11-15) tar.gz
master-2010-11-15 carl9170: fix usb anchor wait timeout (2010-11-15) tar.gz
master-2010-11-09 iwlwifi: dont use pci_dev before it being assign (2010-11-09) tar.gz
master-2010-11-10 iwlwifi: dont use pci_dev before it being assign (2010-11-09) tar.gz
master-2010-11-08 ath9k_hw: Fix memory leak on ath9k_hw_rf_alloc_ext_banks failure (2010-11-08) tar.gz
v2.6.37-rc1  Linux 2.6.37-rc1 (2010-11-01) tar.gz
master-2010-10-29 b43: Fix warning at drivers/mmc/core/core.c:237 in mmc_wait_for_cmd (2010-10-29) tar.gz
master-2010-10-27 ath5k: Fix double free on hw attach error path (2010-10-27) tar.gz
master-2010-10-25 iwlwifi: quiet a noisy printk (2010-10-25) tar.gz
master-2010-10-26 iwlwifi: quiet a noisy printk (2010-10-25) tar.gz
v2.6.36      Linux 2.6.36 (2010-10-20) tar.gz
v2.6.36-rc8  Linux 2.6.36-rc8 (2010-10-14) tar.gz
master-2010-10-07 Revert "mac80211: use netif_receive_skb in ieee80211_tx_status callpath" (2010-10-07) tar.gz
v2.6.36-rc7  Linux 2.6.36-rc7 (2010-10-06) tar.gz
master-2010-10-06 mac80211: delete AddBA response timer (2010-10-06) tar.gz
v2.6.36-rc6  Linux 2.6.36-rc6 (2010-09-28) tar.gz
master-2010-09-28 iwl3945: queue the right work if the scan needs to be aborted (2010-09-28) tar.gz
master-2010-09-29 iwl3945: queue the right work if the scan needs to be aborted (2010-09-28) tar.gz
master-2010-09-24 mac80211: fix use-after-free (2010-09-24) tar.gz
v2.6.36-rc5  Linux 2.6.36-rc5 (2010-09-20) tar.gz
master-2010-09-20 wext: fix potential private ioctl memory content leak (2010-09-20) tar.gz
master-2010-09-21 wext: fix potential private ioctl memory content leak (2010-09-20) tar.gz
v2.6.36-rc4  Linux 2.6.36-rc4 (2010-09-12) tar.gz
master-2010-08-31 ath9k_hw: fix parsing of HT40 5 GHz CTLs (2010-08-31) tar.gz
master-2010-09-01 ath9k_hw: fix parsing of HT40 5 GHz CTLs (2010-08-31) tar.gz
master-2010-08-30 wireless extensions: fix kernel heap content leak (2010-08-30) tar.gz
v2.6.36-rc3  Linux 2.6.36-rc3 (2010-08-29) tar.gz
master-2010-08-27 MAINTAINERS: change broken url for prism54 (2010-08-27) tar.gz
v2.6.36-rc2  Linux 2.6.36-rc2 (2010-08-22) tar.gz
master-2010-08-18 iwlwifi: use long monitor timer for 5300 series (2010-08-18) tar.gz
master-2010-08-19 iwlwifi: use long monitor timer for 5300 series (2010-08-18) tar.gz
master-2010-08-17 iwlwifi: fix 3945 filter flags (2010-08-17) tar.gz
v2.6.36-rc1  Linux 2.6.36-rc1 (2010-08-15) tar.gz
master-2010-08-13 ath5k: disable ASPM L0s for all cards (2010-08-13) tar.gz
master-2010-08-16 ath5k: disable ASPM L0s for all cards (2010-08-13) tar.gz
master-2010-08-11 ath9k_htc: fix panic on packet injection using airbase-ng tool. (2010-08-11) tar.gz
master-2010-08-10 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6 (2010-08-10) tar.gz
master-2010-08-09 iwlagn: fix rts cts protection (2010-08-09) tar.gz
master-2010-08-06 iwlwifi: fix locking assertions (2010-08-06) tar.gz
v2.6.35      Linux 2.6.35 (2010-08-01) tar.gz
master-2010-07-26 ath9k: fix dma direction for map/unmap in ath_rx_tasklet (2010-07-26) tar.gz
v2.6.35-rc6  Linux 2.6.35-rc6 (2010-07-22) tar.gz
master-2010-07-20 wireless: use netif_rx_ni in ieee80211_send_layer2_update (2010-07-20) tar.gz
master-2010-07-16 rt2x00: Fix lockdep warning in rt2x00lib_probe_dev() (2010-07-16) tar.gz
master-2010-07-19 rt2x00: Fix lockdep warning in rt2x00lib_probe_dev() (2010-07-16) tar.gz
master-2010-07-14 hostap_pci: set dev->base_addr during probe (2010-07-14) tar.gz
v2.6.35-rc5  Linux 2.6.35-rc5 (2010-07-12) tar.gz
master-2010-07-07 ath9k_htc: fix memory leak in ath9k_hif_usb_alloc_urbs (2010-07-07) tar.gz
master-2010-07-11 ath9k_htc: fix memory leak in ath9k_hif_usb_alloc_urbs (2010-07-07) tar.gz
master-2010-07-12 ath9k_htc: fix memory leak in ath9k_hif_usb_alloc_urbs (2010-07-07) tar.gz
v2.6.35-rc4  Linux 2.6.35-rc4 (2010-07-04) tar.gz
master-2010-07-06 iwlwifi: remove key information during device restart (2010-07-02) tar.gz
master-2010-06-28 iwlwifi: set TX_CMD_FLAG_PROT_REQUIRE_MSK in tx_flag (2010-06-25) tar.gz
master-2010-06-30 iwlwifi: set TX_CMD_FLAG_PROT_REQUIRE_MSK in tx_flag (2010-06-25) tar.gz
master-2010-06-23 ath9k: Fix bug in starting ani (2010-06-23) tar.gz
master-2010-06-18 ath5k: initialize ah->ah_current_channel (2010-06-18) tar.gz
master-2010-06-22 ath5k: initialize ah->ah_current_channel (2010-06-18) tar.gz
master-2010-06-16-v2 mac80211: fix warn, enum may be used uninitialized (2010-06-16) tar.gz
master-2010-06-16 mac80211: fix warn, enum may be used uninitialized (2010-06-16) tar.gz
master-2010-06-15 hostap: Protect against initialization interrupt (2010-06-15) tar.gz
master-2010-06-14 wireless: orphan ipw2x00 drivers (2010-06-14) tar.gz
v2.6.35-rc3  Linux 2.6.35-rc3 (2010-06-11) tar.gz
master-2010-06-08 mac80211: fix deauth before assoc (2010-06-08) tar.gz
master-2010-06-07 mac80211: fix function pointer check (2010-06-07) tar.gz
v2.6.35-rc2  Linux 2.6.35-rc2 (2010-06-05) tar.gz
master-2010-06-04 ath5k: retain promiscuous setting (2010-06-04) tar.gz
master-2010-06-01 mac80211: fix dialog token allocator (2010-06-01) tar.gz
master-2010-06-03 mac80211: fix dialog token allocator (2010-06-01) tar.gz
v2.6.35-rc1  Linux 2.6.35-rc1 (2010-05-30) tar.gz
master-2010-05-28 ssb: fix NULL ptr deref when pcihost_wrapper is used (2010-05-28) tar.gz
master-2010-05-26 ath9k: Fix ath_print in xmit for hardware reset. (2010-05-26) tar.gz
master-2010-05-25 ath9k: remove VEOL support for ad-hoc (2010-05-25) tar.gz
master-2010-05-24 ath9k: Fix rx of mcast/bcast frames in PS mode with auto sleep (2010-05-24) tar.gz
master-2010-05-21 wireless: update gfp/slab.h includes (2010-05-21) tar.gz
v2.6.34      Linux 2.6.34 (2010-05-16) tar.gz
master-2010-05-12 mac80211: don't process work item with wrong frame (2010-05-12) tar.gz
master-2010-05-11 iwlagn: wait for asynchronous firmware loading (2010-05-10) tar.gz
v2.6.34-rc7  Linux 2.6.34-rc7 (2010-05-09) tar.gz
master-2010-05-07 mac80211: remove association work when processing deauth request (2010-05-07) tar.gz
master-2010-05-10 mac80211: remove association work when processing deauth request (2010-05-07) tar.gz
v2.6.34-rc6  Linux 2.6.34-rc6 (2010-04-29) tar.gz
master-2010-04-26 p54pci: fix bugs in p54p_check_tx_ring (2010-04-26) tar.gz
master-2010-04-30 p54pci: fix bugs in p54p_check_tx_ring (2010-04-26) tar.gz
v2.6.34-rc5  Linux 2.6.34-rc5 (2010-04-19) tar.gz
master-2010-04-19 mac80211: pass HT changes to driver when off channel (2010-04-19) tar.gz
master-2010-04-20 mac80211: pass HT changes to driver when off channel (2010-04-19) tar.gz
v2.6.34-rc4  Linux 2.6.34-rc4 (2010-04-12) tar.gz
master-2010-04-12 iwlwifi: work around bogus active chains detection (2010-04-09) tar.gz
master-2010-04-15 iwlwifi: work around bogus active chains detection (2010-04-09) tar.gz
master-2010-04-08 iwlwifi: need check for valid qos packet before free (2010-04-08) tar.gz
master-2010-04-09 iwlwifi: need check for valid qos packet before free (2010-04-08) tar.gz
master-2010-04-06 ath9k: fix double calls to ath_radio_enable (2010-04-06) tar.gz
master-2010-04-07 ath9k: fix double calls to ath_radio_enable (2010-04-06) tar.gz
master-2010-04-05 iwlwifi: avoid Tx queue memory allocation in interface down (2010-04-02) tar.gz
master-2010-03-30 net/wireless/libertas: do not call wiphy_unregister() w/o wiphy_register() (2010-03-30) tar.gz
master-2010-03-31 net/wireless/libertas: do not call wiphy_unregister() w/o wiphy_register() (2010-03-30) tar.gz
v2.6.34-rc3  Linux 2.6.34-rc3 (2010-03-30) tar.gz
master-2010-03-29 net/wireless/libertas: do not call wiphy_unregister() w/o wiphy_register() (2010-03-29) tar.gz
master-2010-03-23 mac80211: move netdev queue enabling to correct spot (2010-03-23) tar.gz
v2.6.34-rc2  Linux 2.6.34-rc2 (2010-03-19) tar.gz
master-2010-03-16 iwlwifi: Silence tfds_in_queue message (2010-03-16) tar.gz
master-2010-03-18 iwlwifi: Silence tfds_in_queue message (2010-03-16) tar.gz
master-2010-03-10 Merge branch 'wireless-2.6' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-2.6 (2010-03-10) tar.gz
master-2010-03-12 Merge branch 'wireless-2.6' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-2.6 (2010-03-10) tar.gz
master-2010-03-08 tipc: fix endianness on tipc subscriber messages (2010-03-08) tar.gz
v2.6.34-rc1  Linux 2.6.34-rc1 (2010-03-08) tar.gz
v2.6.33      Linux 2.6.33 (2010-02-24) tar.gz
master-2010-02-22 iwlwifi: sanity check before counting number of tfds can be free (2010-02-22) tar.gz
master-2010-02-19 iwlwifi: set HT flags after channel in rxon (2010-02-19) tar.gz
master-2010-02-12 mac80211: fix handling of null-rate control in rate_control_get_rate (2010-02-12) tar.gz
v2.6.33-rc8  Linux 2.6.33-rc8 (2010-02-12) tar.gz
master-2010-02-10 rtl8187: Add new device ID (2010-02-10) tar.gz
master-2010-02-09 iwmc3200wifi: Test of wrong pointer after kzalloc in iwm_mlme_update_bss_table() (2010-02-09) tar.gz
master-2010-02-08 mac80211: fix deferred hardware scan requests (2010-02-08) tar.gz
v2.6.33-rc7  Linux 2.6.33-rc7 (2010-02-06) tar.gz
master-2010-02-03 ssb: Fix CONFIG_SSB_SDIOHOST typo (2010-02-03) tar.gz
master-2010-02-01 Revert "cfg80211: wext: fix cfg80211's SIOCSIWAP function" (2010-02-01) tar.gz
v2.6.33-rc6  Linux 2.6.33-rc6 (2010-01-29) tar.gz
master-2010-01-29 cfg80211: wext: fix cfg80211's SIOCSIWAP function (2010-01-29) tar.gz
master-2010-01-26 mac80211: fix NULL pointer dereference when ftrace is enabled (2010-01-26) tar.gz
master-2010-01-27 mac80211: fix NULL pointer dereference when ftrace is enabled (2010-01-26) tar.gz
master-2010-01-25 ath9k: fix eeprom INI values override for 2GHz-only cards (2010-01-25) tar.gz
v2.6.33-rc5  Linux 2.6.33-rc5 (2010-01-21) tar.gz
master-2010-01-19 ath9k: fix beacon slot/buffer leak (2010-01-19) tar.gz
master-2010-01-18 zd1211rw: adding 0409:0248 to supported device list (2010-01-18) tar.gz
master-2010-01-15 mac80211: check that ieee80211_set_power_mgmt only handles STA interfaces. (2010-01-15) tar.gz
master-2010-01-14 cfg80211: fix channel setting for wext (2010-01-14) tar.gz
v2.6.33-rc4  Linux 2.6.33-rc4 (2010-01-12) tar.gz
master-2010-01-11 cfg80211: fix refcount imbalance when wext is disabled (2010-01-11) tar.gz
master-2010-01-12 cfg80211: fix refcount imbalance when wext is disabled (2010-01-11) tar.gz
master-2010-01-08 iwlwifi: disable tx on beacon update notification (2010-01-08) tar.gz
master-2010-01-06 Revert "mac80211: replace netif_tx_{start,stop,wake}_all_queues" (2010-01-06) tar.gz
v2.6.33-rc3  Linux 2.6.33-rc3 (2010-01-05) tar.gz
master-2010-01-05 rt2x00: Properly request tx headroom for alignment operations. (2010-01-05) tar.gz
master-2010-01-04 cfg80211: fix syntax error on user regulatory hints (2010-01-04) tar.gz
master-2009-12-29 Revert "b43: Enforce DMA descriptor memory constraints" (2009-12-29) tar.gz
master-2009-12-28 iwmc3200wifi: fix array out-of-boundary access (2009-12-28) tar.gz
v2.6.33-rc2  Linux 2.6.33-rc2 (2009-12-24) tar.gz
master-2009-12-21 ps3_gelic_wireless: Fix build failure due to missing WEXT_PRIV (2009-12-21) tar.gz
master-2009-12-18 ps3_gelic_wireless: Fix build failure due to missing WEXT_PRIV (2009-12-18) tar.gz
v2.6.33-rc1  Linux 2.6.33-rc1 (2009-12-17) tar.gz
master-2009-12-15 rt2x00: Fix calculation of rt2800 iveiv entry offset. (2009-12-15) tar.gz
master-2009-12-14 rt2x00: Disable powersaving for rt61pci. (2009-12-14) tar.gz
master-2009-12-10 wireless: update old static regulatory domain rules (2009-12-10) tar.gz
master-2009-12-11 wireless: update old static regulatory domain rules (2009-12-10) tar.gz
v2.6.32      Linux 2.6.32 (2009-12-02) tar.gz
master-2009-11-30 airo: Fix integer overflow warning (2009-11-30) tar.gz
master-2009-12-04 mac80211: fix spurious delBA handling (2009-11-30) tar.gz
master-2009-11-25 rt2x00: Fix padding bug on L2PAD devices. (2009-11-25) tar.gz
master-2009-11-23 rfkill: fix miscdev ops (2009-11-23) tar.gz
v2.6.32-rc8  Linux 2.6.32-rc8 (2009-11-19) tar.gz
master-2009-11-19 mac80211: fix resume (2009-11-19) tar.gz
master-2009-11-18 mac80211: fix addba timer (again...) (2009-11-18) tar.gz
master-2009-11-13 MAINTAINERS: RFKILL - Fix pattern entry missing colon (2009-11-13) tar.gz
master-2009-11-16 MAINTAINERS: RFKILL - Fix pattern entry missing colon (2009-11-13) tar.gz
v2.6.32-rc7  Linux 2.6.32-rc7 (2009-11-12) tar.gz
master-2009-11-10 iwlwifi: Fix issue on file transfer stalled in HT mode (2009-11-10) tar.gz
master-2009-11-11 iwlwifi: Fix issue on file transfer stalled in HT mode (2009-11-10) tar.gz
master-2009-11-06 rt2x00: Don't queue ieee80211 work after USB removal (2009-11-06) tar.gz
master-2009-11-04 rtl8187: Fix kernel oops when device is removed when LEDS enabled (2009-11-04) tar.gz
v2.6.32-rc6  Linux 2.6.32-rc6 (2009-11-03) tar.gz
master-2009-11-02 mac80211: check interface is down before type change (2009-11-02) tar.gz
master-2009-10-30 libertas if_usb: Fix crash on 64-bit machines (2009-10-30) tar.gz
master-2009-10-27 MAINTAINERS: rt2x00 list is moderated (2009-10-27) tar.gz
master-2009-10-28 MAINTAINERS: rt2x00 list is moderated (2009-10-27) tar.gz
master-2009-10-16 b43: Fix Bugzilla #14181 and the bug from the previous 'fix' (2009-10-16) tar.gz
v2.6.32-rc5  Linux 2.6.32-rc5 (2009-10-15) tar.gz
master-2009-10-15 rt2x00: Fix crypto in TX frame for rt2800usb (2009-10-15) tar.gz
master-2009-10-14 mac80211: fix SME warning by removing stale BSS upon assoc failure (2009-10-14) tar.gz
master-2009-10-12 libertas: fix build (2009-10-12) tar.gz
master-2009-10-13 libertas: fix build (2009-10-12) tar.gz
v2.6.32-rc4  Linux 2.6.32-rc4 (2009-10-11) tar.gz
master-2009-10-08 cfg80211: fix netns error unwinding bug (2009-10-08) tar.gz
master-2009-10-07 b43: do not stack-allocate pio rx/tx header and tail buffers (2009-10-07) tar.gz
master-2009-10-06 b43: do not stack-allocate pio rx/tx header buffers (2009-10-06) tar.gz
master-2009-10-05 iwlwifi: use %pM for formatted MAC addresses (2009-10-05) tar.gz
v2.6.32-rc3  Linux 2.6.32-rc3 (2009-10-04) tar.gz
master-2009-09-29 ar9170: fix bug in iq-auto calibration value calculation (2009-09-29) tar.gz
master-2009-10-01 ar9170: fix bug in iq-auto calibration value calculation (2009-09-29) tar.gz
master-2009-09-28 sony-laptop: re-read the rfkill state when resuming from suspend (2009-09-28) tar.gz
v2.6.32-rc1  Linux 2.6.32-rc1 (2009-09-27) tar.gz
v2.6.32-rc2  Linux 2.6.32-rc1 (2009-09-27) tar.gz
v2.6.31      Linux 2.6.31 (2009-09-09) tar.gz
v2.6.31-rc9  Linux 2.6.31-rc9 (2009-09-05) tar.gz
master-2009-08-28 ipw2200: firmware DMA loading rework (2009-08-28) tar.gz
v2.6.31-rc8  Linux 2.6.31-rc8 (2009-08-27) tar.gz
v2.6.31-rc7  Linux 2.6.31-rc7 (2009-08-21) tar.gz
master-2009-08-21 rtl8187: always set MSR_LINK_ENEDCA flag with RTL8187B (2009-08-21) tar.gz
master-2009-08-17 orinoco: correct key bounds check in orinoco_hw_get_tkip_iv (2009-08-17) tar.gz
master-2009-08-18 orinoco: correct key bounds check in orinoco_hw_get_tkip_iv (2009-08-17) tar.gz
master-2009-08-14 rt2x00: fix memory corruption in rf cache, add a sanity check (2009-08-14) tar.gz
v2.6.31-rc6  Linux 2.6.31-rc6 (2009-08-13) tar.gz
master-2009-08-13 mac80211: fix panic when splicing unprepared TIDs (2009-08-13) tar.gz
master-2009-08-10 ar9170: fix read & write outside array bounds (2009-08-10) tar.gz
master-2009-08-11 ar9170: fix read & write outside array bounds (2009-08-10) tar.gz
master-2009-08-07 libertas: correct packing of rxpd structure (2009-08-07) tar.gz
master-2009-08-03 iwlagn: do not send key clear commands when rfkill enabled (2009-08-03) tar.gz
v2.6.31-rc5  Linux 2.6.31-rc5 (2009-07-31) tar.gz
master-2009-07-29 mac80211: fix suspend (2009-07-29) tar.gz
master-2009-07-27 mac80211: do not queue work after suspend in the dynamic ps timer (2009-07-27) tar.gz
v2.6.31-rc4  Linux 2.6.31-rc4 (2009-07-22) tar.gz
master-2009-07-21 libertas: Fix problem with broken V4 firmware on CF8381 (2009-07-21) tar.gz
master-2009-07-22 libertas: Fix problem with broken V4 firmware on CF8381 (2009-07-21) tar.gz
v2.6.31-rc3  Linux 2.6.31-rc3 (2009-07-13) tar.gz
master-2009-07-08 includecheck fix: include/linux, rfkill.h (2009-07-08) tar.gz
master-2009-07-07 mac80211: minstrel: avoid accessing negative indices in rix_to_ndx() (2009-07-07) tar.gz
v2.6.31-rc2  Linux 2.6.31-rc2 (2009-07-04) tar.gz
v2.6.31-rc1  Linux 2.6.31-rc1 (2009-06-24) tar.gz
v2.6.30      Linux 2.6.30 (2009-06-09) tar.gz
v2.6.30-rc8  Linux 2.6.30-rc8 (2009-06-02) tar.gz
master-2009-05-29 rtl8187: add USB ID for Linksys WUSB54GC-EU v2 USB wifi dongle (2009-05-29) tar.gz
v2.6.30-rc7  Linux 2.6.30-rc7 (2009-05-23) tar.gz
master-2009-05-20 wireless: beyond ARRAY_SIZE of intf->crypto_stats (2009-05-20) tar.gz
v2.6.30-rc6  Linux 2.6.30-rc6 (2009-05-15) tar.gz
master-2009-05-11 iwlwifi: fix device id registration for 6000 series 2x2 devices (2009-05-11) tar.gz
master-2009-05-12 iwlwifi: fix device id registration for 6000 series 2x2 devices (2009-05-11) tar.gz
v2.6.30-rc5  Linux 2.6.30-rc5 (2009-05-08) tar.gz
master-2009-05-06 mac80211: avoid NULL ptr deref when finding max_rates in PID and minstrel (2009-05-06) tar.gz
master-2009-05-04 mac80211: pid, fix memory corruption (2009-05-04) tar.gz
master-2009-05-05 mac80211: pid, fix memory corruption (2009-05-04) tar.gz
master-2009-04-30 cfg80211: fix truncated IEs (2009-04-30) tar.gz
v2.6.30-rc4  Linux 2.6.30-rc4 (2009-04-29) tar.gz
master-2009-04-29 mac80211: default to automatic power control (2009-04-29) tar.gz
master-2009-04-28 ath5k: fix buffer overrun in rate debug code (2009-04-28) tar.gz
v2.6.30-rc3  Linux 2.6.30-rc3 (2009-04-21) tar.gz
master-2009-04-21 iwlwifi: DMA fixes (2009-04-21) tar.gz
master-2009-04-20 mac80211: fix basic rate bitmap calculation (2009-04-20) tar.gz
master-2009-04-17 ar9170usb: add ZyXEL NWD271N (2009-04-17) tar.gz
master-2009-04-16 ar9170: fix struct layout on arm (2009-04-16) tar.gz
v2.6.30-rc2  Linux 2.6.30-rc2 (2009-04-14) tar.gz
v2.6.30-rc1  Linux 2.6.30-rc1 (2009-04-07) tar.gz
master-2009-03-27 cfg80211: default CONFIG_WIRELESS_OLD_REGULATORY to n (2009-03-27) tar.gz
v2.6.29      Linux 2.6.29 (2009-03-23) tar.gz
master-2009-03-23 rt2x00: New USB ID for rt73usb (2009-03-23) tar.gz
master-2009-03-24 ucc_geth: Fix oops when using fixed-link support (2009-03-22) tar.gz
master-2009-03-20 nl80211: Check that function pointer != NULL before using it (2009-03-20) tar.gz
master-2009-03-19 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 (2009-03-17) tar.gz
master-2009-03-16 zd1211rw: Do not panic on device eject when associated (2009-03-16) tar.gz
v2.6.29-rc8  Linux 2.6.29-rc8 (2009-03-12) tar.gz
master-2009-03-11 lib80211: silence excessive crypto debugging messages (2009-03-11) tar.gz
master-2009-03-06 p54: fix race condition in memory management (2009-03-06) tar.gz
master-2009-03-05 iwlwifi: fix error flow in iwl*_pci_probe (2009-03-05) tar.gz
v2.6.29-rc7  Linux 2.6.29-rc7 (2009-03-03) tar.gz
master-2009-03-03 rt2x00 : more devices to rt73usb.c (2009-03-03) tar.gz
master-2009-02-26 libertas: fix misuse of netdev_priv() and dev->ml_priv (2009-02-26) tar.gz
master-2009-02-27 libertas: fix misuse of netdev_priv() and dev->ml_priv (2009-02-26) tar.gz
master-2009-02-23 rtl8187: New USB ID's for RTL8187L (2009-02-23) tar.gz
v2.6.29-rc6  Linux 2.6.29-rc6 (2009-02-22) tar.gz
master-2009-02-17 ath9k: Fix panic upon attach failure (2009-02-17) tar.gz
v2.6.29-rc5  Linux 2.6.29-rc5 (2009-02-13) tar.gz
master-2009-02-11 iwlwifi: fix suspend/resume and its usage of pci saved state (2009-02-11) tar.gz
v2.6.29-rc4  Linus 2.6.29-rc4 (2009-02-08) tar.gz
master-2009-02-04 iwlwifi: save PCI state before suspend, restore after resume (2009-02-04) tar.gz
master-2009-02-05 iwlwifi: save PCI state before suspend, restore after resume (2009-02-04) tar.gz
master-2009-01-29 ath5k: fix locking in ath5k_config (2009-01-29) tar.gz
v2.6.29-rc3  Linux 2.6.29-rc3 (2009-01-28) tar.gz
master-2009-01-23 rtl8187: Add termination packet to prevent stall (2009-01-23) tar.gz
master-2009-01-22 iwlwifi: return NETDEV_TX_OK from _tx ops (2009-01-22) tar.gz
master-2009-01-16 p54: fix p54_set_key's return code (2009-01-16) tar.gz
v2.6.29-rc2  Linux 2.6.29-rc2 (2009-01-16) tar.gz
master-2009-01-13 p54: fix "‘ret’ may be used uninitialized" warning (2009-01-13) tar.gz
master-2009-01-12 p54: fix "‘ret’ may be used uninitialized" warning (2009-01-12) tar.gz
v2.6.29-rc1  Linux 2.6.29-rc1 (2009-01-10) tar.gz
v2.6.28      Linux 2.6.28 (2008-12-24) tar.gz
v2.6.28-rc9  Linux 2.6.28-rc9 (2008-12-18) tar.gz
v2.6.28-rc8  Linux 2.6.28-rc8 (2008-12-10) tar.gz
master-2008-12-05 zd1211rw: use unaligned safe memcmp() in-place of compare_ether_addr() (2008-12-05) tar.gz
v2.6.28-rc7  Linux 2.6.28-rc7 (2008-12-01) tar.gz
master-2008-11-25 net/wireless/reg.c: fix bad WARN_ON in if statement (2008-11-25) tar.gz
v2.6.28-rc6  Linux 2.6.28-rc6 (2008-11-20) tar.gz
master-2008-11-18 iwlagn: fix RX skb alignment (2008-11-18) tar.gz
v2.6.28-rc5  Linux 2.6.28-rc5 (2008-11-15) tar.gz
master-2008-11-12 hostap: pad the skb->cb usage in lieu of a proper fix (2008-11-12) tar.gz
v2.6.28-rc4  Linux 2.6.28-rc4 (2008-11-09) tar.gz
master-2008-11-06 iwl3945: fix deadlock on suspend (2008-11-06) tar.gz
v2.6.28-rc3  Linux 2.6.28-rc3 (2008-11-02) tar.gz
master-2008-10-29 ath5k: add self to MAINTAINERS (2008-10-29) tar.gz
master-2008-10-27 mac80211.h: fix kernel-doc excesses (2008-10-27) tar.gz
v2.6.28-rc2  Linux 2.6.28-rc2 (2008-10-26) tar.gz
v2.6.28-rc1  Linux 2.6.28-rc1 (2008-10-23) tar.gz
master-2008-10-22 p54: enable 2.4/5GHz spectrum by eeprom bits. (2008-10-22) tar.gz
master-2008-10-14 rt2x00: fix regression introduced by "mac80211: free up 2 bytes in skb->cb" (2008-10-14) tar.gz
v2.6.27      Linux 2.6.27 (2008-10-09) tar.gz
master-2008-10-08 ath9k: fix oops on trying to hold the wrong spinlock (2008-10-08) tar.gz
v2.6.27-rc9  Linux 2.6.27-rc9 (2008-10-06) tar.gz
v2.6.27-rc8  Linux 2.6.27-rc8 (2008-09-29) tar.gz
master-2008-09-24 ath9k: disable MIB interrupts to fix interrupt storm (2008-09-24) tar.gz
master-2008-09-22 ath9k: Fix IRQ nobody cared issue with ath9k (2008-09-22) tar.gz
v2.6.27-rc7  Linux 2.6.27-rc7 (2008-09-21) tar.gz
master-2008-09-11 ath9k: Assign seq# when mac80211 requests this (2008-09-11) tar.gz
v2.6.27-rc6  Linux 2.6.27-rc6 (2008-09-09) tar.gz
master-2008-09-03 ath9k: Fix TX control flag use for no ACK and RTS/CTS (2008-09-03) tar.gz
master-2008-09-02 ath9: Fix ath_rx_flush_tid() for IRQs disabled kernel warning message. (2008-09-02) tar.gz
v2.6.27-rc5  Linux 2.6.27-rc5 (2008-08-28) tar.gz
master-2008-08-26 iwlwifi: fix 64bit platform firmware loading (2008-08-26) tar.gz
v2.6.27-rc4  Linux 2.6.27-rc4 (2008-08-20) tar.gz
master-2008-08-18 removed unused #include <version.h> (2008-08-18) tar.gz
master-2008-08-17 removed unused #include <version.h> (2008-08-17) tar.gz
v2.6.27-rc3  Linux 2.6.27-rc3 (2008-08-12) tar.gz
master-2008-08-07 p54: swap short slot time dcf values (2008-08-07) tar.gz
v2.6.27-rc2  Linux 2.6.27-rc2 (2008-08-05) tar.gz
master-2008-08-04 ath9k: Add new Atheros IEEE 802.11n driver (2008-08-04) tar.gz
master-2008-08-05 iwl3945: fix merge mistake for packet injection (2008-08-04) tar.gz
master-2008-08-01 iwl3945: Fix statistics in monitor mode (2008-08-01) tar.gz
master-2008-07-29 mac80211: fix mesh beaconing (2008-07-29) tar.gz
v2.6.27-rc1  Linux 2.6.27-rc1 (2008-07-28) tar.gz
v2.6.26      Linux 2.6.26 (2008-07-13) tar.gz
master-2008-07-09 libertas: fix memory alignment problems on the blackfin (2008-07-09) tar.gz
master-2008-07-07 mac80211: don't report selected IBSS when not found (2008-07-07) tar.gz
v2.6.26-rc9  Linux 2.6.26-rc9 (2008-07-05) tar.gz
master-2008-07-02 libertas: support USB persistence on suspend/resume (resend) (2008-07-02) tar.gz
master-2008-06-30 mac80211: don't accept WEP keys other than WEP40 and WEP104 (2008-06-30) tar.gz
master-2008-06-27 mac80211: fix an oops in several failure paths in key allocation (2008-06-27) tar.gz
master-2008-06-25 iwlwifi: improve scanning band selection management (2008-06-25) tar.gz
v2.6.26-rc8  Linux 2.6.26-rc8 (2008-06-24) tar.gz
v2.6.26-rc7  Linux 2.6.26-rc7 (2008-06-20) tar.gz
master-2008-06-13 rt2x00: Add D-link DWA111 support (2008-06-13) tar.gz
v2.6.26-rc6  Linux 2.6.26-rc6 (2008-06-12) tar.gz
master-2008-06-09 iwlwifi: fix oops in iwl3945_led_brightness_set (2008-06-09) tar.gz
v2.6.26-rc5  Linux 2.6.26-rc5 (2008-06-04) tar.gz
master-2008-06-04 USB ID for Philips CPWUA054/00 Wireless USB Adapter 11g (2008-06-04) tar.gz
master-2008-06-03 wireless.h: improve userland include-ability (2008-06-03) tar.gz
master-2008-05-28 mac80211: fix alignment issue with compare_ether_addr() (2008-05-28) tar.gz
v2.6.26-rc4  Linux 2.6.26-rc4 (2008-05-26) tar.gz
master-2008-05-20 libertas: Fix ethtool statistics (2008-05-20) tar.gz
v2.6.26-rc3  Linux 2.6.26-rc3 (2008-05-18) tar.gz
master-2008-05-16 wireless: Create 'device' symlink in sysfs (2008-05-16) tar.gz
master-2008-05-15 wireless: Create 'device' symlink in sysfs (2008-05-15) tar.gz
master-2008-05-12 mac80211: add missing newlines in printk() (2008-05-12) tar.gz
v2.6.26-rc2  Linux 2.6.26-rc2 (2008-05-11) tar.gz
v2.6.26-rc1  Linux 2.6.26-rc1 (2008-05-03) tar.gz
master-2008-05-01 rt2x00: Fix quality/activity led handling (2008-05-01) tar.gz
master-2008-04-30 libertas: fix use-before-check violation (2008-04-30) tar.gz
master-2008-04-23 iwlwifi: Don't unlock priv->mutex if it isn't locked (2008-04-23) tar.gz
v2.6.25      Linux 2.6.25 (2008-04-16) tar.gz
master-2008-04-15 PS3: gelic: fix the oops on the broken IE returned from the hypervisor (2008-04-15) tar.gz
v2.6.25-rc9  Linux 2.6.25-rc9 (2008-04-11) tar.gz
master-2008-04-09 rt61pci: rt61pci_beacon_update do not free skb twice (2008-04-09) tar.gz
master-2008-04-07 nl80211: fix STA AID bug (2008-04-07) tar.gz
v2.6.25-rc8  Linux 2.6.25-rc8 (2008-04-01) tar.gz
master-2008-04-01 mac80211: correct use_short_preamble handling (2008-04-01) tar.gz
master-2008-03-27 rt2x00: Ignore set_state(STATE_SLEEP) failure (2008-03-27) tar.gz
v2.6.25-rc7  Linux 2.6.25-rc7 (2008-03-25) tar.gz
master-2008-03-24 b43: Remove irqs_disabled() sanity checks (2008-03-24) tar.gz
v2.6.25-rc6  Linux 2.6.25-rc6 (2008-03-16) tar.gz
master-2008-03-13 rt2x00: Add suspend/resume handlers to rt2x00rfkill (2008-03-13) tar.gz
master-2008-03-11 rt2x00: Add new D-Link USB ID (2008-03-11) tar.gz
v2.6.25-rc5  Linux 2.6.25-rc5 (2008-03-09) tar.gz
v2.6.25-rc4  Linux 2.6.25-rc4 (2008-03-04) tar.gz
v2.6.25-rc3  Linux 2.6.25-rc3 (2008-02-24) tar.gz
v2.6.25-rc2  Linux 2.6.25-rc2 (2008-02-15) tar.gz
v2.6.25-rc1  Linux 2.6.25-rc1 (2008-02-10) tar.gz
v2.6.24      Linux 2.6.24 (2008-01-24) tar.gz
v2.6.24-rc8  Linux 2.6.24-rc8 (2008-01-15) tar.gz
v2.6.24-rc7  Linux 2.6.24-rc7 (2008-01-06) tar.gz
v2.6.24-rc6  Linux 2.6.24-rc6 (2007-12-20) tar.gz
v2.6.24-rc5  Linux 2.6.24-rc5 (2007-12-10) tar.gz
v2.6.24-rc4  Linux 2.6.24-rc4 (2007-12-03) tar.gz
v2.6.24-rc3  Linux 2.6.24-rc3 (2007-11-16) tar.gz
v2.6.24-rc2  Linux 2.6.24-rc2 (2007-11-06) tar.gz
v2.6.24-rc1  Linux 2.6.24-rc1 (2007-10-23) tar.gz
v2.6.23      Linux 2.6.23 (2007-10-09) tar.gz
v2.6.23-rc9  Linux 2.6.23-rc9 (2007-10-01) tar.gz
v2.6.23-rc8  Linux 2.6.23-rc8 (2007-09-24) tar.gz
v2.6.23-rc7  Linux 2.6.23-rc7 (2007-09-19) tar.gz
v2.6.23-rc6  Linux 2.6.23-rc6 (2007-09-10) tar.gz
v2.6.23-rc5  Linux 2.6.23-rc5 (2007-08-31) tar.gz
v2.6.23-rc4  Linux 2.6.23-rc4 (2007-08-27) tar.gz
v2.6.23-rc3  Linux 2.6.23-rc3 (2007-08-12) tar.gz
v2.6.23-rc2  Linus 2.6.23-rc2 (2007-08-03) tar.gz
v2.6.23-rc1  Linux 2.6.23-rc1 (2007-07-22) tar.gz
v2.6.22      Linux 2.6.22 (2007-07-08) tar.gz
v2.6.22-rc7  Linux 2.6.22-rc7 (2007-07-01) tar.gz
v2.6.22-rc6  Linux 2.6.22-rc6 (2007-06-24) tar.gz
v2.6.22-rc5  Linux 2.6.22-rc5 (2007-06-16) tar.gz
v2.6.22-rc4  Linus 2.6.22-rc4 (2007-06-04) tar.gz
v2.6.22-rc3  Linux 2.6.22-rc3 (2007-05-25) tar.gz
v2.6.22-rc2  Linux 2.6.22-rc2 (2007-05-18) tar.gz
v2.6.22-rc1  Linus 2.6.22-rc1 (2007-05-12) tar.gz
v2.6.21      Linux 2.6.21 (2007-04-25) tar.gz
v2.6.21-rc7  Linux 2.6.21-rc7 (2007-04-15) tar.gz
v2.6.21-rc6  Linux 2.6.21-rc6 (2007-04-07) tar.gz
v2.6.21-rc5  Linux 2.6.21-rc5 (2007-03-25) tar.gz
v2.6.21-rc4  Linux 2.6.21-rc4 (2007-03-15) tar.gz
v2.6.21-rc3  Linux 2.6.21-rc3 (2007-03-06) tar.gz
v2.6.21-rc2  Linux 2.6.21-rc2 (2007-02-27) tar.gz
v2.6.21-rc1  Linux 2.6.21-rc1 (2007-02-20) tar.gz
v2.6.20      Linux 2.6.20 (2007-02-04) tar.gz
v2.6.20-rc7  Linux 2.6.20-rc7 (2007-01-30) tar.gz
v2.6.20-rc6  Linux 2.6.20-rc6 (2007-01-24) tar.gz
v2.6.20-rc5  Linux 2.6.20-rc5 (2007-01-12) tar.gz
v2.6.20-rc4  Linux 2.6.20-rc4 (2007-01-06) tar.gz
v2.6.20-rc3  Linux 2.6.20-rc3 (2006-12-31) tar.gz
v2.6.20-rc2  Linux 2.6.20-rc2 (2006-12-23) tar.gz
v2.6.20-rc1  Linux v2.6.20-rc1 (2006-12-13) tar.gz
v2.6.19      Linux 2.6.19 (2006-11-29) tar.gz
v2.6.19-rc6  Linux 2.6.19-rc6 (2006-11-15) tar.gz
v2.6.19-rc5  Linux 2.6.19-rc5 (2006-11-07) tar.gz
v2.6.19-rc4  Linux 2.6.19-rc4 (2006-10-30) tar.gz
v2.6.19-rc3  Linux 2.6.19-rc3 release (2006-10-23) tar.gz
v2.6.19-rc2  Linux 2.6.19-rc2 (2006-10-13) tar.gz
v2.6.19-rc1  Linux v2.6.19-rc1 (2006-10-04) tar.gz
v2.6.18      Raise the Jolly Roger! (2006-09-19) tar.gz
v2.6.18-rc7  Linux 2.6.18-rc7 (2006-09-12) tar.gz
v2.6.18-rc6  Linux 2.6.18-rc6 release (2006-09-03) tar.gz
v2.6.18-rc5  Linux 2.6.18-rc5 (2006-08-27) tar.gz
v2.6.18-rc4  Linux v2.6.18-rc4 (2006-08-06) tar.gz
v2.6.18-rc3  Linux v2.6.18-rc3 (2006-07-29) tar.gz
v2.6.18-rc2  Linux v2.6.18-rc2 (2006-07-15) tar.gz
v2.6.18-rc1  Linux v2.6.18-rc1 (2006-07-05) tar.gz
v2.6.17      Linux v2.6.17 (2006-06-17) tar.gz
v2.6.17-rc6  Linux v2.6.17-rc6 (2006-06-05) tar.gz
v2.6.17-rc5  Linux 2.6.17-rc5 release (2006-05-24) tar.gz
v2.6.17-rc4  Linux v2.6.17-rc4 release (2006-05-11) tar.gz
v2.6.17-rc3  Linux v2.6.17-rc3 (2006-04-26) tar.gz
v2.6.17-rc2  Linux v2.6.17-rc2 (2006-04-18) tar.gz
v2.6.17-rc1  Linux v2.6.17-rc1 (2006-04-02) tar.gz
v2.6.16      Linux v2.6.16 release (2006-03-19) tar.gz
v2.6.16-rc6  Linux v2.6.16-rc6 release (2006-03-11) tar.gz
v2.6.16-rc5  Linux v2.6.16-rc5 release (2006-02-26) tar.gz
v2.6.16-rc4  Linux v2.6.16-rc4 release (2006-02-17) tar.gz
v2.6.16-rc3  Linux v2.6.16-rc3 (2006-02-12) tar.gz
v2.6.16-rc2  Linux v2.6.16-rc2 (2006-02-02) tar.gz
v2.6.16-rc1  Linux v2.6.16-rc1 (2006-01-16) tar.gz
v2.6.15      Linux 2.6.15 release (2006-01-02) tar.gz
v2.6.15-rc7  Christmas eve is when the _real_ celebrations take place. (2005-12-24) tar.gz
v2.6.15-rc6  Linux 2.6.15-rc6 (2005-12-18) tar.gz
v2.6.15-rc5  Linux v2.6.15-rc5 release (2005-12-03) tar.gz
v2.6.15-rc4  Linux v2.6.15-rc4 (2005-11-30) tar.gz
v2.6.15-rc3  Linux v2.6.15-rc3 (2005-11-28) tar.gz
v2.6.15-rc2  Linux v2.6.15-rc2 (2005-11-19) tar.gz
v2.6.15-rc1  Linux v2.6.15-rc1 (2005-11-11) tar.gz
v2.6.14      Linux 2.6.14 release (2005-10-27) tar.gz
v2.6.14-rc5  Linux v2.6.14-rc5 release (2005-10-19) tar.gz
v2.6.14-rc4  Linux 2.6.14-rc4 release (2005-10-10) tar.gz
v2.6.14-rc3  Linux v2.6.14-rc3 release (2005-09-30) tar.gz
v2.6.14-rc2  Linux v2.6.14-rc2 release (2005-09-19) tar.gz
v2.6.14-rc1  Linux v2.6.14-rc1 (2005-09-12) tar.gz
v2.6.13      Linux 2.6.13 release (2005-08-28) tar.gz
v2.6.13-rc7  Linux v2.6.13-rc7 (2005-08-23) tar.gz
v2.6.13-rc6  Linux 2.6.13-rc6 release (2005-08-07) tar.gz
v2.6.13-rc5  Aiming for final. Sure. (2005-08-01) tar.gz
v2.6.13-rc4  Get out from LKS flood (2005-07-28) tar.gz
v2.6.11      This is the 2.6.11 tree object. () tar.gz
v2.6.11-tree This is the 2.6.11 tree object. () tar.gz
v2.6.12      This is the final 2.6.12 release () tar.gz
v2.6.12-rc2  Linux v2.6.12-rc2 release () tar.gz
v2.6.12-rc3  Linux v2.6.12-rc3 release () tar.gz
v2.6.12-rc4  Linux v2.6.12-rc4 release () tar.gz
v2.6.12-rc5  Linux-2.6.12-rc5 release () tar.gz
v2.6.12-rc6  Linux-v2.6.12-rc6 release () tar.gz
v2.6.13-rc1  Linux v2.6.13-rc1 () tar.gz
v2.6.13-rc2  Linux v2.6.13-rc2 () tar.gz
v2.6.13-rc3  Linux v2.6.13-rc3 () tar.gz

git clone https://80x24.org/pub/scm/linux/kernel/git/jberg/mac80211.git