summaryrefslogtreecommitdiffstats
path: root/net/bluetooth
AgeCommit message (Expand)AuthorLines
2015-06-12Bluetooth: Add debugfs support for max LE encryption key sizeJohan Hedberg-4/+57
2015-06-11Bluetooth: Stop sabotaging list poisoningAlexey Dobriyan-6/+2
2015-06-10Bluetooth: Fix exposing full value of shortened LTKsJohan Hedberg-2/+14
2015-06-09Bluetooth: Move SCO support under BT_BREDR config optionArron Wang-1/+2
2015-06-09Bluetooth: Make l2cap_recv_acldata() and sco_recv_scodata() return voidArron Wang-6/+4
2015-06-09Bluetooth: Don't call shutdown when leaving user channelLoic Poulain-0/+1
2015-06-09Bluetooth: Fix encryption key size handling for LTKsJohan Hedberg-15/+7
2015-06-08Bluetooth: Fix race condition with user channel and setup stageMarcel Holtmann-7/+19
2015-06-06Bluetooth: Reorder HCI user channel socket releaseLoic Poulain-2/+2
2015-06-06Bluetooth: Fix potential NULL dereference in RFCOMM bind callbackJaganath Kanakkassery-8/+12
2015-05-30Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller-12/+19
2015-05-26Bluetooth: mgmt: fix typosFlorian Grandel-3/+3
2015-05-25ipv6: Remove external dependency on rt6i_gateway and RTF_ANYCASTMartin KaFai Lau-1/+1
2015-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-2/+4
2015-05-19Bluetooth: Add debug logs for legacy SMP crypto functionsJohan Hedberg-4/+16
2015-05-15Bluetooth: Fix calls to __hci_cmd_sync()Frederic Danis-5/+0
2015-05-14Bluetooth: Fix remote name event return directly.Wesley Kuo-2/+4
2015-05-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+2
2015-05-11net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman-17/+17
2015-05-11net: Add a struct net parameter to sock_create_kernEric W. Biederman-1/+1
2015-04-30Bluetooth: Skip the shutdown routine if the interface is not upGabriele Mazzotta-1/+2
2015-04-18Bluetooth: hidp: Fix regression with older userspace and flags validationMarcel Holtmann-1/+2
2015-04-09Bluetooth: Read LE remote features during connection establishmentMarcel Holtmann-2/+105
2015-04-07Bluetooth: Add local SSP OOB data to OOB ext data mgmt commandJohan Hedberg-2/+152
2015-04-07Bluetooth: Remove hci_recv_stream_fragment functionMarcel Holtmann-147/+1
2015-04-07Bluetooth: Make data pointer of hci_recv_stream_fragment constMarcel Holtmann-3/+3
2015-04-04Bluetooth: Fix location of TX power field in LE advertising dataMarcel Holtmann-6/+8
2015-04-04Bluetooth: hidp: Use BIT(x) instead of (1 << x)Marcel Holtmann-2/+2
2015-04-04Bluetooth: cmtp: Use BIT(x) instead of (1 << x)Marcel Holtmann-3/+3
2015-04-03Bluetooth: bnep: Handle BNEP connection setup requestGrzegorz Kolodziejczyk-4/+15
2015-04-03Bluetooth: bnep: Add support to extended headers of control framesGrzegorz Kolodziejczyk-10/+36
2015-04-03Bluetooth: bnep: Add support for get bnep features via ioctlGrzegorz Kolodziejczyk-0/+8
2015-04-03Bluetooth: bnep: Return err value while sending cmd is not understoodGrzegorz Kolodziejczyk-1/+1
2015-04-02Bluetooth: Disallow LE local out-of-band data when LE privacy is usedMarcel Holtmann-6/+19
2015-04-02Bluetooth: Convert local OOB data reading to use HCI requestJohan Hedberg-51/+65
2015-04-02Bluetooth: Move hci_get_cmd_complete() to hci_event.cJohan Hedberg-51/+58
2015-04-02Bluetooth: Remove unused hci_req_pending() functionJohan Hedberg-5/+0
2015-04-02Bluetooth: Remove unneeded recv_event variableJohan Hedberg-15/+0
2015-04-02Bluetooth: Convert hci_req_sync family of function to new request APIJohan Hedberg-14/+14
2015-04-02Bluetooth: Add second hci_request callback option for full skbJohan Hedberg-44/+81
2015-04-02Bluetooth: Add clarifying comment to command status handlingJohan Hedberg-0/+6
2015-04-02Bluetooth: Export SMP selftest result in debugfsMarcel Holtmann-9/+34
2015-04-02Bluetooth: Export ECDH selftest result in debugfsMarcel Holtmann-4/+31
2015-04-02Bluetooth: Restrict BNEP flags to only valid onesMarcel Holtmann-1/+11
2015-04-02Bluetooth: Restrict HIDP flags to only valid onesMarcel Holtmann-1/+10
2015-04-02Bluetooth: Restrict CMTP flags to only valid onesMarcel Holtmann-1/+10
2015-04-02Bluetooth: Expose current Device ID information via debugfsMarcel Holtmann-0/+26
2015-03-30Bluetooth: Refactor HCI request variables into own structJohan Hedberg-12/+12
2015-03-30Bluetooth: Refactor L2CAP variables into l2cap_ctrlJohan Hedberg-28/+28
2015-03-29Bluetooth: Remove superfluous extra empty line between functionsMarcel Holtmann-1/+0