aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/isdn/i4l (follow)
AgeCommit message (Expand)AuthorFilesLines
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-12treewide: Use array_size() in vmalloc()Kees Cook1-2/+3
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-2/+2
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-2/+4
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2-10/+10
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro3-5/+5
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook4-16/+13
2017-11-21treewide: 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-20isdn/i4l: fetch the ppp_write buffer in one shotMeng Xu1-12/+25
2017-08-02isdn/i4l: fix buffer overflowAnnie Cherkaev2-3/+3
2017-07-05Merge branch 'work.misc-set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus 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 <linux/sched/signal.h>Ingo Molnar1-0/+1
2016-12-17isdn: use designated initializersKees Cook2-11/+11
2016-05-20Merge tag 'tty-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus 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-17Merge tag 'staging-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds1-10/+0
2016-03-05isdn: i4l: move active-isdn drivers to stagingArnd Bergmann1-10/+0
2016-01-28isdn: Remove ASYNC_CLOSINGPeter Hurley1-6/+6
2015-12-01isdn: remove spellcaster driverArnd Bergmann1-2/+0
2015-11-04Merge tag 'tty-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-1/+1
2015-11-02ppp, slip: Validate VJ compression slot parameters completelyBen Hutchings1-6/+4
2015-11-02isdn_ppp: Add checks for allocation failure in isdn_ppp_open()Ben Hutchings1-0/+6
2015-10-17tty: Remove tty_wait_until_sent_from_close()Peter Hurley1-1/+1
2015-06-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2015-05-26isdn: fix grammar in commentGeert Uytterhoeven1-1/+1
2015-03-02net: Kill dev_rebuild_headerEric W. Biederman1-33/+0
2014-09-23isdn: i4l: Remove ASYNC_CTS_FLOWPeter Hurley1-5/+0
2014-08-02net: filter: split 'struct sk_filter' into socket and bpf partsAlexei Starovoitov1-14/+12
2014-07-24isdn: use constants instead of magicnumbersHimangi Saraogi1-2/+2
2014-07-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+16
2014-07-16net: ppp: fix creating PPP pass and active filtersChristoph Schulz1-4/+16
2014-07-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-7/+1