summaryrefslogtreecommitdiff
path: root/net/wireless
AgeCommit message (Expand)AuthorFilesLines
2013-05-16cfg80211: fix sending WoWLAN TCP wakeup settingsJohannes Berg1-0/+2
2013-05-16cfg80211: fix interface down/disconnect state handlingJohannes Berg2-2/+2
2013-05-16nl80211: Add wdev identifier to some nl80211 notificationsIlan Peer1-0/+2
2013-05-16cfg80211: fix WoWLAN wakeup tracingJohannes Berg1-10/+13
2013-05-16cfg80211: fix wiphy_register error pathJohannes Berg1-6/+10
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds3-40/+38
2013-04-29hostap: Don't use create_proc_read_entry()David Howells3-40/+38
2013-04-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville7-81/+301
2013-04-22cfg80211: introduce critical protocol indication from user-spaceArend van Spriel5-1/+183
2013-04-22cfg80211: invert P2P-Device vs. netdev check orderingJohannes Berg1-4/+4
2013-04-22cfg80211: fix P2P-Device stop lockingJohannes Berg1-0/+2
2013-04-22Merge remote-tracking branch 'wireless-next/master' into mac80211-nextJohannes Berg7-54/+108
2013-04-19nl80211: allow using wdev identifiers to get scan resultsJohannes Berg1-75/+91
2013-04-16cfg80211: add ieee80211_operating_class_to_bandJohannes Berg1-0/+20
2013-04-16wireless: regulatory: fix channel disabling race conditionJohannes Berg1-1/+1
2013-04-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville3-4/+6
2013-04-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-0/+2
2013-04-03Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville1-0/+2
2013-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller7-54/+108
2013-03-30cfg80211: sched_scan_mtx lock in cfg80211_conn_work()Artem Savkov1-0/+2
2013-03-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville7-54/+106
2013-03-28net: add ETH_P_802_3_MINSimon Horman1-1/+1
2013-03-25Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville7-54/+106
2013-03-24cfg80211: always check for scan end on P2P deviceJohannes Berg6-47/+92
2013-03-20cfg80211: fix wdev tracing crashJohannes Berg1-1/+2
2013-03-20cfg80211: fix error return code in cfg80211_init()Wei Yongjun1-1/+3
2013-03-20cfg80211: fix potential connection work crashJohannes Berg1-1/+1
2013-03-07cfg80211: fix potential BSS memory leak and updateJohannes Berg1-5/+11
2013-03-07cfg80211: fix inconsistency in trace for rdev_set_mac_aclVladimir Kondratiev1-1/+1
2013-03-06nl80211: user_mpm overrides auto_open_plinksThomas Pedersen1-0/+3
2013-03-06cfg80211: rename mesh station typesThomas Pedersen1-4/+4
2013-03-06nl80211: explicit userspace MPMThomas Pedersen2-0/+9
2013-03-06regulatory: allow VHT channels in world roamingJohannes Berg1-3/+3
2013-03-06cfg80211: enable TDLS on P2P client interfacesJohannes Berg1-0/+1
2013-03-06cfg80211/mac80211: disconnect on suspendStanislaw Gruszka4-40/+68
2013-03-06cfg80211: Extend support for IEEE 802.11r Fast BSS TransitionJouni Malinen3-0/+135
2013-03-06cfg80211: prohibit zero keepalive intervalJohannes Berg1-1/+2
2013-03-06cfg80211: refactor association parametersJohannes Berg4-104/+63
2013-03-06cfg80211: add ability to override VHT capabilitiesJohannes Berg4-8/+88
2013-03-06cfg80211: move exported event functions into nl80211Johannes Berg5-374/+195
2013-03-06nl80211: re-add channel width and extended capa advertisingJohannes Berg1-3/+33
2013-03-06nl80211: conditionally add back TCP WoWLAN informationJohannes Berg1-2/+46
2013-03-06nl80211: conditionally add back radar informationJohannes Berg1-9/+29
2013-03-06nl80211: allow splitting wiphy information in dumpsJohannes Berg1-362/+571
2013-03-06cfg80211: comprehensively check station changesJohannes Berg1-120/+168
2013-03-06cfg80211: unify station WME parsingJohannes Berg1-34/+19
2013-03-06cfg80211: clean up station WME attribute parsingJohannes Berg1-31/+37
2013-03-06cfg80211: clean up mesh plink station change APIJohannes Berg1-7/+22
2013-03-06Merge remote-tracking branch 'mac80211/master' into HEADJohannes Berg2-85/+28
2013-03-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2-28/+26