Bluetooth: Fix minor coding style issue in smp.c
[cascardo/linux.git] / net /
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 Varka Bhadrammac802154: remove unnecessary if statement
2014-11-26 Varka Bhadramieee802154: fix spelling mistakes
2014-11-19 Johan HedbergBluetooth: Convert link keys list to use RCU
2014-11-19 Johan HedbergBluetooth: Fix setting conn->pending_sec_level value...
2014-11-19 Johan HedbergBluetooth: Fix setting state back to TASK_RUNNING
2014-11-18 Johan HedbergBluetooth: Call drain_workqueue() before resetting...
2014-11-18 Johan HedbergBluetooth: Use shorter "rand" name for "randomizer"
2014-11-18 Johan HedbergBluetooth: Fix BR/EDR-only address checks for remote...
2014-11-17 Alexander Aringieee802154: fix byteorder for short address and panid
2014-11-17 Alexander Aringieee802154: rename and move WPAN_NUM_ defines
2014-11-17 Alexander Aringieee802154: add del interface command
2014-11-17 Alexander Aringieee802154: setting extended address while iface add
2014-11-17 Alexander Aringieee802154: add new interface command
2014-11-17 Alexander Aringmac802154: remove wpan_dev parameter in if_add
2014-11-17 Alexander Aringmac802154: use new nl802154 iftype types
2014-11-17 Alexander Aringmac802154: remove deprecated linux-zigbee info
2014-11-17 Alexander Aringmac802154: remove const for non pointer in rdev-ops
2014-11-17 Alexander Aringmac802154: remove const for non pointer in cfg ops
2014-11-17 Alexander Aringmac802154: remove const for non pointer in driver-ops
2014-11-17 Alexander Aringmac802154: remove unused prototypes
2014-11-15 Johan HedbergBluetooth: Fix clearing remote OOB data through mgmt
2014-11-15 Johan HedbergBluetooth: Add debug logs to help track locking issues
2014-11-15 Johan HedbergBluetooth: Remove unnecessary hdev locking in smp.c
2014-11-15 Johan HedbergBluetooth: Convert IRK list to RCU
2014-11-15 Johan HedbergBluetooth: Convert LTK list to RCU
2014-11-15 Johan HedbergBluetooth: Trigger SMP for the appropriate LE CoC errors
2014-11-15 Johan HedbergBluetooth: Add key preference parameter to smp_sufficie...
2014-11-15 Johan HedbergBluetooth: Fix sending incorrect LE CoC PDU in BT_CONNE...
2014-11-15 Fabian FrederickBluetooth: hidp: replace kzalloc/copy_from_user by...
2014-11-13 Johan HedbergBluetooth: Fix correct nesting for 6lowpan server channel
2014-11-13 Johan HedbergBluetooth: Fix L2CAP nesting level initialization location
2014-11-13 Johan HedbergBluetooth: Fix L2CAP socket lock nesting level
2014-11-13 Johan HedbergBluetooth: Use proper nesting annotation for l2cap_chan...
2014-11-13 Alexander Aringmac802154: add interframe spacing time handling
2014-11-12 Johan HedbergBluetooth: Remove unnecessary hci_dev_lock/unlock in...
2014-11-12 Johan HedbergBluetooth: Fix l2cap_sock_teardown_cb lockdep warning
2014-11-12 Alexander Aringieee820154: add lbt setting support
2014-11-12 Alexander Aringieee820154: add max frame retries setting support
2014-11-12 Alexander Aringieee820154: add max csma backoffs setting support
2014-11-12 Alexander Aringieee820154: add backoff exponent setting support
2014-11-12 Alexander Aringieee820154: add short_addr setting support
2014-11-12 Alexander Aringieee820154: add pan_id setting support
2014-11-12 Alexander Aringieee820154: add channel set support
2014-11-12 Alexander Aringmac802154: add ifname change notifier
2014-11-12 Alexander Aringmac802154: change module description
2014-11-12 Alexander Aringmac802154: add wpan_phy priv id
2014-11-12 Alexander Aringmac820154: move mutex locks out of loop
2014-11-12 Alexander Aringmac820154: rename sdata next to tmp
2014-11-12 Alexander Aringmac820154: move interface unregistration into iface
next