summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/intel/iwlwifi/dvm
AgeCommit message (Expand)Author
2020-12-11iwlwifi: dvm: Fix fall-through warnings for ClangGustavo A. R. Silva
2020-12-10iwlwifi: tighten RX MPDU bounds checksJohannes Berg
2020-12-10iwlwifi: use SPDX tagsJohannes Berg
2020-12-10iwlwifi: validate MPDU length against notification lengthJohannes Berg
2020-10-08iwlwifi: dvm: devices: Fix function documentation formatting issuesLee Jones
2020-10-08iwlwifi: dvm: rxon: Demote non-conformant kernel-doc headersLee Jones
2020-10-08iwlwifi: dvm: scan: Demote a few nonconformant kernel-doc headersLee Jones
2020-10-08iwlwifi: dvm: Demote a couple of nonconformant kernel-doc headersLee Jones
2020-10-08iwlwifi: dvm: sta: Demote a bunch of nonconformant kernel-doc headersLee Jones
2020-10-08iwlwifi: calib: Demote seemingly unintentional kerneldoc headerLee Jones
2020-10-08iwlwifi: dvm: lib: Demote non-compliant kernel-doc headersLee Jones
2020-10-08iwlwifi: dvm: tx: Demote non-compliant kernel-doc headersLee Jones
2020-10-08iwlwifi: rs: Demote non-compliant kernel-doc headersLee Jones
2020-10-08iwlwifi: dvm: Demote non-compliant kernel-doc headersLee Jones
2020-06-10iwlwifi: Replace zero-length array with flexible-arrayGustavo A. R. Silva
2020-06-05iwlwifi: Extended Key ID support for mvm and dvmAlexander Wetzel
2020-05-08iwlwifi: remove outdated copyright print/module statementJohannes Berg
2020-05-08iwlwifi: remove antenna_coupling module parameterEmmanuel Grumbach
2020-04-24mac80211: populate debugfs only after cfg80211 initJohannes Berg
2020-01-31iwlwifi: use <linux/units.h> helpersAkinobu Mita
2020-01-27Merge tag 'wireless-drivers-next-2020-01-26' of git://git.kernel.org/pub/scm/...David S. Miller
2020-01-04iwlwifi: add device name to device_infoLuca Coelho
2019-12-23iwlwifi: pcie: allocate smaller dev_cmd for TX headersJohannes Berg
2019-11-20iwlwifi: check kasprintf() return valueJohannes Berg
2019-11-20iwlwifi: dvm: excessive if in rs_bt_update_lq()Denis Efremov
2019-10-04mac80211: simplify TX aggregation startJohannes Berg
2019-09-06iwlwifi: always access the trans configuration via transLuca Coelho
2019-09-06iwlwifi: separate elements from cfg that are needed by trans_allocLuca Coelho
2019-07-26iwlwifi: dvm: no need to check return value of debugfs_create functionsGreg Kroah-Hartman
2019-06-29iwlwifi: lib: Use struct_size() helperGustavo A. R. Silva
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-06-14mac80211: call rate_control_send_low() internallyJohannes Berg
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 323Thomas Gleixner
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 322Thomas Gleixner
2019-02-20iwlwifi: dvm: no need to check return value of debugfs_create functionsGreg Kroah-Hartman
2019-02-14iwlwifi: dvm: don't use IWL_DL_FW_ERRORSSara Sharon
2019-02-04iwlwifi: dvm: use %u for sscanf() into unsigned variableJohannes Berg
2019-02-04iwlwifi: dvm: fix some fall through warningsLuca Coelho
2019-02-01wireless: prefix header search paths with $(srctree)/Masahiro Yamada
2019-01-29iwlwifi: dvm: remove useless conditionJohannes Berg
2019-01-29iwlwifi: move iwl_enable_{rx,tx}_ampdu to iwl-modparams.hJohannes Berg
2019-01-25iwlwifi: fix spelling mistake "registrating" -> "registering"Colin Ian King
2018-12-14iwlwifi: move iwl_nvm_check_version() into dvmLuca Coelho
2018-09-28iwlwifi: remove ucode error tracepointJohannes Berg
2018-08-31iwlwifi: remove all occurrences of the FSF address paragraphLuca Coelho
2018-04-20iwlwifi: remove upper case letters in sku_capa_band_*_enableLuca Coelho
2018-03-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-03-28net/wireless/iwlwifi: fix iwlwifi_dev_ucode_error tracepointAlexei Starovoitov
2018-03-27wireless: Use octal not symbolic permissionsJoe Perches
2017-11-21treewide: setup_timer() -> timer_setup() (2 field)Kees Cook