summaryrefslogtreecommitdiffstats
path: root/net/bluetooth
Commit message (Expand)AuthorAgeFilesLines
...
* Bluetooth: mgmt: rename update_*_data_for_instance()Florian Grandel2015-06-181-8/+6
* Bluetooth: mgmt: dry update_scan_rsp_data()Florian Grandel2015-06-181-33/+17
* Bluetooth: hci_core/mgmt: move adv timeout to hdevFlorian Grandel2015-06-182-16/+40
* Bluetooth: hci_core/mgmt: Introduce multi-adv listFlorian Grandel2015-06-182-1/+118
* Bluetooth: 6lowpan: Fix module refcountGlenn Ruben Bakke2015-06-171-2/+0
* Bluetooth: 6lowpan: Fix double kfree of netdev privGlenn Ruben Bakke2015-06-171-2/+1
* Bluetooth: 6lowpan: Move netdev sysfs device referenceGlenn Ruben Bakke2015-06-171-1/+1
* Bluetooth: 6lowpan: Rename ambiguous variableGlenn Ruben Bakke2015-06-171-3/+3
* Bluetooth: 6lowpan: Enable delete_netdev to be scheduled when last peer is de...Glenn Ruben Bakke2015-06-171-1/+1
* Bluetooth: Remove redundant check for ACL_LINKJohan Hedberg2015-06-121-2/+1
* Bluetooth: Use actual encryption key size for SMP over BR/EDRJohan Hedberg2015-06-121-2/+2
* Bluetooth: Read encryption key size for BR/EDR connectionsJohan Hedberg2015-06-121-0/+87
* Bluetooth: Move SC-only check outside of BT_CONFIG branchJohan Hedberg2015-06-121-12/+12
* Bluetooth: Add debugfs support for min LE encryption key sizeJohan Hedberg2015-06-121-1/+50
* Bluetooth: Add debugfs support for max LE encryption key sizeJohan Hedberg2015-06-121-4/+57
* Bluetooth: Stop sabotaging list poisoningAlexey Dobriyan2015-06-111-6/+2
* Bluetooth: Fix exposing full value of shortened LTKsJohan Hedberg2015-06-102-2/+14
* Bluetooth: Move SCO support under BT_BREDR config optionArron Wang2015-06-091-1/+2
* Bluetooth: Make l2cap_recv_acldata() and sco_recv_scodata() return voidArron Wang2015-06-092-6/+4
* Bluetooth: Don't call shutdown when leaving user channelLoic Poulain2015-06-091-0/+1
* Bluetooth: Fix encryption key size handling for LTKsJohan Hedberg2015-06-093-15/+7
* Bluetooth: Fix race condition with user channel and setup stageMarcel Holtmann2015-06-081-7/+19
* Bluetooth: Reorder HCI user channel socket releaseLoic Poulain2015-06-061-2/+2
* Bluetooth: Fix potential NULL dereference in RFCOMM bind callbackJaganath Kanakkassery2015-06-061-8/+12
* Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2015-05-303-12/+19
|\
| * Bluetooth: mgmt: fix typosFlorian Grandel2015-05-261-3/+3
| * Bluetooth: Add debug logs for legacy SMP crypto functionsJohan Hedberg2015-05-191-4/+16
| * Bluetooth: Fix calls to __hci_cmd_sync()Frederic Danis2015-05-151-5/+0
* | ipv6: Remove external dependency on rt6i_gateway and RTF_ANYCASTMartin KaFai Lau2015-05-251-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-05-231-2/+4
|\ \ | |/ |/|
| * Bluetooth: Fix remote name event return directly.Wesley Kuo2015-05-141-2/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-05-131-1/+2
|\ \ | |/
| * Bluetooth: Skip the shutdown routine if the interface is not upGabriele Mazzotta2015-04-301-1/+2
* | net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman2015-05-117-17/+17
* | net: Add a struct net parameter to sock_create_kernEric W. Biederman2015-05-111-1/+1
|/
* Bluetooth: hidp: Fix regression with older userspace and flags validationMarcel Holtmann2015-04-181-1/+2
* Bluetooth: Read LE remote features during connection establishmentMarcel Holtmann2015-04-091-2/+105
* Bluetooth: Add local SSP OOB data to OOB ext data mgmt commandJohan Hedberg2015-04-071-2/+152
* Bluetooth: Remove hci_recv_stream_fragment functionMarcel Holtmann2015-04-071-147/+1
* Bluetooth: Make data pointer of hci_recv_stream_fragment constMarcel Holtmann2015-04-071-3/+3
* Bluetooth: Fix location of TX power field in LE advertising dataMarcel Holtmann2015-04-041-6/+8
* Bluetooth: hidp: Use BIT(x) instead of (1 << x)Marcel Holtmann2015-04-041-2/+2
* Bluetooth: cmtp: Use BIT(x) instead of (1 << x)Marcel Holtmann2015-04-042-3/+3
* Bluetooth: bnep: Handle BNEP connection setup requestGrzegorz Kolodziejczyk2015-04-033-4/+15
* Bluetooth: bnep: Add support to extended headers of control framesGrzegorz Kolodziejczyk2015-04-031-10/+36
* Bluetooth: bnep: Add support for get bnep features via ioctlGrzegorz Kolodziejczyk2015-04-032-0/+8
* Bluetooth: bnep: Return err value while sending cmd is not understoodGrzegorz Kolodziejczyk2015-04-031-1/+1
* Bluetooth: Disallow LE local out-of-band data when LE privacy is usedMarcel Holtmann2015-04-021-6/+19
* Bluetooth: Convert local OOB data reading to use HCI requestJohan Hedberg2015-04-022-51/+65
* Bluetooth: Move hci_get_cmd_complete() to hci_event.cJohan Hedberg2015-04-022-51/+58
OpenPOWER on IntegriCloud