summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/intel/iwlwifi/dvm
AgeCommit message (Expand)AuthorFilesLines
2020-06-10iwlwifi: Replace zero-length array with flexible-arrayGustavo A. R. Silva1-6/+6
2020-06-05iwlwifi: Extended Key ID support for mvm and dvmAlexander Wetzel1-0/+1
2020-05-08iwlwifi: remove outdated copyright print/module statementJohannes Berg1-1/+1
2020-05-08iwlwifi: remove antenna_coupling module parameterEmmanuel Grumbach3-20/+3
2020-04-24mac80211: populate debugfs only after cfg80211 initJohannes Berg1-1/+1
2020-01-31iwlwifi: use <linux/units.h> helpersAkinobu Mita2-7/+4
2020-01-27Merge tag 'wireless-drivers-next-2020-01-26' of git://git.kernel.org/pub/scm/...David S. Miller1-2/+2
2020-01-04iwlwifi: add device name to device_infoLuca Coelho1-2/+2
2019-12-23iwlwifi: pcie: allocate smaller dev_cmd for TX headersJohannes Berg1-2/+1
2019-11-20iwlwifi: check kasprintf() return valueJohannes Berg1-0/+3
2019-11-20iwlwifi: dvm: excessive if in rs_bt_update_lq()Denis Efremov1-1/+1
2019-10-04mac80211: simplify TX aggregation startJohannes Berg1-1/+1
2019-09-06iwlwifi: always access the trans configuration via transLuca Coelho6-12/+12
2019-09-06iwlwifi: separate elements from cfg that are needed by trans_allocLuca Coelho6-11/+15
2019-07-26iwlwifi: dvm: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2-25/+8
2019-06-29iwlwifi: lib: Use struct_size() helperGustavo A. R. Silva1-2/+1
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller20-250/+20
2019-06-14mac80211: call rate_control_send_low() internallyJohannes Berg1-4/+0
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 323Thomas Gleixner5-70/+5
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 322Thomas Gleixner15-180/+15
2019-02-20iwlwifi: dvm: no need to check return value of debugfs_create functionsGreg Kroah-Hartman3-50/+8
2019-02-14iwlwifi: dvm: don't use IWL_DL_FW_ERRORSSara Sharon1-7/+7
2019-02-04iwlwifi: dvm: use %u for sscanf() into unsigned variableJohannes Berg1-1/+2
2019-02-04iwlwifi: dvm: fix some fall through warningsLuca Coelho2-3/+6
2019-02-01wireless: prefix header search paths with $(srctree)/Masahiro Yamada1-1/+1
2019-01-29iwlwifi: dvm: remove useless conditionJohannes Berg1-2/+3
2019-01-29iwlwifi: move iwl_enable_{rx,tx}_ampdu to iwl-modparams.hJohannes Berg1-20/+3
2019-01-25iwlwifi: fix spelling mistake "registrating" -> "registering"Colin Ian King1-1/+1
2018-12-14iwlwifi: move iwl_nvm_check_version() into dvmLuca Coelho1-0/+17
2018-09-28iwlwifi: remove ucode error tracepointJohannes Berg1-1/+1
2018-08-31iwlwifi: remove all occurrences of the FSF address paragraphLuca Coelho24-105/+0
2018-04-20iwlwifi: remove upper case letters in sku_capa_band_*_enableLuca Coelho1-4/+4
2018-03-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-6/+1
2018-03-28net/wireless/iwlwifi: fix iwlwifi_dev_ucode_error tracepointAlexei Starovoitov1-6/+1
2018-03-27wireless: Use octal not symbolic permissionsJoe Perches2-48/+46
2017-11-21treewide: setup_timer() -> timer_setup() (2 field)Kees Cook1-8/+10
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook1-8/+6
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-08-09iwlwifi: remove references to unsupported HWLuca Coelho1-7/+1
2017-08-07Merge tag 'wireless-drivers-next-for-davem-2017-08-07' of git://git.kernel.or...David S. Miller1-16/+0
2017-08-01iwlwifi: dvm: remove unused definesSeraphime Kirkovski1-16/+0
2017-07-21iwlwifi: dvm: prevent an out of bounds accessEmmanuel Grumbach1-1/+1
2017-06-29iwlwifi: move notification wait into fw/Johannes Berg1-1/+1
2017-06-29iwlwifi: create new subdirectory for FW interactionJohannes Berg1-1/+1
2017-06-29iwlwifi: unify external & internal modparam namesJohannes Berg6-12/+12
2017-06-29iwlwifi: dvm: use macros for format stringsJohannes Berg1-5/+4
2017-06-28Merge tag 'iwlwifi-next-for-kalle-2017-06-28' of git://git.kernel.org/pub/scm...Kalle Valo1-2/+2
2017-06-23iwlwifi: remove useless iwl_free_nvm_data() functionLuca Coelho1-2/+2
2017-06-16networking: introduce and use skb_put_data()Johannes Berg2-3/+2
2017-05-08mac80211: properly remove RX_ENC_FLAG_40MHZJohannes Berg1-1/+3