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