summaryrefslogtreecommitdiffstats
path: root/net/wireless
AgeCommit message (Expand)AuthorFilesLines
2013-06-04cfg80211: separate internal SME implementationJohannes Berg7-448/+335
2013-06-04cfg80211/mac80211: clean up cfg80211 SME APIsJohannes Berg3-61/+101
2013-06-04nl80211: remove bogus genlmsg_end() error checkingJohannes Berg1-33/+7
2013-06-03cfg80211: take WoWLAN support information out of wiphy structJohannes Berg2-37/+39
2013-05-29cfg80211: support an active monitor interface flagFelix Fietkau1-0/+10
2013-05-28net: pass info struct via netdevice notifierJiri Pirko1-3/+2
2013-05-27cfg80211: make WoWLAN configuration available to driversJohannes Berg4-38/+48
2013-05-25cfg80211: remove some locked wrappers from sme APIJohannes Berg6-59/+32
2013-05-25cfg80211: remove some locked wrappers from mlme APIJohannes Berg4-149/+70
2013-05-25regulatory: remove reg_mutexJohannes Berg1-57/+19
2013-05-25regulatory: use RCU in regulatory_hint_11d()Johannes Berg1-14/+16
2013-05-25cfg80211: simplify and correct P2P-Device scan checkJohannes Berg1-10/+7
2013-05-25cfg80211/mac80211: use cfg80211 wdev mutex in mac80211Johannes Berg2-42/+10
2013-05-25cfg80211: vastly simplify lockingJohannes Berg13-444/+115
2013-05-25cfg80211: use atomic_t for wiphy counterJohannes Berg1-8/+3
2013-05-25cfg80211: move cfg80211_get_dev_from_ifindex under wextJohannes Berg3-25/+21
2013-05-25Merge remote-tracking branch 'mac80211/master' into mac80211-nextJohannes Berg4-19/+33
2013-05-24{cfg,mac}80211: move mandatory rates calculation to cfg80211Ashok Nagarajan1-0/+23
2013-05-24cfg80211: Allow TDLS peer AID to be configured for VHTJouni Malinen1-2/+9
2013-05-23cfg80211: fix reporting 64-bit station info tx bytesFelix Fietkau1-1/+1
2013-05-23cfg80211: check wdev->netdev in connection workJohannes Berg1-0/+3
2013-05-16cfg80211: Userspace may inform kernel of mesh auth method.Colleen Twitty2-0/+9
2013-05-16cfg80211: use C99 initialisers to simplify code a bitJohannes Berg1-24/+20
2013-05-16nl80211: Add generic netlink module alias for cfg80211/nl80211Marcel Holtmann2-4/+5
2013-05-16cfg80211: add 60GHz regulatory classVladimir Kondratiev1-0/+3
2013-05-16cfg80211: add support for per-chain signal strength reportingFelix Fietkau1-0/+38
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