summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath6kl
Commit message (Expand)AuthorAgeFilesLines
* net/wireless: Use kmemdup rather than duplicating its implementationFuqian Huang2019-10-021-4/+2
* drivers: net: Fix Kconfig indentationKrzysztof Kozlowski2019-09-261-1/+1
* ath6kl: fix a NULL-ptr-deref bug in ath6kl_usb_alloc_urb_from_pipe()Hui Peng2019-09-041-0/+8
* ath6kl: Fix a possible null-pointer dereference in ath6kl_htc_mbox_create()Jia-Ju Bai2019-09-041-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-07-082-2/+2
|\
| * ath: fix SPDX tagsKalle Valo2019-06-262-2/+2
* | Merge tag 'wireless-drivers-next-for-davem-2019-06-26' of git://git.kernel.or...David S. Miller2019-06-263-8/+11
|\ \
| * \ Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo2019-05-273-8/+11
| |\ \ | | |/ | |/|
| | * ath6kl: remove redundant check of status != 0Colin Ian King2019-04-291-3/+0
| | * ath6kl: add some bounds checkingDan Carpenter2019-04-291-1/+9
| | * ath6kl: wmi: use struct_size() helperGustavo A. R. Silva2019-04-291-2/+1
| | * ath6kl: debug: Use struct_size() helperGustavo A. R. Silva2019-04-291-2/+1
* | | net: ipv4: provide __rcu annotation for ifa_listFlorian Westphal2019-06-021-2/+2
|/ /
* | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* | netlink: make validation more configurable for future strictnessJohannes Berg2019-04-271-2/+2
|/
* Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo2019-02-081-3/+1
|\
| * ath6kl: return error code in ath6kl_wmi_set_roam_lrssi_cmd()Kangjie Lu2019-01-101-3/+1
* | wireless: remove unneeded semicolonYueHaibing2019-02-011-1/+1
|/
* Merge tag 'for-4.21/block-20181221' of git://git.kernel.dk/linux-blockLinus Torvalds2018-12-284-8/+8
|\
| * ath6kl: add ath6kl_ prefix to crypto_typeSagi Grimberg2018-12-134-8/+8
* | ath6kl: Use debug instead of error message when disabledKyle Roeschley2018-12-201-1/+1
* | ath6kl: Fix off by one error in scan completionKyle Roeschley2018-12-201-1/+1
* | ath6kl: Only use match sets when firmware supports itKyle Roeschley2018-12-201-1/+1
* | ath6kl: Mark expected switch fall-throughGustavo A. R. Silva2018-11-051-0/+1
|/
* ath6kl: convert to using %pOFn instead of device_node.nameRob Herring2018-09-031-2/+2
* ath6kl: Remove unnecessary parenthesesVarsha Rao2018-08-281-1/+1
* ath6kl: replace GFP_ATOMIC with GFP_KERNEL in ath6kl_bmi_init()Jia-Ju Bai2018-07-311-1/+1
* ath6kl: remove redundant variables netlen, orig_buf, orig_len, dropped and statsColin Ian King2018-07-303-12/+3
* wireless-drivers: use BIT_ULL for NL80211_STA_INFO_ attribute typesOmer Efrat2018-06-271-7/+7
* Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo2018-06-182-0/+4
|\
| * ath6kl: mark expected switch fall-throughsGustavo A. R. Silva2018-06-131-0/+3
| * ath6kl: add support for Dell Wireless 1537Guy Chronister2018-06-131-0/+1
* | treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-1/+1
|/
* Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo2018-05-232-2/+2
|\
| * ath6kl: fix ath6kl_data_tx()'s return typeLuc Van Oostenryck2018-04-272-2/+2
* | wireless-drivers: Dynamically allocate struct station_infoToke Høiland-Jørgensen2018-05-121-5/+9
|/
* ath6kl: fix spelling mistake: "chache" -> "cache"Colin Ian King2018-04-191-1/+1
* wireless: Use octal not symbolic permissionsJoe Perches2018-03-271-22/+21
* ath6kl: improve endianness handlingKenneth Lu2017-12-071-1/+1
* ath6kl: remove redundant variable ies_lenKenneth Lu2017-12-071-2/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-11-156-16/+11
|\
| * Merge tag 'wireless-drivers-next-for-davem-2017-11-03' of git://git.kernel.or...David S. Miller2017-11-046-14/+11
| |\
| | * ath: Convert timers to use timer_setup()Kees Cook2017-10-276-14/+11
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-041-0/+1
| |\ \ | | |/ | |/|
| * | drivers: net: ath6kl: use setup_timer() helper.Allen Pais2017-09-211-3/+1
* | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-11-131-5/+4
|\ \ \ | |_|/ |/| |
| * | timer: Remove init_timer_deferrable() in favor of timer_setup()Kees Cook2017-10-051-5/+4
| |/
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* ath6kl: constify usb_device_idArvind Yadav2017-08-111-1/+1
* Merge tag 'wireless-drivers-next-for-davem-2017-06-25' of git://git.kernel.or...David S. Miller2017-06-251-1/+1
|\
OpenPOWER on IntegriCloud