summaryrefslogtreecommitdiffstats
path: root/drivers/isdn/i4l
Commit message (Expand)AuthorAgeFilesLines
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-112-10/+10
* the rest of drivers/*: annotate ->poll() instancesAl Viro2017-11-283-5/+5
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-214-16/+13
* treewide: init_timer() -> setup_timer()Kees Cook2017-11-212-5/+4
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* isdn/i4l: fetch the ppp_write buffer in one shotMeng Xu2017-09-201-12/+25
* isdn/i4l: fix buffer overflowAnnie Cherkaev2017-08-022-3/+3
* Merge branch 'work.misc-set_fs' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-07-052-24/+0
|\
| * isdn: get rid of pointless access_ok()Al Viro2017-06-042-24/+0
* | idsn: fix wrong skb_put() usedyuan linyu2017-06-211-1/+1
* | net: manual clean code which call skb_put_[data:zero]yuan linyu2017-06-202-2/+2
* | networking: add and use skb_put_u8()Johannes Berg2017-06-162-5/+6
* | networking: make skb_push & __skb_push return void pointersJohannes Berg2017-06-161-1/+1
* | networking: make skb_pull & friends return void pointersJohannes Berg2017-06-161-1/+1
* | networking: make skb_put & friends return void pointersJohannes Berg2017-06-163-8/+8
* | networking: introduce and use skb_put_data()Johannes Berg2017-06-163-6/+5
* | isdn: Fix a sleep-in-atomic bugJia-Ju Bai2017-05-311-1/+1
|/
* isdn: use setup_timerGeliang Tang2017-03-242-6/+4
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* isdn: use designated initializersKees Cook2016-12-172-11/+11
* Merge tag 'tty-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2016-05-201-25/+19
|\
| * tty: Replace ASYNC_INITIALIZED bit and update atomicallyPeter Hurley2016-04-301-5/+5
| * tty: Replace ASYNC_CHECK_CD and update atomicallyPeter Hurley2016-04-301-6/+2
| * tty: Replace ASYNC_NORMAL_ACTIVE bit and update atomicallyPeter Hurley2016-04-301-11/+9
| * tty: Replace TTY_IO_ERROR bit tests with tty_io_error()Peter Hurley2016-04-301-3/+3
* | treewide: replace dev->trans_start update with helperFlorian Westphal2016-05-042-3/+3
|/
* Merge tag 'staging-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-03-171-10/+0
|\
| * isdn: i4l: move active-isdn drivers to stagingArnd Bergmann2016-03-051-10/+0
* | isdn: Remove ASYNC_CLOSINGPeter Hurley2016-01-281-6/+6
|/
* isdn: remove spellcaster driverArnd Bergmann2015-12-011-2/+0
* Merge tag 'tty-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2015-11-041-1/+1
|\
| * tty: Remove tty_wait_until_sent_from_close()Peter Hurley2015-10-171-1/+1
* | ppp, slip: Validate VJ compression slot parameters completelyBen Hutchings2015-11-021-6/+4
* | isdn_ppp: Add checks for allocation failure in isdn_ppp_open()Ben Hutchings2015-11-021-0/+6
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2015-06-231-1/+1
|\
| * isdn: fix grammar in commentGeert Uytterhoeven2015-05-261-1/+1
* | net: Kill dev_rebuild_headerEric W. Biederman2015-03-021-33/+0
|/
* isdn: i4l: Remove ASYNC_CTS_FLOWPeter Hurley2014-09-231-5/+0
* net: filter: split 'struct sk_filter' into socket and bpf partsAlexei Starovoitov2014-08-021-14/+12
* isdn: use constants instead of magicnumbersHimangi Saraogi2014-07-241-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-07-221-4/+16
|\
| * net: ppp: fix creating PPP pass and active filtersChristoph Schulz2014-07-161-4/+16
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-07-161-7/+1
|\|
| * net: ppp: don't call sk_chk_filter twiceChristoph Schulz2014-07-141-7/+1
* | net: set name_assign_type in alloc_netdev()Tom Gundersen2014-07-151-1/+2
|/
* net: filter: let unattached filters use sock_fprog_kernDaniel Borkmann2014-05-231-2/+2
* net: isdn: use sk_unattached_filter apiDaniel Borkmann2014-03-311-20/+41
* isdn: replace del_timer by del_timer_syncJulia Lawall2014-03-271-1/+1
* isdn: fix multiple sleep_on racesArnd Bergmann2014-02-261-5/+8
* isdn: slight optimization of addr comparedingtianhong2013-12-261-2/+2