Age | Commit message (Expand) | Author |
2019-05-31 | isdn: hdlc: move into mISDN | Arnd Bergmann |
2019-05-31 | isdn: remove isdn4linux | Arnd Bergmann |
2019-05-31 | isdn: remove hisax driver | Arnd Bergmann |
2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner |
2019-03-20 | net: isdn: Make isdn_ppp_mp_discard and isdn_ppp_mp_reassembly static | YueHaibing |
2019-02-22 | isdn_common: Mark expected switch fall-throughs | Gustavo A. R. Silva |
2019-02-12 | isdn_v110: mark expected switch fall-through | Gustavo A. R. Silva |
2019-02-12 | isdn: i4l: isdn_tty: Mark expected switch fall-through | Gustavo A. R. Silva |
2019-01-11 | isdn: i4l: isdn_tty: Fix some concurrency double-free bugs | Jia-Ju Bai |
2018-10-13 | isdn_tty: TCSBRK{,P} won't reach ->ioctl() | Al Viro |
2018-08-16 | isdn: Disable IIOCDBGVAR | Kees Cook |
2018-07-04 | isdn: mark expected switch fall-throughs | Gustavo A. R. Silva |
2018-07-02 | TTY: isdn: Replace strncpy with memcpy | Guenter Roeck |
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-02-11 | vfs: do bulk POLL* -> EPOLL* replacement | Linus Torvalds |
2017-11-28 | the rest of drivers/*: annotate ->poll() instances | Al Viro |
2017-11-21 | treewide: setup_timer() -> timer_setup() | Kees Cook |
2017-11-21 | treewide: init_timer() -> setup_timer() | Kees Cook |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman |
2017-09-20 | isdn/i4l: fetch the ppp_write buffer in one shot | Meng Xu |
2017-08-02 | isdn/i4l: fix buffer overflow | Annie Cherkaev |
2017-07-05 | Merge branch 'work.misc-set_fs' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2017-06-21 | idsn: fix wrong skb_put() used | yuan linyu |
2017-06-20 | net: manual clean code which call skb_put_[data:zero] | yuan linyu |
2017-06-16 | networking: add and use skb_put_u8() | Johannes Berg |
2017-06-16 | networking: make skb_push & __skb_push return void pointers | Johannes Berg |
2017-06-16 | networking: make skb_pull & friends return void pointers | Johannes Berg |
2017-06-16 | networking: make skb_put & friends return void pointers | Johannes Berg |
2017-06-16 | networking: introduce and use skb_put_data() | Johannes Berg |
2017-06-04 | isdn: get rid of pointless access_ok() | Al Viro |
2017-05-31 | isdn: Fix a sleep-in-atomic bug | Jia-Ju Bai |
2017-03-24 | isdn: use setup_timer | Geliang Tang |
2017-03-02 | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar |
2016-12-17 | isdn: use designated initializers | Kees Cook |
2016-05-20 | Merge tag 'tty-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds |
2016-05-04 | treewide: replace dev->trans_start update with helper | Florian Westphal |
2016-04-30 | tty: Replace ASYNC_INITIALIZED bit and update atomically | Peter Hurley |
2016-04-30 | tty: Replace ASYNC_CHECK_CD and update atomically | Peter Hurley |
2016-04-30 | tty: Replace ASYNC_NORMAL_ACTIVE bit and update atomically | Peter Hurley |
2016-04-30 | tty: Replace TTY_IO_ERROR bit tests with tty_io_error() | Peter Hurley |
2016-03-17 | Merge tag 'staging-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2016-03-05 | isdn: i4l: move active-isdn drivers to staging | Arnd Bergmann |
2016-01-28 | isdn: Remove ASYNC_CLOSING | Peter Hurley |
2015-12-01 | isdn: remove spellcaster driver | Arnd Bergmann |
2015-11-04 | Merge tag 'tty-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds |
2015-11-02 | ppp, slip: Validate VJ compression slot parameters completely | Ben Hutchings |
2015-11-02 | isdn_ppp: Add checks for allocation failure in isdn_ppp_open() | Ben Hutchings |
2015-10-17 | tty: Remove tty_wait_until_sent_from_close() | Peter Hurley |