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