summaryrefslogtreecommitdiffstats
path: root/net/bluetooth
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: Fix hci_sock_recvmsg when MSG_TRUNC is not setLuiz Augusto von Dentz2016-08-251-1/+1
* Bluetooth: Fix bt_sock_recvmsg when MSG_TRUNC is not setLuiz Augusto von Dentz2016-08-251-1/+1
* Bluetooth: split sk_filter in l2cap_sock_recv_cbDaniel Borkmann2016-08-242-2/+20
* Bluetooth: Fix memory leak at end of hci requestsFrederic Dalleau2016-08-241-0/+2
* Bluetooth: Add debugfs fields for hardware and firmware infoMarcel Holtmann2016-07-182-0/+59
* Bluetooth: Fix l2cap_sock_setsockopt() with optname BT_RCVMTUAmadeusz Sławiński2016-07-171-1/+1
* Bluetooth: Increment management interface revisionJohan Hedberg2016-07-131-1/+1
* Bluetooth: Add Authentication Failed reason to Disconnected Mgmt eventSzymon Janc2016-07-131-1/+15
* Bluetooth: Rename HCI_BREDR into HCI_PRIMARYMarcel Holtmann2016-07-096-27/+25
* Bluetooth: Remove controller device attributesMarcel Holtmann2016-07-091-54/+0
* Bluetooth: Remove connection link attributesMarcel Holtmann2016-07-091-45/+0
* Bluetooth: Fix hci_sock_recvmsg return valueDenis Kenzior2016-07-081-0/+5
* Bluetooth: Fix bt_sock_recvmsg return valueDenis Kenzior2016-07-081-0/+5
* Bluetooth: Switch SMP to crypto_cipher_encrypt_one()Andy Lutomirski2016-07-081-39/+28
* net: add netdev_lockdep_set_classes() helperEric Dumazet2016-06-091-14/+1
* net_sched: transform qdisc running bit into a seqcountEric Dumazet2016-06-071-0/+2
* Bluetooth: fix power_on vs close raceJiri Slaby2016-05-131-2/+2
* treewide: replace dev->trans_start update with helperFlorian Westphal2016-05-041-1/+1
* Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2016-04-261-46/+47
|\
| * Bluetooth: 6lowpan: Fix memory corruption of ipv6 destination addressGlenn Ruben Bakke2016-04-261-7/+4
| * 6lowpan: change naming for lowpan private dataAlexander Aring2016-04-131-39/+43
* | sock: tigthen lockdep checks for sock_owned_by_userHannes Frederic Sowa2016-04-131-1/+1
|/
* Bluetooth: Allow setting BT_SECURITY_FIPS with setsockoptPatrik Flykt2016-04-081-1/+1
* Bluetooth: Ignore unknown advertising packet typesJohan Hedberg2016-04-081-0/+13
* Bluetooth: Fix setting NO_BREDR advertising flagJohan Hedberg2016-04-081-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2016-03-199-14/+194
|\
| * Bluetooth: Fix potential buffer overflow with Add AdvertisingJohan Hedberg2016-03-111-0/+4
| * Bluetooth: Fix setting correct flags in ADJohan Hedberg2016-03-111-1/+3
| * Bluetooth: Increment management interface revisionJohan Hedberg2016-03-101-1/+1
| * Bluetooth: Add support for limited privacy modeJohan Hedberg2016-03-104-11/+75
| * Bluetooth: Fix adding discoverable to adv instance flagsJohan Hedberg2016-03-101-0/+3
| * Bluetooth: Move memset closer to where it's neededJohan Hedberg2016-03-101-2/+2
| * Bluetooth: hci_core: cancel power off delayed work properlyWei-Ning Huang2016-02-231-0/+1
| * Bluetooth: Use managed version of led_trigger_register in LED triggerHeiner Kallweit2016-02-233-11/+1
| * Bluetooth: add LED trigger for indicating HCI is powered upHeiner Kallweit2016-02-235-0/+116
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-03-171-72/+63
|\ \ | |/ |/|
| * Bluetooth: Use skcipher and hashHerbert Xu2016-01-271-72/+63
* | Bluetooth: hci_core: Avoid mixing up req_complete and req_complete_skbDouglas Anderson2016-02-201-2/+4
* | Bluetooth: Fix incorrect removing of IRKsJohan Hedberg2016-01-292-26/+18
* | Bluetooth: L2CAP: Fix setting chan src info before adding PSM/CIDJohan Hedberg2016-01-291-3/+3
* | Bluetooth: L2CAP: Fix auto-allocating LE PSM valuesJohan Hedberg2016-01-291-2/+12
* | Bluetooth: L2CAP: Introduce proper defines for PSM rangesJohan Hedberg2016-01-291-3/+3
* | Bluetooth: 6lowpan: Fix handling of uncompressed IPv6 packetsLukasz Duda2016-01-231-0/+3
* | Bluetooth: 6lowpan: Fix kernel NULL pointer dereferencesGlenn Ruben Bakke2016-01-231-1/+3
|/
* Bluetooth: avoid rebuilding hci_sock all the timeJohannes Berg2016-01-061-9/+18
* Bluetooth: Add support for Start Limited Discovery commandJohan Hedberg2016-01-052-12/+52
* Bluetooth: Change eir_has_data_type() to more generic eir_get_data()Johan Hedberg2016-01-052-4/+5
* Bluetooth: use list_for_each_entry*Geliang Tang2015-12-204-49/+25
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-12-171-0/+3
|\
| * bluetooth: Validate socket address length in sco_sock_bind().David S. Miller2015-12-151-0/+3