summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ray_cs.c
AgeCommit message (Expand)Author
2022-04-15ray_cs: Check ioremap return valueJiasheng Jiang
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 416Thomas Gleixner
2019-04-25ray_cs: use remove_proc_subtree to simplify procfs codeYueHaibing
2019-04-25ray_cs: Check return value of pcmcia_register_driverYueHaibing
2019-02-01wireless: remove unneeded semicolonYueHaibing
2019-01-10ray_cs: fix array out-of-bounds accessColin Ian King
2018-11-06ray_cs: mark expected switch fall-throughsGustavo A. R. Silva
2018-07-31ray_cs: remove redundant pointer 'p'Colin Ian King
2018-05-16proc: introduce proc_create_single{,_data}Christoph Hellwig
2018-03-27wireless: Use octal not symbolic permissionsJoe Perches
2017-11-21treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook
2017-10-18net/wireless/ray_cs: Convert timers to use timer_setup()Kees Cook
2017-05-22ray_cs: Avoid reading past end of bufferKees Cook
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-10-13net: deprecate eth_change_mtu, remove usageJarod Wilson
2015-06-02ray_cs: Change 1 to true for bool type variable.Shailendra Verma
2015-03-03wireless: Use eth_<foo>_addr instead of memsetJoe Perches
2014-04-22ray_cs: replace del_timer by del_timer_syncJulia Lawall
2013-12-11drivers/net/wireless: Fix FSF address in file headersJeff Kirsher
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-04-09procfs: new helper - PDE_DATA(inode)Al Viro
2013-03-28net: add ETH_P_802_3_MINSimon Horman
2013-03-06ray_cs: read past the end of the arrayDan Carpenter
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-02-22new helper: file_inode(file)Al Viro
2013-01-22drivers/net/wireless: need consider the not '\0' terminated string.Chen Gang
2012-06-06wireless: Remove casts to same typeJoe Perches
2012-03-28Remove all #inclusions of asm/system.hDavid Howells
2011-11-26ray_cs: Fix array bounds warnings.David S. Miller
2011-08-17net: remove use of ndo_set_multicast_list in driversJiri Pirko
2011-05-06pcmcia: Convert pcmcia_device_id declarations to constJoe Perches
2010-12-02wireless: ray_cs: use '%pm' format option to print MACAndy Shevchenko
2010-11-22ray_cs: Use static constJoe Perches
2010-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds
2010-10-15llseek: automatically add .llseek fopArnd Bergmann
2010-09-29pcmcia: remove obsolete and wrong commentsDominik Brodowski
2010-09-29pcmcia: move driver name to struct pcmcia_driverDominik Brodowski
2010-09-29pcmcia: convert pcmcia_request_configuration to pcmcia_enable_deviceDominik Brodowski
2010-09-29pcmcia: move config_{base,index,regs} to struct pcmcia_deviceDominik Brodowski
2010-09-29pcmcia: simplify IntTypeDominik Brodowski
2010-09-29pcmcia: do not use win_req_t when calling pcmcia_request_window()Dominik Brodowski
2010-09-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2010-09-07ray_cs: make data constStephen Hemminger
2010-08-25drivers/net: Remove address use from assignments of function pointersJoe Perches
2010-08-17ethtool: Provide a default implementation of ethtool_ops::get_drvinfoBen Hutchings
2010-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Linus Torvalds
2010-08-03pcmcia: use struct resource for PCMCIA devices, part 2Dominik Brodowski
2010-08-03pcmcia: remove memreq_tDominik Brodowski
2010-08-03pcmcia: do not use io_req_t when calling pcmcia_request_io()Dominik Brodowski