index
:
linux
mybooklive
mybooklive-3.16.y
mybooklive-amatus
Linux kernel source tree
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
bcm
/
Bcmchar.c
Age
Commit message (
Expand
)
Author
2012-06-04
Staging: bcm: Remove typedef for _MINI_ADAPTER and call directly.
Kevin McKinney
2012-06-04
Staging: bcm: Remove typedef for link_request and call directly.
Kevin McKinney
2012-06-04
Staging: bcm: Remove typedef for _packet_info and call directly.
Kevin McKinney
2012-06-04
Staging: bcm: Remove typedef for _PER_TARANG_DATA and call directly.
Kevin McKinney
2012-06-04
Staging: bcm: Remove typedef for FirmwareInfo and call directly.
Kevin McKinney
2012-02-08
Staging: bcm: Use memdup_user rather than duplicating its implementation
Thomas Meyer
2012-02-08
Staging: bcm: Fix an integer overflow in IOCTL_BCM_NVM_READ/WRITE
Kevin McKinney
2011-12-22
Staging: bcm: Fix an invalid dereference to a kmalloc in IOCTL_BCM_BULK_WRM
Kevin McKinney
2011-12-22
Staging: bcm: Fix information leak in IOCTL_BCM_GET_DRIVER_VERSION
Kevin McKinney
2011-12-08
Staging: bcm: Alter return value for copy_to/from_user() to "return -EFAULT" ...
Kevin McKinney
2011-12-08
Staging: bcm: Alter code to move error handling closer to the calls; and remo...
Kevin McKinney
2011-12-08
Staging: bcm: Fix double free of 'pReadData' in IOCTL_BCM_NVM_WRITE.
Kevin McKinney
2011-11-29
Staging: bcm: Reverse semaphore locking in IOCTL_BCM_BUFFER_DOWNLOAD_STOP.
Kevin McKinney
2011-11-29
Staging: bcm: Alter code to move error handling closer to the calls.
Kevin McKinney
2011-11-29
Staging: bcm: Clean up patch that calls semaphore down_trylock directly.
Kevin McKinney
2011-11-26
Staging: bcm: Fix semaphore locking error when downloading firmware.
Kevin McKinney
2011-11-26
Staging: bcm: Fix semaphore locking bug in, IOCTL_BCM_BUFFER_DOWNLOAD
Kevin McKinney
2011-11-26
Staging: bcm: Remove unnecessary "do while" statement in, IOCTL_BCM_BUFFER_DO...
Kevin McKinney
2011-11-26
Staging: bcm: Clean up code in ioctl: IOCTL_BCM_EEPROM_REGISTER_READ
Kevin McKinney
2011-11-26
Staging: bcm: Fix information leak in ioctl: IOCTL_BCM_REGISTER_READ_PRIVATE,...
Kevin McKinney
2011-09-29
Staging: bcm: Alter LOC for readability/understandability purposes
Kevin McKinney
2011-09-29
Staging: bcm: Add min/max restrictions for IOCTL_BCM_REGISTER_READ_PRIVATE
Kevin McKinney
2011-09-19
Staging: bcm: Add size maximum size restrictions for IOCTL_IDLE_REQ
Kevin McKinney
2011-09-19
Staging: bcm: Add size minimum size restrictions for IOCTL_IDLE_REQ
Kevin McKinney
2011-08-23
Staging: bcm: Fix memory leak reported during compile.
Kevin McKinney
2011-08-23
Staging: bcm: Fix a coding style error reported by checkpatch.pl
Kevin McKinney
2011-08-23
staging: bcm: fix coding style warnings and errors reported by checkpatch.pl ...
Kevin McKinney
2011-03-09
staging: bcm: optimize kmalloc to kzalloc
Alexander Beregalov
2011-02-18
Staging: bcm: Bcmchar: Fix some checkpatch errors
Javier Martinez Canillas
2011-02-18
Staging: bcm: Bcmchar: Fix style issues on bcm_char_read()
Javier Martinez Canillas
2011-02-18
Staging: bcm: Bcmchar: Fix style issues on bcm_char_release()
Javier Martinez Canillas
2011-02-18
Staging: bcm: Bcmchar: Fix style issues on bcm_char_open()
Javier Martinez Canillas
2011-02-04
Staging: bcm: Check correct user provided length and fix error code returned
Javier Martinez Canillas
2010-11-16
Staging: Merge 2.6.37-rc2 into staging-next
Greg Kroah-Hartman
2010-11-09
Staging: bcm: use get_user() to access user pointers
Dan Carpenter
2010-11-01
beceem: don't overrun user buffer on read
Stephen Hemminger
2010-11-01
beceem: create class on module installation
Stephen Hemminger
2010-11-01
beceem: fix character device ioctl
Stephen Hemminger
2010-11-01
beceem: remove dead code
Stephen Hemminger
2010-11-01
beceem: print better message on bad ioctl
Stephen Hemminger
2010-11-01
beceem: remove OS wrapper library
Stephen Hemminger
2010-10-29
beceem: remove ifdef's
Stephen Hemminger
2010-10-08
Staging: bcm: return -EFAULT on copy_to_user() failures
Dan Carpenter
2010-10-05
staging/bcm: add sparse annotations
Arnd Bergmann
2010-10-05
staging/bcm: fix most build warnings
Arnd Bergmann
2010-10-05
staging: make new character devices nonseekable
Arnd Bergmann
2010-09-16
staging/bcm: fix printk format warnings
Randy Dunlap
2010-09-08
staging: Beeceem USB Wimax driver
Stephen Hemminger