summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ray_cs.c
Commit message (Expand)AuthorAgeFilesLines
* proc: convert everything to "struct proc_ops"Alexey Dobriyan2020-02-041-11/+9
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 416Thomas Gleixner2019-06-051-13/+1
* ray_cs: use remove_proc_subtree to simplify procfs codeYueHaibing2019-04-251-5/+1
* ray_cs: Check return value of pcmcia_register_driverYueHaibing2019-04-251-0/+2
* wireless: remove unneeded semicolonYueHaibing2019-02-011-1/+1
* ray_cs: fix array out-of-bounds accessColin Ian King2019-01-101-1/+1
* ray_cs: mark expected switch fall-throughsGustavo A. R. Silva2018-11-061-0/+2
* ray_cs: remove redundant pointer 'p'Colin Ian King2018-07-311-5/+1
* proc: introduce proc_create_single{,_data}Christoph Hellwig2018-05-161-14/+1
* wireless: Use octal not symbolic permissionsJoe Perches2018-03-271-3/+5
* treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook2017-11-211-6/+6
* net/wireless/ray_cs: Convert timers to use timer_setup()Kees Cook2017-10-181-29/+24
* ray_cs: Avoid reading past end of bufferKees Cook2017-05-221-2/+5
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* net: deprecate eth_change_mtu, remove usageJarod Wilson2016-10-131-1/+0
* ray_cs: Change 1 to true for bool type variable.Shailendra Verma2015-06-021-1/+1
* wireless: Use eth_<foo>_addr instead of memsetJoe Perches2015-03-031-1/+1
* ray_cs: replace del_timer by del_timer_syncJulia Lawall2014-04-221-1/+1
* drivers/net/wireless: Fix FSF address in file headersJeff Kirsher2013-12-111-2/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-011-1/+1
|\
| * procfs: new helper - PDE_DATA(inode)Al Viro2013-04-091-1/+1
* | net: add ETH_P_802_3_MINSimon Horman2013-03-281-1/+1
* | ray_cs: read past the end of the arrayDan Carpenter2013-03-061-3/+3
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-261-1/+1
|\
| * new helper: file_inode(file)Al Viro2013-02-221-1/+1
* | drivers/net/wireless: need consider the not '\0' terminated string.Chen Gang2013-01-221-5/+14
|/
* wireless: Remove casts to same typeJoe Perches2012-06-061-1/+1
* Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0
* ray_cs: Fix array bounds warnings.David S. Miller2011-11-261-2/+2
* net: remove use of ndo_set_multicast_list in driversJiri Pirko2011-08-171-1/+1
* pcmcia: Convert pcmcia_device_id declarations to constJoe Perches2011-05-061-1/+1
* wireless: ray_cs: use '%pm' format option to print MACAndy Shevchenko2010-12-021-10/+4
* ray_cs: Use static constJoe Perches2010-11-221-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2010-10-231-30/+14
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-09-211-8/+8
| |\
| | * ray_cs: make data constStephen Hemminger2010-09-071-8/+8
| * | drivers/net: Remove address use from assignments of function pointersJoe Perches2010-08-251-6/+6
| * | ethtool: Provide a default implementation of ethtool_ops::get_drvinfoBen Hutchings2010-08-171-16/+0
* | | Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-221-0/+2
|\ \ \
| * | | llseek: automatically add .llseek fopArnd Bergmann2010-10-151-0/+2
| |/ /
* | | pcmcia: remove obsolete and wrong commentsDominik Brodowski2010-09-291-34/+1
* | | pcmcia: move driver name to struct pcmcia_driverDominik Brodowski2010-09-291-3/+1
* | | pcmcia: convert pcmcia_request_configuration to pcmcia_enable_deviceDominik Brodowski2010-09-291-3/+2
* | | pcmcia: move config_{base,index,regs} to struct pcmcia_deviceDominik Brodowski2010-09-291-1/+1
* | | pcmcia: simplify IntTypeDominik Brodowski2010-09-291-1/+0
* | | pcmcia: do not use win_req_t when calling pcmcia_request_window()Dominik Brodowski2010-09-291-23/+21
|/ /
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Linus Torvalds2010-08-061-22/+5
|\ \ | |/ |/|
| * pcmcia: use struct resource for PCMCIA devices, part 2Dominik Brodowski2010-08-031-8/+0
| * pcmcia: remove memreq_tDominik Brodowski2010-08-031-10/+3
| * pcmcia: do not use io_req_t when calling pcmcia_request_io()Dominik Brodowski2010-08-031-3/+2
OpenPOWER on IntegriCloud