summaryrefslogtreecommitdiffstats
path: root/net/bluetooth
AgeCommit message (Expand)AuthorLines
2017-06-07net: Fix inconsistent teardown and release of private netdev state.David S. Miller-1/+1
2017-04-30Bluetooth: Add selftest for ECDH key generationMarcel Holtmann-3/+38
2017-04-30Bluetooth: zero kpp input for key generationMarcel Holtmann-0/+1
2017-04-30Bluetooth: Fix user channel for 32bit userspace on 64bit kernelSzymon Janc-1/+2
2017-04-30Bluetooth: allocate data for kpp on heapSalvatore Benedetto-11/+33
2017-04-25Bluetooth: convert smp and selftest to crypto kpp APISalvatore Benedetto-878/+259
2017-04-12bluetooth: Do not set IFF_POINTOPOINTPatrik Flykt-2/+1
2017-04-12Bluetooth: 6lowpan: Set tx_queue_len to DEFAULT_TX_QUEUE_LENLuiz Augusto von Dentz-0/+2
2017-04-12Bluetooth: L2CAP: Add l2cap_le_flowctl_sendLuiz Augusto von Dentz-8/+19
2017-04-12Bluetooth: 6lowpan: Use netif APIs to flow controlLuiz Augusto von Dentz-0/+16
2017-04-12Bluetooth: 6lowpan: Don't drop packets when run out of creditsLuiz Augusto von Dentz-9/+2
2017-04-12Bluetooth: L2CAP: Don't return -EAGAIN if out of creditsLuiz Augusto von Dentz-3/+0
2017-04-12Bluetooth: 6lowpan: Print errors during recv_pktLuiz Augusto von Dentz-0/+2
2017-04-12Bluetooth: 6lowpan: Remove unnecessary peer lookupLuiz Augusto von Dentz-11/+4
2017-04-12Bluetooth: 6lowpan: fix use after free in chan_suspend/resumeMichael Scott-18/+3
2017-04-12Bluetooth: 6lowpan: fix delay work init in add_peer_chan()Michael Scott-3/+7
2017-04-126lowpan: fix assignment of peer_addrColin Ian King-1/+1
2017-04-12Bluetooth: Change initial min and max intervalJonas Holmberg-2/+2
2017-04-12Bluetooth: fix assignments on error variable errColin Ian King-5/+5
2017-04-12Bluetooth: Avoid bt_accept_unlink() double unlinkingDean Jenkins-0/+24
2017-04-12Bluetooth: Handle bt_accept_enqueue() socket atomicallyDean Jenkins-0/+2
2017-04-126lowpan: Fix IID format for BluetoothLuiz Augusto von Dentz-67/+12
2017-04-126lowpan: Use netdev addr_len to determine lladdr lenLuiz Augusto von Dentz-36/+6
2017-04-12bluetooth: Set 6 byte device addressesPatrik Flykt-11/+8
2017-04-12Bluetooth: convert rfcomm_dlc.refcnt from atomic_t to refcount_tElena Reshetova-2/+2
2017-03-09net: Work around lockdep limitation in sockets that use socketsDavid Howells-3/+4
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar-1/+8
2017-02-27scripts/spelling.txt: add "an user" pattern and fix typo instancesMasahiro Yamada-3/+3
2017-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-2/+2
2017-02-16Bluetooth: fix spelling mistake: "advetising" -> "advertising"Colin Ian King-1/+1
2017-02-16Bluetooth: Fix NULL pointer dereference in bt_sock_recvmsgEzequiel Garcia-1/+1
2017-01-14locking/atomic, kref: Add kref_read()Peter Zijlstra-7/+7
2016-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-3/+3
2016-12-16Makefile: drop -D__CHECK_ENDIAN__ from cflagsMichael S. Tsirkin-2/+0
2016-12-08Bluetooth: SMP: Add support for H7 crypto function and CT2 auth flagJohan Hedberg-17/+69
2016-12-05[iov_iter] new primitives - copy_from_iter_full() and friendsAl Viro-3/+3
2016-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-7/+29
2016-11-22Bluetooth: Fix using the correct source address typeJohan Hedberg-7/+29
2016-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-35/+42
2016-10-21net: remove MTU limits on a few ether_setup callersJarod Wilson-0/+2
2016-10-19Bluetooth: Fix append max 11 bytes of name to scan rsp dataMichał Narajowski-35/+42
2016-10-13net: deprecate eth_change_mtu, remove usageJarod Wilson-1/+0
2016-10-06Bluetooth: Refactor append name and appearanceMichał Narajowski-50/+38
2016-10-06Bluetooth: Add appearance to default scan rsp dataMichał Narajowski-1/+10
2016-10-06Bluetooth: Fix local name in scan rspMichał Narajowski-12/+35
2016-09-22Bluetooth: Fix not updating scan rsp when adv offMichał Narajowski-1/+1
2016-09-22Bluetooth: Fix NULL pointer dereference in mgmt contextArek Lichwa-0/+2
2016-09-19Bluetooth: Set appearance only for LE capable controllersMichał Narajowski-0/+4
2016-09-19Bluetooth: Fix missing ext info event when setting appearanceMichał Narajowski-0/+2
2016-09-19Bluetooth: Add supported data types to ext info changed eventMichał Narajowski-4/+10