aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/atm/idt77252.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-15atm: idt77252: Remove call to memset after dma_alloc_coherentFuqian Huang1-1/+0
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain1-8/+8
2018-02-23atm: idt77252: remove redundant bit-wise or'ing of zeroColin Ian King1-8/+4
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook1-3/+3
2017-10-18atm: idt77252: Convert timers to use timer_setup()Kees Cook1-9/+12
2017-08-09atm: make atmdev_ops constBhumika Goyal1-1/+1
2017-07-16atm: idt77252: constify pci_device_id.Arvind Yadav1-1/+1
2017-07-01net: convert sock.sk_wmem_alloc from atomic_t to refcount_tReshetova, Elena1-2/+2
2017-06-16networking: introduce and use skb_put_data()Johannes Berg1-7/+4
2017-02-15atm: idt77252, use setup_timer and mod_timerJan Koniarik1-9/+3
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2015-01-18atm: remove deprecated use of pci apichas williams - CONTRACTOR1-50/+57
2014-08-08atm: use pci_zalloc_consistentJoe Perches1-9/+6
2014-05-21atm: idt77252: Remove redundant error checkPeter Senna Tschudin1-4/+4
2013-11-19atm: idt77252: fix dev refcnt leakYing Xue1-1/+1
2013-01-03Drivers: atm: remove __dev* attributes.Greg Kroah-Hartman1-10/+6
2012-05-06skb: Add inline helper for getting the skb end offset from headAlexander Duyck1-1/+1
2011-09-15Merge branch 'master' into for-nextJiri Kosina1-1/+1
2011-09-15atm: Convert vmalloc/memset to vzallocJoe Perches1-5/+6
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-06-06net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan1-0/+1
2011-04-17atm: idt77252: Fix set-but-unused variables.David S. Miller1-48/+4
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2010-12-10atm: correct sysfs 'device' link creation and parent relationshipsDan Williams1-1/+2
2010-10-03drivers/atm/idt77252.c: Remove unnecessary error checkJulia Lawall1-4/+2
2010-07-15atm: Convert pci_table entries to PCI_VDEVICE (if PCI_ANY_ID is used)Peter Huewe1-2/+1
2010-07-12atm: remove IRQF_DISABLED in combination with IRQF_SHAREDchas williams - CONTRACTOR1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-01-07drivers/atm/idt77252.c: use %pM to show MAC addresshartleys1-4/+1
2008-09-21atm: idt77252: Use generic SKB queue management instead of home-grown scheme.David S. Miller1-23/+9
2008-05-20drivers/atm/: remove CVS keywordsAdrian Bunk1-7/+0
2008-03-31[ATM] atm/idt77252.c: Make 2 functions staticAdrian Bunk1-4/+2
2008-03-05atm: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-6/+6
2007-10-10[NET]: Make the device list and device lookups per namespace.Eric W. Biederman1-1/+1
2007-07-18[ATM]: [idt77252] Rename CONFIG_ATM_IDT77252_SEND_IDLE to not resemble a Kconfig variableRobert P. J. Day1-3/+3
2007-07-11PCI: Change all drivers to use pci_device->revisionAuke Kok1-10/+3
2007-05-24[ATM]: Use mutex instead of binary semaphore in idt77252 driver.Matthias Kaehlcke1-13/+14
2007-04-25[ATM] idt77252: Fix double kfree_skb on failure in push_rx_skbArnaldo Carvalho de Melo1-1/+0
2007-04-25[SK_BUFF]: Convert skb->end to sk_buff_data_tArnaldo Carvalho de Melo1-9/+15
2007-04-25[SK_BUFF]: Convert skb->tail to sk_buff_data_tArnaldo Carvalho de Melo1-1/+2
2007-02-17atm: Use ARRAY_SIZE macro when appropriateAhmed S. Darwish1-4/+4
2006-11-22WorkStruct: make allyesconfigDavid Howells1-4/+5
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-1/+1
2006-10-04[ATM]: kmalloc to kzalloc patches for drivers/atmOm Narasimhan1-17/+6
2006-07-03[ATM]: add+use poison definesRandy Dunlap1-1/+2
2006-07-02[PATCH] irq-flags: misc drivers: Use the new IRQF_ constantsThomas Gleixner1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2005-08-29[NET]: Store skb->timestamp as offset to a base timestampPatrick McHardy1-4/+4
2005-07-19[ATM]: [idt77252] use time_after() macroMarcelo Feitoza Parisi1-1/+2
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+3882