summaryrefslogtreecommitdiff
path: root/drivers/staging/bcm
AgeCommit message (Expand)Author
2014-02-27Staging: bcm: Replace bcm functions with equivalentsHimangi Saraogi
2014-02-27staging: bcm: fix checkpatch error 'assignment in if condition'Daeseok Youn
2014-02-27staging: bcm: Remove unneeded set a variableDaeseok Youn
2014-02-24Merge 3.14-rc4 into staging-next.Greg Kroah-Hartman
2014-02-18staging/bcm: integer underflow leads to OomDan Carpenter
2014-02-18staging/bcm: two information leaks in ioctlDan Carpenter
2014-02-18Staging: bcm: DDRInit: fix up indentation issues.Gary Rookard
2014-02-17netdevice: add queue selection fallback handler for ndo_select_queueDaniel Borkmann
2014-02-13staging/bcm: move IOCTL_BCM_TIME_SINCE_NET_ENTRY case out to its own function.Dave Jones
2014-02-13staging/bcm: move IOCTL_BCM_GET_DEVICE_DRIVER_INFO case out to its own function.Dave Jones
2014-02-13staging/bcm: move IOCTL_BCM_CNTRLMSG_MASK case out to its own function.Dave Jones
2014-02-13staging/bcm: move IOCTL_BCM_NVM_RAW_READ case out to its own function.Dave Jones
2014-02-13staging/bcm: move IOCTL_BCM_SELECT_DSD case out to its own function.Dave Jones
2014-02-13staging/bcm: move IOCTL_BCM_GET_FLASH_CS_INFO case out to its own function.Dave Jones
2014-02-13staging/bcm: move IOCTL_BCM_COPY_SECTION case out to its own function.Dave Jones
2014-02-13staging/bcm: formatting cleaning for IOCTL_BCM_IDENTIFY_ACTIVE_SECTIONDave Jones
2014-02-13staging/bcm: move IOCTL_BCM_SET_ACTIVE_SECTION case out to its own function.Dave Jones
2014-02-13staging/bcm: move IOCTL_BCM_GET_FLASH2X_SECTION_BITMAP case out to its own fu...Dave Jones
2014-02-13staging/bcm: move IOCTL_BCM_FLASH2X_SECTION_WRITE case out to its own function.Dave Jones
2014-02-13staging/bcm: move IOCTL_BCM_FLASH2X_SECTION_READ case out to its own function.Dave Jones
2014-02-13staging/bcm: move IOCTL_BCM_NVM_[READ|WRITE] cases out to their own function.Dave Jones
2014-02-13staging/bcm: move IOCTL_BCM_SET_DEBUG case out to its own function.Dave Jones
2014-02-13staging/bcm: move IOCTL_BCM_CAL_INIT case out to its own function.Dave Jones
2014-02-13staging/bcm: move IOCTL_BCM_GET_NVM_SIZE case out to its own function.Dave Jones
2014-02-13staging/bcm: move IOCTL_BCM_BULK_WRM case out to its own function.Dave Jones
2014-02-13staging/bcm: move IOCTL_BCM_GET_HOST_MIBS case out to its own function.Dave Jones
2014-02-13staging/bcm: move IOCTL_BCM_GET_DSX_INDICATION case out to its own function.Dave Jones
2014-02-13staging/bcm: move IOCTL_BCM_SET_MAC_TRACING case out to its own function.Dave Jones
2014-02-13staging/bcm: move IOCTL_BCM_GET_CURRENT_STATUS case out to its own function.Dave Jones
2014-02-13staging/bcm: move IOCTL_BCM_GET_DRIVER_VERSION case out to its own function.Dave Jones
2014-02-13staging/bcm: move IOCTL_BCM_SWITCH_TRANSFER_MODE case out to its own function.Dave Jones
2014-02-13staging/bcm: move IOCTL_QOS_THRESHOLD case out to its own function.Dave Jones
2014-02-13staging/bcm: move IOCTL_CHIP_RESET case out to its own function.Dave Jones
2014-02-13staging/bcm: move IOCTL_BCM_BUFFER_DOWNLOAD_STOP case out to its own function.Dave Jones
2014-02-13staging/bcm: move IOCTL_BCM_BUFFER_DOWNLOAD case out to its own function.Dave Jones
2014-02-13staging/bcm: move IOCTL_BCM_BUFFER_DOWNLOAD_START case out to its own function.Dave Jones
2014-02-13staging/bcm: move several request ioctl cases out to its own function.Dave Jones
2014-02-13staging/bcm: move IOCTL_BCM_GPIO_MODE_REQUEST case out to its own function.Dave Jones
2014-02-13staging/bcm: move IOCTL_BCM_GPIO_MULTI_REQUEST case out to its own function.Dave Jones
2014-02-13staging/bcm: move IOCTL_BCM_GPIO_STATUS_REQUEST case out to its own function.Dave Jones
2014-02-13staging/bcm: move BCM_LED_THREAD_STATE_CHANGE_REQ case out to its own function.Dave Jones
2014-02-13staging/bcm: move IOCTL_BCM_GPIO_SET_REQUEST case out to its own function.Dave Jones
2014-02-13staging/bcm: move IOCTL_BCM_EEPROM_REGISTER_WRITE case out to its own function.Dave Jones
2014-02-13staging/bcm: move IOCTL_BCM_EEPROM_REGISTER_READ case out to its own function.Dave Jones
2014-02-13staging/bcm: move IOCTL_BCM_REGISTER_WRITE_PRIVATE case out to its own function.Dave Jones
2014-02-13staging/bcm: move IOCTL_BCM_REGISTER_READ_PRIVATE case out to its own function.Dave Jones
2014-02-07Staging: bcm: DDRInit: fix up spacing issues.Gary Rookard
2014-01-20Merge tag 'staging-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2014-01-11staging: bcm : Fix typo in staging/bcmMasanari Iida
2014-01-10net: core: explicitly select a txq before doing l2 forwardingJason Wang