summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/intel/iwlwifi/dvm
Commit message (Expand)AuthorAgeFilesLines
* iwlwifi: lib: Use struct_size() helperGustavo A. R. Silva2019-06-291-2/+1Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-1820-250/+20Star
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 323Thomas Gleixner2019-06-055-70/+5Star
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 322Thomas Gleixner2019-06-0515-180/+15Star
* | mac80211: call rate_control_send_low() internallyJohannes Berg2019-06-141-4/+0Star
|/
* iwlwifi: dvm: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-02-203-50/+8Star
* iwlwifi: dvm: don't use IWL_DL_FW_ERRORSSara Sharon2019-02-141-7/+7
* iwlwifi: dvm: use %u for sscanf() into unsigned variableJohannes Berg2019-02-041-1/+2
* iwlwifi: dvm: fix some fall through warningsLuca Coelho2019-02-042-3/+6
* wireless: prefix header search paths with $(srctree)/Masahiro Yamada2019-02-011-1/+1
* iwlwifi: dvm: remove useless conditionJohannes Berg2019-01-291-2/+3
* iwlwifi: move iwl_enable_{rx,tx}_ampdu to iwl-modparams.hJohannes Berg2019-01-291-20/+3Star
* iwlwifi: fix spelling mistake "registrating" -> "registering"Colin Ian King2019-01-251-1/+1
* iwlwifi: move iwl_nvm_check_version() into dvmLuca Coelho2018-12-141-0/+17
* iwlwifi: remove ucode error tracepointJohannes Berg2018-09-281-1/+1
* iwlwifi: remove all occurrences of the FSF address paragraphLuca Coelho2018-08-3124-105/+0Star
* iwlwifi: remove upper case letters in sku_capa_band_*_enableLuca Coelho2018-04-201-4/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-04-011-6/+1Star
|\
| * net/wireless/iwlwifi: fix iwlwifi_dev_ucode_error tracepointAlexei Starovoitov2018-03-281-6/+1Star
* | wireless: Use octal not symbolic permissionsJoe Perches2018-03-272-48/+46Star
|/
* treewide: setup_timer() -> timer_setup() (2 field)Kees Cook2017-11-221-8/+10
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-221-8/+6Star
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* iwlwifi: remove references to unsupported HWLuca Coelho2017-08-091-7/+1Star
* Merge tag 'wireless-drivers-next-for-davem-2017-08-07' of git://git.kernel.or...David S. Miller2017-08-071-16/+0Star
|\
| * iwlwifi: dvm: remove unused definesSeraphime Kirkovski2017-08-011-16/+0Star
* | iwlwifi: dvm: prevent an out of bounds accessEmmanuel Grumbach2017-07-211-1/+1
|/
* iwlwifi: move notification wait into fw/Johannes Berg2017-06-291-1/+1
* iwlwifi: create new subdirectory for FW interactionJohannes Berg2017-06-291-1/+1
* iwlwifi: unify external & internal modparam namesJohannes Berg2017-06-296-12/+12
* iwlwifi: dvm: use macros for format stringsJohannes Berg2017-06-291-5/+4Star
* Merge tag 'iwlwifi-next-for-kalle-2017-06-28' of git://git.kernel.org/pub/scm...Kalle Valo2017-06-281-2/+2
|\
| * iwlwifi: remove useless iwl_free_nvm_data() functionLuca Coelho2017-06-231-2/+2
* | networking: introduce and use skb_put_data()Johannes Berg2017-06-162-3/+2Star
|/
* mac80211: properly remove RX_ENC_FLAG_40MHZJohannes Berg2017-05-081-1/+3
* Merge tag 'mac80211-next-for-davem-2017-04-28' of git://git.kernel.org/pub/sc...David S. Miller2017-04-281-5/+5
|\
| * mac80211: separate encoding/bandwidth from flagsJohannes Berg2017-04-281-1/+1
| * mac80211: clean up rate encoding bits in RX statusJohannes Berg2017-04-281-5/+5
* | Merge tag 'iwlwifi-next-for-kalle-2017-04-26' of git://git.kernel.org/pub/scm...Kalle Valo2017-04-262-2/+2
|\ \ | |/ |/|
| * iwlwifi: rename wait_for_tx_queues_emptySara Sharon2017-04-252-2/+2
* | iwlwifi: dvm: remove usage of txrc->max_rate_idxJohannes Berg2017-03-071-1/+1
* | wireless: Set NL80211_EXT_FEATURE_CQM_RSSI_LIST in multiple driversAndrew Zaborowski2017-03-061-0/+2
|/
* iwlwifi: dvm: don't call << operator with a negative valueEmmanuel Grumbach2017-02-081-1/+4
* iwlwifi: dvm: remove unused variable compiler warning in debugfs.cLuca Coelho2017-01-261-1/+1
* iwlwifi: dvm: make rs_tl_get_load() return voidLuca Coelho2017-01-261-7/+4Star
* iwlwifi: enlarge number of ucode sectionsSara Sharon2017-01-262-2/+2
* Makefile: drop -D__CHECK_ENDIAN__ from cflagsMichael S. Tsirkin2016-12-151-1/+1
* drivers/net/wireless/intel/iwlwifi/dvm/calib.c: simplfy min() expressionAndrew Morton2016-12-151-2/+1Star
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-101-4/+2Star
|\
| * iwlwifi: use %pdAl Viro2016-08-081-4/+2Star