summaryrefslogtreecommitdiffstats
path: root/drivers/isdn/i4l
AgeCommit message (Expand)AuthorLines
2019-05-31isdn: hdlc: move into mISDNArnd Bergmann-636/+0
2019-05-31isdn: remove isdn4linuxArnd Bergmann-16819/+0
2019-05-31isdn: remove hisax driverArnd Bergmann-2/+0
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+1
2019-03-20net: isdn: Make isdn_ppp_mp_discard and isdn_ppp_mp_reassembly staticYueHaibing-4/+5
2019-02-22isdn_common: Mark expected switch fall-throughsGustavo A. R. Silva-4/+3
2019-02-12isdn_v110: mark expected switch fall-throughGustavo A. R. Silva-1/+1
2019-02-12isdn: i4l: isdn_tty: Mark expected switch fall-throughGustavo A. R. Silva-1/+1
2019-01-11isdn: i4l: isdn_tty: Fix some concurrency double-free bugsJia-Ju Bai-1/+5
2018-10-13isdn_tty: TCSBRK{,P} won't reach ->ioctl()Al Viro-19/+0
2018-08-16isdn: Disable IIOCDBGVARKees Cook-7/+1
2018-07-04isdn: mark expected switch fall-throughsGustavo A. R. Silva-0/+9
2018-07-02TTY: isdn: Replace strncpy with memcpyGuenter Roeck-2/+2
2018-06-12treewide: Use array_size() in vmalloc()Kees Cook-2/+3
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook-2/+2
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook-2/+4
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds-10/+10
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro-5/+5
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook-16/+13
2017-11-21treewide: init_timer() -> setup_timer()Kees Cook-5/+4
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2017-09-20isdn/i4l: fetch the ppp_write buffer in one shotMeng Xu-12/+25
2017-08-02isdn/i4l: fix buffer overflowAnnie Cherkaev-3/+3
2017-07-05Merge branch 'work.misc-set_fs' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-24/+0
2017-06-21idsn: fix wrong skb_put() usedyuan linyu-1/+1
2017-06-20net: manual clean code which call skb_put_[data:zero]yuan linyu-2/+2
2017-06-16networking: add and use skb_put_u8()Johannes Berg-5/+6
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg-1/+1
2017-06-16networking: make skb_pull & friends return void pointersJohannes Berg-1/+1
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg-8/+8
2017-06-16networking: introduce and use skb_put_data()Johannes Berg-6/+5
2017-06-04isdn: get rid of pointless access_ok()Al Viro-24/+0
2017-05-31isdn: Fix a sleep-in-atomic bugJia-Ju Bai-1/+1
2017-03-24isdn: use setup_timerGeliang Tang-6/+4
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar-0/+1
2016-12-17isdn: use designated initializersKees Cook-11/+11
2016-05-20Merge tag 'tty-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-25/+19
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal-3/+3
2016-04-30tty: Replace ASYNC_INITIALIZED bit and update atomicallyPeter Hurley-5/+5
2016-04-30tty: Replace ASYNC_CHECK_CD and update atomicallyPeter Hurley-6/+2
2016-04-30tty: Replace ASYNC_NORMAL_ACTIVE bit and update atomicallyPeter Hurley-11/+9
2016-04-30tty: Replace TTY_IO_ERROR bit tests with tty_io_error()Peter Hurley-3/+3
2016-03-17Merge tag 'staging-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-10/+0
2016-03-05isdn: i4l: move active-isdn drivers to stagingArnd Bergmann-10/+0
2016-01-28isdn: Remove ASYNC_CLOSINGPeter Hurley-6/+6
2015-12-01isdn: remove spellcaster driverArnd Bergmann-2/+0
2015-11-04Merge tag 'tty-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-1/+1
2015-11-02ppp, slip: Validate VJ compression slot parameters completelyBen Hutchings-6/+4
2015-11-02isdn_ppp: Add checks for allocation failure in isdn_ppp_open()Ben Hutchings-0/+6
2015-10-17tty: Remove tty_wait_until_sent_from_close()Peter Hurley-1/+1