aboutsummaryrefslogtreecommitdiff
path: root/drivers/isdn
AgeCommit message (Expand)AuthorFilesLines
2017-01-27ISDN: eicon: silence misleading array-bounds warningGravatar Arnd Bergmann 1-1/+2
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 10-10/+10
2016-12-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 7-69/+69
2016-12-17isdn: Constify some function parametersGravatar Emese Revfy 2-10/+10
2016-12-17isdn: use designated initializersGravatar Kees Cook 2-11/+11
2016-12-17isdn/gigaset: use designated initializersGravatar Kees Cook 3-48/+48
2016-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-1/+1
2016-12-14treewide: Fix printk() message errorsGravatar Masanari Iida 1-1/+1
2016-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-1/+3
2016-12-08ser_gigaset: return -ENOMEM on error instead of successGravatar Dan Carpenter 1-1/+3
2016-12-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-0/+1
2016-12-05isdn: hisax: set error code on failureGravatar Pan Bian 1-0/+1
2016-10-13net: deprecate eth_change_mtu, remove usageGravatar Jarod Wilson 1-1/+0
2016-09-01mISDN: mark symbols static where possibleGravatar Baoyou Xie 4-17/+17
2016-06-16isdn: eicon: fix old-style declarationsGravatar Arnd Bergmann 2-9/+9
2016-05-20Merge tag 'tty-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 1-25/+19
2016-05-08ISDN: eicon: replace custom hex_asc_lo() / hex_pack_byte()Gravatar Andy Shevchenko 1-14/+7
2016-05-04treewide: replace dev->trans_start update with helperGravatar Florian Westphal 3-4/+4
2016-04-30tty: Replace ASYNC_INITIALIZED bit and update atomicallyGravatar Peter Hurley 1-5/+5
2016-04-30tty: Replace ASYNC_CHECK_CD and update atomicallyGravatar Peter Hurley 1-6/+2
2016-04-30tty: Replace ASYNC_NORMAL_ACTIVE bit and update atomicallyGravatar Peter Hurley 1-11/+9
2016-04-30tty: Replace TTY_IO_ERROR bit tests with tty_io_error()Gravatar Peter Hurley 1-3/+3
2016-04-13mISDN: Fixing missing validation in base_sock_bind()Gravatar Emrah Demir 1-0/+3
2016-03-27Drivers: isdn: hisax: isac.c: Fix assignment and check into one expression.Gravatar Cosmin-Gabriel Samoila 1-5/+10
2016-03-20isdn: Use ktime_t instead of 'struct timeval'Gravatar Tina Ruchandani 1-40/+29
2016-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 4-48/+29
2016-03-17Merge tag 'staging-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 27-9055/+0
2016-03-17Merge tag 'tty-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 1-6/+6
2016-03-14mISDN: Support DR6 indication in mISDNipac driverGravatar Maciej S. Szmigiero 2-0/+3
2016-03-14mISDN: Order IPAC register definesGravatar Maciej S. Szmigiero 1-20/+20
2016-03-05isdn: i4l: move active-isdn drivers to stagingGravatar Arnd Bergmann 27-9055/+0
2016-03-05isdn: icn: remove a #warningGravatar Arnd Bergmann 1-1/+1
2016-02-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 2-9/+2
2016-02-19ser_gigaset: use container_of() instead of detourGravatar Paul Bolle 1-8/+1
2016-02-18mISDN: prevent possible NULL pointer dereferenceGravatar Anton Protopopov 1-1/+1
2016-02-18isdn: divamnt: use y2038-safe ktime_get_ts64() for trace data timestampsGravatar Alison Schofield 2-28/+6
2016-01-28isdn: Remove ASYNC_CLOSINGGravatar Peter Hurley 1-6/+6
2016-01-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-1/+1
2016-01-08isdn: act200: fix MODULE_PARM_DESC() typoGravatar Dan Carpenter 1-1/+1
2015-12-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 2-16/+14
2015-12-15ser_gigaset: remove unnecessary kfree() calls from release methodGravatar Tilman Schmidt 1-5/+0
2015-12-15ser_gigaset: fix deallocation of platform device structureGravatar Tilman Schmidt 1-3/+7
2015-12-15ser_gigaset: turn nonsense checks into WARN_ONGravatar Alan Cox 1-5/+5
2015-12-15ser_gigaset: fix up NULL checksGravatar Tilman Schmidt 1-3/+3
2015-12-15mISDN: fix a loop countGravatar Dan Carpenter 1-4/+3
2015-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 4-6/+6
2015-12-01isdn: remove spellcaster driverGravatar Arnd Bergmann 18-3136/+0
2015-11-25isdn: Partially revert debug format string usage clean upGravatar Christoph Biedl 4-6/+6
2015-11-04Merge tag 'tty-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 1-1/+1
2015-11-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-4/+8