aboutsummaryrefslogtreecommitdiffstats
path: root/net/wireless (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-07-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller5-10/+41
2010-06-24nl80211: Add option to adjust transmit powerJuuso Oikarinen1-0/+31
2010-06-24cfg80211/mac80211: Update set_tx_power to use mBm instead of dBm unitsJuuso Oikarinen1-5/+5
2010-06-24wireless: mark reg_mutex as staticJohn W. Linville1-1/+1
2010-06-18wireless: move regulatory_init to .init.textUwe Kleine-König2-3/+3
2010-06-18cfg80211: move cfg80211_exit to .exit.textUwe Kleine-König1-1/+1
2010-06-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller2-4/+56
2010-06-15bridge: use rx_handler_data pointer to store net_bridge_port pointerJiri Pirko2-3/+3
2010-06-14mac80211: Set basic rates while joining ibss networkTeemu Paasikivi1-0/+49
2010-06-14cfg80211/mac80211: allow action frame TX/RX in IBSSJohannes Berg2-4/+7
2010-06-02cfg80211: make action channel type optionalJohannes Berg3-1/+6
2010-06-02cfg80211: don't refuse HT20 channels on devices that don't support HT40Helmut Schaa1-2/+3
2010-05-21cfg80211: add missing bracesJohannes Berg1-2/+4
2010-05-21cfg80211: fix crash in cfg80211_set_freq()Felix Fietkau1-1/+1
2010-05-21cfg80211: Fix signal_type comparisonSujith1-2/+2
2010-05-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville7-103/+163
2010-05-07cfg80211/mac80211: better channel handlingJohannes Berg7-103/+163
2010-05-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville2-1/+6
2010-04-27cfg80211: Remove default dynamic PS timeout valueJuuso Oikarinen1-1/+2
2010-04-27cfg80211: add ap isolation supportFelix Fietkau1-0/+4
2010-04-23Merge branch 'master' into for-davemJohn W. Linville1-6/+10
2010-04-16cfg80211: Avoid sending IWEVASSOCREQIE and IWEVASSOCRESPIE events with NULL event bodyNishant Sarmukadam1-6/+10
2010-04-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville6-35/+86
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller13-0/+13
2010-04-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 into mergeJohn W. Linville1-7/+5
2010-04-07cfg80211: Add local-state-change-only auth/deauth/disassocJouni Malinen4-25/+63
2010-04-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-7/+5
2010-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-7/+5
2010-03-31nl80211: reenable station del for meshMarco Porsch1-1/+2
2010-03-31mac80211: support paged rx SKBsZhu Yi1-6/+18
2010-03-31wireless: remove trailing space in messagesFrans Pop1-3/+3
2010-03-30wireless: convert reg_regdb_search_lock to mutexJohn W. Linville1-7/+5
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo13-0/+13
2010-03-24cfg80211: Add connection quality monitoring support to nl80211Juuso Oikarinen3-0/+150
2010-03-23net/wireless/wext-core.c: Use IW_EVENT_IDX macroJoe Perches1-11/+11
2010-03-23net/wireless/wext_core.c: Use IW_IOCTL_IDX macroJoe Perches1-56/+56
2010-02-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller6-49/+604
2010-02-19nl80211: add power save commandsKalle Valo3-12/+145
2010-02-18const: struct nla_policyAlexey Dobriyan1-9/+5
2010-02-15cfg80211/mac80211: allow registering for and sending action framesJouni Malinen5-1/+446
2010-02-15nl80211: does not allow NEW_STATION and DEL_STATION for meshThadeu Lima de Souza Cascardo1-36/+13
2010-02-14Merge branch 'master' of ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller1-107/+198
2010-02-08wireless: update radiotap parserJohannes Berg1-107/+198
2010-02-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller12-52/+302
2010-02-02lib80211: Introduce TKIP_HDR_LEN define for code clarityAndriy Tkachuk1-10/+10
2010-02-02lib80211: Cosmetics - make room for MIC/CRC near the actual calculationAndriy Tkachuk2-3/+2
2010-02-01cfg80211: add regulatory hint disconnect supportLuis R. Rodriguez3-3/+212
2010-02-01cfg80211: avoid flushing the global workqueue for core reg hintsLuis R. Rodriguez1-3/+1
2010-01-27cfg80211: fix wext-compat for setting rate to 'auto'John W. Linville1-1/+1
2010-01-26cfg80211: export cfg80211_find_ieJohannes Berg1-18/+20