summaryrefslogtreecommitdiffstats
path: root/net/ieee80211
AgeCommit message (Expand)AuthorLines
2008-04-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller-14/+29
2008-04-08[NET]: Undo code bloat in hot paths due to print_mac().David S. Miller-14/+29
2008-03-13the scheduled ieee80211 softmac removalAdrian Bunk-3176/+0
2008-03-05net: replace remaining __FUNCTION__ occurrencesHarvey Harrison-1/+1
2008-01-28ieee80211: beacon->capability is little-endianAl Viro-20/+19
2008-01-28ieee80211: fix misannotationsAl Viro-19/+19
2008-01-28ieee80211softmac_auth_resp() fixAl Viro-3/+3
2008-01-28several missing cpu_to_le16() in ieee80211softmac_capabilities()Al Viro-5/+5
2008-01-28eliminate byteswapping in struct ieee80211_qos_parametersAl Viro-3/+3
2008-01-28wireless: fix '!x & y' typo'sRoel Kluin-1/+1
2008-01-28[IEEE80211]: Use htons() where appropriate.YOSHIFUJI Hideaki-2/+2
2008-01-28softmac: mark as obsolete and schedule for removalJohn W. Linville-2/+3
2008-01-28[NET]: Convert init_timer into setup_timerPavel Emelyanov-3/+2
2007-11-30Merge branch 'fixes-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Herbert Xu-1/+2
2007-11-29ieee80211: fix unaligned access in ieee80211_copy_snapDaniel Drake-1/+2
2007-11-20ieee80211: Stop net_ratelimit/IEEE80211_DEBUG_DROP log pollutionGuillaume Chazarain-3/+3
2007-11-10softmac: fix wext MLME request reason code endiannessJohannes Berg-1/+1
2007-11-07[NET]: Removing duplicit #includesJiri Olsa-2/+0
2007-11-02cleanup asm/scatterlist.h includesAdrian Bunk-1/+0
2007-10-24SG: Change sg_set_page() to take length and offset argumentJens Axboe-7/+2
2007-10-24m68k: sg falloutGeert Uytterhoeven-2/+2
2007-10-23[PATCH] Fix breakage after SG cleanupsRalf Baechle-0/+2
2007-10-22Update net/ to use sg helpersJens Axboe-14/+7
2007-10-19Spelling fix: explicitlyJean Delvare-1/+1
2007-10-16[PATCH] ieee80211: fix TKIP QoS bugJohannes Berg-1/+1
2007-10-10[IEEE80211]: Fix softmac lockdep reports.Johannes Berg-17/+23
2007-10-10[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches-68/+94
2007-10-10[NET]: Make /proc/net per network namespaceEric W. Biederman-3/+4
2007-10-10[NET]: DIV_ROUND_UP cleanup (part two)Ilpo Järvinen-2/+3
2007-10-03Merge branch 'fixes-jgarzik' of git://git.kernel.org/pub/scm/linux/kernel/git...Jeff Garzik-1/+1
2007-10-02[PATCH] softmac: Fix compiler-warningRichard Knutsson-1/+1
2007-10-01[IEEE80211]: avoid integer underflow for runt rx framesJohn W. Linville-0/+6
2007-09-21[PATCH] softmac: Fix inability to associate with WEP networksLarry Finger-36/+20
2007-08-06[PATCH] softmac: Fix deadlock of wx_set_essid with assoc workMichael Buesch-3/+8
2007-07-17[PATCH] softmac: Channel is listed twice in scan outputJean Tourrilhes-5/+2
2007-07-10[PATCH] softmac: Fix ESSID problemJean Tourrilhes-1/+4
2007-07-08[PATCH] softmac: use list_for_each_entryAkinobu Mita-21/+11
2007-05-29[PATCH] softmac: alloc_ieee80211() NULL checkAkinobu Mita-1/+4
2007-05-29[PATCH] ieee80211: fix incomplete error messageAkinobu Mita-1/+1
2007-05-08[PATCH] ieee80211: include frequency in scan resultsLarry Finger-3/+5
2007-05-08[PATCH] ieee80211: add ieee80211_channel_to_freqLarry Finger-0/+16
2007-04-28[PATCH] ieee80211: add missing global needed by IEEE80211_DEBUG_XXXXLarry Finger-0/+1
2007-04-28[PATCH] ieee80211-crypt: Make some TKIP and CCMP error logging conditionalLarry Finger-3/+3
2007-04-28[PATCH] Update my email address from jkmaline@cc.hut.fi to j@w1.fiJouni Malinen-10/+10
2007-04-25[WIRELESS]: Refactor wireless Kconfig.Johannes Berg-1/+2
2007-04-25[SK_BUFF]: Introduce skb_copy_to_linear_data{_offset}Arnaldo Carvalho de Melo-2/+3
2007-04-25[SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}Arnaldo Carvalho de Melo-8/+8
2007-04-25[SK_BUFF]: Convert skb->end to sk_buff_data_tArnaldo Carvalho de Melo-1/+1
2007-04-25[SK_BUFF]: Convert skb->tail to sk_buff_data_tArnaldo Carvalho de Melo-1/+1
2007-04-25[SK_BUFF]: unions of just one member don't get anything done, kill themArnaldo Carvalho de Melo-1/+1