summaryrefslogtreecommitdiffstats
path: root/drivers/isdn/gigaset
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-041-0/+1
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* | isdn/gigaset: Provide cardstate context for bas timer callbacksKees Cook2017-10-231-8/+6
* | isdn/gigaset: Convert timers to use timer_setup()Kees Cook2017-10-182-20/+23
* | isdn/gigaset: Use kzalloc instead of open-coded field zeroingKees Cook2017-10-181-9/+1
|/
* net: introduce __skb_put_[zero, data, u8]yuan linyu2017-06-202-3/+3
* networking: add and use skb_put_u8()Johannes Berg2017-06-161-11/+11
* networking: make skb_put & friends return void pointersJohannes Berg2017-06-162-14/+14
* isdn/gigaset: fix NULL-deref at probeJohan Hovold2017-03-131-0/+3
* isdn/gigaset: use designated initializersKees Cook2016-12-173-48/+48
* ser_gigaset: return -ENOMEM on error instead of successDan Carpenter2016-12-081-1/+3
* ser_gigaset: use container_of() instead of detourPaul Bolle2016-02-191-8/+1
* ser_gigaset: remove unnecessary kfree() calls from release methodTilman Schmidt2015-12-151-5/+0
* ser_gigaset: fix deallocation of platform device structureTilman Schmidt2015-12-151-3/+7
* ser_gigaset: turn nonsense checks into WARN_ONAlan Cox2015-12-151-5/+5
* ser_gigaset: fix up NULL checksTilman Schmidt2015-12-151-3/+3
* isdn/gigaset: drop unused ldisc methodsTilman Schmidt2015-07-151-24/+0
* isdn/gigaset: reset tty->receive_room when attaching ser_gigasetTilman Schmidt2015-07-151-1/+10
* isdn/gigaset: restructure modem response parser (4)Tilman Schmidt2015-03-231-107/+151
* isdn/gigaset: restructure modem response parser (3)Tilman Schmidt2015-03-231-37/+19
* isdn/gigaset: restructure modem response parser (2)Tilman Schmidt2015-03-231-69/+57
* isdn/gigaset: restructure modem response parser (1)Tilman Schmidt2015-03-231-44/+55
* isdn/gigaset: enable Kernel CAPI support by defaultTilman Schmidt2014-12-101-1/+1
* isdn/gigaset: elliminate unnecessary argument from send_cb()Tilman Schmidt2014-12-101-16/+15
* isdn/gigaset: clarify gigaset_modem_fill control structureTilman Schmidt2014-12-101-28/+24
* isdn/gigaset: drop duplicate declarationTilman Schmidt2014-12-101-3/+0
* 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-051-7/+5
* isdn/gigaset: drop unused cardstate structure memberTilman Schmidt2014-10-051-2/+0
* isdn/gigaset: improve error handling when leaving DLE modeTilman Schmidt2014-10-051-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-011-1/+1
|\
| * procfs: new helper - PDE_DATA(inode)Al Viro2013-04-091-1/+1
* | TTY: add tty_port_tty_wakeup helperJiri Slaby2013-03-181-5/+1
|/
* Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2013-02-212-11/+4
|\
| * tty: Added a CONFIG_TTY option to allow removal of TTYJoe Millenbach2013-01-181-0/+1
| * TTY: switch tty_flip_buffer_pushJiri Slaby2013-01-151-9/+1
| * TTY: move low_latency to tty_portJiri Slaby2013-01-151-1/+1
| * TTY: switch tty_insert_flip_stringJiri Slaby2013-01-151-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