aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/isdn/gigaset (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-23isdn/gigaset: Provide cardstate context for bas timer callbacksKees Cook1-8/+6
2017-10-18isdn/gigaset: Convert timers to use timer_setup()Kees Cook2-20/+23
2017-10-18isdn/gigaset: Use kzalloc instead of open-coded field zeroingKees Cook1-9/+1
2017-06-20net: introduce __skb_put_[zero, data, u8]yuan linyu2-3/+3
2017-06-16networking: add and use skb_put_u8()Johannes Berg1-11/+11
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg2-14/+14
2017-03-13isdn/gigaset: fix NULL-deref at probeJohan Hovold1-0/+3
2016-12-17isdn/gigaset: use designated initializersKees Cook3-48/+48
2016-12-08ser_gigaset: return -ENOMEM on error instead of successDan Carpenter1-1/+3
2016-02-19ser_gigaset: use container_of() instead of detourPaul Bolle1-8/+1
2015-12-15ser_gigaset: remove unnecessary kfree() calls from release methodTilman Schmidt1-5/+0
2015-12-15ser_gigaset: fix deallocation of platform device structureTilman Schmidt1-3/+7
2015-12-15ser_gigaset: turn nonsense checks into WARN_ONAlan Cox1-5/+5
2015-12-15ser_gigaset: fix up NULL checksTilman Schmidt1-3/+3
2015-07-15isdn/gigaset: drop unused ldisc methodsTilman Schmidt1-24/+0
2015-07-15isdn/gigaset: reset tty->receive_room when attaching ser_gigasetTilman Schmidt1-1/+10
2015-03-23isdn/gigaset: restructure modem response parser (4)Tilman Schmidt1-107/+151
2015-03-23isdn/gigaset: restructure modem response parser (3)Tilman Schmidt1-37/+19
2015-03-23isdn/gigaset: restructure modem response parser (2)Tilman Schmidt1-69/+57
2015-03-23isdn/gigaset: restructure modem response parser (1)Tilman Schmidt1-44/+55
2014-12-10isdn/gigaset: enable Kernel CAPI support by defaultTilman Schmidt1-1/+1
2014-12-10isdn/gigaset: elliminate unnecessary argument from send_cb()Tilman Schmidt1-16/+15
2014-12-10isdn/gigaset: clarify gigaset_modem_fill control structureTilman Schmidt1-28/+24
2014-12-10isdn/gigaset: drop duplicate declarationTilman Schmidt1-3/+0
2014-10-14isdn/gigaset: fix usb_gigaset write_cmd result raceTilman Schmidt1-1/+3
2014-10-14isdn/capi: handle CAPI 2.0 message parser failuresTilman Schmidt1-23/+125
2014-10-14isdn/gigaset: fix non-heap pointer deallocationTilman Schmidt1-41/+70
2014-10-14isdn/gigaset: fix NULL pointer dereferenceTilman Schmidt1-0/+5
2014-10-14isdn/gigaset: limit raw CAPI message dump lengthTilman Schmidt1-0/+2
2014-10-14isdn/gigaset: make sure controller name is null terminatedTilman Schmidt1-2/+2
2014-10-14isdn/gigaset: missing break in do_facility_reqTilman Schmidt1-0/+1
2014-10-05isdn/gigaset: use USB API function usb_endpoint_num()Tilman Schmidt1-7/+5
2014-10-05isdn/gigaset: drop unused cardstate structure memberTilman Schmidt1-2/+0
2014-10-05isdn/gigaset: improve error handling when leaving DLE modeTilman Schmidt1-1/+2
2014-08-22isdn/bas_gigaset: use USB API functions rather than constantsHimangi Saraogi1-1/+1
2014-08-22isdn/gigaset: use USB API functions rather than constantsHimangi Saraogi1-1/+1
2014-07-29isdn/bas_gigaset: fix a leak on failure path in gigaset_probe()Alexey Khoroshilov1-0/+1
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2013-04-09procfs: new helper - PDE_DATA(inode)Al Viro1-1/+1
2013-03-18TTY: add tty_port_tty_wakeup helperJiri Slaby1-5/+1
2013-02-21Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds2-11/+4
2013-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2013-01-21isdn/gigaset: beautify ev-layer.cTilman Schmidt2-64/+64
2013-01-21isdn/gigaset: beautify common.cTilman Schmidt1-22/+9
2013-01-21isdn/gigaset: beautify interface.cTilman Schmidt1-31/+15
2013-01-21isdn/gigaset: leave DLE mode before hanging upTilman Schmidt1-0/+5
2013-01-21isdn/gigaset: fix zero size border case in debug dumpTilman Schmidt1-0/+2
2013-01-18tty: Added a CONFIG_TTY option to allow removal of TTYJoe Millenbach1-0/+1