summaryrefslogtreecommitdiffstats
path: root/drivers/isdn/gigaset
Commit message (Expand)AuthorAgeFilesLines
* isdn/gigaset: fix usb_gigaset write_cmd result raceTilman Schmidt2014-10-141-1/+3
* isdn/capi: handle CAPI 2.0 message parser failuresTilman Schmidt2014-10-141-23/+125
* isdn/gigaset: fix non-heap pointer deallocationTilman Schmidt2014-10-141-41/+70
* isdn/gigaset: fix NULL pointer dereferenceTilman Schmidt2014-10-141-0/+5
* isdn/gigaset: limit raw CAPI message dump lengthTilman Schmidt2014-10-141-0/+2
* isdn/gigaset: make sure controller name is null terminatedTilman Schmidt2014-10-141-2/+2
* isdn/gigaset: missing break in do_facility_reqTilman Schmidt2014-10-141-0/+1
* isdn/gigaset: use USB API function usb_endpoint_num()Tilman Schmidt2014-10-061-7/+5Star
* isdn/gigaset: drop unused cardstate structure memberTilman Schmidt2014-10-061-2/+0Star
* isdn/gigaset: improve error handling when leaving DLE modeTilman Schmidt2014-10-061-1/+2
* isdn/bas_gigaset: use USB API functions rather than constantsHimangi Saraogi2014-08-221-1/+1
* isdn/gigaset: use USB API functions rather than constantsHimangi Saraogi2014-08-221-1/+1
* isdn/bas_gigaset: fix a leak on failure path in gigaset_probe()Alexey Khoroshilov2014-07-291-0/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-021-1/+1
|\
| * procfs: new helper - PDE_DATA(inode)Al Viro2013-04-091-1/+1
* | TTY: add tty_port_tty_wakeup helperJiri Slaby2013-03-191-5/+1Star
|/
* Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2013-02-212-11/+4Star
|\
| * tty: Added a CONFIG_TTY option to allow removal of TTYJoe Millenbach2013-01-191-0/+1
| * TTY: switch tty_flip_buffer_pushJiri Slaby2013-01-161-9/+1Star
| * TTY: move low_latency to tty_portJiri Slaby2013-01-161-1/+1
| * TTY: switch tty_insert_flip_stringJiri Slaby2013-01-161-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-01-291-0/+2
|\ \
| * | isdn/gigaset: fix zero size border case in debug dumpTilman Schmidt2013-01-211-0/+2
| |/
* | isdn/gigaset: beautify ev-layer.cTilman Schmidt2013-01-212-64/+64
* | isdn/gigaset: beautify common.cTilman Schmidt2013-01-211-22/+9Star
* | isdn/gigaset: beautify interface.cTilman Schmidt2013-01-211-31/+15Star
* | isdn/gigaset: leave DLE mode before hanging upTilman Schmidt2013-01-211-0/+5
|/
* TTY: isdn/gigaset destroy tty_port properlyJiri Slaby2012-11-221-6/+5Star
* TTY: call tty_port_destroy in the rest of driversJiri Slaby2012-11-161-4/+6
* bas_gigaset: fix pre_reset handlingTilman Schmidt2012-10-261-3/+16
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2012-10-021-1/+0Star
|\
| * drivers/isdn/gigaset/common.c: Remove useless kfreePeter Senna Tschudin2012-09-131-1/+0Star
* | TTY: use tty_port_register_deviceJiri Slaby2012-08-141-1/+2
* | Merge tty-next into 3.6-rc1Greg Kroah-Hartman2012-08-061-0/+2
|\|
| * gigaset: silence GCC warning for unused 'format_ie'Paul Bolle2012-07-171-0/+2
* | tty: move the termios object into the ttyAlan Cox2012-07-161-2/+2
|/
* Merge tag 'usb-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2012-05-232-0/+2
|\
| * USB: Disable hub-initiated LPM for comms devices.Sarah Sharp2012-05-192-0/+2
* | isdn/gigaset: unify function return valuesTilman Schmidt2012-05-0810-81/+87
* | isdn/gigaset: internal function name cleanupTilman Schmidt2012-05-081-11/+5Star
* | isdn/gigaset: fix readability damageTilman Schmidt2012-05-084-216/+208Star
* | isdn/gigaset: improve error handling querying firmware versionTilman Schmidt2012-05-081-1/+3
* | isdn/gigaset: fix CAPI disconnect B3 handlingTilman Schmidt2012-05-081-0/+4
* | isdn/gigaset: ratelimit CAPI message dumpsTilman Schmidt2012-05-081-13/+9Star
|/
* isdn/gigaset: use gig_dbg() for debugging outputTilman Schmidt2012-04-091-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2012-03-2112-441/+441
|\
| * gigaset: Use semicolons to terminate statementsJoe Perches2012-02-271-4/+4
| * isdn: whitespace coding style cleanupJoe Perches2012-02-2112-442/+442
* | TTY: isdn/gigaset, use tty_portJiri Slaby2012-03-083-31/+21Star
* | TTY: isdn/gigaset, do not set tty->driver_data to NULLJiri Slaby2012-03-081-91/+14Star