summaryrefslogtreecommitdiffstats
path: root/net/bluetooth
AgeCommit message (Expand)AuthorLines
2017-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-132/+186
2017-07-01Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller-35/+47
2017-07-01net: convert sock.sk_refcnt from atomic_t to refcount_tReshetova, Elena-2/+2
2017-06-29Bluetooth: Add sockaddr length checks before accessing sa_family in bind and ...Mateusz Jurczyk-7/+7
2017-06-29bluetooth: remove WQ_MEM_RECLAIM from hci workqueuesTejun Heo-4/+3
2017-06-27Bluetooth: hidp: fix possible might sleep error in hidp_session_threadJeffy Chen-11/+22
2017-06-27Bluetooth: cmtp: fix possible might sleep error in cmtp_sessionJeffy Chen-7/+10
2017-06-27Bluetooth: bnep: fix possible might sleep error in bnep_sessionJeffy Chen-6/+5
2017-06-20net: introduce __skb_put_[zero, data, u8]yuan linyu-15/+12
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar-3/+3
2017-06-16networking: add and use skb_put_u8()Johannes Berg-2/+2
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg-9/+9
2017-06-16networking: make skb_pull & friends return void pointersJohannes Berg-2/+2
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg-21/+21
2017-06-16networking: introduce and use skb_put_data()Johannes Berg-13/+13
2017-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+1
2017-06-12Bluetooth: Send HCI Set Event Mask Page 2 command only when neededMarcel Holtmann-2/+15
2017-06-10Bluetooth: use constant time memory comparison for secret valuesJason A. Donenfeld-19/+20
2017-06-07net: Fix inconsistent teardown and release of private netdev state.David S. Miller-1/+1
2017-05-22Bluetooth: Delete error messages for failed memory allocations in two functionsMarkus Elfring-8/+3
2017-05-18Bluetooth: Skip vendor diagnostic configuration for HCI User ChannelMarcel Holtmann-5/+6
2017-05-18Bluetooth: Set LE Default PHY preferencesMarcel Holtmann-0/+12
2017-05-18Bluetooth: Enable LE PHY Update Complete eventMarcel Holtmann-0/+6
2017-05-18Bluetooth: Enable LE Channel Selection Algorithm eventMarcel Holtmann-0/+8
2017-05-18Bluetooth: Set LE Suggested Default Data Length to maximumMarcel Holtmann-0/+9
2017-05-16net: socket: mark socket protocol handler structs as constlinzhang-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