summaryrefslogtreecommitdiffstats
path: root/net/bluetooth
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: Properly check L2CAP config option output buffer lengthBen Seri2017-09-091-37/+43
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-09-066-14/+35
|\
| * Bluetooth: make baswap src constLoic Poulain2017-09-011-3/+3
| * Bluetooth: Add option for disabling legacy ioctl interfacesMarcel Holtmann2017-08-302-0/+16
| * Bluetooth: make device_type constBhumika Goyal2017-08-191-2/+2
| * Bluetooth: kfree tmp rather than an alias to itColin Ian King2017-08-111-1/+1
| * Bluetooth: document config optionsPavel Machek2017-08-081-0/+12
| * 6lowpan: fix set not used warningstephen hemminger2017-07-251-3/+0
| * bluetooth: 6lowpan dev_close never returns errorstephen hemminger2017-07-191-5/+1
* | HID: introduce hid_is_using_ll_driverJason Gerecke2017-07-271-1/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-07-0518-132/+186
|\
| * Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2017-07-017-35/+47
| |\
| | * 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
OpenPOWER on IntegriCloud