aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/atm (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-17atm: he: fix sign-extension overflow on large shiftColin Ian King1-1/+1
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain2-28/+27
2018-11-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2018-11-27firestream: fix spelling mistake: "Inititing" -> "Initializing"Colin Ian King1-2/+2
2018-11-17atm: Convert to using %pOFn instead of device_node.nameRob Herring1-2/+2
2018-10-18atm: zatm: Fix empty body Clang warningsNathan Chancellor1-21/+21
2018-10-18atm: eni: Move semicolon to a new line after empty for loopNathan Chancellor1-1/+2
2018-10-15fore200e: fix missing unlock on error in bsq_audit()Wei Yongjun1-0/+1
2018-10-12fore200e: fix sbus compileChristoph Hellwig1-1/+1
2018-10-10fore200e: check for dma mapping failuresChristoph Hellwig1-0/+13
2018-10-10fore200e: don't use GFP_DMAChristoph Hellwig1-4/+4
2018-10-10fore200e: devirtualize dma alloc callsChristoph Hellwig2-85/+45
2018-10-10fore200e: devirtualize dma mapping callsChristoph Hellwig2-99/+17
2018-10-10fore200e: remove the align_size field of struct chunkChristoph Hellwig1-3/+2
2018-10-10fore200e: store a struct device in struct fore200eChristoph Hellwig2-44/+23
2018-10-10fore200e: simplify fore200e_bus usageChristoph Hellwig1-65/+56
2018-10-05atm: nicstar: Replace spin_is_locked() with spin_trylock()Lance Roy1-2/+1
2018-07-03Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-1/+3
2018-07-02atm: zatm: remove redundant pointer zatm_devColin Ian King1-2/+0
2018-06-30atm: zatm: Fix potential Spectre v1Gustavo A. R. Silva1-0/+2
2018-06-30atm: iphase: fix a 64 bit bugDan Carpenter1-1/+1
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook2-2/+3
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-1/+2
2018-05-29atm: zatm: fix memcmp castingIvan Bornyakov1-2/+2
2018-05-10firestream: fix spelling mistake: "reseverd" -> "reserved"Colin Ian King1-1/+1
2018-05-04atm: zatm: Fix potential Spectre v1Gustavo A. R. Silva1-0/+3
2018-04-19atm: iphase: fix spelling mistake: "Tansmit" -> "Transmit"Colin Ian King1-2/+2
2018-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2018-03-30atm: iphase: fix spelling mistake: "Receiverd" -> "Received"Colin Ian King1-1/+1
2018-02-23atm: idt77252: remove redundant bit-wise or'ing of zeroColin Ian King1-8/+4
2018-02-08atm: he: use 64-bit arithmetic instead of 32-bitGustavo A. R. Silva1-4/+4
2017-11-30atm: eni: fix several indentation issuesColin Ian King1-9/+9
2017-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds4-8/+8
2017-11-28atm: suni: remove extraneous space to fix indentationColin Ian King1-1/+1
2017-11-28atm: lanai: use %p to format kernel addresses instead of %xColin Ian King1-4/+4
2017-11-28atm: fore200e: use %pK to format kernel addresses instead of %xColin Ian King1-2/+2
2017-11-28ambassador: fix incorrect indentation of assignment statementColin Ian King1-1/+1
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook6-21/+20
2017-11-21treewide: init_timer() -> setup_timer()Kees Cook3-9/+3
2017-11-21treewide: Switch DEFINE_TIMER callbacks to struct timer_list *Kees Cook2-6/+6
2017-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds7-21/+31
2017-11-14atm: horizon: Fix irq release errorArvind Yadav1-1/+1
2017-11-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-3/+3
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller16-0/+16
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman16-0/+16
2017-11-01atm: iphase: Fix space before '[' error.Arvind Yadav1-3/+3
2017-10-18atm: idt77252: Convert timers to use timer_setup()Kees Cook2-9/+15
2017-10-18drivers/atm/suni: Convert timers to use timer_setup()Kees Cook1-6/+4
2017-10-14atm: fore200e: mark expected switch fall-throughsGustavo A. R. Silva1-0/+8
2017-10-11atm: idt77105: Drop needless setup_timer()Kees Cook1-2/+0