aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/usb-serial.c
Commit message (Expand)AuthorAgeFilesLines
* USB: serial: fix potential heap buffer overflowJohan Hovold2014-09-131-0/+5
* USB: serial: fix potential stack buffer overflowJohan Hovold2014-09-131-10/+22
* USB: serial: fix sysfs-attribute removal deadlockJohan Hovold2014-05-181-1/+3
* USB: serial: fix hang when opening portMing Lei2013-04-251-0/+1
* USB: serial: fix interface refcountingJohan Hovold2013-03-271-1/+2
* USB: serial: fix null-pointer dereferences on disconnectJohan Hovold2013-03-061-2/+13
* usb: use usb_serial_put in usb_serial_probe errorsJan Safrata2012-12-061-3/+3
* USB: serial: Enforce USB driver and USB serial driver matchBjørn Mork2012-06-191-2/+4
* USB: serial: fix race between probe and openJohan Hovold2012-04-221-0/+8
* USB: use usb_endpoint_maxp() instead of le16_to_cpu()Kuninori Morimoto2011-08-231-4/+4
* Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2011-03-161-6/+6
|\
| * tty: now phase out the ioctl file pointer for goodAlan Cox2011-02-171-1/+1
| * tty: remove filp from the USB tty ioctlsAlan Cox2011-02-171-1/+1
| * tiocmset: kill the file pointer argumentAlan Cox2011-02-171-2/+2
| * tiocmget: kill off the passing of the struct fileAlan Cox2011-02-171-2/+2
* | USB: serial drivers need to use larger bulk-in buffersAlan Stern2011-02-251-3/+2
|/
* USB serial: add missing .usb_driver field in serial driversAlan Stern2011-01-221-2/+6
* USB: fix autosuspend bug in usb-serialAlan Stern2010-11-301-0/+3
* BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann2010-11-171-1/+0
* tty: Make tiocgicount a handlerAlan Cox2010-10-221-0/+13
* USB: serial: fix leak of usb serial module refrence countMing Lei2010-08-231-16/+7
* USB: serial: enable async suspend for usb serial port deviceMing Lei2010-08-101-0/+2
* USB-BKL: Remove BKL use for usb serial driver probingAndi Kleen2010-08-101-16/+14
* USB: serial: reimplement generic fifo-based writesJohan Hovold2010-05-201-0/+33
* USB: serial: generalise write buffer preparationJohan Hovold2010-05-201-0/+1
* USB: serial: generalise generic read implementationJohan Hovold2010-05-201-0/+1
* USB: serial: allow drivers to define bulk buffer sizesJohan Hovold2010-05-201-2/+6
* usb-serial: Use tty_port version console instead of usb_serial_portJason Wessel2010-05-201-2/+2
* tty: Fix various bogus WARN checks in the usb serial layerAlan Cox2010-03-021-13/+0
* USB: serial: fix typo in debug messageJohan Hovold2010-03-021-1/+1
* Fix usb_serial_probe() problem introduced by the recent kfifo changesStefani Seibold2009-12-231-3/+2
* kfifo: move out spinlockStefani Seibold2009-12-221-2/+1
* kfifo: move struct kfifo in placeStefani Seibold2009-12-221-3/+2
* usb_serial: Kill port mutexAlan Cox2009-12-111-1/+0
* usb_serial: Use the shutdown() operationAlan Cox2009-12-111-28/+11
* tty_port: add "tty_port_open" helperAlan Cox2009-12-111-29/+20
* USB: small fix in error case of suspend in generic usbserial codeOliver Neukum2009-10-091-1/+3
* USB: serial: don't call release without attachAlan Stern2009-10-091-1/+5
* tty: Fix regressions caused by commit b50989dcDave Young2009-09-271-8/+6
* USB: use kfifo to buffer usb-generic serial writesDavid VomLehn2009-09-231-0/+7
* USB: fix wrong order of events in usb serial suspensionOliver Neukum2009-09-231-3/+7
* USB: usb-serial, remove unused variablesJiri Slaby2009-09-231-6/+0
* usb-serial: straighten out serial_openAlan Stern2009-09-191-37/+22
* usb-serial: add missing tests and debug linesAlan Stern2009-09-191-4/+17
* usb-serial: rename subroutinesAlan Stern2009-09-191-8/+11
* usb-serial: fix termios initialization logicAlan Stern2009-09-191-12/+10
* usb-serial: acquire references when a new tty is installedAlan Stern2009-09-191-64/+47
* usb-serial: change logic of serial lookupsAlan Stern2009-09-191-8/+23
* usb-serial: put subroutines in logical orderAlan Stern2009-09-191-77/+77
* usb-serial: change referencing of port and serial structuresAlan Stern2009-09-191-75/+20