aboutsummaryrefslogtreecommitdiff
path: root/drivers/atm
AgeCommit message (Expand)AuthorFilesLines
2018-11-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-2/+2
2018-11-27firestream: fix spelling mistake: "Inititing" -> "Initializing"Gravatar Colin Ian King 1-2/+2
2018-11-17atm: Convert to using %pOFn instead of device_node.nameGravatar Rob Herring 1-2/+2
2018-10-18atm: zatm: Fix empty body Clang warningsGravatar Nathan Chancellor 1-21/+21
2018-10-18atm: eni: Move semicolon to a new line after empty for loopGravatar Nathan Chancellor 1-1/+2
2018-10-15fore200e: fix missing unlock on error in bsq_audit()Gravatar Wei Yongjun 1-0/+1
2018-10-12fore200e: fix sbus compileGravatar Christoph Hellwig 1-1/+1
2018-10-10fore200e: check for dma mapping failuresGravatar Christoph Hellwig 1-0/+13
2018-10-10fore200e: don't use GFP_DMAGravatar Christoph Hellwig 1-4/+4
2018-10-10fore200e: devirtualize dma alloc callsGravatar Christoph Hellwig 2-85/+45
2018-10-10fore200e: devirtualize dma mapping callsGravatar Christoph Hellwig 2-99/+17
2018-10-10fore200e: remove the align_size field of struct chunkGravatar Christoph Hellwig 1-3/+2
2018-10-10fore200e: store a struct device in struct fore200eGravatar Christoph Hellwig 2-44/+23
2018-10-10fore200e: simplify fore200e_bus usageGravatar Christoph Hellwig 1-65/+56
2018-10-05atm: nicstar: Replace spin_is_locked() with spin_trylock()Gravatar Lance Roy 1-2/+1
2018-07-03Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 2-1/+3
2018-07-02atm: zatm: remove redundant pointer zatm_devGravatar Colin Ian King 1-2/+0
2018-06-30atm: zatm: Fix potential Spectre v1Gravatar Gustavo A. R. Silva 1-0/+2
2018-06-30atm: iphase: fix a 64 bit bugGravatar Dan Carpenter 1-1/+1
2018-06-12treewide: kzalloc() -> kcalloc()Gravatar Kees Cook 2-2/+3
2018-06-12treewide: kmalloc() -> kmalloc_array()Gravatar Kees Cook 1-1/+2
2018-05-29atm: zatm: fix memcmp castingGravatar Ivan Bornyakov 1-2/+2
2018-05-10firestream: fix spelling mistake: "reseverd" -> "reserved"Gravatar Colin Ian King 1-1/+1
2018-05-04atm: zatm: Fix potential Spectre v1Gravatar Gustavo A. R. Silva 1-0/+3
2018-04-19atm: iphase: fix spelling mistake: "Tansmit" -> "Transmit"Gravatar Colin Ian King 1-2/+2
2018-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-1/+1
2018-03-30atm: iphase: fix spelling mistake: "Receiverd" -> "Received"Gravatar Colin Ian King 1-1/+1
2018-02-23atm: idt77252: remove redundant bit-wise or'ing of zeroGravatar Colin Ian King 1-8/+4
2018-02-08atm: he: use 64-bit arithmetic instead of 32-bitGravatar Gustavo A. R. Silva 1-4/+4
2017-11-30atm: eni: fix several indentation issuesGravatar Colin Ian King 1-9/+9
2017-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 4-8/+8
2017-11-28atm: suni: remove extraneous space to fix indentationGravatar Colin Ian King 1-1/+1
2017-11-28atm: lanai: use %p to format kernel addresses instead of %xGravatar Colin Ian King 1-4/+4
2017-11-28atm: fore200e: use %pK to format kernel addresses instead of %xGravatar Colin Ian King 1-2/+2
2017-11-28ambassador: fix incorrect indentation of assignment statementGravatar Colin Ian King 1-1/+1
2017-11-21treewide: setup_timer() -> timer_setup()Gravatar Kees Cook 6-21/+20
2017-11-21treewide: init_timer() -> setup_timer()Gravatar Kees Cook 3-9/+3
2017-11-21treewide: Switch DEFINE_TIMER callbacks to struct timer_list *Gravatar Kees Cook 2-6/+6
2017-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 7-21/+31
2017-11-14atm: horizon: Fix irq release errorGravatar Arvind Yadav 1-1/+1
2017-11-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 2-3/+3
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 16-0/+16
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 16-0/+16
2017-11-01atm: iphase: Fix space before '[' error.Gravatar Arvind Yadav 1-3/+3
2017-10-18atm: idt77252: Convert timers to use timer_setup()Gravatar Kees Cook 2-9/+15
2017-10-18drivers/atm/suni: Convert timers to use timer_setup()Gravatar Kees Cook 1-6/+4
2017-10-14atm: fore200e: mark expected switch fall-throughsGravatar Gustavo A. R. Silva 1-0/+8
2017-10-11atm: idt77105: Drop needless setup_timer()Gravatar Kees Cook 1-2/+0
2017-10-05timer: Remove expires and data arguments from DEFINE_TIMERGravatar Kees Cook 2-3/+3
2017-08-09atm: make atmdev_ops constGravatar Bhumika Goyal 6-6/+6