aboutsummaryrefslogtreecommitdiffstats
path: root/net/ieee80211 (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-11-21net/ieee80211 -> drivers/net/ipw2x00/libipw_* renameJohn W. Linville7-3642/+0
2008-11-21lib80211: consolidate crypt init routinesJohn W. Linville1-24/+2
2008-11-21lib80211: absorb crypto bits from net/ieee80211John W. Linville10-1842/+58
2008-11-10wireless: fix two bad print_ssid conversionsHolger Schurig1-0/+4
2008-11-03net/: Kill now superfluous ->last_rx stores.David S. Miller1-2/+0
2008-10-31wireless: avoid some net/ieee80211.h vs. linux/ieee80211.h conflictsJohn W. Linville1-1/+1
2008-10-31wireless: use individual buffers for printing ssid valuesJohn W. Linville2-9/+17
2008-10-31wireless: remove NETWORK_EMPTY_ESSID flagJohn W. Linville2-22/+5
2008-10-31wireless: consolidate on a single escape_essid implementationJohn W. Linville4-44/+20
2008-10-31make ieee80211 invisibleJohannes Berg1-40/+16
2008-10-27net: convert print_mac to %pMJohannes Berg4-75/+43
2008-08-22net/ieee80211: adjust error handlingJulia Lawall1-4/+4
2008-06-16wext: Emit event stream entries correctly when compat.David S. Miller1-20/+28
2008-05-14mac80211: use hardware flags for signal/noise unitsBruno Randolf1-1/+1
2008-05-07remove ieee80211_wx_{get,set}_auth()Adrian Bunk1-89/+0
2008-05-07remove ieee80211_tx_frame()Adrian Bunk1-86/+0
2008-04-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-14/+29
2008-04-08[NET]: Undo code bloat in hot paths due to print_mac().David S. Miller1-14/+29
2008-03-13the scheduled ieee80211 softmac removalAdrian Bunk12-3176/+0
2008-03-05net: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-1/+1
2008-01-28ieee80211: beacon->capability is little-endianAl Viro1-20/+19
2008-01-28ieee80211: fix misannotationsAl Viro3-19/+19
2008-01-28ieee80211softmac_auth_resp() fixAl Viro1-3/+3
2008-01-28several missing cpu_to_le16() in ieee80211softmac_capabilities()Al Viro1-5/+5
2008-01-28eliminate byteswapping in struct ieee80211_qos_parametersAl Viro1-3/+3
2008-01-28wireless: fix '!x & y' typo'sRoel Kluin1-1/+1
2008-01-28[IEEE80211]: Use htons() where appropriate.YOSHIFUJI Hideaki1-2/+2
2008-01-28softmac: mark as obsolete and schedule for removalJohn W. Linville1-2/+3
2008-01-28[NET]: Convert init_timer into setup_timerPavel Emelyanov1-3/+2
2007-11-30Merge branch 'fixes-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6Herbert Xu1-1/+2
2007-11-29ieee80211: fix unaligned access in ieee80211_copy_snapDaniel Drake1-1/+2
2007-11-20ieee80211: Stop net_ratelimit/IEEE80211_DEBUG_DROP log pollutionGuillaume Chazarain2-3/+3
2007-11-10softmac: fix wext MLME request reason code endiannessJohannes Berg1-1/+1
2007-11-07[NET]: Removing duplicit #includesJiri Olsa2-2/+0
2007-11-02cleanup asm/scatterlist.h includesAdrian Bunk1-1/+0
2007-10-24SG: Change sg_set_page() to take length and offset argumentJens Axboe1-7/+2
2007-10-24m68k: sg falloutGeert Uytterhoeven2-2/+2
2007-10-23[PATCH] Fix breakage after SG cleanupsRalf Baechle2-0/+2
2007-10-22Update net/ to use sg helpersJens Axboe2-14/+7
2007-10-19Spelling fix: explicitlyJean Delvare1-1/+1
2007-10-16[PATCH] ieee80211: fix TKIP QoS bugJohannes Berg1-1/+1
2007-10-10[IEEE80211]: Fix softmac lockdep reports.Johannes Berg6-17/+23
2007-10-10[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches7-68/+94
2007-10-10[NET]: Make /proc/net per network namespaceEric W. Biederman1-3/+4
2007-10-10[NET]: DIV_ROUND_UP cleanup (part two)Ilpo Järvinen1-2/+3
2007-10-03Merge branch 'fixes-jgarzik' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 into upstream-fixesJeff Garzik1-1/+1
2007-10-02[PATCH] softmac: Fix compiler-warningRichard Knutsson1-1/+1
2007-10-01[IEEE80211]: avoid integer underflow for runt rx framesJohn W. Linville1-0/+6
2007-09-21[PATCH] softmac: Fix inability to associate with WEP networksLarry Finger2-36/+20
2007-08-06[PATCH] softmac: Fix deadlock of wx_set_essid with assoc workMichael Buesch1-3/+8