summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: avoid recursive locking in hci_send_to_channel()Sebastian Andrzej Siewior2017-10-301-6/+11
* Bluetooth: increase timeout for le auto connectionsKonrad Zapałowicz2017-10-291-1/+1
* Bluetooth: hci_ath: Add ath_vendor_cmd helperLoic Poulain2017-10-291-17/+32
* Bluetooth: Fix potential memory leakJaganath Kanakkassery2017-10-294-1/+8
* Bluetooth: btusb: Add new NFA344A entry.Bartosz Chronowski2017-10-291-0/+1
* Bluetooth: hci_ldisc: Allow sleeping while proto locks are held.Ronald Tschalär2017-10-292-17/+23
* Bluetooth: mark expected switch fall-throughsGustavo A. R. Silva2017-10-142-2/+2
* Revert "Bluetooth: btusb: Add workaround for Broadcom devices without product...Hans de Goede2017-10-141-18/+0
* Bluetooth: hci_bcm: Add support for BCM2E7EHans de Goede2017-10-141-0/+1
* Bluetooth: btbcm: Add entry for BCM4356A2 UART bluetoothHans de Goede2017-10-141-0/+2
* Bluetooth: BT_HCIUART now depends on SERIAL_DEV_BUSArnd Bergmann2017-10-111-1/+1
* Bluetooth: hci_bcm: fix build error without CONFIG_PMArnd Bergmann2017-10-111-0/+4
* Bluetooth: btbcm: Add support for MINIX Z83-4 based devicesIan W MORRISON2017-10-101-0/+1
* Bluetooth: hci_bcm: Add support for MINIX Z83-4 based devicesIan W MORRISON2017-10-101-0/+8
* Bluetooth: avoid silent hci_bcm ACPI PM regressionJohan Hovold2017-10-101-0/+1
* Bluetooth: hci_bcm: Correct context of IRQ polarity messageIan W MORRISON2017-10-091-1/+1
* Bluetooth: Fix compiler warning with selftest duration calculationMarcel Holtmann2017-10-061-1/+1
* Bluetooth: Convert timers to use timer_setup()Kees Cook2017-10-064-21/+23
* Bluetooth: hci_bcm: Add (runtime)pm support to the serdev driverHans de Goede2017-10-061-50/+68
* Bluetooth: hci_bcm: Make suspend/resume functions platform_dev independentHans de Goede2017-10-061-4/+4
* Bluetooth: hci_bcm: Make acpi_probe get irq from ACPI resourcesHans de Goede2017-10-061-2/+9
* Bluetooth: hci_bcm: Rename bcm_platform_probe to bcm_get_resourcesHans de Goede2017-10-061-2/+2
* Bluetooth: hci_bcm: Store device pointer instead of platform_device pointerHans de Goede2017-10-061-38/+35
* Bluetooth: hci_bcm: Move platform_get_irq call to bcm_probeHans de Goede2017-10-061-1/+1
* Bluetooth: hci_bcm: Move bcm_platform_probe call out of bcm_acpi_probeHans de Goede2017-10-061-7/+6
* Bluetooth: hci_bcm: Fix setting of irq trigger typeHans de Goede2017-10-061-13/+10
* Bluetooth: hci_uart_set_flow_control: Fix NULL deref when using serdevHans de Goede2017-10-061-0/+7
* Bluetooth: let the crypto subsystem generate the ecc privkeyTudor Ambarus2017-10-064-128/+147
* Bluetooth: ecdh_helper - fix leak of private keyTudor Ambarus2017-10-061-1/+1
* Bluetooth: selftest - check for errors when computing ZZTudor Ambarus2017-10-061-3/+8
* Bluetooth: ecdh_helper - reveal error codesTudor Ambarus2017-10-063-24/+33
* Bluetooth: move ecdh allocation outside of ecdh_helperTudor Ambarus2017-10-064-50/+87
* Bluetooth: btmrvl: *_err() and *_info() strings should end with newlinesArvind Yadav2017-10-061-3/+3
* ieee802154: fix gcc-4.9 warningsArnd Bergmann2017-10-061-1/+1
* Bluetooth: btqcomsmd: retrieve BD address from DT propertyLoic Poulain2017-10-061-0/+11
* dt-bindings: soc: qcom: Add local-bd-address property to WCNSS-BTLoic Poulain2017-10-061-0/+8
* dt-bindings: net: document Bluetooth bindings in one placeLoic Poulain2017-10-061-0/+5
* Bluetooth: btqcomsmd: Add support for BD address setupLoic Poulain2017-10-061-0/+34
* Merge tag 'batadv-next-for-davem-20171006' of git://git.open-mesh.org/linux-m...David S. Miller2017-10-0618-78/+78
|\
| * batman-adv: Add argument names for function ptr definitionsSven Eckelmann2017-09-301-4/+4
| * batman-adv: Fix "line over 80 characters" checkpatch warningSven Eckelmann2017-09-281-2/+2
| * batman-adv: Remove unnecessary parenthesesSven Eckelmann2017-09-2817-71/+71
| * batman-adv: Start new development cycleSimon Wunderlich2017-09-281-1/+1
* | bnx2x: Use pci_ari_enabled() instead of local copyBjorn Helgaas2017-10-061-6/+1
* | Merge branch 'xdp_monitor-improve'David S. Miller2017-10-062-40/+139
|\ \
| * | samples/bpf: xdp_monitor increase memory rlimitJesper Dangaard Brouer2017-10-061-2/+9
| * | samples/bpf: xdp_monitor also record xdp_exception tracepointJesper Dangaard Brouer2017-10-062-25/+121
| * | samples/bpf: xdp_monitor first 8 bytes are not accessible by bpfJesper Dangaard Brouer2017-10-061-13/+9
|/ /
* | Merge branch 'nfp-extend-match-and-action'David S. Miller2017-10-064-23/+324
|\ \
| * | nfp: add set tcp and udp header action flower offloadPieter Jansen van Vuuren2017-10-062-0/+51