aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/atm (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2017-10-05timer: Remove expires and data arguments from DEFINE_TIMERKees Cook2-3/+3
2017-08-09atm: make atmdev_ops constBhumika Goyal6-6/+6
2017-08-02atm: solos-pci: constify attribute_group structuresAmitoj Kaur Chawla1-2/+2
2017-08-02atm: adummy: constify attribute_group structureAmitoj Kaur Chawla1-1/+1
2017-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2017-07-18atm: zatm: Fix an error handling path in 'zatm_init_one()'Christophe Jaillet1-1/+1
2017-07-16atm: idt77252: constify pci_device_id.Arvind Yadav1-1/+1
2017-07-16atm: eni: constify pci_device_id.Arvind Yadav1-1/+1
2017-07-16atm: firestream: constify pci_device_id.Arvind Yadav1-1/+1
2017-07-16atm: zatm: constify pci_device_id.Arvind Yadav1-1/+1
2017-07-16atm: lanai: constify pci_device_id.Arvind Yadav1-1/+1
2017-07-16atm: solos-pci: constify pci_device_id.Arvind Yadav1-1/+1
2017-07-16atm: horizon: constify pci_device_id.Arvind Yadav1-1/+1
2017-07-16atm: he: constify pci_device_id.Arvind Yadav1-1/+1
2017-07-16atm: nicstar: constify pci_device_id.Arvind Yadav1-1/+1
2017-07-16atm: fore200e: constify pci_device_id.Arvind Yadav1-1/+1
2017-07-16atm: ambassador: constify pci_device_id.Arvind Yadav1-1/+1
2017-07-16atm: iphase: constify pci_device_id.Arvind Yadav1-1/+1
2017-07-01net: convert sock.sk_wmem_alloc from atomic_t to refcount_tReshetova, Elena3-14/+4
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg1-1/+1
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg2-8/+8
2017-06-16networking: introduce and use skb_put_data()Johannes Berg4-10/+7
2017-06-15atm: solos-pci: remove useless variable assignmentsGustavo A. R. Silva1-2/+2
2017-03-12ambassador: use setup_timerGeliang Tang1-3/+2
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>Ingo Molnar1-0/+1
2017-02-28Merge branch 'idr-4.11' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds1-3/+2
2017-02-27lib/vsprintf.c: remove %Z supportAlexey Dobriyan5-31/+17
2017-02-27scripts/spelling.txt: add "followings" pattern and fix typo instancesMasahiro Yamada2-2/+2
2017-02-15atm: idt77252, use setup_timer and mod_timerJan Koniarik1-9/+3
2017-02-13idr: Return the deleted entry from idr_removeMatthew Wilcox1-3/+2