[ATM]: [lec] add reference counting to lec_arp entries
[safe/jmp/linux-2.6] / net / ieee80211 /
2006-09-25 Larry Finger[PATCH] bcm43xx: WE-21 support
2006-09-23 Jeff Garziknet/ieee80211: fix more crypto-related build breakage
2006-09-23 Jeff GarzikMerge branch 'master' into upstream
2006-09-21 Herbert Xu[CRYPTO] users: Use crypto_hash interface instead of...
2006-09-21 Herbert Xu[CRYPTO] users: Use block ciphers where applicable
2006-08-29 Zhu Yi[PATCH] ieee80211: Workaround malformed 802.11 frames...
2006-08-29 Zhu Yi[PATCH] ieee80211: Fix TKIP and WEP decryption error...
2006-08-29 Zhu Yi[PATCH] ieee80211: TKIP and CCMP replay check rework
2006-08-29 Zhu Yi[PATCH] ieee80211: remove ieee80211_tx() is_queue_full...
2006-08-29 Zhu Yi[PATCH] ieee80211: Fix header->qos_ctl endian issue
2006-07-27 Daniel Drake[PATCH] ieee80211: Make ieee80211_rx_any usable
2006-07-27 Daniel Drake[PATCH] softmac: export highest_supported_rate function
2006-07-27 Daniel Drake[PATCH] softmac: ERP handling and driver-level notifica...
2006-07-27 Daniel Drake[PATCH] ieee80211: small ERP handling additions
2006-07-27 Chuck Ebbert[PATCH] ieee80211: TKIP requires CRC32
2006-07-27 Daniel Drake[PATCH] softmac: do shared key auth in workqueue
2006-07-21 Panagiotis Issaris[NET]: Conversions from kmalloc+memset to k(z|c)alloc.
2006-07-05 John W. Linville[PATCH] softmac: fix build-break from 881ee6999d66c8fc9...
2006-07-05 Horms[PATCH] CONFIG_WIRELESS_EXT is neccessary after all
2006-07-05 Joseph Jezak[PATCH] SoftMAC: Add network to ieee80211softmac_call_e...
2006-07-05 Joseph Jezak[PATCH] SoftMAC: Prevent multiple authentication attemp...
2006-07-05 Larry Finger[PATCH] 2.6.17 missing a call to ieee80211softmac_capab...
2006-07-05 Eric Sesterhenn[PATCH] skb used after passing to netif_rx in net/ieee8...
2006-07-05 Hong Liu[PATCH] ieee80211: fix not allocating IV+ICV space...
2006-06-30 Jörn EngelRemove obsolete #include <linux/config.h>
2006-06-15 Larry Finger[PATCH] wireless: correct dump of WPA IE
2006-06-05 Joseph Jezak[PATCH] softmac: unified capabilities computation
2006-06-05 Daniel Drake[PATCH] softmac: Fix handling of authentication failure
2006-06-05 Daniel Drake[PATCH] softmac: complete shared key authentication
2006-06-05 Toralf Förster[PATCH] ieee80211softmac_io.c: fix warning "defined...
2006-05-20 Jeff GarzikMerge branch 'master' into upstream
2006-05-05 Daniel Drake[PATCH] softmac: suggest per-frame-type TX rate
2006-05-05 Adrian Bunk[PATCH] ieee80211_wx.c: remove dead code
2006-05-05 Daniel Drake[PATCH] softmac: deauthentication implies deassociation
2006-05-05 John W. LinvilleMerge branch 'upstream-fixes' into upstream
2006-05-05 Daniel Drake[PATCH] softmac: make non-operational after being stopped
2006-05-05 Daniel Drake[PATCH] softmac: don't reassociate if user asked for...
2006-04-24 Johannes Berg[PATCH] softmac: clean up event handling code
2006-04-24 Johannes Berg[PATCH] softmac: add SIOCSIWMLME
2006-04-24 Zhu Yi[PATCH] ieee80211: replace debug IEEE80211_WARNING...
2006-04-24 Zhu Yi[PATCH] ieee80211: remove unnecessary CONFIG_WIRELESS_E...
2006-04-24 Zhu Yi[PATCH] ieee80211: export list of bit rates with standa...
2006-04-24 Zhu Yi[PATCH] ieee80211: Fix TX code doesn't enable QoS when...
2006-04-24 Zhu Yi[PATCH] ieee80211: Fix TKIP MIC calculation for QoS...
2006-04-24 Johannes Berg[PATCH] softmac: fix SIOCSIWAP
2006-04-19 Johannes Berg[PATCH] softmac: report when scanning has finished
2006-04-19 Johannes Berg[PATCH] softmac: fix event sending
2006-04-19 johannes@sipsoluti... [PATCH] softmac: handle iw_mode properly
2006-04-19 johannes@sipsoluti... [PATCH] softmac: dont send out packets while scanning
2006-04-19 johannes@sipsoluti... [PATCH] softmac: return -EAGAIN from getscan while...
2006-04-19 Michael Buesch[PATCH] softmac: fix spinlock recursion on reassoc
2006-04-19 Randy Dunlap[PATCH] softmac uses Wiress Ext.
2006-03-27 David Woodhouse[PATCH] softmac: reduce default rate to 11Mbps.
2006-03-27 David Woodhouse[PATCH] softmac: reduce scan dwell time
2006-03-27 Larry Finger[PATCH] Minor (janitorial) change to ieee80211
2006-03-23 David Woodhouse[PATCH] Restore channel setting after scan.
2006-03-23 John W. Linville[PATCH] softmac: remove function_enter()
2006-03-23 Larry Finger[PATCH] Fix softmac scan
2006-03-23 Johannes Berg[PATCH] softmac: remove dead code
2006-03-23 Johannes Berg[PATCH] softmac: add reassociation code
2006-03-23 Johannes Berg[PATCH] softmac: update deauth handler to quiet warning
2006-03-23 Johannes Berg[PATCH] trivial fixes to softmac
2006-03-23 Johannes Berg[PATCH] update copyright in softmac
2006-03-23 Denis Vlasenko[PATCH] ieee80211_rx_any: filter out packets, call...
2006-03-23 Johannes Berg[PATCH] softmac: move EXPORT_SYMBOL_GPL right after...
2006-03-23 Johannes Berg[PATCH] softmac: add MODULE_DESCRIPTION and MODULE_AUTHORs
2006-03-23 Johannes Berg[PATCH] softmac: add copyright and license headers
2006-03-23 Johannes Berg[PATCH] softmac: some comment stuff
2006-03-23 Johannes Berg[PATCH] softmac: properly check return value of ieee802...
2006-03-23 Johannes Berg[PATCH] softmac: scan at least once before selecting...
2006-03-23 Johannes Berg[PATCH] softmac: check if disassociation is for us...
2006-03-23 Johannes Berg[PATCH] softmac: select "best" network based on rssi
2006-03-23 Johannes Berg[PATCH] softmac: add fixme for disassoc
2006-03-23 Johannes Berg[PATCH] softmac: try to reassociate when being disassoc...
2006-03-23 Johannes Berg[PATCH] softmac: correctly use netif_carrier_{on,off}
2006-03-23 Johannes Berg[PATCH] softmac: convert to use global workqueue
2006-03-23 Johannes Berg[PATCH] softmac: fix Makefiles
2006-03-23 Johannes Berg[PATCH] softmac: fix some sparse warnings
2006-03-23 Johannes Berg[PATCH] make softmac depend on IEEE80211 and EXPERIMENTAL
2006-03-23 Johannes Berg[PATCH] wireless: Add softmac layer to the kernel
2006-03-17 James Ketrenos[PATCH] ieee80211: Don't update network statistics...
2006-03-17 Jeff GarzikMerge branch 'upstream-fixes'
2006-03-15 John W. LinvilleMerge branch 'upstream-fixes'
2006-03-15 Hong Liu[PATCH] ieee80211: Fix QoS is not active problem
2006-03-15 Zhu Yi[PATCH] ieee80211: Fix CCMP decryption problem when...
2006-03-01 Jeff GarzikMerge branch 'upstream-fixes'
2006-02-28 Pete Zaitcev[PATCH] ieee80211_geo.c: remove frivolous BUG_ON's
2006-02-28 John W. LinvilleMerge branch 'upstream-fixes'
2006-02-28 Pete Zaitcev[PATCH] ieee80211_rx.c: is_beacon
2006-02-17 Johannes Berg[PATCH] ieee80211: fix sparse warning about missing...
2006-02-17 Zhu Yi[PATCH] ieee80211: Use IWEVGENIE to set WPA IE
2006-01-31 Jeff GarzikMerge branch 'upstream-fixes'
2006-01-31 Larry Finger[PATCH] Add two management functions to ieee80211_rx.c
2006-01-31 Larry Finger[PATCH] ieee80211: common wx auth code
2006-01-31 Denis Vlasenko[PATCH] ieee80211: trivial fix for misplaced ()'s
2006-01-31 Adrian Bunk[PATCH] net/: fix the WIRELESS_EXT abuse
2006-01-30 John W. LinvilleMerge branch 'upstream-fixes'
2006-01-30 Larry Finger[PATCH] Typo corrections for ieee80211
2006-01-27 Zhu Yi[PATCH] ieee80211: Add 802.11h information element...
2006-01-27 Zhu Yi[PATCH] ieee80211: Add helpers for IBSS DFS handling
next