summaryrefslogtreecommitdiffstats
path: root/net/ieee80211
Commit message (Expand)AuthorAgeFilesLines
* [IEEE80211]: Fix softmac lockdep reports.Johannes Berg2007-10-106-17/+23
* [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches2007-10-107-68/+94
* [NET]: Make /proc/net per network namespaceEric W. Biederman2007-10-101-3/+4
* [NET]: DIV_ROUND_UP cleanup (part two)Ilpo Järvinen2007-10-101-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-021-1/+1
* | [IEEE80211]: avoid integer underflow for runt rx framesJohn W. Linville2007-10-011-0/+6
|/
* [PATCH] softmac: Fix inability to associate with WEP networksLarry Finger2007-09-212-36/+20
* [PATCH] softmac: Fix deadlock of wx_set_essid with assoc workMichael Buesch2007-08-061-3/+8
* [PATCH] softmac: Channel is listed twice in scan outputJean Tourrilhes2007-07-171-5/+2
* [PATCH] softmac: Fix ESSID problemJean Tourrilhes2007-07-101-1/+4
* [PATCH] softmac: use list_for_each_entryAkinobu Mita2007-07-081-21/+11
* [PATCH] softmac: alloc_ieee80211() NULL checkAkinobu Mita2007-05-291-1/+4
* [PATCH] ieee80211: fix incomplete error messageAkinobu Mita2007-05-291-1/+1
* [PATCH] ieee80211: include frequency in scan resultsLarry Finger2007-05-081-3/+5
* [PATCH] ieee80211: add ieee80211_channel_to_freqLarry Finger2007-05-081-0/+16
* [PATCH] ieee80211: add missing global needed by IEEE80211_DEBUG_XXXXLarry Finger2007-04-281-0/+1
* [PATCH] ieee80211-crypt: Make some TKIP and CCMP error logging conditionalLarry Finger2007-04-282-3/+3
* [PATCH] Update my email address from jkmaline@cc.hut.fi to j@w1.fiJouni Malinen2007-04-287-10/+10
* [WIRELESS]: Refactor wireless Kconfig.Johannes Berg2007-04-251-1/+2
* [SK_BUFF]: Introduce skb_copy_to_linear_data{_offset}Arnaldo Carvalho de Melo2007-04-251-2/+3
* [SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}Arnaldo Carvalho de Melo2007-04-253-8/+8
* [SK_BUFF]: Convert skb->end to sk_buff_data_tArnaldo Carvalho de Melo2007-04-251-1/+1
* [SK_BUFF]: Convert skb->tail to sk_buff_data_tArnaldo Carvalho de Melo2007-04-251-1/+1
* [SK_BUFF]: unions of just one member don't get anything done, kill themArnaldo Carvalho de Melo2007-04-251-1/+1
* [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iphArnaldo Carvalho de Melo2007-04-251-1/+1
* [SK_BUFF]: Some more simple skb_reset_network_header conversionsArnaldo Carvalho de Melo2007-04-251-1/+1
* [SK_BUFF]: Introduce skb_reset_network_header(skb)Arnaldo Carvalho de Melo2007-04-251-1/+1
* [SK_BUFF]: Introduce skb_reset_mac_header(skb)Arnaldo Carvalho de Melo2007-04-251-3/+4
* [ETH]: Make eth_type_trans set skb->dev like the other *_type_transArnaldo Carvalho de Melo2007-04-251-1/+0
* [NET] IEEE80211: Use htons() where appropriate.YOSHIFUJI Hideaki2007-04-251-1/+1
* [PATCH] fix typos in net/ieee80211/KconfigPatrick Ringl2007-03-241-3/+3
* Merge branch 'upstream' into upstream-jgarzikJohn W. Linville2007-02-172-18/+6
|\
| * [PATCH] ieee80211softmac: Fix setting of initial transmit ratesLarry Finger2007-02-142-18/+6
* | Merge branch 'gfar' of master.kernel.org:/pub/scm/linux/kernel/git/galak/powe...Jeff Garzik2007-02-1712-145/+145
|\ \
| * | [NET] IEEE80211: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-1012-145/+145
* | | Merge branch 'upstream' of master.kernel.org:/pub/scm/linux/kernel/git/linvil...Jeff Garzik2007-02-091-3/+0
|\ \ \ | |/ / |/| / | |/
| * [PATCH] ieee80211: Fix sparse warningLarry Finger2007-02-091-3/+0
* | [PATCH] softmac: avoid assert in ieee80211softmac_wx_get_rateJohn W. Linville2007-02-051-0/+6
|/
* [PATCH] ieee80211softmac: Fix mutex_lock at exit of ieee80211_softmac_get_genieUlrich Kunitz2006-12-191-1/+1
* [PATCH] ieee80211softmac: Fix errors related to the work_struct changesUlrich Kunitz2006-12-191-2/+2
* [PATCH] workstruct: fix ieee80211-softmac compile problemDavid Howells2006-12-101-1/+1
* Merge branch 'upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/linv...Jeff Garzik2006-12-074-3/+18
|\
| * [PATCH] softmac: fix unbalanced mutex_lock/unlock in ieee80211softmac_wx_set_...Maxime Austruy2006-12-051-1/+2
| * [PATCH] softmac: Fixed handling of deassociation from APUlrich Kunitz2006-12-053-2/+16
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells2006-12-052-0/+2
|\|
| * [PATCH] severing skbuff.h -> mm.hAl Viro2006-12-042-0/+2
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells2006-12-055-30/+98
|\|
| * [PATCH] softmac: reduce scan debug outputLarry Finger2006-12-021-3/+2
| * [PATCH] ieee80211: Provide generic get_stats implementationDaniel Drake2006-12-021-0/+11