summaryrefslogtreecommitdiffstats
path: root/net/wireless
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-06-201-3/+14
|\ \ \ | | |/ | |/|
| * | nl80211: fix attrbuf access race by allocating a separate oneJohannes Berg2013-06-191-2/+9
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-06-1115-861/+443Star
|\ \ \ | | |/ | |/|
| * | cfg80211: support an active monitor interface flagFelix Fietkau2013-05-291-0/+10
| * | cfg80211: make WoWLAN configuration available to driversJohannes Berg2013-05-274-38/+48
| * | cfg80211: remove some locked wrappers from sme APIJohannes Berg2013-05-256-59/+32Star
| * | cfg80211: remove some locked wrappers from mlme APIJohannes Berg2013-05-254-149/+70Star
| * | regulatory: remove reg_mutexJohannes Berg2013-05-251-57/+19Star
| * | regulatory: use RCU in regulatory_hint_11d()Johannes Berg2013-05-251-14/+16
| * | cfg80211: simplify and correct P2P-Device scan checkJohannes Berg2013-05-251-10/+7Star
| * | cfg80211/mac80211: use cfg80211 wdev mutex in mac80211Johannes Berg2013-05-252-42/+10Star
| * | cfg80211: vastly simplify lockingJohannes Berg2013-05-2513-444/+115Star
| * | cfg80211: use atomic_t for wiphy counterJohannes Berg2013-05-251-8/+3Star
| * | cfg80211: move cfg80211_get_dev_from_ifindex under wextJohannes Berg2013-05-253-25/+21Star
| * | Merge remote-tracking branch 'mac80211/master' into mac80211-nextJohannes Berg2013-05-254-19/+33
| |\|
| * | {cfg,mac}80211: move mandatory rates calculation to cfg80211Ashok Nagarajan2013-05-241-0/+23
| * | cfg80211: Allow TDLS peer AID to be configured for VHTJouni Malinen2013-05-241-2/+9
| * | cfg80211: Userspace may inform kernel of mesh auth method.Colleen Twitty2013-05-162-0/+9
| * | cfg80211: use C99 initialisers to simplify code a bitJohannes Berg2013-05-161-24/+20Star
| * | nl80211: Add generic netlink module alias for cfg80211/nl80211Marcel Holtmann2013-05-162-4/+5
| * | cfg80211: add 60GHz regulatory classVladimir Kondratiev2013-05-161-0/+3
| * | cfg80211: add support for per-chain signal strength reportingFelix Fietkau2013-05-161-0/+38
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-06-062-1/+4
|\ \ \ | | |/ | |/|
| * | cfg80211: fix reporting 64-bit station info tx bytesFelix Fietkau2013-05-231-1/+1
| * | cfg80211: check wdev->netdev in connection workJohannes Berg2013-05-231-0/+3
* | | net: pass info struct via netdevice notifierJiri Pirko2013-05-281-3/+2Star
|/ /
* | cfg80211: fix sending WoWLAN TCP wakeup settingsJohannes Berg2013-05-161-0/+2
* | cfg80211: fix interface down/disconnect state handlingJohannes Berg2013-05-162-2/+2
* | nl80211: Add wdev identifier to some nl80211 notificationsIlan Peer2013-05-161-0/+2
* | cfg80211: fix WoWLAN wakeup tracingJohannes Berg2013-05-161-10/+13
* | cfg80211: fix wiphy_register error pathJohannes Berg2013-05-161-6/+10
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-023-40/+38Star
|\
| * hostap: Don't use create_proc_read_entry()David Howells2013-04-293-40/+38Star
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-04-247-81/+301
|\ \
| * | cfg80211: introduce critical protocol indication from user-spaceArend van Spriel2013-04-225-1/+183
| * | cfg80211: invert P2P-Device vs. netdev check orderingJohannes Berg2013-04-221-4/+4
| * | cfg80211: fix P2P-Device stop lockingJohannes Berg2013-04-221-0/+2
| * | Merge remote-tracking branch 'wireless-next/master' into mac80211-nextJohannes Berg2013-04-227-54/+108
| |\ \
| * | | nl80211: allow using wdev identifiers to get scan resultsJohannes Berg2013-04-191-75/+91
| * | | cfg80211: add ieee80211_operating_class_to_bandJohannes Berg2013-04-161-0/+20
| * | | wireless: regulatory: fix channel disabling race conditionJohannes Berg2013-04-161-1/+1
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-04-103-4/+6
|\ \ \ \ | | |/ / | |/| |
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-04-101-0/+2
| |\ \ \
| | * \ \ Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2013-04-031-0/+2
| | |\ \ \
| | | * | | cfg80211: sched_scan_mtx lock in cfg80211_conn_work()Artem Savkov2013-03-301-0/+2
| * | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-03-297-54/+106
| |\| | | | | | |_|/ / | |/| | |
| * | | | cfg80211: fix error return code in cfg80211_init()Wei Yongjun2013-03-201-1/+3
| * | | | cfg80211: fix potential connection work crashJohannes Berg2013-03-201-1/+1
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-04-017-54/+108
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2013-03-257-54/+106
| |\ \ \ \ | | | |/ / | | |/| / | | |_|/ | |/| |