summaryrefslogtreecommitdiffstats
path: root/net/ieee80211
Commit message (Expand)AuthorAgeFilesLines
* net/ieee80211 -> drivers/net/ipw2x00/libipw_* renameJohn W. Linville2008-11-217-3642/+0Star
* lib80211: consolidate crypt init routinesJohn W. Linville2008-11-211-24/+2Star
* lib80211: absorb crypto bits from net/ieee80211John W. Linville2008-11-2110-1842/+58Star
* wireless: fix two bad print_ssid conversionsHolger Schurig2008-11-101-0/+4
* net/: Kill now superfluous ->last_rx stores.David S. Miller2008-11-041-2/+0Star
* wireless: avoid some net/ieee80211.h vs. linux/ieee80211.h conflictsJohn W. Linville2008-11-011-1/+1
* wireless: use individual buffers for printing ssid valuesJohn W. Linville2008-11-012-9/+17
* wireless: remove NETWORK_EMPTY_ESSID flagJohn W. Linville2008-11-012-22/+5Star
* wireless: consolidate on a single escape_essid implementationJohn W. Linville2008-11-014-44/+20Star
* make ieee80211 invisibleJohannes Berg2008-11-011-40/+16Star
* net: convert print_mac to %pMJohannes Berg2008-10-284-75/+43Star
* net/ieee80211: adjust error handlingJulia Lawall2008-08-221-4/+4
* wext: Emit event stream entries correctly when compat.David S. Miller2008-06-171-20/+28
* mac80211: use hardware flags for signal/noise unitsBruno Randolf2008-05-141-1/+1
* remove ieee80211_wx_{get,set}_auth()Adrian Bunk2008-05-071-89/+0Star
* remove ieee80211_tx_frame()Adrian Bunk2008-05-071-86/+0Star
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-04-141-14/+29
|\
| * [NET]: Undo code bloat in hot paths due to print_mac().David S. Miller2008-04-091-14/+29
* | the scheduled ieee80211 softmac removalAdrian Bunk2008-03-1312-3176/+0Star
* | net: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-03-061-1/+1
|/
* ieee80211: beacon->capability is little-endianAl Viro2008-01-291-20/+19Star
* ieee80211: fix misannotationsAl Viro2008-01-293-19/+19
* ieee80211softmac_auth_resp() fixAl Viro2008-01-291-3/+3
* several missing cpu_to_le16() in ieee80211softmac_capabilities()Al Viro2008-01-291-5/+5
* eliminate byteswapping in struct ieee80211_qos_parametersAl Viro2008-01-291-3/+3
* wireless: fix '!x & y' typo'sRoel Kluin2008-01-291-1/+1
* [IEEE80211]: Use htons() where appropriate.YOSHIFUJI Hideaki2008-01-281-2/+2
* softmac: mark as obsolete and schedule for removalJohn W. Linville2008-01-281-2/+3
* [NET]: Convert init_timer into setup_timerPavel Emelyanov2008-01-281-3/+2Star
* Merge branch 'fixes-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Herbert Xu2007-11-301-1/+2
|\
| * ieee80211: fix unaligned access in ieee80211_copy_snapDaniel Drake2007-11-301-1/+2
* | ieee80211: Stop net_ratelimit/IEEE80211_DEBUG_DROP log pollutionGuillaume Chazarain2007-11-202-3/+3
|/
* softmac: fix wext MLME request reason code endiannessJohannes Berg2007-11-111-1/+1
* [NET]: Removing duplicit #includesJiri Olsa2007-11-072-2/+0Star
* cleanup asm/scatterlist.h includesAdrian Bunk2007-11-021-1/+0Star
* SG: Change sg_set_page() to take length and offset argumentJens Axboe2007-10-241-7/+2Star
* m68k: sg falloutGeert Uytterhoeven2007-10-242-2/+2
* [PATCH] Fix breakage after SG cleanupsRalf Baechle2007-10-232-0/+2
* Update net/ to use sg helpersJens Axboe2007-10-222-14/+7Star
* Spelling fix: explicitlyJean Delvare2007-10-191-1/+1
* [PATCH] ieee80211: fix TKIP QoS bugJohannes Berg2007-10-171-1/+1
* [IEEE80211]: Fix softmac lockdep reports.Johannes Berg2007-10-116-17/+23
* [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches2007-10-117-68/+94
* [NET]: Make /proc/net per network namespaceEric W. Biederman2007-10-111-3/+4
* [NET]: DIV_ROUND_UP cleanup (part two)Ilpo Järvinen2007-10-111-2/+3
* Merge branch 'fixes-jgarzik' of git://git.kernel.org/pub/scm/linux/kernel/git...Jeff Garzik2007-10-031-1/+1
|\
| * [PATCH] softmac: Fix compiler-warningRichard Knutsson2007-10-031-1/+1
* | [IEEE80211]: avoid integer underflow for runt rx framesJohn W. Linville2007-10-021-0/+6
|/
* [PATCH] softmac: Fix inability to associate with WEP networksLarry Finger2007-09-212-36/+20Star
* [PATCH] softmac: Fix deadlock of wx_set_essid with assoc workMichael Buesch2007-08-061-3/+8