summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* TTY: tty_alloc_driver() returns error pointersDan Carpenter2012-08-164-10/+10
* n_gsm: memory leak in uplink error pathRuss Gorby2012-08-161-2/+5
* n_gsm: replace kfree_skb w/ appropriate dev_* versionsRuss Gorby2012-08-161-4/+4
* n_gsm: avoid accessing freed memory during CMD_FCOFF conditionRuss Gorby2012-08-161-27/+13
* n_gsm: added interlocking for gsm_data_lock for certain code pathsRuss Gorby2012-08-161-2/+6
* char: n_gsm: remove message filtering for contipated DLCIsamix.lebsir2012-08-161-24/+1
* n_gsm : Flow control handling in Mux driverFrederic Berat2012-08-161-22/+57
* n_gsm: uplink SKBs accumulate on listRuss Gorby2012-08-161-2/+5
* n_gsm.c: Implement 3GPP27.010 DLC start-up procedure in MUXxiaojin2012-08-161-0/+4
* Remove BUG_ON from n_tty_read()Stanislav Kozina2012-08-161-1/+2
* 8250: add AgeStar AS-PRS2-009Alan Cox2012-08-161-0/+8
* drivers/tty/moxa.c: fix error return codeJulia Lawall2012-08-161-0/+1
* MIPS: OCTEON: Fix breakage due to 8250 changes.David Daney2012-08-141-15/+15
* TTY: synclink_cs, fix buildJiri Slaby2012-08-141-1/+1
* TTY: mxser, fix invalid module_parm permissionsJiri Slaby2012-08-141-1/+1
* TTY: hvcs, add tty installJiri Slaby2012-08-141-19/+33
* TTY: hvcs, clean hvcs_open a bitJiri Slaby2012-08-141-15/+17
* TTY: hvc_console, add tty installJiri Slaby2012-08-141-6/+25
* TTY: tty3270, add tty installJiri Slaby2012-08-141-9/+22
* TTY: ircomm_tty, add tty installJiri Slaby2012-08-141-16/+25
* TTY: synclinkmp, add tty installJiri Slaby2012-08-141-9/+19
* TTY: synclink, add tty installJiri Slaby2012-08-141-18/+26
* TTY: i4l, add tty installJiri Slaby2012-08-141-8/+15
* TTY: con3215, add tty installJiri Slaby2012-08-141-6/+15
* TTY: con3215, unset raw3215[line]Jiri Slaby2012-08-141-0/+7
* TTY: nfcon, add tty_port and link itJiri Slaby2012-08-141-0/+4
* TTY: moxa, convert to dynamic deviceJiri Slaby2012-08-141-4/+20
* TTY: synclink_cs, final cleanup in synclink_cs_initJiri Slaby2012-08-141-33/+32
* TTY: synclink_cs, use dynamic tty devicesJiri Slaby2012-08-141-12/+15
* TTY: synclink_cs, sanitize fail pathsJiri Slaby2012-08-141-27/+14
* TTY: use tty_port_link_deviceJiri Slaby2012-08-1412-13/+30
* TTY: add tty_port_link_deviceJiri Slaby2012-08-142-1/+23
* TTY: tty_port, add some documentationJiri Slaby2012-08-141-0/+21
* TTY: automatically create nodes for some driversJiri Slaby2012-08-143-3/+3
* TTY: use tty_port_register_deviceJiri Slaby2012-08-1420-40/+58
* TTY: move cdev_add to tty_register_deviceJiri Slaby2012-08-142-8/+42
* TTY: add support for unnumbered device nodesJiri Slaby2012-08-143-15/+15
* TTY: move allocations to tty_alloc_driverJiri Slaby2012-08-141-40/+33
* TTY: pty, switch to tty_alloc_driverJiri Slaby2012-08-142-11/+24
* TTY: pass flags to alloc_tty_driverJiri Slaby2012-08-102-13/+44
* TTY: tty3270, free tty driver properlyJiri Slaby2012-08-101-0/+1
* TTY: ttyprintk, initialize tty_port earlierJiri Slaby2012-08-101-4/+4
* TTY: ttyprintk, don't touch behind tty->write_bufJiri Slaby2012-08-101-1/+1
* TTY: ttyprintk, unregister tty driver on failureJiri Slaby2012-08-101-0/+1
* mxser: allow overlapping vectorJiri Slaby2012-08-101-4/+31
* misc: pti, use tty_port_register_deviceJiri Slaby2012-08-101-3/+3
* misc: pti, fix tty_port countJiri Slaby2012-08-101-7/+10
* misc: pti, fix fail pathsJiri Slaby2012-08-101-28/+25
* misc: pti, do the opposite of ->probe in ->removeJiri Slaby2012-08-101-14/+7
* misc: pti, move ->remove to the PCI codeJiri Slaby2012-08-101-16/+16