summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/intersil/orinoco
Commit message (Expand)AuthorAgeFilesLines
* orinoco: Annotate ezusb_read_ltv()Sebastian Andrzej Siewior2020-11-244-45/+52
* orinoco: Annotate ezusb_docmd_wait()Sebastian Andrzej Siewior2020-11-241-1/+1
* orinoco: Remove ezusb_doicmd_wait()Sebastian Andrzej Siewior2020-11-241-19/+2
* orinoco: Annotate ezusb_write_ltv()Sebastian Andrzej Siewior2020-11-241-1/+1
* orinoco: Annotate ezusb_read_pda()Sebastian Andrzej Siewior2020-11-241-1/+1
* orinoco: Annotate firmware loadingSebastian Andrzej Siewior2020-11-241-4/+4
* orinoco: Annotate ezusb_init()Sebastian Andrzej Siewior2020-11-241-9/+26
* orinoco: Annotate ezusb_xmit()Sebastian Andrzej Siewior2020-11-241-1/+1
* orinoco: Prepare stubs for in_interrupt() removalSebastian Andrzej Siewior2020-11-241-12/+69
* orinoco: Move context allocation after processing the skbSebastian Andrzej Siewior2020-11-241-7/+7
* orinoco: Remove BUG_ON(in_interrupt/irq())Sebastian Andrzej Siewior2020-11-071-4/+0
* orinoco_usb: Downgrade non-conforming kernel-doc headersLee Jones2020-09-011-3/+3
* intersil: convert tasklets to use new tasklet_setup() APIAllen Pais2020-08-271-4/+3
* orinoco: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-272-6/+6
* mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long2020-08-071-2/+2
* b43: Replace HTTP links with HTTPS onesAlexander A. Klimov2020-08-021-2/+2
* orinoco: use generic power managementVaibhav Gupta2020-07-155-31/+13
* orinoco_usb: fix spelling mistakeFlavio Suligoi2020-07-151-3/+3
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-6/+6
* orinoco: remove useless variable 'err' in spectrum_cs_suspend()Jason Yan2020-04-151-2/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-03-314-6/+6
|\
| * orinoco: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-03-234-6/+6
* | orinoco_usb: Use the regular completion interfacesThomas Gleixner2020-03-211-16/+5
|/
* Merge tag 'wireless-drivers-next-2019-12-20' of git://git.kernel.org/pub/scm/...David S. Miller2019-12-201-3/+4
|\
| * orinoco: avoid assertion in case of NULL pointerAditya Pakki2019-12-181-1/+2
| * orinoco_usb: fix interface sanity checkJohan Hovold2019-12-181-2/+2
* | netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin2019-12-122-2/+2
|/
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 216Thomas Gleixner2019-05-301-2/+1
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* crypto: shash - remove shash_desc::flagsEric Biggers2019-04-251-1/+0
* orinoco : Replace function name in string with __func__Keyur Patel2019-02-191-5/+5
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-12-271-4/+2
|\
| * crypto: drop mask=CRYPTO_ALG_ASYNC from 'shash' tfm allocationsEric Biggers2018-11-201-4/+2
* | orinoco_usb: mark expected switch fall-throughGustavo A. R. Silva2018-11-061-0/+1
|/
* orinoco_usb: fix spelling mistake in fall-through annotationGustavo A. R. Silva2018-09-041-1/+1
* orinoco: remove unused array encaps_hdr and macro ENCAPS_OVERHEADColin Ian King2018-08-311-4/+0
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-211-3/+3
* orinoco_usb: remove redundant pointer devColin Ian King2017-11-081-2/+0
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* orinoco: constify usb_device_idArvind Yadav2017-08-101-1/+1
* networking: make skb_push & __skb_push return void pointersJohannes Berg2017-06-161-4/+3
* networking: introduce and use skb_put_data()Johannes Berg2017-06-161-1/+1
* orinoco_usb: convert request_context.refcount from atomic_t to refcount_tElena Reshetova2017-05-221-7/+8
* orinoco_usb: Fix buffer on stackMaksim Salau2017-04-261-4/+17
* orinoco: fix spelling mistake: "Registerred" -> "Registered"Colin Ian King2017-04-261-1/+1
* cfg80211: move add/change interface monitor flags into paramsJohannes Berg2017-04-131-1/+1
* orinoco: Use net_device_stats from struct net_deviceTobias Klauser2017-02-153-26/+9
* Merge tag 'wireless-drivers-next-for-davem-2017-01-02' of git://git.kernel.or...David S. Miller2017-01-023-21/+30
|\
| * orinoco: Use shash instead of ahash for MIC calculationsAndrew Lutomirski2016-12-303-21/+30
* | Makefile: drop -D__CHECK_ENDIAN__ from cflagsMichael S. Tsirkin2016-12-161-3/+0
|/