summaryrefslogtreecommitdiffstats
path: root/net/bluetooth
Commit message (Expand)AuthorAgeFilesLines
...
| | * Bluetooth: Add sockaddr length checks before accessing sa_family in bind and ...Mateusz Jurczyk2017-06-293-7/+7
| | * bluetooth: remove WQ_MEM_RECLAIM from hci workqueuesTejun Heo2017-06-291-4/+3
| | * Bluetooth: hidp: fix possible might sleep error in hidp_session_threadJeffy Chen2017-06-271-11/+22
| | * Bluetooth: cmtp: fix possible might sleep error in cmtp_sessionJeffy Chen2017-06-271-7/+10
| | * Bluetooth: bnep: fix possible might sleep error in bnep_sessionJeffy Chen2017-06-271-6/+5
| * | net: convert sock.sk_refcnt from atomic_t to refcount_tReshetova, Elena2017-07-012-2/+2
| |/
| * net: introduce __skb_put_[zero, data, u8]yuan linyu2017-06-202-15/+12
| * networking: add and use skb_put_u8()Johannes Berg2017-06-162-2/+2
| * networking: make skb_push & __skb_push return void pointersJohannes Berg2017-06-163-9/+9
| * 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