summaryrefslogtreecommitdiffstats
path: root/drivers/isdn
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-03-141-0/+3
|\
| * isdn/gigaset: fix NULL-deref at probeJohan Hovold2017-03-131-0/+3
* | scripts/spelling.txt: add "disble(d)" pattern and fix typo instancesMasahiro Yamada2017-03-091-1/+1
|/
* sched/headers: Prepare to move cputime functionality from <linux/sched.h> int...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare for the reduction of <linux/sched.h>'s signal API depe...Ingo Molnar2017-03-021-0/+2
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-022-1/+3
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-022-0/+3
* scripts/spelling.txt: add "followings" pattern and fix typo instancesMasahiro Yamada2017-02-271-1/+1
* scripts/spelling.txt: add "overwriten" pattern and fix typo instancesMasahiro Yamada2017-02-271-1/+1
* scripts/spelling.txt: add "swith" pattern and fix typo instancesMasahiro Yamada2017-02-271-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-02-221-8/+8
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-01-281-1/+2
| |\
| * | ISDN: eicon: reduce stack size of sig_ind functionArnd Bergmann2017-01-261-8/+8
* | | isdn: Convert obsolete cputime type to nsecsFrederic Weisbecker2017-02-011-3/+3
* | | sched/cputime: Introduce special task_cputime_t() API to return old-typed cpu...Frederic Weisbecker2017-02-011-1/+1
| |/ |/|
* | ISDN: eicon: silence misleading array-bounds warningArnd Bergmann2017-01-271-1/+2
|/
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-2410-10/+10
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-12-177-69/+69
|\
| * isdn: Constify some function parametersEmese Revfy2016-12-172-10/+10
| * isdn: use designated initializersKees Cook2016-12-172-11/+11
| * isdn/gigaset: use designated initializersKees Cook2016-12-173-48/+48
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2016-12-141-1/+1
|\ \ | |/ |/|
| * treewide: Fix printk() message errorsMasanari Iida2016-12-141-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-12-101-1/+3
|\ \
| * | ser_gigaset: return -ENOMEM on error instead of successDan Carpenter2016-12-081-1/+3
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-12-061-0/+1
|\| |
| * | isdn: hisax: set error code on failurePan Bian2016-12-051-0/+1
| |/
* / net: deprecate eth_change_mtu, remove usageJarod Wilson2016-10-131-1/+0
|/
* mISDN: mark symbols static where possibleBaoyou Xie2016-09-014-17/+17
* isdn: eicon: fix old-style declarationsArnd Bergmann2016-06-162-9/+9
* Merge tag 'tty-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2016-05-201-25/+19
|\
| * tty: Replace ASYNC_INITIALIZED bit and update atomicallyPeter Hurley2016-04-301-5/+5
| * tty: Replace ASYNC_CHECK_CD and update atomicallyPeter Hurley2016-04-301-6/+2
| * tty: Replace ASYNC_NORMAL_ACTIVE bit and update atomicallyPeter Hurley2016-04-301-11/+9
| * tty: Replace TTY_IO_ERROR bit tests with tty_io_error()Peter Hurley2016-04-301-3/+3
* | ISDN: eicon: replace custom hex_asc_lo() / hex_pack_byte()Andy Shevchenko2016-05-081-14/+7
* | treewide: replace dev->trans_start update with helperFlorian Westphal2016-05-043-4/+4
|/
* mISDN: Fixing missing validation in base_sock_bind()Emrah Demir2016-04-131-0/+3
* Drivers: isdn: hisax: isac.c: Fix assignment and check into one expression.Cosmin-Gabriel Samoila2016-03-271-5/+10
* isdn: Use ktime_t instead of 'struct timeval'Tina Ruchandani2016-03-201-40/+29
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2016-03-194-48/+29
|\
| * mISDN: Support DR6 indication in mISDNipac driverMaciej S. Szmigiero2016-03-142-0/+3
| * mISDN: Order IPAC register definesMaciej S. Szmigiero2016-03-141-20/+20
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-02-232-9/+2
| |\
| * | isdn: divamnt: use y2038-safe ktime_get_ts64() for trace data timestampsAlison Schofield2016-02-182-28/+6
* | | Merge tag 'staging-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-03-1727-9055/+0
|\ \ \
| * | | isdn: i4l: move active-isdn drivers to stagingArnd Bergmann2016-03-0527-9055/+0
| * | | isdn: icn: remove a #warningArnd Bergmann2016-03-051-1/+1
| | |/ | |/|
* | | Merge tag 'tty-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2016-03-171-6/+6
|\ \ \ | |/ / |/| |
| * | isdn: Remove ASYNC_CLOSINGPeter Hurley2016-01-281-6/+6
| |/