summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/intersil
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 501Thomas Gleixner2019-06-192-10/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-1912-48/+12
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 342Thomas Gleixner2019-06-0514-181/+14
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336Thomas Gleixner2019-06-053-42/+3
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 216Thomas Gleixner2019-05-301-2/+1
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-216-0/+6
* treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-213-0/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-05-071-1/+2
|\
| * p54: drop device reference count if fails to enable devicePan Bian2019-04-251-1/+2
* | 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
* | net: core: dev: Add extack argument to dev_open()Petr Machata2018-12-061-1/+1
* | prism54: islpci_dev: mark expected switch fall-throughGustavo A. R. Silva2018-11-061-0/+1
* | prism54: isl_ioctl: mark expected switch fall-throughGustavo A. R. Silva2018-11-061-0/+1
* | prism54: isl_38xx: Mark expected switch fall-throughGustavo A. R. Silva2018-11-061-0/+1
* | orinoco_usb: mark expected switch fall-throughGustavo A. R. Silva2018-11-061-0/+1
|/
* Merge tag 'wireless-drivers-next-for-davem-2018-10-02' of git://git.kernel.or...David S. Miller2018-10-021-5/+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
* | p54: Use skb_peek_tail() instead of direct head pointer accesses.David S. Miller2018-09-101-2/+2
|/
* hostap: hide unused procfs helpersYueHaibing2018-07-313-18/+17
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-122-6/+8
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-122-4/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-06-061-3/+3
|\
| * drivers/net: Fix various unnecessary characters after logging newlinesJoe Perches2018-05-301-3/+3
* | hostap: switch to proc_create_{seq,single}_dataChristoph Hellwig2018-05-163-191/+39
* | proc: introduce proc_create_single{,_data}Christoph Hellwig2018-05-161-14/+2
|/
* wireless: Use octal not symbolic permissionsJoe Perches2018-03-271-1/+1
* net/wireless: fix spaces and grammar copy/paste in vendor Kconfig help textRandy Dunlap2018-03-131-2/+2
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-213-14/+12
* treewide: init_timer() -> setup_timer()Kees Cook2017-11-212-10/+5
* orinoco_usb: remove redundant pointer devColin Ian King2017-11-081-2/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-0416-0/+16
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-0216-0/+16
* | p54: don't unregister leds when they are not initializedAndrey Konovalov2017-10-101-4/+3
|/
* p54: constify usb_device_idArvind Yadav2017-08-101-1/+1
* orinoco: constify usb_device_idArvind Yadav2017-08-101-1/+1
* hostap: Fix outdated comment about dev->destructorStefano Brivio2017-08-031-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-07-0512-78/+68
|\
| * networking: make skb_push & __skb_push return void pointersJohannes Berg2017-06-164-15/+9
| * networking: make skb_put & friends return void pointersJohannes Berg2017-06-162-23/+22
| * networking: introduce and use skb_put_data()Johannes Berg2017-06-167-14/+14
| * networking: convert many more places to skb_put_zero()Johannes Berg2017-06-163-10/+4
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-151-1/+1
| |\
| * | p54: allocate enough space for ->used_rxkeysDan Carpenter2017-05-221-2/+3
| * | orinoco_usb: convert request_context.refcount from atomic_t to refcount_tElena Reshetova2017-05-221-7/+8
| * | hostap: convert hostap_cmd_queue.usecnt from atomic_t to refcount_tElena Reshetova2017-05-222-7/+8
* | | sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar2017-06-201-1/+1
| |/ |/|