summaryrefslogtreecommitdiffstats
path: root/net/bluetooth
Commit message (Expand)AuthorAgeFilesLines
...
| * networking: make skb_pull & friends return void pointersJohannes Berg2017-06-161-2/+2
| * networking: make skb_put & friends return void pointersJohannes Berg2017-06-166-21/+21
| * networking: introduce and use skb_put_data()Johannes Berg2017-06-168-13/+13
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-151-1/+1
| |\
| * | Bluetooth: Send HCI Set Event Mask Page 2 command only when neededMarcel Holtmann2017-06-121-2/+15
| * | Bluetooth: use constant time memory comparison for secret valuesJason A. Donenfeld2017-06-101-19/+20
| * | Bluetooth: Delete error messages for failed memory allocations in two functionsMarkus Elfring2017-05-221-8/+3
| * | Bluetooth: Skip vendor diagnostic configuration for HCI User ChannelMarcel Holtmann2017-05-181-5/+6
| * | Bluetooth: Set LE Default PHY preferencesMarcel Holtmann2017-05-181-0/+12
| * | Bluetooth: Enable LE PHY Update Complete eventMarcel Holtmann2017-05-181-0/+6
| * | Bluetooth: Enable LE Channel Selection Algorithm eventMarcel Holtmann2017-05-181-0/+8
| * | Bluetooth: Set LE Suggested Default Data Length to maximumMarcel Holtmann2017-05-181-0/+9
| * | net: socket: mark socket protocol handler structs as constlinzhang2017-05-161-1/+1
* | | sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar2017-06-203-3/+3
| |/ |/|
* | net: Fix inconsistent teardown and release of private netdev state.David S. Miller2017-06-071-1/+1
|/
* Bluetooth: Add selftest for ECDH key generationMarcel Holtmann2017-04-302-3/+38
* Bluetooth: zero kpp input for key generationMarcel Holtmann2017-04-301-0/+1
* Bluetooth: Fix user channel for 32bit userspace on 64bit kernelSzymon Janc2017-04-301-1/+2
* Bluetooth: allocate data for kpp on heapSalvatore Benedetto2017-04-302-11/+33
* Bluetooth: convert smp and selftest to crypto kpp APISalvatore Benedetto2017-04-258-878/+259
* bluetooth: Do not set IFF_POINTOPOINTPatrik Flykt2017-04-121-2/+1
* Bluetooth: 6lowpan: Set tx_queue_len to DEFAULT_TX_QUEUE_LENLuiz Augusto von Dentz2017-04-121-0/+2
* Bluetooth: L2CAP: Add l2cap_le_flowctl_sendLuiz Augusto von Dentz2017-04-121-8/+19
* Bluetooth: 6lowpan: Use netif APIs to flow controlLuiz Augusto von Dentz2017-04-121-0/+16
* Bluetooth: 6lowpan: Don't drop packets when run out of creditsLuiz Augusto von Dentz2017-04-121-9/+2
* Bluetooth: L2CAP: Don't return -EAGAIN if out of creditsLuiz Augusto von Dentz2017-04-121-3/+0
* Bluetooth: 6lowpan: Print errors during recv_pktLuiz Augusto von Dentz2017-04-121-0/+2
* Bluetooth: 6lowpan: Remove unnecessary peer lookupLuiz Augusto von Dentz2017-04-121-11/+4
* Bluetooth: 6lowpan: fix use after free in chan_suspend/resumeMichael Scott2017-04-121-18/+3
* Bluetooth: 6lowpan: fix delay work init in add_peer_chan()Michael Scott2017-04-121-3/+7
* 6lowpan: fix assignment of peer_addrColin Ian King2017-04-121-1/+1
* Bluetooth: Change initial min and max intervalJonas Holmberg2017-04-121-2/+2
* Bluetooth: fix assignments on error variable errColin Ian King2017-04-121-5/+5
* Bluetooth: Avoid bt_accept_unlink() double unlinkingDean Jenkins2017-04-121-0/+24
* Bluetooth: Handle bt_accept_enqueue() socket atomicallyDean Jenkins2017-04-121-0/+2
* 6lowpan: Fix IID format for BluetoothLuiz Augusto von Dentz2017-04-121-67/+12
* 6lowpan: Use netdev addr_len to determine lladdr lenLuiz Augusto von Dentz2017-04-121-36/+6
* bluetooth: Set 6 byte device addressesPatrik Flykt2017-04-121-11/+8
* Bluetooth: convert rfcomm_dlc.refcnt from atomic_t to refcount_tElena Reshetova2017-04-121-2/+2
* net: Work around lockdep limitation in sockets that use socketsDavid Howells2017-03-093-3/+4
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-026-1/+8
* scripts/spelling.txt: add "an user" pattern and fix typo instancesMasahiro Yamada2017-02-271-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-02-222-2/+2
|\
| * Bluetooth: fix spelling mistake: "advetising" -> "advertising"Colin Ian King2017-02-161-1/+1
| * Bluetooth: Fix NULL pointer dereference in bt_sock_recvmsgEzequiel Garcia2017-02-161-1/+1
* | locking/atomic, kref: Add kref_read()Peter Zijlstra2017-01-144-7/+7
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-12-161-3/+3
|\
| * [iov_iter] new primitives - copy_from_iter_full() and friendsAl Viro2016-12-051-3/+3
* | Makefile: drop -D__CHECK_ENDIAN__ from cflagsMichael S. Tsirkin2016-12-161-2/+0
* | Bluetooth: SMP: Add support for H7 crypto function and CT2 auth flagJohan Hedberg2016-12-082-17/+69
OpenPOWER on IntegriCloud