summaryrefslogtreecommitdiff
path: root/drivers/isdn/i4l
AgeCommit message (Expand)AuthorFilesLines
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
2015-06-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2015-05-26isdn: fix grammar in commentGeert Uytterhoeven1-1/+1
2015-03-03net: Kill dev_rebuild_headerEric W. Biederman1-33/+0
2014-09-24isdn: i4l: Remove ASYNC_CTS_FLOWPeter Hurley1-5/+0
2014-08-03net: filter: split 'struct sk_filter' into socket and bpf partsAlexei Starovoitov1-14/+12
2014-07-25isdn: 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-17net: ppp: fix creating PPP pass and active filtersChristoph Schulz1-4/+16
2014-07-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-7/+1
2014-07-16net: set name_assign_type in alloc_netdev()Tom Gundersen1-1/+2
2014-07-15net: ppp: don't call sk_chk_filter twiceChristoph Schulz1-7/+1
2014-05-24net: filter: let unattached filters use sock_fprog_kernDaniel Borkmann1-2/+2
2014-03-31net: isdn: use sk_unattached_filter apiDaniel Borkmann1-20/+41
2014-03-27isdn: replace del_timer by del_timer_syncJulia Lawall1-1/+1
2014-02-27isdn: fix multiple sleep_on racesArnd Bergmann1-5/+8
2013-12-26isdn: slight optimization of addr comparedingtianhong1-2/+2