index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
ray_cs.c
Age
Commit message (
Expand
)
Author
2020-02-04
proc: convert everything to "struct proc_ops"
Alexey Dobriyan
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 416
Thomas Gleixner
2019-04-25
ray_cs: use remove_proc_subtree to simplify procfs code
YueHaibing
2019-04-25
ray_cs: Check return value of pcmcia_register_driver
YueHaibing
2019-02-01
wireless: remove unneeded semicolon
YueHaibing
2019-01-10
ray_cs: fix array out-of-bounds access
Colin Ian King
2018-11-06
ray_cs: mark expected switch fall-throughs
Gustavo A. R. Silva
2018-07-31
ray_cs: remove redundant pointer 'p'
Colin Ian King
2018-05-16
proc: introduce proc_create_single{,_data}
Christoph Hellwig
2018-03-27
wireless: Use octal not symbolic permissions
Joe Perches
2017-11-21
treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE casts
Kees Cook
2017-10-18
net/wireless/ray_cs: Convert timers to use timer_setup()
Kees Cook
2017-05-22
ray_cs: Avoid reading past end of buffer
Kees Cook
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
2016-10-13
net: deprecate eth_change_mtu, remove usage
Jarod Wilson
2015-06-02
ray_cs: Change 1 to true for bool type variable.
Shailendra Verma
2015-03-03
wireless: Use eth_<foo>_addr instead of memset
Joe Perches
2014-04-22
ray_cs: replace del_timer by del_timer_sync
Julia Lawall
2013-12-11
drivers/net/wireless: Fix FSF address in file headers
Jeff Kirsher
2013-05-01
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2013-04-09
procfs: new helper - PDE_DATA(inode)
Al Viro
2013-03-28
net: add ETH_P_802_3_MIN
Simon Horman
2013-03-06
ray_cs: read past the end of the array
Dan Carpenter
2013-02-26
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2013-02-22
new helper: file_inode(file)
Al Viro
2013-01-22
drivers/net/wireless: need consider the not '\0' terminated string.
Chen Gang
2012-06-06
wireless: Remove casts to same type
Joe Perches
2012-03-28
Remove all #inclusions of asm/system.h
David Howells
2011-11-26
ray_cs: Fix array bounds warnings.
David S. Miller
2011-08-17
net: remove use of ndo_set_multicast_list in drivers
Jiri Pirko
2011-05-06
pcmcia: Convert pcmcia_device_id declarations to const
Joe Perches
2010-12-02
wireless: ray_cs: use '%pm' format option to print MAC
Andy Shevchenko
2010-11-22
ray_cs: Use static const
Joe Perches
2010-10-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
Linus Torvalds
2010-10-22
Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl
Linus Torvalds
2010-10-15
llseek: automatically add .llseek fop
Arnd Bergmann
2010-09-29
pcmcia: remove obsolete and wrong comments
Dominik Brodowski
2010-09-29
pcmcia: move driver name to struct pcmcia_driver
Dominik Brodowski
2010-09-29
pcmcia: convert pcmcia_request_configuration to pcmcia_enable_device
Dominik Brodowski
2010-09-29
pcmcia: move config_{base,index,regs} to struct pcmcia_device
Dominik Brodowski
2010-09-29
pcmcia: simplify IntType
Dominik Brodowski
2010-09-29
pcmcia: do not use win_req_t when calling pcmcia_request_window()
Dominik Brodowski
2010-09-21
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
2010-09-07
ray_cs: make data const
Stephen Hemminger
2010-08-25
drivers/net: Remove address use from assignments of function pointers
Joe Perches
2010-08-17
ethtool: Provide a default implementation of ethtool_ops::get_drvinfo
Ben Hutchings
2010-08-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6
Linus Torvalds
2010-08-03
pcmcia: use struct resource for PCMCIA devices, part 2
Dominik Brodowski
2010-08-03
pcmcia: remove memreq_t
Dominik Brodowski
2010-08-03
pcmcia: do not use io_req_t when calling pcmcia_request_io()
Dominik Brodowski
[next]