summaryrefslogtreecommitdiffstats
path: root/net/bluetooth
AgeCommit message (Expand)AuthorLines
2016-08-25Bluetooth: Fix hci_sock_recvmsg when MSG_TRUNC is not setLuiz Augusto von Dentz-1/+1
2016-08-25Bluetooth: Fix bt_sock_recvmsg when MSG_TRUNC is not setLuiz Augusto von Dentz-1/+1
2016-08-24Bluetooth: split sk_filter in l2cap_sock_recv_cbDaniel Borkmann-2/+20
2016-08-24Bluetooth: Fix memory leak at end of hci requestsFrederic Dalleau-0/+2
2016-07-18Bluetooth: Add debugfs fields for hardware and firmware infoMarcel Holtmann-0/+59
2016-07-17Bluetooth: Fix l2cap_sock_setsockopt() with optname BT_RCVMTUAmadeusz Sławiński-1/+1
2016-07-13Bluetooth: Increment management interface revisionJohan Hedberg-1/+1
2016-07-13Bluetooth: Add Authentication Failed reason to Disconnected Mgmt eventSzymon Janc-1/+15
2016-07-09Bluetooth: Rename HCI_BREDR into HCI_PRIMARYMarcel Holtmann-27/+25
2016-07-09Bluetooth: Remove controller device attributesMarcel Holtmann-54/+0
2016-07-09Bluetooth: Remove connection link attributesMarcel Holtmann-45/+0
2016-07-08Bluetooth: Fix hci_sock_recvmsg return valueDenis Kenzior-0/+5
2016-07-08Bluetooth: Fix bt_sock_recvmsg return valueDenis Kenzior-0/+5
2016-07-08Bluetooth: Switch SMP to crypto_cipher_encrypt_one()Andy Lutomirski-39/+28
2016-06-09net: add netdev_lockdep_set_classes() helperEric Dumazet-14/+1
2016-06-07net_sched: transform qdisc running bit into a seqcountEric Dumazet-0/+2
2016-05-13Bluetooth: fix power_on vs close raceJiri Slaby-2/+2
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal-1/+1
2016-04-26Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller-46/+47
2016-04-26Bluetooth: 6lowpan: Fix memory corruption of ipv6 destination addressGlenn Ruben Bakke-7/+4
2016-04-13sock: tigthen lockdep checks for sock_owned_by_userHannes Frederic Sowa-1/+1
2016-04-136lowpan: change naming for lowpan private dataAlexander Aring-39/+43
2016-04-08Bluetooth: Allow setting BT_SECURITY_FIPS with setsockoptPatrik Flykt-1/+1
2016-04-08Bluetooth: Ignore unknown advertising packet typesJohan Hedberg-0/+13
2016-04-08Bluetooth: Fix setting NO_BREDR advertising flagJohan Hedberg-3/+3
2016-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-14/+194
2016-03-17Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-72/+63
2016-03-11Bluetooth: Fix potential buffer overflow with Add AdvertisingJohan Hedberg-0/+4
2016-03-11Bluetooth: Fix setting correct flags in ADJohan Hedberg-1/+3
2016-03-10Bluetooth: Increment management interface revisionJohan Hedberg-1/+1
2016-03-10Bluetooth: Add support for limited privacy modeJohan Hedberg-11/+75
2016-03-10Bluetooth: Fix adding discoverable to adv instance flagsJohan Hedberg-0/+3
2016-03-10Bluetooth: Move memset closer to where it's neededJohan Hedberg-2/+2
2016-02-23Bluetooth: hci_core: cancel power off delayed work properlyWei-Ning Huang-0/+1
2016-02-23Bluetooth: Use managed version of led_trigger_register in LED triggerHeiner Kallweit-11/+1
2016-02-23Bluetooth: add LED trigger for indicating HCI is powered upHeiner Kallweit-0/+116
2016-02-20Bluetooth: hci_core: Avoid mixing up req_complete and req_complete_skbDouglas Anderson-2/+4
2016-01-29Bluetooth: Fix incorrect removing of IRKsJohan Hedberg-26/+18
2016-01-29Bluetooth: L2CAP: Fix setting chan src info before adding PSM/CIDJohan Hedberg-3/+3
2016-01-29Bluetooth: L2CAP: Fix auto-allocating LE PSM valuesJohan Hedberg-2/+12
2016-01-29Bluetooth: L2CAP: Introduce proper defines for PSM rangesJohan Hedberg-3/+3
2016-01-27Bluetooth: Use skcipher and hashHerbert Xu-72/+63
2016-01-23Bluetooth: 6lowpan: Fix handling of uncompressed IPv6 packetsLukasz Duda-0/+3
2016-01-23Bluetooth: 6lowpan: Fix kernel NULL pointer dereferencesGlenn Ruben Bakke-1/+3
2016-01-06Bluetooth: avoid rebuilding hci_sock all the timeJohannes Berg-9/+18
2016-01-05Bluetooth: Add support for Start Limited Discovery commandJohan Hedberg-12/+52
2016-01-05Bluetooth: Change eir_has_data_type() to more generic eir_get_data()Johan Hedberg-4/+5
2015-12-20Bluetooth: use list_for_each_entry*Geliang Tang-49/+25
2015-12-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-0/+3
2015-12-15bluetooth: Validate socket address length in sco_sock_bind().David S. Miller-0/+3