| Age | Commit message (Expand) | Author | Files | Lines |
| 2018-10-08 | isdn/gigaset/isocdata: mark expected switch fall-through | Gustavo A. R. Silva | 1 | -1/+1 |
| 2018-10-08 | isdn/gigaset: mark expected switch fall-throughs | Gustavo A. R. Silva | 1 | -2/+2 |
| 2018-10-05 | gigaset: asyncdata: mark expected switch fall-throughs | Gustavo A. R. Silva | 1 | -2/+2 |
| 2018-10-02 | isdn/hisax: Fix fall-through annotation | Gustavo A. R. Silva | 1 | -1/+1 |
| 2018-09-21 | mISDN: remove redundant null pointer check before kfree_skb | zhong jiang | 1 | -2/+1 |
| 2018-09-19 | isdn/hisax: Remove unnecessary parenthesis | Nathan Chancellor | 1 | -1/+1 |
| 2018-08-16 | isdn: Disable IIOCDBGVAR | Kees Cook | 1 | -7/+1 |
| 2018-07-26 | isdn: hisax: config: Replace GFP_ATOMIC with GFP_KERNEL | Jia-Ju Bai | 1 | -4/+4 |
| 2018-07-26 | isdn: hisax: callc: Replace GFP_ATOMIC with GFP_KERNEL in init_PStack() | Jia-Ju Bai | 1 | -1/+1 |
| 2018-07-26 | isdn: mISDN: netjet: Replace GFP_ATOMIC with GFP_KERNEL in nj_probe() | Jia-Ju Bai | 1 | -1/+1 |
| 2018-07-26 | isdn: mISDN: hfcpci: Replace GFP_ATOMIC with GFP_KERNEL in hfc_probe() | Jia-Ju Bai | 1 | -1/+1 |
| 2018-07-08 | isdn/capi: fix defined but not used warnings | Randy Dunlap | 2 | -3/+5 |
| 2018-07-04 | isdn: mark expected switch fall-throughs | Gustavo A. R. Silva | 15 | -0/+33 |
| 2018-07-03 | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+1 |
| 2018-07-02 | TTY: isdn: Replace strncpy with memcpy | Guenter Roeck | 1 | -2/+2 |
| 2018-06-28 | Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL | Linus Torvalds | 1 | -1/+1 |
| 2018-06-22 | isdn: mISDN: use irqsave() in USB's complete callback | Sebastian Andrzej Siewior | 1 | -16/+20 |
| 2018-06-22 | isdn: hisax: st5481_usb: use usb_fill_int_urb() | Sebastian Andrzej Siewior | 1 | -8/+3 |
| 2018-06-22 | isdn: hisax: hfc_usb: use usb_fill_int_urb() | Sebastian Andrzej Siewior | 1 | -7/+3 |
| 2018-06-22 | isdn: gigaset: use usb_fill_int_urb() | Sebastian Andrzej Siewior | 1 | -14/+12 |
| 2018-06-12 | treewide: Use array_size() in vmalloc() | Kees Cook | 1 | -2/+3 |
| 2018-06-12 | treewide: kzalloc() -> kcalloc() | Kees Cook | 7 | -9/+13 |
| 2018-06-12 | treewide: kmalloc() -> kmalloc_array() | Kees Cook | 7 | -13/+21 |
| 2018-06-04 | Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 1 | -2/+1 |
| 2018-06-04 | Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 18 | -242/+30 |
| 2018-05-26 | net: convert datagram_poll users tp ->poll_mask | Christoph Hellwig | 1 | -1/+1 |
| 2018-05-26 | net: remove sock_no_poll | Christoph Hellwig | 1 | -1/+0 |
| 2018-05-22 | isdn: eicon: fix a missing-check bug | Wenwen Wang | 3 | -16/+29 |
| 2018-05-17 | isdn/gigaset: add back gigaset_procinfo assignment | Christoph Hellwig | 1 | -0/+1 |
| 2018-05-16 | isdn: replace ->proc_fops with ->proc_show | Christoph Hellwig | 13 | -96/+18 |
| 2018-05-16 | proc: introduce proc_create_single{,_data} | Christoph Hellwig | 4 | -72/+7 |
| 2018-05-16 | proc: introduce proc_create_seq{,_data} | Christoph Hellwig | 1 | -75/+5 |
| 2018-04-12 | mISDN: Remove VLAs | Laura Abbott | 2 | -6/+16 |
| 2018-04-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -3/+2 |
| 2018-03-26 | treewide: simplify Kconfig dependencies for removed archs | Arnd Bergmann | 1 | -5/+5 |
| 2018-02-12 | net: make getname() functions return length rather than use int* parameter | Denys Vlasenko | 1 | -3/+2 |
| 2018-02-11 | vfs: do bulk POLL* -> EPOLL* replacement | Linus Torvalds | 10 | -28/+28 |
| 2018-01-30 | Merge branch 'work.sock_recvmsg' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -13/+9 |
| 2017-12-02 | mISDN: switch to sock_recvmsg() | Al Viro | 1 | -13/+9 |
| 2017-11-28 | the rest of drivers/*: annotate ->poll() instances | Al Viro | 11 | -19/+19 |
| 2017-11-21 | treewide: setup_timer() -> timer_setup() (2 field) | Kees Cook | 1 | -2/+3 |
| 2017-11-21 | treewide: setup_timer() -> timer_setup() | Kees Cook | 10 | -43/+33 |
| 2017-11-21 | treewide: init_timer() -> setup_timer() | Kees Cook | 2 | -5/+4 |
| 2017-11-16 | isdn: hisax: Fix pnp_irq's error checking for setup_teles3 | Arvind Yadav | 1 | -1/+1 |
| 2017-11-16 | isdn: hisax: Fix pnp_irq's error checking for setup_sedlbauer_isapnp | Arvind Yadav | 1 | -1/+1 |
| 2017-11-16 | isdn: hisax: Fix pnp_irq's error checking for setup_niccy | Arvind Yadav | 1 | -1/+1 |
| 2017-11-16 | isdn: hisax: Fix pnp_irq's error checking for setup_ix1micro | Arvind Yadav | 1 | -1/+1 |
| 2017-11-16 | isdn: hisax: Fix pnp_irq's error checking for setup_isurf | Arvind Yadav | 1 | -1/+1 |
| 2017-11-16 | isdn: hisax: Handle return value of pnp_irq and pnp_port_start | Arvind Yadav | 1 | -0/+2 |
| 2017-11-16 | isdn: hisax: Fix pnp_irq's error checking for setup_hfcs | Arvind Yadav | 1 | -1/+1 |
| 2017-11-16 | isdn: hisax: Fix pnp_irq's error checking for setup_hfcsx | Arvind Yadav | 1 | -1/+1 |
| 2017-11-16 | isdn: hisax: Fix pnp_irq's error checking for setup_elsa_isapnp | Arvind Yadav | 1 | -1/+1 |
| 2017-11-16 | isdn: hisax: Fix pnp_irq's error checking for setup_diva_isapnp | Arvind Yadav | 1 | -1/+1 |
| 2017-11-16 | isdn: hisax: Fix pnp_irq's error checking for avm_pnp_setup | Arvind Yadav | 1 | -1/+1 |
| 2017-11-16 | isdn: hisax: Fix pnp_irq's error checking for setup_asuscom | Arvind Yadav | 1 | -1/+1 |
| 2017-11-15 | Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 5 | -5/+5 |
| 2017-11-05 | mISDN: l1oip_core: replace _manual_ swap with swap macro | Gustavo A. R. Silva | 1 | -8/+2 |
| 2017-11-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 38 | -0/+38 |
| 2017-11-03 | mISDN: hfcpci: Convert timers to use timer_setup() | Kees Cook | 1 | -6/+4 |
| 2017-11-03 | ISDN: eicon: message: mark expected switch fall-throughs | Gustavo A. R. Silva | 1 | -12/+58 |
| 2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 38 | -0/+38 |
| 2017-10-31 | treewide: Fix function prototypes for module_param_call() | Kees Cook | 5 | -5/+5 |
| 2017-10-23 | isdn/gigaset: Provide cardstate context for bas timer callbacks | Kees Cook | 1 | -8/+6 |
| 2017-10-18 | isdnloop: Convert timers to use timer_setup() | Kees Cook | 1 | -19/+14 |
| 2017-10-18 | isdn/gigaset: Convert timers to use timer_setup() | Kees Cook | 2 | -20/+23 |
| 2017-10-18 | isdn/gigaset: Use kzalloc instead of open-coded field zeroing | Kees Cook | 1 | -9/+1 |
| 2017-10-18 | mISDN: Convert timers to use timer_setup() | Kees Cook | 8 | -32/+24 |
| 2017-10-18 | isdn/hisax: Convert timers to use timer_setup() | Kees Cook | 19 | -67/+68 |
| 2017-09-20 | isdn/i4l: fetch the ppp_write buffer in one shot | Meng Xu | 1 | -12/+25 |
| 2017-09-07 | isdn: isdnloop: fix logic error in isdnloop_sendbuf | Arnd Bergmann | 1 | -1/+1 |
| 2017-08-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 5 | -9/+36 |
| 2017-08-11 | mISDN: Fix null pointer dereference at mISDN_FsmNew | Anton Vasilyev | 5 | -9/+36 |
| 2017-08-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -15/+13 |
| 2017-08-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 1 | -15/+13 |
| 2017-08-08 | isdn: hfcsusb: constify usb_device_id | Arvind Yadav | 1 | -1/+1 |
| 2017-08-08 | isdn: hisax: hfc_usb: constify usb_device_id | Arvind Yadav | 1 | -1/+1 |
| 2017-08-07 | isdn: kcapi: make capi_version const | Bhumika Goyal | 1 | -1/+1 |
| 2017-08-07 | hysdn: fix to a race condition in put_log_buffer | Anton Volkov | 1 | -15/+13 |
| 2017-08-07 | Merge tag 'mlx5-shared-2017-08-07' of git://git.kernel.org/pub/scm/linux/kern... | David S. Miller | 2 | -3/+3 |
| 2017-08-02 | isdn/i4l: fix buffer overflow | Annie Cherkaev | 2 | -3/+3 |
| 2017-07-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 11 | -22/+23 |
| 2017-07-19 | ISDN: eicon: switch to use native bitmaps | Andy Shevchenko | 2 | -205/+58 |
| 2017-07-15 | isdn: avm: c4: constify pci_device_id. | Arvind Yadav | 1 | -1/+1 |
| 2017-07-15 | isdn: mISDN: hfcpci: constify pci_device_id. | Arvind Yadav | 1 | -1/+1 |
| 2017-07-15 | isdn: mISDN: avmfritz: constify pci_device_id. | Arvind Yadav | 1 | -1/+1 |
| 2017-07-15 | isdn: mISDN: w6692: constify pci_device_id. | Arvind Yadav | 1 | -1/+1 |
| 2017-07-15 | isdn: mISDN: hfcmulti: constify pci_device_id. | Arvind Yadav | 1 | -1/+1 |
| 2017-07-15 | isdn: mISDN: netjet: constify pci_device_id. | Arvind Yadav | 1 | -1/+1 |
| 2017-07-15 | isdn: eicon: constify pci_device_id. | Arvind Yadav | 1 | -1/+1 |
| 2017-07-15 | isdn: hisax: hisax_fcpcipnp: constify pci_device_id. | Arvind Yadav | 1 | -1/+1 |
| 2017-07-15 | isdn: hisax: hfc4s8s_l1: constify pci_device_id. | Arvind Yadav | 1 | -1/+1 |
| 2017-07-15 | isdn: hisax: constify pci_device_id. | Arvind Yadav | 1 | -1/+1 |
| 2017-07-14 | isdn: divert: fix sprintf buffer overflow warning | Arnd Bergmann | 1 | -12/+13 |
| 2017-07-05 | Merge branch 'work.misc-set_fs' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 3 | -26/+0 |
| 2017-07-01 | net: convert sk_buff.users from atomic_t to refcount_t | Reshetova, Elena | 1 | -1/+1 |
| 2017-06-21 | idsn: fix wrong skb_put() used | yuan linyu | 1 | -1/+1 |
| 2017-06-20 | net: manual clean code which call skb_put_[data:zero] | yuan linyu | 3 | -6/+6 |
| 2017-06-20 | net: introduce __skb_put_[zero, data, u8] | yuan linyu | 2 | -3/+3 |
| 2017-06-16 | networking: add and use skb_put_u8() | Johannes Berg | 4 | -18/+19 |
| 2017-06-16 | networking: make skb_push & __skb_push return void pointers | Johannes Berg | 1 | -1/+1 |
| 2017-06-16 | networking: make skb_pull & friends return void pointers | Johannes Berg | 1 | -1/+1 |
| 2017-06-16 | networking: make skb_put & friends return void pointers | Johannes Berg | 6 | -24/+24 |
| 2017-06-16 | networking: introduce and use skb_put_data() | Johannes Berg | 37 | -114/+122 |
| 2017-06-08 | mISDN: remove unnecessary variable assignments | Gustavo A. R. Silva | 1 | -8/+8 |
| 2017-06-04 | isdn: get rid of pointless access_ok() | Al Viro | 3 | -26/+0 |
| 2017-06-01 | mISDN: Fix a sleep-in-atomic bug | Jia-Ju Bai | 1 | -1/+1 |
| 2017-05-31 | isdn: Fix a sleep-in-atomic bug | Jia-Ju Bai | 1 | -1/+1 |
| 2017-05-10 | Merge tag 'hwparam-20170420' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 3 | -9/+9 |
| 2017-04-20 | Annotate hardware config module parameters in drivers/isdn/ | David Howells | 3 | -9/+9 |
| 2017-04-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+1 |
| 2017-03-28 | isdn: kcapi: avoid uninitialized data | Arnd Bergmann | 1 | -0/+1 |
| 2017-03-24 | isdn: use setup_timer | Geliang Tang | 30 | -114/+54 |
| 2017-03-16 | isdn: hardware: mISDN: Remove reference to CONFIG_8xx | Christophe Leroy | 2 | -4/+4 |
| 2017-03-14 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 1 | -0/+3 |
| 2017-03-13 | isdn/gigaset: fix NULL-deref at probe | Johan Hovold | 1 | -0/+3 |
| 2017-03-09 | scripts/spelling.txt: add "disble(d)" pattern and fix typo instances | Masahiro Yamada | 1 | -1/+1 |
| 2017-03-02 | sched/headers: Prepare to move cputime functionality from <linux/sched.h> int... | Ingo Molnar | 1 | -0/+1 |
| 2017-03-02 | sched/headers: Prepare for the reduction of <linux/sched.h>'s signal API depe... | Ingo Molnar | 1 | -0/+2 |
| 2017-03-02 | sched/headers: Prepare to move signal wakeup & sigpending methods from <linux... | Ingo Molnar | 2 | -1/+3 |
| 2017-03-02 | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 2 | -0/+3 |
| 2017-02-27 | scripts/spelling.txt: add "followings" pattern and fix typo instances | Masahiro Yamada | 1 | -1/+1 |
| 2017-02-27 | scripts/spelling.txt: add "overwriten" pattern and fix typo instances | Masahiro Yamada | 1 | -1/+1 |
| 2017-02-27 | scripts/spelling.txt: add "swith" pattern and fix typo instances | Masahiro Yamada | 1 | -1/+1 |
| 2017-02-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -8/+8 |
| 2017-02-01 | isdn: Convert obsolete cputime type to nsecs | Frederic Weisbecker | 1 | -3/+3 |
| 2017-02-01 | sched/cputime: Introduce special task_cputime_t() API to return old-typed cpu... | Frederic Weisbecker | 1 | -1/+1 |
| 2017-01-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+2 |
| 2017-01-27 | ISDN: eicon: silence misleading array-bounds warning | Arnd Bergmann | 1 | -1/+2 |
| 2017-01-26 | ISDN: eicon: reduce stack size of sig_ind function | Arnd Bergmann | 1 | -8/+8 |
| 2016-12-24 | Replace <asm/uaccess.h> with <linux/uaccess.h> globally | Linus Torvalds | 10 | -10/+10 |
| 2016-12-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 7 | -69/+69 |
| 2016-12-17 | isdn: Constify some function parameters | Emese Revfy | 2 | -10/+10 |
| 2016-12-17 | isdn: use designated initializers | Kees Cook | 2 | -11/+11 |
| 2016-12-17 | isdn/gigaset: use designated initializers | Kees Cook | 3 | -48/+48 |
| 2016-12-14 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -1/+1 |
| 2016-12-14 | treewide: Fix printk() message errors | Masanari Iida | 1 | -1/+1 |
| 2016-12-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+3 |
| 2016-12-08 | ser_gigaset: return -ENOMEM on error instead of success | Dan Carpenter | 1 | -1/+3 |
| 2016-12-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+1 |
| 2016-12-05 | isdn: hisax: set error code on failure | Pan Bian | 1 | -0/+1 |
| 2016-10-13 | net: deprecate eth_change_mtu, remove usage | Jarod Wilson | 1 | -1/+0 |
| 2016-09-01 | mISDN: mark symbols static where possible | Baoyou Xie | 4 | -17/+17 |
| 2016-06-16 | isdn: eicon: fix old-style declarations | Arnd Bergmann | 2 | -9/+9 |
| 2016-05-20 | Merge tag 'tty-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 1 | -25/+19 |
| 2016-05-08 | ISDN: eicon: replace custom hex_asc_lo() / hex_pack_byte() | Andy Shevchenko | 1 | -14/+7 |
| 2016-05-04 | treewide: replace dev->trans_start update with helper | Florian Westphal | 3 | -4/+4 |
| 2016-04-30 | tty: Replace ASYNC_INITIALIZED bit and update atomically | Peter Hurley | 1 | -5/+5 |
| 2016-04-30 | tty: Replace ASYNC_CHECK_CD and update atomically | Peter Hurley | 1 | -6/+2 |
| 2016-04-30 | tty: Replace ASYNC_NORMAL_ACTIVE bit and update atomically | Peter Hurley | 1 | -11/+9 |
| 2016-04-30 | tty: Replace TTY_IO_ERROR bit tests with tty_io_error() | Peter Hurley | 1 | -3/+3 |
| 2016-04-13 | mISDN: Fixing missing validation in base_sock_bind() | Emrah Demir | 1 | -0/+3 |
| 2016-03-27 | Drivers: isdn: hisax: isac.c: Fix assignment and check into one expression. | Cosmin-Gabriel Samoila | 1 | -5/+10 |
| 2016-03-20 | isdn: Use ktime_t instead of 'struct timeval' | Tina Ruchandani | 1 | -40/+29 |
| 2016-03-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 4 | -46/+27 |
| 2016-03-17 | Merge tag 'staging-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 27 | -9055/+0 |
| 2016-03-17 | Merge tag 'tty-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 1 | -6/+6 |
| 2016-03-14 | mISDN: Support DR6 indication in mISDNipac driver | Maciej S. Szmigiero | 2 | -0/+3 |
| 2016-03-14 | mISDN: Order IPAC register defines | Maciej S. Szmigiero | 1 | -20/+20 |
| 2016-03-05 | isdn: i4l: move active-isdn drivers to staging | Arnd Bergmann | 27 | -9055/+0 |
| 2016-03-05 | isdn: icn: remove a #warning | Arnd Bergmann | 1 | -1/+1 |
| 2016-02-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2 | -9/+2 |
| 2016-02-19 | ser_gigaset: use container_of() instead of detour | Paul Bolle | 1 | -8/+1 |
| 2016-02-18 | mISDN: prevent possible NULL pointer dereference | Anton Protopopov | 1 | -1/+1 |
| 2016-02-18 | isdn: divamnt: use y2038-safe ktime_get_ts64() for trace data timestamps | Alison Schofield | 2 | -26/+4 |
| 2016-01-28 | isdn: Remove ASYNC_CLOSING | Peter Hurley | 1 | -6/+6 |
| 2016-01-11 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+1 |
| 2016-01-08 | isdn: act200: fix MODULE_PARM_DESC() typo | Dan Carpenter | 1 | -1/+1 |
| 2015-12-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2 | -16/+14 |
| 2015-12-15 | ser_gigaset: remove unnecessary kfree() calls from release method | Tilman Schmidt | 1 | -5/+0 |
| 2015-12-15 | ser_gigaset: fix deallocation of platform device structure | Tilman Schmidt | 1 | -3/+7 |
| 2015-12-15 | ser_gigaset: turn nonsense checks into WARN_ON | Alan Cox | 1 | -5/+5 |
| 2015-12-15 | ser_gigaset: fix up NULL checks | Tilman Schmidt | 1 | -3/+3 |
| 2015-12-15 | mISDN: fix a loop count | Dan Carpenter | 1 | -4/+3 |
| 2015-12-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 4 | -6/+6 |
| 2015-12-01 | isdn: remove spellcaster driver | Arnd Bergmann | 18 | -3136/+0 |
| 2015-11-25 | isdn: Partially revert debug format string usage clean up | Christoph Biedl | 4 | -6/+6 |
| 2015-11-04 | Merge tag 'tty-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 1 | -1/+1 |
| 2015-11-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -4/+8 |
| 2015-11-02 | ppp, slip: Validate VJ compression slot parameters completely | Ben Hutchings | 1 | -6/+4 |
| 2015-11-02 | isdn_ppp: Add checks for allocation failure in isdn_ppp_open() | Ben Hutchings | 1 | -0/+6 |
| 2015-10-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2 | -46/+28 |
| 2015-10-22 | mISDN: fix OOM condition for sending queued I-Frames | Karsten Keil | 1 | -34/+20 |
| 2015-10-22 | ISDN: fix OOM condition for sending queued I-Frames | Karsten Keil | 1 | -12/+8 |
| 2015-10-17 | tty: Remove tty_wait_until_sent_from_close() | Peter Hurley | 1 | -1/+1 |
| 2015-10-13 | mISDN: use kstrdup() in dsp_pipeline_build | Geliang Tang | 1 | -10/+2 |
| 2015-09-22 | isdn: hisax: fix frame calculation | Andrzej Hajda | 1 | -5/+5 |
| 2015-09-08 | Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -1/+1 |
| 2015-09-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -17/+5 |
| 2015-08-10 | arch, drivers: don't include <asm/io.h> directly, use <linux/io.h> instead | Dan Williams | 1 | -1/+1 |
| 2015-08-10 | isdn: Remove reverse_bits(), use revbit8() | yalin wang | 1 | -17/+5 |
| 2015-08-07 | treewide: Fix typo in printk | Masanari Iida | 1 | -1/+1 |
| 2015-07-15 | isdn/gigaset: drop unused ldisc methods | Tilman Schmidt | 1 | -24/+0 |
| 2015-07-15 | isdn/gigaset: reset tty->receive_room when attaching ser_gigaset | Tilman Schmidt | 1 | -1/+10 |
| 2015-06-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 4 | -13/+11 |
| 2015-06-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -2/+2 |
| 2015-06-23 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -1/+1 |
| 2015-06-21 | isdn: disable HiSax NetJet driver on microblaze arch | Nicolai Stange | 1 | -2/+2 |
| 2015-06-07 | isdn/hisax: Convert use of __constant_cpu_to_le16 to cpu_to_le16 | Vaishali Thakkar | 1 | -2/+2 |
| 2015-05-31 | isdn/capi: Use setup_timer | Vaishali Thakkar | 1 | -3/+1 |
| 2015-05-26 | isdn: fix grammar in comment | Geert Uytterhoeven | 1 | -1/+1 |