summaryrefslogtreecommitdiff
path: root/net/bluetooth
Commit message (Expand)AuthorAge
* net: introduce __skb_put_[zero, data, u8]yuan linyu2017-06-20
* networking: add and use skb_put_u8()Johannes Berg2017-06-16
* networking: make skb_push & __skb_push return void pointersJohannes Berg2017-06-16
* networking: make skb_pull & friends return void pointersJohannes Berg2017-06-16
* networking: make skb_put & friends return void pointersJohannes Berg2017-06-16
* networking: introduce and use skb_put_data()Johannes Berg2017-06-16
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-15
|\
| * net: Fix inconsistent teardown and release of private netdev state.David S. Miller2017-06-07
* | Bluetooth: Send HCI Set Event Mask Page 2 command only when neededMarcel Holtmann2017-06-12
* | Bluetooth: use constant time memory comparison for secret valuesJason A. Donenfeld2017-06-10
* | Bluetooth: Delete error messages for failed memory allocations in two functionsMarkus Elfring2017-05-22
* | Bluetooth: Skip vendor diagnostic configuration for HCI User ChannelMarcel Holtmann2017-05-18
* | Bluetooth: Set LE Default PHY preferencesMarcel Holtmann2017-05-18
* | Bluetooth: Enable LE PHY Update Complete eventMarcel Holtmann2017-05-18
* | Bluetooth: Enable LE Channel Selection Algorithm eventMarcel Holtmann2017-05-18
* | Bluetooth: Set LE Suggested Default Data Length to maximumMarcel Holtmann2017-05-18
* | net: socket: mark socket protocol handler structs as constlinzhang2017-05-16
|/
* Bluetooth: Add selftest for ECDH key generationMarcel Holtmann2017-04-30
* Bluetooth: zero kpp input for key generationMarcel Holtmann2017-04-30
* Bluetooth: Fix user channel for 32bit userspace on 64bit kernelSzymon Janc2017-04-30
* Bluetooth: allocate data for kpp on heapSalvatore Benedetto2017-04-30
* Bluetooth: convert smp and selftest to crypto kpp APISalvatore Benedetto2017-04-25
* bluetooth: Do not set IFF_POINTOPOINTPatrik Flykt2017-04-12
* Bluetooth: 6lowpan: Set tx_queue_len to DEFAULT_TX_QUEUE_LENLuiz Augusto von Dentz2017-04-12
* Bluetooth: L2CAP: Add l2cap_le_flowctl_sendLuiz Augusto von Dentz2017-04-12
* Bluetooth: 6lowpan: Use netif APIs to flow controlLuiz Augusto von Dentz2017-04-12
* Bluetooth: 6lowpan: Don't drop packets when run out of creditsLuiz Augusto von Dentz2017-04-12
* Bluetooth: L2CAP: Don't return -EAGAIN if out of creditsLuiz Augusto von Dentz2017-04-12
* Bluetooth: 6lowpan: Print errors during recv_pktLuiz Augusto von Dentz2017-04-12
* Bluetooth: 6lowpan: Remove unnecessary peer lookupLuiz Augusto von Dentz2017-04-12
* Bluetooth: 6lowpan: fix use after free in chan_suspend/resumeMichael Scott2017-04-12
* Bluetooth: 6lowpan: fix delay work init in add_peer_chan()Michael Scott2017-04-12
* 6lowpan: fix assignment of peer_addrColin Ian King2017-04-12
* Bluetooth: Change initial min and max intervalJonas Holmberg2017-04-12
* Bluetooth: fix assignments on error variable errColin Ian King2017-04-12
* Bluetooth: Avoid bt_accept_unlink() double unlinkingDean Jenkins2017-04-12
* Bluetooth: Handle bt_accept_enqueue() socket atomicallyDean Jenkins2017-04-12
* 6lowpan: Fix IID format for BluetoothLuiz Augusto von Dentz2017-04-12
* 6lowpan: Use netdev addr_len to determine lladdr lenLuiz Augusto von Dentz2017-04-12
* bluetooth: Set 6 byte device addressesPatrik Flykt2017-04-12
* Bluetooth: convert rfcomm_dlc.refcnt from atomic_t to refcount_tElena Reshetova2017-04-12
* net: Work around lockdep limitation in sockets that use socketsDavid Howells2017-03-09
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-02
* scripts/spelling.txt: add "an user" pattern and fix typo instancesMasahiro Yamada2017-02-27
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-02-22
|\
| * Bluetooth: fix spelling mistake: "advetising" -> "advertising"Colin Ian King2017-02-16
| * Bluetooth: Fix NULL pointer dereference in bt_sock_recvmsgEzequiel Garcia2017-02-16
* | locking/atomic, kref: Add kref_read()Peter Zijlstra2017-01-14
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-12-16
|\
| * [iov_iter] new primitives - copy_from_iter_full() and friendsAl Viro2016-12-05