summaryrefslogtreecommitdiffstats
path: root/drivers/isdn/gigaset
AgeCommit message (Expand)AuthorLines
2019-05-31isdn: move capi drivers to stagingArnd Bergmann-13312/+0
2019-05-31isdn: gigaset: remove i4l supportArnd Bergmann-707/+7
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+1
2019-05-05isdn: bas_gigaset: use usb_fill_int_urb() properlyPaul Bolle-4/+5
2019-02-12ser_gigaset: mark expected switch fall-throughGustavo A. R. Silva-1/+1
2018-10-24Merge branch 'work.tty-ioctl' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+12
2018-10-13gigaset: add ->compat_ioctl()Al Viro-0/+11
2018-10-13gigaset: don't try to printk userland buffer contentsAl Viro-1/+1
2018-10-08isdn/gigaset/isocdata: mark expected switch fall-throughGustavo A. R. Silva-1/+1
2018-10-08isdn/gigaset: mark expected switch fall-throughsGustavo A. R. Silva-2/+2
2018-10-05gigaset: asyncdata: mark expected switch fall-throughsGustavo A. R. Silva-2/+2
2018-07-04isdn: mark expected switch fall-throughsGustavo A. R. Silva-0/+3
2018-06-22isdn: gigaset: use usb_fill_int_urb()Sebastian Andrzej Siewior-14/+12
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook-2/+2
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook-4/+4
2018-05-17isdn/gigaset: add back gigaset_procinfo assignmentChristoph Hellwig-0/+1
2018-05-16isdn: replace ->proc_fops with ->proc_showChristoph Hellwig-15/+1
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2017-10-23isdn/gigaset: Provide cardstate context for bas timer callbacksKees Cook-8/+6
2017-10-18isdn/gigaset: Convert timers to use timer_setup()Kees Cook-20/+23
2017-10-18isdn/gigaset: Use kzalloc instead of open-coded field zeroingKees Cook-9/+1
2017-06-20net: introduce __skb_put_[zero, data, u8]yuan linyu-3/+3
2017-06-16networking: add and use skb_put_u8()Johannes Berg-11/+11
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg-14/+14
2017-03-13isdn/gigaset: fix NULL-deref at probeJohan Hovold-0/+3
2016-12-17isdn/gigaset: use designated initializersKees Cook-48/+48
2016-12-08ser_gigaset: return -ENOMEM on error instead of successDan Carpenter-1/+3
2016-02-19ser_gigaset: use container_of() instead of detourPaul Bolle-8/+1
2015-12-15ser_gigaset: remove unnecessary kfree() calls from release methodTilman Schmidt-5/+0
2015-12-15ser_gigaset: fix deallocation of platform device structureTilman Schmidt-3/+7
2015-12-15ser_gigaset: turn nonsense checks into WARN_ONAlan Cox-5/+5
2015-12-15ser_gigaset: fix up NULL checksTilman Schmidt-3/+3
2015-07-15isdn/gigaset: drop unused ldisc methodsTilman Schmidt-24/+0
2015-07-15isdn/gigaset: reset tty->receive_room when attaching ser_gigasetTilman Schmidt-1/+10
2015-03-23isdn/gigaset: restructure modem response parser (4)Tilman Schmidt-107/+151
2015-03-23isdn/gigaset: restructure modem response parser (3)Tilman Schmidt-37/+19
2015-03-23isdn/gigaset: restructure modem response parser (2)Tilman Schmidt-69/+57
2015-03-23isdn/gigaset: restructure modem response parser (1)Tilman Schmidt-44/+55
2014-12-10isdn/gigaset: enable Kernel CAPI support by defaultTilman Schmidt-1/+1
2014-12-10isdn/gigaset: elliminate unnecessary argument from send_cb()Tilman Schmidt-16/+15
2014-12-10isdn/gigaset: clarify gigaset_modem_fill control structureTilman Schmidt-28/+24
2014-12-10isdn/gigaset: drop duplicate declarationTilman Schmidt-3/+0
2014-10-14isdn/gigaset: fix usb_gigaset write_cmd result raceTilman Schmidt-1/+3
2014-10-14isdn/capi: handle CAPI 2.0 message parser failuresTilman Schmidt-23/+125
2014-10-14isdn/gigaset: fix non-heap pointer deallocationTilman Schmidt-41/+70
2014-10-14isdn/gigaset: fix NULL pointer dereferenceTilman Schmidt-0/+5
2014-10-14isdn/gigaset: limit raw CAPI message dump lengthTilman Schmidt-0/+2
2014-10-14isdn/gigaset: make sure controller name is null terminatedTilman Schmidt-2/+2
2014-10-14isdn/gigaset: missing break in do_facility_reqTilman Schmidt-0/+1