| Age | Commit message (Expand) | Author | Files | Lines |
| 2008-08-22 | net/ieee80211: adjust error handling | Julia Lawall | 1 | -4/+4 |
| 2008-06-16 | wext: Emit event stream entries correctly when compat. | David S. Miller | 1 | -20/+28 |
| 2008-05-14 | mac80211: use hardware flags for signal/noise units | Bruno Randolf | 1 | -1/+1 |
| 2008-05-07 | remove ieee80211_wx_{get,set}_auth() | Adrian Bunk | 1 | -89/+0 |
| 2008-05-07 | remove ieee80211_tx_frame() | Adrian Bunk | 1 | -86/+0 |
| 2008-04-14 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -14/+29 |
| 2008-04-08 | [NET]: Undo code bloat in hot paths due to print_mac(). | David S. Miller | 1 | -14/+29 |
| 2008-03-13 | the scheduled ieee80211 softmac removal | Adrian Bunk | 12 | -3176/+0 |
| 2008-03-05 | net: replace remaining __FUNCTION__ occurrences | Harvey Harrison | 1 | -1/+1 |
| 2008-01-28 | ieee80211: beacon->capability is little-endian | Al Viro | 1 | -20/+19 |
| 2008-01-28 | ieee80211: fix misannotations | Al Viro | 3 | -19/+19 |
| 2008-01-28 | ieee80211softmac_auth_resp() fix | Al Viro | 1 | -3/+3 |
| 2008-01-28 | several missing cpu_to_le16() in ieee80211softmac_capabilities() | Al Viro | 1 | -5/+5 |
| 2008-01-28 | eliminate byteswapping in struct ieee80211_qos_parameters | Al Viro | 1 | -3/+3 |
| 2008-01-28 | wireless: fix '!x & y' typo's | Roel Kluin | 1 | -1/+1 |
| 2008-01-28 | [IEEE80211]: Use htons() where appropriate. | YOSHIFUJI Hideaki | 1 | -2/+2 |
| 2008-01-28 | softmac: mark as obsolete and schedule for removal | John W. Linville | 1 | -2/+3 |
| 2008-01-28 | [NET]: Convert init_timer into setup_timer | Pavel Emelyanov | 1 | -3/+2 |
| 2007-11-30 | Merge branch 'fixes-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/l... | Herbert Xu | 1 | -1/+2 |
| 2007-11-29 | ieee80211: fix unaligned access in ieee80211_copy_snap | Daniel Drake | 1 | -1/+2 |
| 2007-11-20 | ieee80211: Stop net_ratelimit/IEEE80211_DEBUG_DROP log pollution | Guillaume Chazarain | 2 | -3/+3 |
| 2007-11-10 | softmac: fix wext MLME request reason code endianness | Johannes Berg | 1 | -1/+1 |
| 2007-11-07 | [NET]: Removing duplicit #includes | Jiri Olsa | 2 | -2/+0 |
| 2007-11-02 | cleanup asm/scatterlist.h includes | Adrian Bunk | 1 | -1/+0 |
| 2007-10-24 | SG: Change sg_set_page() to take length and offset argument | Jens Axboe | 1 | -7/+2 |
| 2007-10-24 | m68k: sg fallout | Geert Uytterhoeven | 2 | -2/+2 |
| 2007-10-23 | [PATCH] Fix breakage after SG cleanups | Ralf Baechle | 2 | -0/+2 |
| 2007-10-22 | Update net/ to use sg helpers | Jens Axboe | 2 | -14/+7 |
| 2007-10-19 | Spelling fix: explicitly | Jean Delvare | 1 | -1/+1 |
| 2007-10-16 | [PATCH] ieee80211: fix TKIP QoS bug | Johannes Berg | 1 | -1/+1 |
| 2007-10-10 | [IEEE80211]: Fix softmac lockdep reports. | Johannes Berg | 6 | -17/+23 |
| 2007-10-10 | [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF() | Joe Perches | 7 | -68/+94 |
| 2007-10-10 | [NET]: Make /proc/net per network namespace | Eric W. Biederman | 1 | -3/+4 |
| 2007-10-10 | [NET]: DIV_ROUND_UP cleanup (part two) | Ilpo Järvinen | 1 | -2/+3 |
| 2007-10-03 | Merge branch 'fixes-jgarzik' of git://git.kernel.org/pub/scm/linux/kernel/git... | Jeff Garzik | 1 | -1/+1 |
| 2007-10-02 | [PATCH] softmac: Fix compiler-warning | Richard Knutsson | 1 | -1/+1 |
| 2007-10-01 | [IEEE80211]: avoid integer underflow for runt rx frames | John W. Linville | 1 | -0/+6 |
| 2007-09-21 | [PATCH] softmac: Fix inability to associate with WEP networks | Larry Finger | 2 | -36/+20 |
| 2007-08-06 | [PATCH] softmac: Fix deadlock of wx_set_essid with assoc work | Michael Buesch | 1 | -3/+8 |
| 2007-07-17 | [PATCH] softmac: Channel is listed twice in scan output | Jean Tourrilhes | 1 | -5/+2 |
| 2007-07-10 | [PATCH] softmac: Fix ESSID problem | Jean Tourrilhes | 1 | -1/+4 |
| 2007-07-08 | [PATCH] softmac: use list_for_each_entry | Akinobu Mita | 1 | -21/+11 |
| 2007-05-29 | [PATCH] softmac: alloc_ieee80211() NULL check | Akinobu Mita | 1 | -1/+4 |
| 2007-05-29 | [PATCH] ieee80211: fix incomplete error message | Akinobu Mita | 1 | -1/+1 |
| 2007-05-08 | [PATCH] ieee80211: include frequency in scan results | Larry Finger | 1 | -3/+5 |
| 2007-05-08 | [PATCH] ieee80211: add ieee80211_channel_to_freq | Larry Finger | 1 | -0/+16 |
| 2007-04-28 | [PATCH] ieee80211: add missing global needed by IEEE80211_DEBUG_XXXX | Larry Finger | 1 | -0/+1 |
| 2007-04-28 | [PATCH] ieee80211-crypt: Make some TKIP and CCMP error logging conditional | Larry Finger | 2 | -3/+3 |
| 2007-04-28 | [PATCH] Update my email address from jkmaline@cc.hut.fi to j@w1.fi | Jouni Malinen | 7 | -10/+10 |
| 2007-04-25 | [WIRELESS]: Refactor wireless Kconfig. | Johannes Berg | 1 | -1/+2 |
| 2007-04-25 | [SK_BUFF]: Introduce skb_copy_to_linear_data{_offset} | Arnaldo Carvalho de Melo | 1 | -2/+3 |
| 2007-04-25 | [SK_BUFF]: Introduce skb_copy_from_linear_data{_offset} | Arnaldo Carvalho de Melo | 3 | -8/+8 |
| 2007-04-25 | [SK_BUFF]: Convert skb->end to sk_buff_data_t | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2007-04-25 | [SK_BUFF]: Convert skb->tail to sk_buff_data_t | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2007-04-25 | [SK_BUFF]: unions of just one member don't get anything done, kill them | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2007-04-25 | [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iph | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2007-04-25 | [SK_BUFF]: Some more simple skb_reset_network_header conversions | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2007-04-25 | [SK_BUFF]: Introduce skb_reset_network_header(skb) | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2007-04-25 | [SK_BUFF]: Introduce skb_reset_mac_header(skb) | Arnaldo Carvalho de Melo | 1 | -3/+4 |
| 2007-04-25 | [ETH]: Make eth_type_trans set skb->dev like the other *_type_trans | Arnaldo Carvalho de Melo | 1 | -1/+0 |
| 2007-04-25 | [NET] IEEE80211: Use htons() where appropriate. | YOSHIFUJI Hideaki | 1 | -1/+1 |
| 2007-03-24 | [PATCH] fix typos in net/ieee80211/Kconfig | Patrick Ringl | 1 | -3/+3 |
| 2007-02-17 | Merge branch 'upstream' into upstream-jgarzik | John W. Linville | 2 | -18/+6 |
| 2007-02-17 | Merge branch 'gfar' of master.kernel.org:/pub/scm/linux/kernel/git/galak/powe... | Jeff Garzik | 12 | -145/+145 |
| 2007-02-14 | [PATCH] ieee80211softmac: Fix setting of initial transmit rates | Larry Finger | 2 | -18/+6 |
| 2007-02-10 | [NET] IEEE80211: Fix whitespace errors. | YOSHIFUJI Hideaki | 12 | -145/+145 |
| 2007-02-09 | Merge branch 'upstream' of master.kernel.org:/pub/scm/linux/kernel/git/linvil... | Jeff Garzik | 1 | -3/+0 |
| 2007-02-09 | [PATCH] ieee80211: Fix sparse warning | Larry Finger | 1 | -3/+0 |
| 2007-02-05 | [PATCH] softmac: avoid assert in ieee80211softmac_wx_get_rate | John W. Linville | 1 | -0/+6 |
| 2006-12-19 | [PATCH] ieee80211softmac: Fix mutex_lock at exit of ieee80211_softmac_get_genie | Ulrich Kunitz | 1 | -1/+1 |
| 2006-12-19 | [PATCH] ieee80211softmac: Fix errors related to the work_struct changes | Ulrich Kunitz | 1 | -2/+2 |
| 2006-12-10 | [PATCH] workstruct: fix ieee80211-softmac compile problem | David Howells | 1 | -1/+1 |
| 2006-12-07 | Merge branch 'upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/linv... | Jeff Garzik | 4 | -3/+18 |
| 2006-12-05 | [PATCH] softmac: fix unbalanced mutex_lock/unlock in ieee80211softmac_wx_set_... | Maxime Austruy | 1 | -1/+2 |
| 2006-12-05 | [PATCH] softmac: Fixed handling of deassociation from AP | Ulrich Kunitz | 3 | -2/+16 |
| 2006-12-05 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | David Howells | 2 | -0/+2 |
| 2006-12-05 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | David Howells | 5 | -30/+98 |
| 2006-12-04 | [PATCH] severing skbuff.h -> mm.h | Al Viro | 2 | -0/+2 |
| 2006-12-02 | [PATCH] softmac: reduce scan debug output | Larry Finger | 1 | -3/+2 |
| 2006-12-02 | [PATCH] ieee80211: Provide generic get_stats implementation | Daniel Drake | 1 | -0/+11 |
| 2006-12-02 | [PATCH] Check ieee80211softmac_auth_resp kmalloc result | Arnaldo Carvalho de Melo | 3 | -12/+14 |
| 2006-12-02 | [PATCH] ieee80211softmac: fix verbosity when debug disabled | Larry Finger | 1 | -5/+5 |
| 2006-12-02 | [PATCH] ieee80211: Drop and count duplicate data frames to remove 'replay det... | Larry Finger | 1 | -0/+5 |
| 2006-12-02 | [PATCH] ieee80211: allow mtu bigger than 1500 | matthieu castet | 1 | -0/+9 |
| 2006-12-02 | [PATCH] ieee80211: Move IV/ICV stripping into ieee80211_rx | Daniel Drake | 1 | -6/+50 |
| 2006-11-28 | [PATCH] softmac: remove netif_tx_disable when scanning | Michael Buesch | 1 | -2/+0 |
| 2006-11-22 | WorkStruct: make allyesconfig | David Howells | 7 | -38/+51 |
| 2006-11-14 | [PATCH] ieee80211: Fix kernel panic when QoS is enabled | Zhu Yi | 1 | -2/+2 |
| 2006-10-31 | [PATCH] ieee80211: don't flood log with errors | Jiri Benc | 1 | -6/+6 |
| 2006-10-25 | [CRYPTO] users: Select ECB/CBC where needed | Patrick McHardy | 1 | -0/+2 |
| 2006-10-17 | [PATCH] sotftmac: fix a slab corruption in WEP restricted key association | Laurent Riffard | 1 | -1/+1 |
| 2006-10-16 | [PATCH] softmac: Fix WX and association related races | Michael Buesch | 4 | -58/+79 |
| 2006-09-25 | [PATCH] bcm43xx: WE-21 support | Larry Finger | 1 | -4/+4 |
| 2006-09-22 | net/ieee80211: fix more crypto-related build breakage | Jeff Garzik | 2 | -3/+19 |
| 2006-09-22 | Merge branch 'master' into upstream | Jeff Garzik | 3 | -85/+82 |
| 2006-09-21 | [CRYPTO] users: Use crypto_hash interface instead of crypto_digest | Herbert Xu | 1 | -11/+14 |
| 2006-09-21 | [CRYPTO] users: Use block ciphers where applicable | Herbert Xu | 3 | -43/+48 |
| 2006-08-29 | [PATCH] ieee80211: Workaround malformed 802.11 frames from AP | Zhu Yi | 1 | -7/+10 |
| 2006-08-29 | [PATCH] ieee80211: Fix TKIP and WEP decryption error on SMP machines | Zhu Yi | 2 | -41/+84 |
| 2006-08-29 | [PATCH] ieee80211: TKIP and CCMP replay check rework | Zhu Yi | 2 | -3/+36 |
| 2006-08-29 | [PATCH] ieee80211: remove ieee80211_tx() is_queue_full warning | Zhu Yi | 1 | -7/+0 |
| 2006-08-29 | [PATCH] ieee80211: Fix header->qos_ctl endian issue | Zhu Yi | 2 | -2/+2 |
| 2006-07-27 | [PATCH] ieee80211: Make ieee80211_rx_any usable | Daniel Drake | 1 | -10/+28 |
| 2006-07-27 | [PATCH] softmac: export highest_supported_rate function | Daniel Drake | 1 | -11/+5 |
| 2006-07-27 | [PATCH] softmac: ERP handling and driver-level notifications | Daniel Drake | 4 | -25/+96 |
| 2006-07-27 | [PATCH] ieee80211: small ERP handling additions | Daniel Drake | 1 | -0/+1 |
| 2006-07-27 | [PATCH] ieee80211: TKIP requires CRC32 | Chuck Ebbert | 1 | -0/+1 |
| 2006-07-27 | [PATCH] softmac: do shared key auth in workqueue | Daniel Drake | 1 | -6/+22 |
| 2006-07-21 | [NET]: Conversions from kmalloc+memset to k(z|c)alloc. | Panagiotis Issaris | 5 | -13/+6 |
| 2006-07-05 | [PATCH] softmac: fix build-break from 881ee6999d66c8fc903b429b73bbe6045b38c549 | John W. Linville | 1 | -2/+2 |
| 2006-07-05 | [PATCH] CONFIG_WIRELESS_EXT is neccessary after all | Horms | 1 | -0/+2 |
| 2006-07-05 | [PATCH] SoftMAC: Add network to ieee80211softmac_call_events when associate t... | Joseph Jezak | 1 | -2/+4 |
| 2006-07-05 | [PATCH] SoftMAC: Prevent multiple authentication attempts on the same network | Joseph Jezak | 3 | -9/+56 |
| 2006-07-05 | [PATCH] 2.6.17 missing a call to ieee80211softmac_capabilities from ieee80211... | Larry Finger | 1 | -0/+3 |
| 2006-07-05 | [PATCH] skb used after passing to netif_rx in net/ieee80211/ieee80211_rx.c | Eric Sesterhenn | 1 | -1/+1 |
| 2006-07-05 | [PATCH] ieee80211: fix not allocating IV+ICV space when usingencryption in ie... | Hong Liu | 1 | -4/+11 |
| 2006-06-30 | Remove obsolete #include <linux/config.h> | Jörn Engel | 7 | -7/+0 |
| 2006-06-15 | [PATCH] wireless: correct dump of WPA IE | Larry Finger | 1 | -1/+1 |
| 2006-06-05 | [PATCH] softmac: unified capabilities computation | Joseph Jezak | 1 | -32/+53 |
| 2006-06-05 | [PATCH] softmac: Fix handling of authentication failure | Daniel Drake | 2 | -4/+23 |
| 2006-06-05 | [PATCH] softmac: complete shared key authentication | Daniel Drake | 4 | -28/+49 |
| 2006-06-05 | [PATCH] ieee80211softmac_io.c: fix warning "defined but not used" | Toralf Förster | 1 | -45/+0 |
| 2006-05-05 | [PATCH] softmac: suggest per-frame-type TX rate | Daniel Drake | 4 | -35/+108 |
| 2006-05-05 | [PATCH] ieee80211_wx.c: remove dead code | Adrian Bunk | 1 | -1/+1 |
| 2006-05-05 | [PATCH] softmac: deauthentication implies deassociation | Daniel Drake | 4 | -24/+37 |
| 2006-05-05 | Merge branch 'upstream-fixes' into upstream | John W. Linville | 4 | -4/+41 |
| 2006-05-05 | [PATCH] softmac: make non-operational after being stopped | Daniel Drake | 4 | -2/+38 |
| 2006-05-05 | [PATCH] softmac: don't reassociate if user asked for deauthentication | Daniel Drake | 1 | -2/+3 |
| 2006-04-24 | [PATCH] softmac: clean up event handling code | Johannes Berg | 1 | -15/+10 |
| 2006-04-24 | [PATCH] softmac: add SIOCSIWMLME | Johannes Berg | 3 | -1/+34 |
| 2006-04-24 | [PATCH] ieee80211: replace debug IEEE80211_WARNING with each own debug macro | Zhu Yi | 1 | -8/+8 |
| 2006-04-24 | [PATCH] ieee80211: remove unnecessary CONFIG_WIRELESS_EXT checking | Zhu Yi | 1 | -2/+0 |
| 2006-04-24 | [PATCH] ieee80211: export list of bit rates with standard WEXT procddures | Zhu Yi | 1 | -23/+21 |
| 2006-04-24 | [PATCH] ieee80211: Fix TX code doesn't enable QoS when using WPA + QoS | Zhu Yi | 1 | -12/+51 |
| 2006-04-24 | [PATCH] ieee80211: Fix TKIP MIC calculation for QoS frames | Zhu Yi | 1 | -1/+10 |
| 2006-04-24 | [PATCH] softmac: fix SIOCSIWAP | Johannes Berg | 3 | -14/+35 |
| 2006-04-19 | [PATCH] softmac: report when scanning has finished | Johannes Berg | 1 | -0/+6 |
| 2006-04-19 | [PATCH] softmac: fix event sending | Johannes Berg | 2 | -5/+31 |
| 2006-04-19 | [PATCH] softmac: handle iw_mode properly | johannes@sipsolutions.net | 1 | -3/+15 |
| 2006-04-19 | [PATCH] softmac: dont send out packets while scanning | johannes@sipsolutions.net | 1 | -0/+2 |
| 2006-04-19 | [PATCH] softmac: return -EAGAIN from getscan while scanning | johannes@sipsolutions.net | 1 | -0/+10 |
| 2006-04-19 | [PATCH] softmac: fix spinlock recursion on reassoc | Michael Buesch | 1 | -1/+2 |
| 2006-04-19 | [PATCH] softmac uses Wiress Ext. | Randy Dunlap | 1 | -0/+1 |
| 2006-03-27 | [PATCH] softmac: reduce default rate to 11Mbps. | David Woodhouse | 2 | -10/+19 |
| 2006-03-27 | [PATCH] softmac: reduce scan dwell time | David Woodhouse | 1 | -1/+1 |
| 2006-03-27 | [PATCH] Minor (janitorial) change to ieee80211 | Larry Finger | 1 | -2/+2 |
| 2006-03-23 | [PATCH] Restore channel setting after scan. | David Woodhouse | 1 | -0/+7 |
| 2006-03-23 | [PATCH] softmac: remove function_enter() | John W. Linville | 3 | -29/+1 |
| 2006-03-22 | [PATCH] Fix softmac scan | Larry Finger | 1 | -0/+1 |
| 2006-03-22 | [PATCH] softmac: remove dead code | Johannes Berg | 1 | -7/+0 |
| 2006-03-22 | [PATCH] softmac: add reassociation code | Johannes Berg | 3 | -0/+21 |
| 2006-03-22 | [PATCH] softmac: update deauth handler to quiet warning | Johannes Berg | 2 | -5/+5 |
| 2006-03-22 | [PATCH] trivial fixes to softmac | Johannes Berg | 2 | -2/+1 |
| 2006-03-22 | [PATCH] update copyright in softmac | Johannes Berg | 7 | -35/+35 |
| 2006-03-22 | [PATCH] ieee80211_rx_any: filter out packets, call ieee80211_rx or ieee80211_... | Denis Vlasenko | 1 | -0/+74 |
| 2006-03-22 | [PATCH] softmac: move EXPORT_SYMBOL_GPL right after functions | Johannes Berg | 1 | -8/+7 |
| 2006-03-22 | [PATCH] softmac: add MODULE_DESCRIPTION and MODULE_AUTHORs | Johannes Berg | 1 | -0/+6 |
| 2006-03-22 | [PATCH] softmac: add copyright and license headers | Johannes Berg | 7 | -3/+175 |
| 2006-03-22 | [PATCH] softmac: some comment stuff | Johannes Berg | 2 | -2/+1 |
| 2006-03-22 | [PATCH] softmac: properly check return value of ieee80211softmac_alloc_mgt | Johannes Berg | 1 | -1/+1 |
| 2006-03-22 | [PATCH] softmac: scan at least once before selecting a network by essid | Johannes Berg | 1 | -7/+8 |
| 2006-03-22 | [PATCH] softmac: check if disassociation is for us before processing it | Johannes Berg | 1 | -1/+4 |
| 2006-03-22 | [PATCH] softmac: select "best" network based on rssi | Johannes Berg | 1 | -4/+8 |
| 2006-03-22 | [PATCH] softmac: add fixme for disassoc | Johannes Berg | 1 | -0/+1 |
| 2006-03-22 | [PATCH] softmac: try to reassociate when being disassociated from the AP | Johannes Berg | 1 | -0/+1 |
| 2006-03-22 | [PATCH] softmac: correctly use netif_carrier_{on,off} | Johannes Berg | 3 | -15/+6 |
| 2006-03-22 | [PATCH] softmac: convert to use global workqueue | Johannes Berg | 6 | -17/+12 |
| 2006-03-22 | [PATCH] softmac: fix Makefiles | Johannes Berg | 2 | -1/+2 |
| 2006-03-22 | [PATCH] softmac: fix some sparse warnings | Johannes Berg | 3 | -9/+14 |
| 2006-03-22 | [PATCH] make softmac depend on IEEE80211 and EXPERIMENTAL | Johannes Berg | 1 | -0/+1 |
| 2006-03-22 | [PATCH] wireless: Add softmac layer to the kernel | Johannes Berg | 11 | -0/+2585 |
| 2006-03-17 | [PATCH] ieee80211: Don't update network statistics from off-channel packets. | James Ketrenos | 1 | -1/+13 |
| 2006-03-15 | Merge branch 'upstream-fixes' | John W. Linville | 2 | -3/+3 |
| 2006-03-15 | [PATCH] ieee80211: Fix QoS is not active problem | Hong Liu | 1 | -2/+2 |
| 2006-03-15 | [PATCH] ieee80211: Fix CCMP decryption problem when QoS is enabled | Zhu Yi | 1 | -1/+1 |
| 2006-02-27 | [PATCH] ieee80211_geo.c: remove frivolous BUG_ON's | Pete Zaitcev | 1 | -3/+6 |
| 2006-02-27 | Merge branch 'upstream-fixes' | John W. Linville | 1 | -11/+5 |
| 2006-02-27 | [PATCH] ieee80211_rx.c: is_beacon | Pete Zaitcev | 1 | -11/+5 |
| 2006-02-17 | [PATCH] ieee80211: fix sparse warning about missing "static" | Johannes Berg | 1 | -1/+1 |
| 2006-02-17 | [PATCH] ieee80211: Use IWEVGENIE to set WPA IE | Zhu Yi | 1 | -22/+10 |
| 2006-01-31 | [PATCH] Add two management functions to ieee80211_rx.c | Larry Finger | 1 | -0/+24 |
| 2006-01-30 | [PATCH] ieee80211: common wx auth code | Larry Finger | 1 | -0/+89 |
| 2006-01-30 | [PATCH] ieee80211: trivial fix for misplaced ()'s | Denis Vlasenko | 1 | -1/+1 |
| 2006-01-30 | [PATCH] net/: fix the WIRELESS_EXT abuse | Adrian Bunk | 1 | -2/+2 |
| 2006-01-30 | Merge branch 'upstream-fixes' | John W. Linville | 1 | -2/+2 |
| 2006-01-30 | [PATCH] Typo corrections for ieee80211 | Larry Finger | 1 | -2/+2 |
| 2006-01-27 | [PATCH] ieee80211: Add 802.11h information element parsing | Zhu Yi | 1 | -6/+103 |
| 2006-01-27 | [PATCH] ieee80211: Add helpers for IBSS DFS handling | Zhu Yi | 1 | -0/+18 |
| 2006-01-27 | [PATCH] ieee80211: Add 802.11h data type and structures | Zhu Yi | 1 | -1/+1 |
| 2006-01-27 | [PATCH] ieee80211: Add TKIP crypt->build_iv | Zhu Yi | 4 | -31/+39 |
| 2006-01-27 | [PATCH] ieee80211: TIM information element parsing | Zhu Yi | 1 | -1/+4 |
| 2006-01-27 | [PATCH] ieee80211: kmalloc+memset -> kzalloc cleanups | Zhu Yi | 1 | -2/+1 |
| 2006-01-27 | [PATCH] ieee80211: Add spectrum management information | Zhu Yi | 1 | -2/+29 |
| 2006-01-27 | [PATCH] ieee80211: add flags for all geo channels | Zhu Yi | 1 | -1/+38 |
| 2006-01-27 | [PATCH] ieee80211: Log if netif_rx() drops the packet | Zhu Yi | 2 | -7/+13 |
| 2006-01-27 | [PATCH] WEP fields are incorrectly shown to be INSIDE snap in the doc | Denis Vlasenko | 1 | -13/+13 |
| 2006-01-27 | [PATCH] ieee80211: Fix iwlist scan can only show about 20 APs | Zhu Yi | 1 | -2/+10 |
| 2006-01-27 | [PATCH] ieee80211: Fix problem with not decrypting broadcast packets | Zhu Yi | 1 | -5/+17 |
| 2006-01-14 | [PATCH] Unlinline a bunch of other functions | Arjan van de Ven | 4 | -12/+12 |
| 2006-01-10 | [NET]: Change memcmp(,,ETH_ALEN) to compare_ether_addr() | Kris Katterjohn | 1 | -7/+7 |