Age | Commit message (Expand) | Author | Files | Lines |
2017-07-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 26 | -79/+193 |
2017-06-29 | Bluetooth: btbcm: Add entry for BCM43430 UART bluetooth | Ian Molton | 1 | -0/+1 |
2017-06-29 | Bluetooth: hci_bcm: Add active_low irq polarity quirk for Asus T100CHI | Hans de Goede | 1 | -0/+9 |
2017-06-27 | Bluetooth: hci_bcm: Fix unwanted error reporting if no bcm dev | Loic Poulain | 1 | -2/+1 |
2017-06-23 | Bluetooth: hci_serdev: make hci_serdev_client_ops static | Colin Ian King | 1 | -2/+2 |
2017-06-20 | sched/wait: Rename wait_queue_t => wait_queue_entry_t | Ingo Molnar | 1 | -1/+1 |
2017-06-16 | networking: add and use skb_put_u8() | Johannes Berg | 10 | -16/+16 |
2017-06-16 | networking: make skb_push & __skb_push return void pointers | Johannes Berg | 1 | -1/+1 |
2017-06-16 | networking: make skb_pull & friends return void pointers | Johannes Berg | 1 | -2/+2 |
2017-06-16 | networking: make skb_put & friends return void pointers | Johannes Berg | 12 | -26/+26 |
2017-06-16 | networking: introduce and use skb_put_data() | Johannes Berg | 12 | -34/+33 |
2017-06-14 | Bluetooth: btusb: Add support for 0489:e0a2 QCA_ROME device | Shih-Yuan Lee (FourDollars) | 1 | -0/+1 |
2017-06-12 | Bluetooth: btbcm: Read controller features during configuration | Marcel Holtmann | 1 | -0/+36 |
2017-06-09 | Bluetooth: hci_intel: Add GPIO ACPI mapping table | Andy Shevchenko | 1 | -0/+14 |
2017-06-09 | Bluetooth: hci_bcm: Switch to devm_acpi_dev_add_driver_gpios() | Andy Shevchenko | 1 | -4/+1 |
2017-06-09 | Bluetooth: hci_ll: Add support for the external clock | Ulf Hansson | 1 | -1/+13 |
2017-06-09 | Bluetooth: hci_ll: Add compatible values for more WL chips | Sebastian Reichel | 1 | -0/+8 |
2017-05-23 | Bluetooth: btintel: Add MODULE_FIRMWARE entries for iBT 3.5 controllers | Jürg Billeter | 1 | -0/+2 |
2017-05-23 | Bluetooth: btwilink: Fix unexpected skb free | Loic Poulain | 1 | -1/+0 |
2017-05-23 | Bluetooth: hci_ll: Fix download_firmware() return when __hci_cmd_sync fails | Guodong Xu | 1 | -0/+1 |
2017-05-18 | Bluetooth: hci_nokia: select BT_HCIUART_H4 | Tobias Regnery | 1 | -0/+1 |
2017-05-18 | Bluetooth: hci_ldisc: Use rwlocking to avoid closing proto races | Dean Jenkins | 2 | -5/+36 |
2017-05-18 | Bluetooth: hci_uart: fix kconfig dependency | Tobias Regnery | 1 | -1/+1 |
2017-05-18 | Bluetooth: Add support for Intel Bluetooth device 9460/9560 [8087:0aaa] | Tedd Ho-Jeong An | 1 | -0/+4 |
2017-04-30 | Bluetooth: hci_ldisc: Add protocol check to hci_uart_tx_wakeup() | Dean Jenkins | 1 | -0/+3 |
2017-04-30 | Bluetooth: hci_ldisc: Add protocol check to hci_uart_dequeue() | Dean Jenkins | 1 | -3/+5 |
2017-04-30 | Bluetooth: hci_ldisc: Add protocol check to hci_uart_send_frame() | Dean Jenkins | 1 | -0/+3 |
2017-04-30 | Bluetooth: Add module license for HCI UART Nokia H4+ | Frédéric Danis | 1 | -0/+7 |
2017-04-22 | Bluetooth: hci_ldisc: Add missing clear HCI_UART_PROTO_READY | Dean Jenkins | 1 | -0/+1 |
2017-04-22 | Bluetooth: hci_ldisc: Ensure hu->hdev set to NULL before freeing hdev | Dean Jenkins | 1 | -1/+4 |
2017-04-22 | Bluetooth: hci_ldisc: Add missing return in hci_uart_init_work() | Dean Jenkins | 1 | -0/+1 |
2017-04-22 | Bluetooth: try to improve CONFIG_SERIAL_DEV_BUS dependency | Arnd Bergmann | 2 | -2/+8 |
2017-04-22 | Bluetooth: hci_ll: Fix NULL pointer deref on FW upload failure | Sebastian Reichel | 1 | -2/+1 |
2017-04-13 | bluetooth: hci_uart: add LL protocol serdev driver support | Rob Herring | 1 | -1/+261 |
2017-04-13 | bluetooth: hci_uart: remove unused hci_uart_init_tty | Rob Herring | 2 | -20/+0 |
2017-04-13 | Bluetooth: add nokia driver | Sebastian Reichel | 3 | -0/+834 |
2017-04-12 | Bluetooth: hci_serdev: allow modular drivers | Sebastian Reichel | 2 | -0/+2 |
2017-04-12 | Bluetooth: hci_serdev: do not open device in hci open | Sebastian Reichel | 1 | -9/+3 |
2017-04-12 | Bluetooth: hci_uart: add serdev driver support library | Rob Herring | 3 | -0/+366 |
2017-04-12 | Bluetooth: hci_uart: add support for word alignment | Sebastian Reichel | 3 | -0/+24 |
2017-04-12 | Bluetooth: btmrvl: remove unnecessary wakeup interrupt number sanity check | Xinming Hu | 1 | -5/+3 |
2017-04-12 | Bluetooth: btmrvl: disable platform wakeup interrupt in suspend failure path | Xinming Hu | 1 | -0/+7 |
2017-04-12 | Bluetooth: hci_intel: add missing tty-device sanity check | Johan Hovold | 1 | -1/+12 |
2017-04-12 | Bluetooth: hci_bcm: add missing tty-device sanity check | Johan Hovold | 1 | -1/+4 |
2017-04-12 | Bluetooth: btmrvl: cleanup code in return from btmrvl_sdio_suspend() | prasanna karthik | 1 | -3/+3 |
2017-04-12 | Bluetooth: hci_bcm: Support platform enumeration | Andy Shevchenko | 1 | -17/+33 |
2017-04-12 | Bluetooth: btmrvl: wake system up when receives a wake irq | Jeffy Chen | 1 | -2/+7 |
2017-04-12 | Bluetooth: btusb: wake system up when receives a wake irq | Jeffy Chen | 1 | -0/+2 |
2017-04-12 | Bluetooth: btrtl: Change message for missing config file | Larry Finger | 1 | -5/+8 |
2017-04-12 | Bluetooth: Added support for Rivet Networks Killer 1535 | Gabriel | 1 | -0/+1 |