summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville2014-05-223-70/+224
|\
| * cfg80211: allow RSSI compensationEmmanuel Grumbach2014-05-221-0/+7
| * cfg80211: implement cfg80211_get_station cfg80211 APIAntonio Quartulli2014-05-211-0/+13
| * mac80211: export the expected throughputAntonio Quartulli2014-05-211-0/+7
| * cfg80211: export expected throughput through get_station()Antonio Quartulli2014-05-202-28/+37
| * cfg80211: constify wowlan/coalesce mask/pattern pointersJohannes Berg2014-05-191-1/+1
| * cfg80211: constify more pointers in the cfg80211 APIJohannes Berg2014-05-191-11/+12
| * cfg80211: constify MAC addresses in cfg80211 opsJohannes Berg2014-05-191-14/+15
| * mac80211: fix csa_counter_offs argument name in docbookLuciano Coelho2014-05-191-2/+3
| * cfg80211: add documentation for max_num_csa_countersLuciano Coelho2014-05-191-5/+5
| * mac80211: Handle the CSA counters correctlyAndrei Otcheretianski2014-05-151-1/+22
| * mac80211: Provide ieee80211_beacon_get_template APIAndrei Otcheretianski2014-05-151-7/+36
| * cfg80211: Support multiple CSA countersAndrei Otcheretianski2014-05-152-7/+22
| * cfg80211: Add API to update CSA counters in mgmt framesAndrei Otcheretianski2014-05-152-0/+12
| * cfg80211: allow restricting supported dfs regionsFelix Fietkau2014-05-132-0/+5
| * mac80211: handle failed restart/resume betterJohannes Berg2014-05-091-0/+14
| * cfg80211: fix docbook warningLuciano Coelho2014-05-081-1/+1
| * cfg80211: export interface stopping functionMichal Kazior2014-05-061-0/+15
| * mac80211: fix CSA tx queue stoppingMichal Kazior2014-05-061-1/+3
| * mac80211: set an external flag for TDLS stationsArik Nemtsov2014-05-051-0/+2
* | Merge tag 'nfc-next-3.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville2014-05-225-4/+52
|\ \
| * | NFC: Add RAW socket type support for SOCKPROTO_RAWHiren Tandel2014-05-202-4/+15
| * | NFC: digital: Add macros for the ISO/IEC 14443-B ProtocolMark A. Greer2014-04-221-0/+4
| * | NFC: hci: Add load_session HCI operandChristophe Ricard2014-04-221-0/+1
| * | NFC: ST21NFCA: Add driver for STMicroelectronics ST21NFCA NFC ChipChristophe Ricard2014-04-221-0/+32
* | | ssb: sprom: add dev_id field for value overriding standard IDRafał Miłecki2014-05-191-0/+1
* | | lib/crc7: Shift crc7() output left 1 bitGeorge Spelvin2014-05-161-4/+4
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2014-05-131-0/+12
|\ \ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211John W. Linville2014-05-061-0/+12
| |\ \ \ | | |/ / | |/| |
| | * | cfg80211: add cfg80211_sched_scan_stopped_rtnlEliad Peller2014-05-051-0/+12
* | | | ath9k: Allow platform override without EEPROM overrideHelmut Schaa2014-05-071-0/+2
* | | | Merge branch 'rfkill-gpio-cleanups' of git://git.kernel.org/pub/scm/linux/ker...John W. Linville2014-05-061-10/+0
|\ \ \ \
| * | | | net: rfkill: gpio: remove unused and obsolete platform parametersHeikki Krogerus2014-04-111-10/+0
* | | | | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2014-04-304-14/+151
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | cfg80211: Dynamic channel bandwidth changes in AP modeJouni Malinen2014-04-282-0/+12
| * | | | cfg80211: Add attributes describing prohibited channel bandwidthRostislav Lisovy2014-04-252-0/+12
| * | | | mac80211: add option to generate CCMP IVs only for mgmt framesMarek Kwaczynski2014-04-251-6/+10
| * | | | cfg80211: allow drivers to iterate over matching combinationsMichal Kazior2014-04-251-0/+27
| * | | | mac80211: Update conf_is_ht() to work properly with 5/10MHz channelsRostislav Lisovy2014-04-091-1/+3
| * | | | cfg80211: update comment about WIPHY_FLAG_CUSTOM_REGULATORYKalle Valo2014-04-091-1/+1
| * | | | mac80211: allow reservation of a running chanctxLuciano Coelho2014-04-091-0/+7
| * | | | cfg80211/mac80211: move interface counting for combination check to mac80211Luciano Coelho2014-04-091-2/+0
| * | | | cfg80211/mac80211: refactor cfg80211_chandef_dfs_required()Luciano Coelho2014-04-091-2/+5
| * | | | cfg80211: refactor cfg80211_can_use_iftype_chan()Luciano Coelho2014-04-091-0/+22
| * | | | cfg80211: Add an option to hint indoor operationIlan Peer2014-04-091-0/+3
| * | | | cfg80211: Enable GO operation on additional channelsIlan Peer2014-04-092-1/+9
| * | | | cfg80211: Add indoor only and GO concurrent channel attributesDavid Spinadel2014-04-092-0/+28
| * | | | mac80211: add vif to flush callEmmanuel Grumbach2014-04-091-1/+3
| * | | | cfg80211: allow userspace to take ownership of interfacesJohannes Berg2014-04-092-0/+9
| |/ / /
* | | | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville2014-04-302-3/+11
|\ \ \ \