aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/usb-serial.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-10-21USB: serial: fix potential NULL-dereference at probeJohan Hovold1-1/+2
2016-08-08USB: serial: fix memleak in driver-registration error pathAlexey Klimov1-1/+3
2016-05-20Merge tag 'usb-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds1-2/+3
2016-05-10USB: serial: fix minor-number allocationJohan Hovold1-1/+2
2016-04-30tty: Replace ASYNC_INITIALIZED bit and update atomicallyPeter Hurley1-1/+1
2016-04-25USB: serial: use IS_ENABLED() instead of checking for FOO || FOO_MODULEJavier Martinez Canillas1-1/+1
2015-07-09USB: serial: Destroy serial_minors IDR on module exitJohannes Thumshirn1-0/+1
2015-02-26USB: serial: fix port attribute-creation raceJohan Hovold1-0/+16
2015-02-26Revert "USB: serial: make bulk_out_size a lower limit"Johan Hovold1-2/+3
2014-08-27USB: serial: fix potential heap buffer overflowJohan Hovold1-0/+5
2014-08-27USB: serial: fix potential stack buffer overflowJohan Hovold1-10/+22
2014-05-27USB: serial: remove overly defensive port testsJohan Hovold1-24/+14
2014-04-24USB: serial: fix sysfs-attribute removal deadlockJohan Hovold1-1/+3
2014-03-12USB: serial: add missing newlines to dev_<level> messages.Johan Hovold1-2/+2
2014-03-12USB: serial: add missing bracesJohan Hovold1-4/+4
2014-03-12USB: serial: make bulk_out_size a lower limitJohan Hovold1-3/+2
2014-01-03USB: serial: clean up ioctl debuggingJohan Hovold1-1/+1
2013-07-23USB: serial: clean up dtr_rtsJohan Hovold1-12/+2
2013-06-17USB: serial: increase the number of devices we supportGreg Kroah-Hartman1-3/+6
2013-06-17USB: serial: make minor allocation dynamicGreg Kroah-Hartman1-68/+55
2013-06-10USB: serial: ports: add minor and port numberGreg Kroah-Hartman1-3/+4
2013-06-05USB: serial: fix TIOCMIWAIT return valueJohan Hovold1-3/+1
2013-05-16USB: serial: clean up chars_in_bufferJohan Hovold1-9/+2
2013-05-16USB: serial: add generic wait_until_sent implementationJohan Hovold1-0/+2
2013-05-16USB: serial: add wait_until_sent operationJohan Hovold1-0/+17
2013-04-29Merge tag 'usb-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds1-119/+111
2013-04-01Merge 3.9-rc5 into tty-nextGreg Kroah-Hartman1-1/+3
2013-03-28Revert "USB: serial: fix hang when opening port"Greg Kroah-Hartman1-1/+0
2013-03-28Merge branch 'usb-linus' into usb-nextGreg Kroah-Hartman1-0/+1
2013-03-26USB: serial: fix hang when opening portMing Lei1-0/+1
2013-03-25USB: serial: update copyright informationJohan Hovold1-0/+1
2013-03-25USB: serial: wake up MSR-wait queue on disconnectJohan Hovold1-0/+1
2013-03-25USB: serial: add tiocmiwait subdriver operationJohan Hovold1-4/+11
2013-03-25USB: serial: use urb poison to reliably kill trafficJohan Hovold1-18/+37
2013-03-25USB: serial: rename port releaseJohan Hovold1-2/+2
2013-03-25USB: serial: fix port releaseJohan Hovold1-7/+0
2013-03-25USB: serial: clean up generic-operation handlingJohan Hovold1-6/+6
2013-03-25USB: serial: remove generic release callbackJohan Hovold1-2/+1
2013-03-25USB: serial: remove generic disconnect callbackJohan Hovold1-2/+2
2013-03-25USB: serial: remove redundant allocation error messagesJohan Hovold1-28/+9
2013-03-25USB: serial: clean up debug infoJohan Hovold1-19/+20
2013-03-25USB: serial: remove redundant commentsJohan Hovold1-15/+5
2013-03-25USB: serial: rename tty-port callbacksJohan Hovold1-9/+9
2013-03-25USB: serial: comments on suspend failureMing Lei1-0/+5
2013-03-25Merge 3.9-rc4 into usb-nextGreg Kroah-Hartman1-1/+2
2013-03-21USB: serial: fix interface refcountingJohan Hovold1-1/+2
2013-03-18TTY: add tty_port_tty_wakeup helperJiri Slaby1-9/+1
2013-03-15usb/serial: Remove unnecessary check for consolePeter Hurley1-9/+5
2013-02-13USB: serial: fix null-pointer dereferences on disconnectJohan Hovold1-2/+12
2013-01-18USB: serial: grab disconnect mutex in chars_in_bufferJohan Hovold1-4/+10