Age | Commit message (Expand) | Author |
2018-07-04 | isdn: mark expected switch fall-throughs | Gustavo A. R. Silva |
2018-07-03 | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2018-07-02 | TTY: isdn: Replace strncpy with memcpy | Guenter Roeck |
2018-06-28 | Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL | Linus Torvalds |
2018-06-22 | isdn: mISDN: use irqsave() in USB's complete callback | Sebastian Andrzej Siewior |
2018-06-22 | isdn: hisax: st5481_usb: use usb_fill_int_urb() | Sebastian Andrzej Siewior |
2018-06-22 | isdn: hisax: hfc_usb: use usb_fill_int_urb() | Sebastian Andrzej Siewior |
2018-06-22 | isdn: gigaset: use usb_fill_int_urb() | Sebastian Andrzej Siewior |
2018-06-12 | treewide: Use array_size() in vmalloc() | Kees Cook |
2018-06-12 | treewide: kzalloc() -> kcalloc() | Kees Cook |
2018-06-12 | treewide: kmalloc() -> kmalloc_array() | Kees Cook |
2018-06-04 | Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds |
2018-06-04 | Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds |
2018-05-26 | net: convert datagram_poll users tp ->poll_mask | Christoph Hellwig |
2018-05-26 | net: remove sock_no_poll | Christoph Hellwig |
2018-05-22 | isdn: eicon: fix a missing-check bug | Wenwen Wang |
2018-05-17 | isdn/gigaset: add back gigaset_procinfo assignment | Christoph Hellwig |
2018-05-16 | isdn: replace ->proc_fops with ->proc_show | Christoph Hellwig |
2018-05-16 | proc: introduce proc_create_single{,_data} | Christoph Hellwig |
2018-05-16 | proc: introduce proc_create_seq{,_data} | Christoph Hellwig |
2018-04-12 | mISDN: Remove VLAs | Laura Abbott |
2018-04-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds |
2018-03-26 | treewide: simplify Kconfig dependencies for removed archs | Arnd Bergmann |
2018-02-12 | net: make getname() functions return length rather than use int* parameter | Denys Vlasenko |
2018-02-11 | vfs: do bulk POLL* -> EPOLL* replacement | Linus Torvalds |
2018-01-30 | Merge branch 'work.sock_recvmsg' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2017-12-02 | mISDN: switch to sock_recvmsg() | Al Viro |
2017-11-28 | the rest of drivers/*: annotate ->poll() instances | Al Viro |
2017-11-21 | treewide: setup_timer() -> timer_setup() (2 field) | Kees Cook |
2017-11-21 | treewide: setup_timer() -> timer_setup() | Kees Cook |
2017-11-21 | treewide: init_timer() -> setup_timer() | Kees Cook |
2017-11-16 | isdn: hisax: Fix pnp_irq's error checking for setup_teles3 | Arvind Yadav |
2017-11-16 | isdn: hisax: Fix pnp_irq's error checking for setup_sedlbauer_isapnp | Arvind Yadav |
2017-11-16 | isdn: hisax: Fix pnp_irq's error checking for setup_niccy | Arvind Yadav |
2017-11-16 | isdn: hisax: Fix pnp_irq's error checking for setup_ix1micro | Arvind Yadav |
2017-11-16 | isdn: hisax: Fix pnp_irq's error checking for setup_isurf | Arvind Yadav |
2017-11-16 | isdn: hisax: Handle return value of pnp_irq and pnp_port_start | Arvind Yadav |
2017-11-16 | isdn: hisax: Fix pnp_irq's error checking for setup_hfcs | Arvind Yadav |
2017-11-16 | isdn: hisax: Fix pnp_irq's error checking for setup_hfcsx | Arvind Yadav |
2017-11-16 | isdn: hisax: Fix pnp_irq's error checking for setup_elsa_isapnp | Arvind Yadav |
2017-11-16 | isdn: hisax: Fix pnp_irq's error checking for setup_diva_isapnp | Arvind Yadav |
2017-11-16 | isdn: hisax: Fix pnp_irq's error checking for avm_pnp_setup | Arvind Yadav |
2017-11-16 | isdn: hisax: Fix pnp_irq's error checking for setup_asuscom | Arvind Yadav |
2017-11-15 | Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2017-11-05 | mISDN: l1oip_core: replace _manual_ swap with swap macro | Gustavo A. R. Silva |
2017-11-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2017-11-03 | mISDN: hfcpci: Convert timers to use timer_setup() | Kees Cook |
2017-11-03 | ISDN: eicon: message: mark expected switch fall-throughs | Gustavo A. R. Silva |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman |
2017-10-31 | treewide: Fix function prototypes for module_param_call() | Kees Cook |