summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* qeth: convert qeth_reply.refcnt from atomic_t to refcount_tElena Reshetova2017-12-202-6/+5
* net: convert lcs_reply.refcnt from atomic_t to refcount_tElena Reshetova2017-12-202-8/+5
* netdevsim: correctly check return value of debugfs_create_dirPrashant Bhole2017-12-202-6/+8
* net: amd-xgbe: Get rid of custom hex_dump_to_buffer()Andy Shevchenko2017-12-201-17/+7
* netdevsim: bpf: remove unused variableJakub Kicinski2017-12-201-3/+0
* netdevsim: declare struct device_type as staticJakub Kicinski2017-12-201-1/+1
* net: pasemi: Replace mac address parsingAndy Shevchenko2017-12-201-3/+1
* net: bonding: Replace mac address parsingAndy Shevchenko2017-12-201-5/+1
* nfp: flower: compile Geneve encap actionsJohn Hurley2017-12-192-38/+48
* nfp: flower: compile Geneve match fieldsJohn Hurley2017-12-194-42/+91
* nfp: flower: read extra feature support from fwJohn Hurley2017-12-192-1/+11
* nfp: flower: remove unused tun_mask variableJohn Hurley2017-12-191-5/+6
* cxgb4: RSS table is 4k for T6Ganesh Goudar2017-12-196-23/+36
* ibmvnic: Include header descriptor support for ARP packetsThomas Falcon2017-12-191-1/+6
* ibmvnic: Increase maximum number of RX/TX queuesThomas Falcon2017-12-191-1/+1
* ibmvnic: Rename IBMVNIC_MAX_TX_QUEUES to IBMVNIC_MAX_QUEUESThomas Falcon2017-12-192-2/+2
* Merge tag 'wireless-drivers-next-for-davem-2017-12-18' of git://git.kernel.or...David S. Miller2017-12-19157-2098/+12666
|\
| * Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo2017-12-1441-337/+1654
| |\
| | * ath10k: wmi: add hw params entry for wcn3990Rakesh Pillai2017-12-143-0/+30
| | * ath10k: wmi: get wmi init parameter values from hw paramsRakesh Pillai2017-12-143-3/+44
| | * ath10k: wmi: add management tx by reference support over wmiRakesh Pillai2017-12-146-1/+158
| | * ath10k: wmi: modify svc bitmap parsing for wcn3990Rakesh Pillai2017-12-144-15/+97
| | * wcn36xx: Reduce spinlock in indication handlerBjorn Andersson2017-12-141-2/+2
| | * ath9k_htc: Add a sanity check in ath9k_htc_ampdu_action()Dan Carpenter2017-12-141-0/+4
| | * wcn36xx: Add hardware scan offload supportLoic Poulain2017-12-144-8/+238
| | * ath10k: search DT for qcom,ath10k-calibration-variantSven Eckelmann2017-12-141-7/+33
| | * ath10k: add per peer tx stats support for 10.2.4Anilkumar Kolli2017-12-144-1/+104
| | * ath10k: move pktlog_filter out of ath10k_debugAnilkumar Kolli2017-12-142-9/+9
| | * ath10k: remove MAC80211_DEBUGFS dependency on ath10k_sta_statisticsAnilkumar Kolli2017-12-144-32/+30
| | * ath10k: unify rx processing in napi_pollRajkumar Manoharan2017-12-143-61/+63
| | * ath10k: handling qos at STA side based on AP WMM enable/disableBalaji Pothunoori2017-12-141-1/+1
| | * ath10k: fix invalid STS_CAP_OFFSET_MASKBen Greear2017-12-071-1/+2
| | * ath6kl: improve endianness handlingKenneth Lu2017-12-071-1/+1
| | * ath10k: move spectral scan support under a separate config symbolMatthias Schiffer2017-12-073-4/+11
| | * ath9k: move spectral scan support under a separate config symbolMatthias Schiffer2017-12-073-8/+14
| | * ath10k: use 64-bit crash dump timestampsArnd Bergmann2017-12-072-2/+2
| | * ath6kl: remove redundant variable ies_lenKenneth Lu2017-12-071-2/+0
| | * wcn36xx: set default BTLE coexistence configEyal Ilsar2017-12-021-0/+2
| | * wil6210: update statistics for suspendLazar Alexei2017-12-024-27/+59
| | * wil6210: remove suspend time statisticsLazar Alexei2017-12-024-39/+4
| | * wil6210: fix PCIe bus mastering in case of interface downLazar Alexei2017-12-023-19/+19
| | * wil6210: get suspend reject reason and resume triggers from FWLazar Alexei2017-12-022-6/+57
| | * wil6210: missing length check in wil_cfg80211_mgmt_txLior David2017-12-021-3/+7
| | * wil6210: missing length check in wmi_set_ieLior David2017-12-021-1/+7
| | * wil6210: add block size checks during FW loadLior David2017-12-023-21/+49
| | * wil6210: fix length check in __wmi_sendLior David2017-12-022-2/+22
| | * wil6210: abort properly in cfg suspendHamad Kadmany2017-12-021-2/+5
| | * wil6210: refresh FW capabilities during interface upLior David2017-12-024-27/+33
| | * wil6210: print human readable names of WMI commands and eventsDedy Lansky2017-12-021-5/+232
| | * wil6210: run-time PM when interface downLazar Alexei2017-12-026-20/+237