]> git.kernelconcepts.de Git - karo-tx-linux.git/shortlog
karo-tx-linux.git
2014-12-05 Marcel HoltmannBluetooth: Add support for handling LE Direct Advertisi...
2014-12-05 Marcel HoltmannBluetooth: Enabled LE Direct Advertising Report event...
2014-12-05 Marcel HoltmannBluetooth: Add definitions for LE Direct Advertising...
2014-12-05 Marcel HoltmannBluetooth: Move LE advertising report defines to the...
2014-12-05 Varka Bhadramcc2520: adds terminating newline
2014-12-05 Varka Bhadrammac802154: use goto label on failure
2014-12-05 Marcel HoltmannBluetooth: Report invalid RSSI for service discovery...
2014-12-05 Marcel HoltmannBluetooth: Fix discovery filter when no RSSI is available
2014-12-05 Johan HedbergBluetooth: Remove redundant reverse_base_uuid variable
2014-12-05 Johan HedbergBluetooth: Fix Get Conn Info to use cmd_complete callback
2014-12-05 Johan HedbergBluetooth: Fix initializing hci_conn RSSI to invalid...
2014-12-05 Johan HedbergBluetooth: Convert Get Clock Info to use cmd_complete...
2014-12-05 Johan HedbergBluetooth: Convert discovery commands to use cmd_comple...
2014-12-05 Johan HedbergBluetooth: Convert Unpair Device to use cmd_complete...
2014-12-05 Johan HedbergBluetooth: Convert Pair Device to use cmd_complete...
2014-12-05 Johan HedbergBluetooth: Use cmd_complete callback for authentication...
2014-12-05 Johan HedbergBluetooth: Convert Disconnect mgmt command to use cmd_c...
2014-12-05 Johan HedbergBluetooth: Store parameter length with pending mgmt...
2014-12-05 Johan HedbergBluetooth: Add callback to create proper cmd_complete...
2014-12-05 Stefan Schmidtnet/mac802154: No need for an extra space when casting
2014-12-05 Stefan Schmidtnet/mac802154: Remove extra blank lines.
2014-12-05 Stefan Schmidtnet/ieee802154: Remove and add extra blank lines as...
2014-12-05 Stefan Schmidtnet/ieee802154: Make sure alignment matches parenthesis..
2014-12-05 Stefan Schmidtnet/6lowpan: Remove FSF address from GPL statement.
2014-12-05 Marcel HoltmannBluetooth: Clear discovery filter before starting backg...
2014-12-05 Marcel HoltmannBluetooth: Fix memory leaks from discovery filter UUID...
2014-12-05 Marcel HoltmannBluetooth: Add helper function for clearing the discove...
2014-12-05 Jakub PawlowskiBluetooth: Add support for Start Service Discovery...
2014-12-05 Jakub PawlowskiBluetooth: Add logic for UUID filter handling
2014-12-05 Marcel HoltmannBluetooth: Add framework for device found filtering...
2014-12-05 Marcel HoltmannBluetooth: Filter device found events based on RSSI...
2014-12-05 Jakub PawlowskiBluetooth: Add extra discovery fields for storing filte...
2014-12-05 Jakub PawlowskiBluetooth: Add definitions for MGMT_OP_START_SERVICE_DI...
2014-12-05 Marcel HoltmannBluetooth: Add HCI_RSSI_INVALID for unknown RSSI value
2014-12-04 Marcel HoltmannBluetooth: Split triggering of discovery commands into...
2014-12-04 Marcel HoltmannBluetooth: Use {start,stop}_discovery_complete handler...
2014-12-04 Marcel HoltmannBluetooth: Simplify the error handling of Start Discove...
2014-12-03 Marcel HoltmannBluetooth: Increment management interface revision
2014-12-03 Marcel HoltmannBluetooth: Increase minor version of core module
2014-12-03 Heinrich SiebmannsBluetooth: Add support for Broadcom BCM20702A0 variants...
2014-12-03 Xinming HuBluetooth: btmrvl add firmware dump support
2014-12-03 Amitkumar KarwarBluetooth: btmrvl: remove extra newline character
2014-12-03 Johan HedbergBluetooth: Fix false-positive "uninitialized" compiler...
2014-12-03 Johan HedbergBluetooth: Fix minor coding style issue in smp.c
2014-12-03 Johan HedbergBluetooth: Fix SMP debug key handling
2014-12-03 Johan HedbergBluetooth: Organize SMP crypto functions to logical...
2014-12-03 Johan HedbergBluetooth: Fix missing const declarations in SMP functions
2014-12-03 Johan HedbergBluetooth: Introduce SMP_DBG macro for low-level debuging
2014-12-03 Johan HedbergBluetooth: Add basic LE SC OOB support for remote OOB...
2014-12-03 Johan HedbergBluetooth: Set SMP OOB flag if OOB data is available
2014-12-03 Johan HedbergBluetooth: Add support for adding remote OOB data for LE
2014-12-03 Johan HedbergBluetooth: Store address type with OOB data
2014-12-03 Johan HedbergBluetooth: Unify remote OOB data functions
2014-12-03 Johan HedbergBluetooth: Add SC-only mode support for SMP
2014-12-03 Johan HedbergBluetooth: Add full SMP BR/EDR support
2014-12-03 Johan HedbergBluetooth: Add skeleton for BR/EDR SMP channel
2014-12-03 Johan HedbergBluetooth: Add debugfs switch for forcing SMP over...
2014-12-03 Johan HedbergBluetooth: Add hci_conn flag for new link key generation
2014-12-03 Johan HedbergBluetooth: Use debug keys for SMP when HCI_USE_DEBUG_KE...
2014-12-03 Johan HedbergBluetooth: Add dummy handler for LE SC keypress notific...
2014-12-03 Johan HedbergBluetooth: Fix DHKey Check sending order for slave...
2014-12-03 Johan HedbergBluetooth: Add passkey entry support for LE SC
2014-12-03 Johan HedbergBluetooth: Fix BR/EDR Link Key type when derived throug...
2014-12-03 Johan HedbergBluetooth: Add support for SC just-works pairing
2014-12-03 Johan HedbergBluetooth: Set correct LTK type and authentication...
2014-12-03 Johan HedbergBluetooth: Add check for accidentally generating a...
2014-12-03 Johan HedbergBluetooth: Detect SMP SC debug keys
2014-12-03 Johan HedbergBluetooth: Add selection of the SC authentication method
2014-12-03 Johan HedbergBluetooth: Track authentication method in SMP context
2014-12-03 Johan HedbergBluetooth: Add support for LE SC key generation
2014-12-03 Johan HedbergBluetooth: Add support for LE SC DHKey check PDU
2014-12-03 Johan HedbergBluetooth: Add support for handling LE SC user response
2014-12-03 Johan HedbergBluetooth: Add support for LE SC numeric comparison
2014-12-03 Johan HedbergBluetooth: Add LE SC support for responding to Pairing...
2014-12-03 Johan HedbergBluetooth: Add support for sending LE SC Confirm value
2014-12-03 Johan HedbergBluetooth: Add handler function for receiving LE SC...
2014-12-03 Johan HedbergBluetooth: Add basic support for sending our LE SC...
2014-12-03 Johan HedbergBluetooth: Add ECC library for LE Secure Connections
2014-12-03 Johan HedbergBluetooth: Add basic support for AES-CMAC
2014-12-03 Johan HedbergBluetooth: Set link key generation bit if necessary...
2014-12-03 Johan HedbergBluetooth: Rename hci_find_ltk_by_addr to hci_find_ltk
2014-12-03 Johan HedbergBluetooth: Remove unused hci_find_ltk function
2014-12-03 Johan HedbergBluetooth: Update LTK lookup to correctly deal with...
2014-12-03 Johan HedbergBluetooth: Add mgmt_set_secure_conn support for any...
2014-12-03 Johan HedbergBluetooth: Use custom macro for testing BR/EDR SC enabled
2014-12-03 Johan HedbergBluetooth: Set the correct security level for SC LTKs
2014-12-03 Johan HedbergBluetooth: Add mgmt support for LE Secure Connections...
2014-12-03 Johan HedbergBluetooth: Update SMP security level to/from auth_req...
2014-12-03 Johan HedbergBluetooth: Add SMP flag for SC and set it when necessary.
2014-12-03 Johan HedbergBluetooth: Make auth_req mask dependent on SC enabled...
2014-12-03 Johan HedbergBluetooth: Add basic SMP defines for LE Secure Connections
2014-12-03 Johan HedbergBluetooth: Simplify Link Key Notification event handlin...
2014-12-02 Johan HedbergBluetooth: Track both local and remote L2CAP fixed...
2014-11-27 Steven WalterBluetooth: Automatically flushable packets aren't allow...
2014-11-26 Dmitry TuninBluetooth: ath3k: Add support of MCI 13d3:3408 bt device
2014-11-26 Varka Bhadrammac802154: remove unnecessary if statement
2014-11-26 Varka Bhadramieee802154: fix spelling mistakes
2014-11-19 Amitkumar KarwarBluetooth: btmrvl: update hs_state in interrupt handler
2014-11-19 Amitkumar KarwarBluetooth: btmrvl: add DT-bindings for gpio-gap
2014-11-19 Amitkumar KarwarBluetooth: btmrvl: add DT bindings documentation
next