aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/intersil (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-27Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-4/+2
2018-12-06net: core: dev: Add extack argument to dev_open()Petr Machata1-1/+1
2018-11-20crypto: drop mask=CRYPTO_ALG_ASYNC from 'shash' tfm allocationsEric Biggers1-4/+2
2018-11-06prism54: islpci_dev: mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2018-11-06prism54: isl_ioctl: mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2018-11-06prism54: isl_38xx: Mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2018-11-06orinoco_usb: mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2018-10-02Merge tag 'wireless-drivers-next-for-davem-2018-10-02' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller1-5/+1
2018-09-10p54: Use skb_peek_tail() instead of direct head pointer accesses.David S. Miller1-2/+2
2018-09-04orinoco_usb: fix spelling mistake in fall-through annotationGustavo A. R. Silva1-1/+1
2018-08-31orinoco: remove unused array encaps_hdr and macro ENCAPS_OVERHEADColin Ian King1-4/+0
2018-07-31hostap: hide unused procfs helpersYueHaibing3-18/+17
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook2-6/+8
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook2-4/+5
2018-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-3/+3
2018-05-30drivers/net: Fix various unnecessary characters after logging newlinesJoe Perches1-3/+3
2018-05-16hostap: switch to proc_create_{seq,single}_dataChristoph Hellwig3-191/+39
2018-05-16proc: introduce proc_create_single{,_data}Christoph Hellwig1-14/+2
2018-03-27wireless: Use octal not symbolic permissionsJoe Perches1-1/+1
2018-03-13net/wireless: fix spaces and grammar copy/paste in vendor Kconfig help textRandy Dunlap1-2/+2
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook3-14/+12
2017-11-21treewide: init_timer() -> setup_timer()Kees Cook2-10/+5
2017-11-08orinoco_usb: remove redundant pointer devColin Ian King1-2/+0
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller16-0/+16
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman16-0/+16
2017-10-10p54: don't unregister leds when they are not initializedAndrey Konovalov1-4/+3
2017-08-10p54: constify usb_device_idArvind Yadav1-1/+1
2017-08-10orinoco: constify usb_device_idArvind Yadav1-1/+1
2017-08-03hostap: Fix outdated comment about dev->destructorStefano Brivio1-2/+2
2017-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds12-78/+68
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar1-1/+1
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg4-15/+9
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg2-23/+22
2017-06-16networking: introduce and use skb_put_data()Johannes Berg7-14/+14
2017-06-16networking: convert many more places to skb_put_zero()Johannes Berg3-10/+4
2017-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2017-06-07net: Fix inconsistent teardown and release of private netdev state.David S. Miller1-1/+1
2017-05-22p54: allocate enough space for ->used_rxkeysDan Carpenter1-2/+3
2017-05-22orinoco_usb: convert request_context.refcount from atomic_t to refcount_tElena Reshetova1-7/+8
2017-05-22hostap: convert hostap_cmd_queue.usecnt from atomic_t to refcount_tElena Reshetova2-7/+8
2017-04-28Merge tag 'mac80211-next-for-davem-2017-04-28' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller1-1/+1
2017-04-28mac80211: clean up rate encoding bits in RX statusJohannes Berg1-1/+1
2017-04-26orinoco_usb: Fix buffer on stackMaksim Salau1-4/+17
2017-04-26orinoco: fix spelling mistake: "Registerred" -> "Registered"Colin Ian King1-1/+1
2017-04-13cfg80211: move add/change interface monitor flags into paramsJohannes Berg1-1/+1
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>Ingo Molnar2-2/+2
2017-02-15orinoco: Use net_device_stats from struct net_deviceTobias Klauser3-26/+9
2017-01-02Merge tag 'wireless-drivers-next-for-davem-2017-01-02' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller3-21/+30
2016-12-30orinoco: Use shash instead of ahash for MIC calculationsAndrew Lutomirski3-21/+30
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds4-4/+4