aboutsummaryrefslogtreecommitdiff
path: root/drivers/atm/idt77252.c
AgeCommit message (Expand)AuthorFilesLines
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 1-1/+1
2015-01-18atm: remove deprecated use of pci apiGravatar chas williams - CONTRACTOR 1-50/+57
2014-08-08atm: use pci_zalloc_consistentGravatar Joe Perches 1-9/+6
2014-05-21atm: idt77252: Remove redundant error checkGravatar Peter Senna Tschudin 1-4/+4
2013-11-19atm: idt77252: fix dev refcnt leakGravatar Ying Xue 1-1/+1
2013-01-03Drivers: atm: remove __dev* attributes.Gravatar Greg Kroah-Hartman 1-10/+6
2012-05-06skb: Add inline helper for getting the skb end offset from headGravatar Alexander Duyck 1-1/+1
2011-09-15Merge branch 'master' into for-nextGravatar Jiri Kosina 1-1/+1
2011-09-15atm: Convert vmalloc/memset to vzallocGravatar Joe Perches 1-5/+6
2011-07-26atomic: use <linux/atomic.h>Gravatar Arun Sharma 1-1/+1
2011-06-06net: remove interrupt.h inclusion from netdevice.hGravatar Alexey Dobriyan 1-0/+1
2011-04-17atm: idt77252: Fix set-but-unused variables.Gravatar David S. Miller 1-48/+4
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 1-1/+1
2010-12-10atm: correct sysfs 'device' link creation and parent relationshipsGravatar Dan Williams 1-1/+2
2010-10-03drivers/atm/idt77252.c: Remove unnecessary error checkGravatar Julia Lawall 1-4/+2
2010-07-15atm: Convert pci_table entries to PCI_VDEVICE (if PCI_ANY_ID is used)Gravatar Peter Huewe 1-2/+1
2010-07-12atm: remove IRQF_DISABLED in combination with IRQF_SHAREDGravatar chas williams - CONTRACTOR 1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2010-01-07drivers/atm/idt77252.c: use %pM to show MAC addressGravatar hartleys 1-4/+1
2008-09-21atm: idt77252: Use generic SKB queue management instead of home-grown scheme.Gravatar David S. Miller 1-23/+9
2008-05-20drivers/atm/: remove CVS keywordsGravatar Adrian Bunk 1-7/+0
2008-03-31[ATM] atm/idt77252.c: Make 2 functions staticGravatar Adrian Bunk 1-4/+2
2008-03-05atm: replace remaining __FUNCTION__ occurrencesGravatar Harvey Harrison 1-6/+6
2007-10-10[NET]: Make the device list and device lookups per namespace.Gravatar Eric W. Biederman 1-1/+1
2007-07-18[ATM]: [idt77252] Rename CONFIG_ATM_IDT77252_SEND_IDLE to not resemble a Kcon...Gravatar Robert P. J. Day 1-3/+3
2007-07-11PCI: Change all drivers to use pci_device->revisionGravatar Auke Kok 1-10/+3
2007-05-24[ATM]: Use mutex instead of binary semaphore in idt77252 driver.Gravatar Matthias Kaehlcke 1-13/+14
2007-04-25[ATM] idt77252: Fix double kfree_skb on failure in push_rx_skbGravatar Arnaldo Carvalho de Melo 1-1/+0
2007-04-25[SK_BUFF]: Convert skb->end to sk_buff_data_tGravatar Arnaldo Carvalho de Melo 1-9/+15
2007-04-25[SK_BUFF]: Convert skb->tail to sk_buff_data_tGravatar Arnaldo Carvalho de Melo 1-1/+2
2007-02-17atm: Use ARRAY_SIZE macro when appropriateGravatar Ahmed S. Darwish 1-4/+4
2006-11-22WorkStruct: make allyesconfigGravatar David Howells 1-4/+5
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersGravatar David Howells 1-1/+1
2006-10-04[ATM]: kmalloc to kzalloc patches for drivers/atmGravatar Om Narasimhan 1-17/+6
2006-07-03[ATM]: add+use poison definesGravatar Randy Dunlap 1-1/+2
2006-07-02[PATCH] irq-flags: misc drivers: Use the new IRQF_ constantsGravatar Thomas Gleixner 1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Gravatar Jörn Engel 1-1/+0
2005-08-29[NET]: Store skb->timestamp as offset to a base timestampGravatar Patrick McHardy 1-4/+4
2005-07-19[ATM]: [idt77252] use time_after() macroGravatar Marcelo Feitoza Parisi 1-1/+2
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+3882