]> git.openfabrics.org - ~emulex/infiniband.git/shortlog
~emulex/infiniband.git
2013-10-11 Marcel HoltmannBluetooth: Declare ath3k_table[] and ath3k_blist_tbl...
2013-10-11 Marcel HoltmannBluetooth: Declare bpa10x_table[] as const
2013-10-11 Marcel HoltmannBluetooth: Declare bfusb_table[] as const
2013-10-11 Marcel HoltmannBluetooth: Declare btusb_table[] and blacklist_table...
2013-10-11 Marcel HoltmannBluetooth: Remove pointless parameter check in vhci_sen...
2013-10-11 Marcel HoltmannBluetooth: Remove pointless parameter check in hci_uart...
2013-10-11 Marcel HoltmannBluetooth: Remove pointless parameter check in dtl1_hci...
2013-10-11 Marcel HoltmannBluetooth: Remove pointless parameter check in btuart_h...
2013-10-11 Marcel HoltmannBluetooth: Remove pointless parameter check in btmrvl_s...
2013-10-11 Marcel HoltmannBluetooth: Remove pointless parameter check in bt3c_hci...
2013-10-11 Marcel HoltmannBluetooth: Remove pointless parameter check in bluecard...
2013-10-11 Marcel HoltmannBluetooth: Remove pointless parameter check in bfusb_se...
2013-10-11 Marcel HoltmannBluetooth: Add hdev parameter to hdev->send driver...
2013-10-11 Marcel HoltmannBluetooth: Provide hdev parameter to hci_recv_frame...
2013-10-11 Marcel HoltmannBluetooth: Remove unused h4_check_data_len() function
2013-10-10 Marcel HoltmannBluetooth: Remove return value from hci_send_frame...
2013-10-10 Marcel HoltmannBluetooth: Remove pointless check of hci_send_frame...
2013-10-10 Marcel HoltmannBluetooth: Move skb->dev assignment for hdev->send...
2013-10-10 Marcel HoltmannBluetooth: Move smp.h header file into net/bluetooth/
2013-10-10 Marcel HoltmannBluetooth: Move a2mp.h header file into net/bluetooth/
2013-10-10 Marcel HoltmannBluetooth: Move amp.h header file into net/bluetooth/
2013-10-10 Marcel HoltmannBluetooth: Remove hdev->ioctl driver callback
2013-10-10 Marcel HoltmannBluetooth: Remove unused btmrvl_ioctl() callback
2013-10-10 Marcel HoltmannBluetooth: Remove unused dtl1_hci_ioctl() callback
2013-10-10 Marcel HoltmannBluetooth: Remove unused btuart_hci_ioctl() callback
2013-10-10 Marcel HoltmannBluetooth: Remove unused bt3c_hci_ioctl() callback
2013-10-10 Marcel HoltmannBluetooth: Remove unused bluecard_hci_ioctl() callback
2013-10-10 Marcel HoltmannBluetooth: Remove unused bfusb_ioctl() callback
2013-10-10 Marcel HoltmannBluetooth: AMP contollers do not support the legacy...
2013-10-10 Marcel HoltmannBluetooth: Use hci_conn_num() instead of direct connect...
2013-10-10 Marcel HoltmannBluetooth: Use hci_conn_num() for checking number of...
2013-10-10 Marcel HoltmannBluetooth: Fix too long line with set_advertising(...
2013-10-10 Johan HedbergBluetooth: Fix checking for HCI_SETUP flag when receivi...
2013-10-10 Johan HedbergBluetooth: Fix potential double-frees of L2CAP skbs
2013-10-10 Marcel HoltmannBluetooth: Restrict high speed support to SSP enabled...
2013-10-10 Marcel HoltmannBluetooth: Remove unneeded val variable when setting SSP
2013-10-10 Andre GuedesBluetooth: Refactor hci_connect_le
2013-10-10 Andre GuedesBluetooth: Use HCI request for LE connection
2013-10-08 Johan HedbergBluetooth: Fix changing advertising setting while LE...
2013-10-07 Johannes BergBluetooth: Fix variable shadow warnings
2013-10-07 Marcel HoltmannBluetooth: Read flow control mode on AMP controller...
2013-10-07 Marcel HoltmannBluetooth: Read location data on AMP controller init
2013-10-07 Marcel HoltmannBluetooth: Read supported features and commands on...
2013-10-07 Marcel HoltmannBluetooth: List powered down AMP controllers correctly
2013-10-07 Marcel HoltmannBluetooth: Make mgmt power down notification for BR...
2013-10-07 Marcel HoltmannBluetooth: Power off AMP controllers after setup phase
2013-10-07 Marcel HoltmannBluetooth: Make mgmt_discovering() return void
2013-10-07 Marcel HoltmannBluetooth: Make mgmt_remote_name() return void
2013-10-07 Marcel HoltmannBluetooth: Make mgmt_device_found() return void
2013-10-07 Marcel HoltmannBluetooth: Make mgmt_device_disconnected() return void
2013-10-07 Marcel HoltmannBluetooth: Make mgmt_device_connected() return void
2013-10-07 Marcel HoltmannBluetooth: Make mgmt_connect_failed() return void
2013-10-07 Marcel HoltmannBluetooth: Make mgmt_disconnect_failed() return void
2013-10-07 Marcel HoltmannBluetooth: Make mgmt_set_powered_failed() return void
2013-10-07 Marcel HoltmannBluetooth: Make mgmt_index_added() and mgmt_index_remov...
2013-10-07 Marcel HoltmannBluetooth: Send new settings only when pairable changes
2013-10-06 Marcel HoltmannBluetooth: Remove mgmt_valid_hdev() helper function
2013-10-06 Marcel HoltmannBluetooth: Remove no longer needed mgmt_new_settings...
2013-10-06 Marcel HoltmannBluetooth: Use helper function for re-enabling advertising
2013-10-06 Marcel HoltmannBluetooth: Set LE advertising parameters before enabling it
2013-10-06 Marcel HoltmannBluetooth: Add constants for LE advertising types
2013-10-06 Marcel HoltmannBluetooth: Use helper functions for enabling/disabling...
2013-10-06 Marcel HoltmannBluetooth: Make it clear that disabling LE disables...
2013-10-06 Marcel HoltmannBluetooth: Add HCI structure for LE advertising paramet...
2013-10-06 Marcel HoltmannBluetooth: Use random address if public address is...
2013-10-06 Marcel HoltmannBluetooth: Simplify device type check for AMP discover...
2013-10-06 Marcel HoltmannBluetooth: Use explicit check for BR/EDR device type
2013-10-06 Marcel HoltmannBluetooth: Reject enabling controllers without valid...
2013-10-06 Marcel HoltmannBluetooth: Check for non BR/EDR controller in AMP disco...
2013-10-06 Marcel HoltmannBluetooth: Simplify check if L2CAP connection is AMP...
2013-10-06 Marcel HoltmannBluetooth: Move hci_amp_capable() function into L2CAP...
2013-10-06 Marcel HoltmannBluetooth: Remove check for number of AMP controller
2013-10-06 Marcel HoltmannBluetooth: Remove pointless inline function
2013-10-06 Marcel HoltmannBluetooth: Rename AMP status constants and use them
2013-10-06 Marcel HoltmannBluetooth: Use explicit AMP controller id value for...
2013-10-06 Marcel HoltmannBluetooth: Separate AMP controller type from HCI device...
2013-10-06 Marcel HoltmannBluetooth: Add constants for AMP controller type
2013-10-06 Marcel HoltmannBluetooth: Remove useless external function to count...
2013-10-06 Marcel HoltmannBluetooth: Fix controller list for AMP discover response
2013-10-05 Johan HedbergBluetooth: Fix re-enabling advertising after a connection
2013-10-05 Johan HedbergBluetooth: Add public mgmt function to send New Setting...
2013-10-05 Johan HedbergBluetooth: Rename HCI_LE_PERIPHERAL to HCI_ADVERTISING
2013-10-04 Andre GuedesBluetooth: Initialize hci_conn fields in hci_connect_le
2013-10-04 Andre GuedesBluetooth: Rename hci_conn variable in hci_connect_le()
2013-10-03 Marcel HoltmannBluetooth: Only one command per L2CAP LE signalling...
2013-10-03 Marcel HoltmannBluetooth: Check minimum length of SMP packets
2013-10-03 Marcel HoltmannBluetooth: Drop packets on ATT fixed channel on BR/EDR
2013-10-03 Marcel HoltmannBluetooth: L2CAP connectionless channels are only valid...
2013-10-03 Marcel HoltmannBluetooth: SMP packets are only valid on LE connections
2013-10-03 Marcel HoltmannBluetooth: Don't copy L2CAP LE signalling to raw sockets
2013-10-03 Marcel HoltmannBluetooth: Fix switch statement order for L2CAP fixed...
2013-10-03 Marcel HoltmannBluetooth: Allow changing device class when BR/EDR...
2013-10-03 Marcel HoltmannBluetooth: Restrict loading of long term keys to LE...
2013-10-03 Marcel HoltmannBluetooth: Restrict loading of link keys to BR/EDR...
2013-10-03 Marcel HoltmannBluetooth: Allow setting static address even if LE...
2013-10-03 Marcel HoltmannBluetooth: Restrict SSP setting changes to BR/EDR enabl...
2013-10-02 Marcel HoltmannBluetooth: Fix memory leak with L2CAP signal channels
2013-10-02 DoHyun PyunBluetooth: Add the definition for Slave Page Response...
2013-10-02 DoHyun PyunBluetooth: Add the definition and stcuture for Sync...
2013-10-02 DoHyun PyunBluetooth: Add the definition for Start Synchronization...
next