summaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/usb-serial.c
Commit message (Expand)AuthorAgeFilesLines
* USB: serial: fix port attribute-creation raceJohan Hovold2015-02-261-0/+16
* Revert "USB: serial: make bulk_out_size a lower limit"Johan Hovold2015-02-261-2/+3
* USB: serial: fix potential heap buffer overflowJohan Hovold2014-08-271-0/+5
* USB: serial: fix potential stack buffer overflowJohan Hovold2014-08-271-10/+22
* USB: serial: remove overly defensive port testsJohan Hovold2014-05-281-24/+14Star
* USB: serial: fix sysfs-attribute removal deadlockJohan Hovold2014-04-241-1/+3
* USB: serial: add missing newlines to dev_<level> messages.Johan Hovold2014-03-121-2/+2
* USB: serial: add missing bracesJohan Hovold2014-03-121-4/+4
* USB: serial: make bulk_out_size a lower limitJohan Hovold2014-03-121-3/+2Star
* USB: serial: clean up ioctl debuggingJohan Hovold2014-01-031-1/+1
* USB: serial: clean up dtr_rtsJohan Hovold2013-07-241-12/+2Star
* USB: serial: increase the number of devices we supportGreg Kroah-Hartman2013-06-171-3/+6
* USB: serial: make minor allocation dynamicGreg Kroah-Hartman2013-06-171-68/+55Star
* USB: serial: ports: add minor and port numberGreg Kroah-Hartman2013-06-101-3/+4
* USB: serial: fix TIOCMIWAIT return valueJohan Hovold2013-06-051-3/+1Star
* USB: serial: clean up chars_in_bufferJohan Hovold2013-05-171-9/+2Star
* USB: serial: add generic wait_until_sent implementationJohan Hovold2013-05-171-0/+2
* USB: serial: add wait_until_sent operationJohan Hovold2013-05-171-0/+17
* Merge tag 'usb-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2013-04-291-119/+111Star
|\
| * Revert "USB: serial: fix hang when opening port"Greg Kroah-Hartman2013-03-281-1/+0Star
| * Merge branch 'usb-linus' into usb-nextGreg Kroah-Hartman2013-03-281-0/+1
| |\
| * | USB: serial: update copyright informationJohan Hovold2013-03-251-0/+1
| * | USB: serial: wake up MSR-wait queue on disconnectJohan Hovold2013-03-251-0/+1
| * | USB: serial: add tiocmiwait subdriver operationJohan Hovold2013-03-251-4/+11
| * | USB: serial: use urb poison to reliably kill trafficJohan Hovold2013-03-251-18/+37
| * | USB: serial: rename port releaseJohan Hovold2013-03-251-2/+2
| * | USB: serial: fix port releaseJohan Hovold2013-03-251-7/+0Star
| * | USB: serial: clean up generic-operation handlingJohan Hovold2013-03-251-6/+6
| * | USB: serial: remove generic release callbackJohan Hovold2013-03-251-2/+1Star
| * | USB: serial: remove generic disconnect callbackJohan Hovold2013-03-251-2/+2
| * | USB: serial: remove redundant allocation error messagesJohan Hovold2013-03-251-28/+9Star
| * | USB: serial: clean up debug infoJohan Hovold2013-03-251-19/+20
| * | USB: serial: remove redundant commentsJohan Hovold2013-03-251-15/+5Star
| * | USB: serial: rename tty-port callbacksJohan Hovold2013-03-251-9/+9
| * | USB: serial: comments on suspend failureMing Lei2013-03-251-0/+5
| * | Merge 3.9-rc4 into usb-nextGreg Kroah-Hartman2013-03-251-1/+2
| |\ \
| * | | usb/serial: Remove unnecessary check for consolePeter Hurley2013-03-151-9/+5Star
* | | | Merge 3.9-rc5 into tty-nextGreg Kroah-Hartman2013-04-011-1/+3
|\ \ \ \ | | |_|/ | |/| |
| * | | USB: serial: fix hang when opening portMing Lei2013-03-261-0/+1
| | |/ | |/|
| * | USB: serial: fix interface refcountingJohan Hovold2013-03-211-1/+2
| |/
* / TTY: add tty_port_tty_wakeup helperJiri Slaby2013-03-191-9/+1Star
|/
* USB: serial: fix null-pointer dereferences on disconnectJohan Hovold2013-02-131-2/+12
* USB: serial: grab disconnect mutex in chars_in_bufferJohan Hovold2013-01-191-4/+10
* TTY: call tty_port_destroy in the rest of driversJiri Slaby2012-11-161-0/+1
* Merge tag 'usb-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds2012-10-011-100/+76Star
|\
| * USB: serial: fix up bug with missing {}Greg Kroah-Hartman2012-09-191-1/+2
| * USB: serial: core: fix up printk() usageGreg Kroah-Hartman2012-09-181-10/+3Star
| * USB: Serial: usb-serial: remove debug module parameterGreg Kroah-Hartman2012-09-181-6/+2Star
| * USB: serial: core: clean up dbg and printk usage.Greg Kroah-Hartman2012-09-141-77/+69Star
| * USB: serial: core: remove some trace debugging callsGreg Kroah-Hartman2012-09-141-6/+0Star