summaryrefslogtreecommitdiff
path: root/drivers/isdn
AgeCommit message (Expand)AuthorFilesLines
2018-11-10ser_gigaset: use container_of() instead of detourPaul Bolle1-8/+1
2018-08-22isdn: Disable IIOCDBGVARKees Cook1-7/+1
2018-06-13isdn: eicon: fix a missing-check bugWenwen Wang3-16/+29
2018-04-13mISDN: Fix a sleep-in-atomic bugJia-Ju Bai1-1/+1
2018-02-25isdn: sc: work around type mismatch warningArnd Bergmann1-3/+4
2018-02-25ISDN: eicon: reduce stack size of sig_ind functionArnd Bergmann1-8/+8
2018-02-25isdn: icn: remove a #warningArnd Bergmann1-1/+1
2017-12-25isdn: kcapi: avoid uninitialized dataArnd Bergmann1-0/+1
2017-10-21isdn/i4l: fetch the ppp_write buffer in one shotMeng Xu1-12/+25
2017-08-07isdn/i4l: fix buffer overflowAnnie Cherkaev2-3/+3
2017-08-07isdn: Fix a sleep-in-atomic bugJia-Ju Bai1-1/+1
2017-03-26isdn/gigaset: fix NULL-deref at probeJohan Hovold1-0/+3
2017-02-01ISDN: eicon: silence misleading array-bounds warningArnd Bergmann1-1/+2
2017-01-15ser_gigaset: return -ENOMEM on error instead of successDan Carpenter1-1/+3
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-12-15mISDN: fix a loop countDan Carpenter1-4/+3
2015-11-25isdn: Partially revert debug format string usage clean upChristoph Biedl4-6/+6
2015-11-05Merge tag 'tty-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-1/+1
2015-11-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+8
2015-11-03ppp, slip: Validate VJ compression slot parameters completelyBen Hutchings1-6/+4
2015-11-03isdn_ppp: Add checks for allocation failure in isdn_ppp_open()Ben Hutchings1-0/+6
2015-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-46/+28
2015-10-22mISDN: fix OOM condition for sending queued I-FramesKarsten Keil1-34/+20
2015-10-22ISDN: fix OOM condition for sending queued I-FramesKarsten Keil1-12/+8
2015-10-18tty: Remove tty_wait_until_sent_from_close()Peter Hurley1-1/+1
2015-10-14mISDN: use kstrdup() in dsp_pipeline_buildGeliang Tang1-10/+2
2015-09-23isdn: hisax: fix frame calculationAndrzej Hajda1-5/+5
2015-09-09Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2015-09-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-17/+5
2015-08-11arch, drivers: don't include <asm/io.h> directly, use <linux/io.h> insteadDan Williams1-1/+1
2015-08-11isdn: Remove reverse_bits(), use revbit8()yalin wang1-17/+5
2015-08-07treewide: Fix typo in printkMasanari Iida1-1/+1
2015-07-16isdn/gigaset: drop unused ldisc methodsTilman Schmidt1-24/+0
2015-07-16isdn/gigaset: reset tty->receive_room when attaching ser_gigasetTilman Schmidt1-1/+10
2015-06-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds4-13/+11
2015-06-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2015-06-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2015-06-21isdn: disable HiSax NetJet driver on microblaze archNicolai Stange1-2/+2
2015-06-08isdn/hisax: Convert use of __constant_cpu_to_le16 to cpu_to_le16Vaishali Thakkar1-2/+2
2015-06-01isdn/capi: Use setup_timerVaishali Thakkar1-3/+1
2015-05-26isdn: fix grammar in commentGeert Uytterhoeven1-1/+1
2015-05-11net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman1-6/+6
2015-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds3-207/+198
2015-04-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds3-4/+4
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