aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/bluetooth/hci_ldisc.c
Commit message (Expand)AuthorAgeFilesLines
* remove unneeded driversWolfgang Wiedmeyer2015-10-251-35/+0
* Merge linux-3.0.31 from korg into jellybeancodeworkx2012-09-181-2/+2
|\
| * Bluetooth: hci_ldisc: fix NULL-pointer dereference on tty_closeJohan Hovold2012-04-221-1/+1
| * Bluetooth: uart-ldisc: Fix memory leakJohan Hovold2012-04-221-1/+1
* | samsung update 1codeworkx2012-06-021-2/+162
|/
* Revert "tty: make receive_buf() return the amout of bytes received"Linus Torvalds2011-06-041-11/+6
* Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2011-05-231-8/+11
|\
| * tty: make receive_buf() return the amout of bytes receivedFelipe Balbi2011-04-221-4/+8
* | Bluetooth: hci_uart: check the return value of recv()Jiejing Zhang2011-04-131-2/+4
|/
* Bluetooth: Make hci a child of the corresponding tty device.Andrei Warkentin2011-02-161-0/+1
* Bluetooth: add NULL pointer check in HCIJun Nie2010-12-081-2/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2010-10-231-1/+1
|\
| * Bluetooth: hci_uart: Fix typo in stats for sco txKarl Beldan2010-10-121-1/+1
* | bluetooth: Fix missing NULL checkAlan Cox2010-10-221-0/+7
|/
* Bluetooth: Support for Atheros AR300x serial chipSuraj Sumangala2010-07-211-0/+6
* Bluetooth: Add HCIUARTSETFLAGS and HCIUARTGETFLAGS ioctlsJohan Hedberg2010-07-211-0/+12
* Bluetooth: Fix warning: variable 'tty' set but not usedJustin P. Mattock2010-07-211-2/+0
* Bluetooth: Convert controller hdev->type to hdev->busMarcel Holtmann2010-02-271-1/+1
* tree-wide: fix assorted typos all over the placeAndré Goddard Rosa2009-12-041-1/+1
* tty: fix bluetooth scribbling on low latency flagsAlan Cox2009-06-111-1/+0
* tty: rewrite the ldisc lockingAlan Cox2009-06-111-2/+2
* Bluetooth: Enable per-module dynamic debug messagesMarcel Holtmann2008-11-301-5/+0
* Bluetooth: Send HCI Reset command by default on device initializationMarcel Holtmann2008-11-301-2/+2
* tty: some ICANON magic is in the wrong placesAlan Cox2008-10-131-1/+1
* [Bluetooth] Consolidate maintainers informationMarcel Holtmann2008-08-181-1/+1
* tty: Ldisc revampAlan Cox2008-07-201-3/+3
* tty: add throttle/unthrottle helpersAlan Cox2008-04-301-3/+1
* tty: The big operations reworkAlan Cox2008-04-301-8/+5
* hci_ldisc: fix null pointer derefDavid Newall2008-02-121-0/+1
* [Bluetooth] Add UART driver for Texas Instruments' BRF63xx chipsOhad Ben-Cohen2007-10-221-1/+7
* [Bluetooth] Fix unintentional fall-through in HCI line disciplineMarcel Holtmann2007-05-101-0/+1
* [Bluetooth] Fix NULL pointer dereference in HCI line disciplineMarcel Holtmann2007-05-101-1/+3
* [Bluetooth] Add HCIUARTGETDEVICE support for HCI line disciplineMarcel Holtmann2007-05-101-0/+5
* [PATCH] remove many unneeded #includes of sched.hTim Schmielau2007-02-141-1/+0
* [Bluetooth] Code cleanup for the HCI UART driverMarcel Holtmann2006-09-281-8/+5
* [Bluetooth] Avoid NULL pointer dereference with tty->driverMarcel Holtmann2006-07-121-2/+2
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [PATCH] TTY layer buffering revampAlan Cox2006-01-101-15/+1
* [PATCH] bluetooth: kmalloc + memset -> kzalloc conversionDeepak Saxena2005-11-071-3/+1
* [Bluetooth] Cleanup of the HCI UART driverMarcel Holtmann2005-10-281-65/+69
* [Bluetooth] Remove TXCRC compile option for BCSP driverMarcel Holtmann2005-10-281-1/+1
* [Bluetooth]: Move packet type into the SKB control bufferMarcel Holtmann2005-08-291-2/+2
* [Bluetooth] Remove unused functions and cleanup symbol exportsMarcel Holtmann2005-08-061-2/+0
* [PATCH] Convert users to tty_unregister_ldisc()Alexey Dobriyan2005-06-231-1/+1
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+593