summaryrefslogtreecommitdiff
path: root/drivers/isdn/gigaset
AgeCommit message (Expand)Author
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
2014-10-05isdn/gigaset: drop unused cardstate structure memberTilman Schmidt
2014-10-05isdn/gigaset: improve error handling when leaving DLE modeTilman Schmidt
2014-08-22isdn/bas_gigaset: use USB API functions rather than constantsHimangi Saraogi
2014-08-22isdn/gigaset: use USB API functions rather than constantsHimangi Saraogi
2014-07-29isdn/bas_gigaset: fix a leak on failure path in gigaset_probe()Alexey Khoroshilov
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-04-09procfs: new helper - PDE_DATA(inode)Al Viro
2013-03-18TTY: add tty_port_tty_wakeup helperJiri Slaby
2013-02-21Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2013-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-01-21isdn/gigaset: beautify ev-layer.cTilman Schmidt
2013-01-21isdn/gigaset: beautify common.cTilman Schmidt
2013-01-21isdn/gigaset: beautify interface.cTilman Schmidt
2013-01-21isdn/gigaset: leave DLE mode before hanging upTilman Schmidt
2013-01-21isdn/gigaset: fix zero size border case in debug dumpTilman Schmidt
2013-01-18tty: Added a CONFIG_TTY option to allow removal of TTYJoe Millenbach
2013-01-15TTY: switch tty_flip_buffer_pushJiri Slaby
2013-01-15TTY: move low_latency to tty_portJiri Slaby
2013-01-15TTY: switch tty_insert_flip_stringJiri Slaby
2012-11-21TTY: isdn/gigaset destroy tty_port properlyJiri Slaby
2012-11-15TTY: call tty_port_destroy in the rest of driversJiri Slaby