summaryrefslogtreecommitdiff
path: root/drivers/atm/ambassador.c
AgeCommit message (Expand)AuthorFilesLines
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 37Thomas Gleixner1-16/+1
2017-11-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-1/+1
2017-11-28ambassador: fix incorrect indentation of assignment statementColin Ian King1-1/+1
2017-11-22treewide: setup_timer() -> timer_setup()Kees Cook1-5/+4
2017-07-17atm: ambassador: constify pci_device_id.Arvind Yadav1-1/+1
2017-03-13ambassador: use setup_timerGeliang Tang1-3/+2
2017-02-28lib/vsprintf.c: remove %Z supportAlexey Dobriyan1-6/+1
2014-02-20atm: ambassador: use NULL instead of 0 for pointerDaeseok Youn1-1/+1
2013-06-18net, atm/ambassader: convert skb->tail into skb_tail_pointer(skb)Isaku Yamahata1-1/+1
2013-01-04Drivers: atm: remove __dev* attributes.Greg Kroah-Hartman1-23/+30
2012-11-28atm: forever loop loading ambassador firmwareDan Carpenter1-0/+1
2012-05-06skb: Add inline helper for getting the skb end offset from headAlexander Duyck1-1/+1
2011-07-27atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-07-08ATM: Delete no use FILL_RX_POOLS_IN_BH marcoWang Shaoyan1-10/+1
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-01-10Madge Ambassador ATM Adapter driver: Always release_firmware() in ucode_init(...Jesper Juhl1-7/+12
2010-12-11atm: correct sysfs 'device' link creation and parent relationshipsDan Williams1-1/+2
2010-07-16atm: Convert pci_table entries to PCI_VDEVICE (if PCI_ANY_ID is used)Peter Huewe1-4/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2009-11-11ambassador: declare MODULE_FIRMWAREBen Hutchings1-0/+1
2009-10-01net: Make setsockopt() optlen be unsigned.David S. Miller1-8/+0
2008-07-10firmware: convert Ambassador ATM driver to request_firmware()David Woodhouse1-83/+57
2008-04-29atm: ambassador: vcc_sf semaphore to mutexDaniel Walker1-9/+10
2008-04-04[ATM] drivers/atm/ambassador.c: stop inlining largish static functionsDenys Vlasenko1-11/+11
2008-01-29[ATM]: [ambassador] kmalloc + memset conversion to kzallocJoonwoo Park1-2/+1
2007-07-18drivers/atm/ambassador: kill uninit'd var warning, and fix bugJeff Garzik1-1/+3
2007-04-26[SK_BUFF]: Convert skb->end to sk_buff_data_tArnaldo Carvalho de Melo1-1/+1
2006-12-08[PATCH] atm/ambassador: use bitrev8Akinobu Mita1-14/+3
2006-12-03[ATM] ambassador,firestream: "-1 >>" is implementation definedAlexey Dobriyan1-1/+1
2006-10-22[ATM]: No need to return voidTobias Klauser1-2/+2
2006-10-06Various drivers' irq handlers: kill dead code, needless castsJeff Garzik1-6/+1
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-3/+1
2006-10-04[ATM]: [ambassador] Change the return type to reflect realityJeff Garzik1-2/+2
2006-07-04[ATM]: add+use poison definesRandy Dunlap1-1/+2
2006-07-03[PATCH] irq-flags: misc drivers: Use the new IRQF_ constantsThomas Gleixner1-1/+1
2006-06-27[PATCH] 64bit resource: fix up printks for resources in misc driversGreg Kroah-Hartman1-1/+2
2005-10-09[PATCH] gfp flags annotations - part 1Al Viro1-1/+1
2005-08-30[NET]: Store skb->timestamp as offset to a base timestampPatrick McHardy1-1/+1
2005-07-20[ATM]: [ambassador] Fix the sparse warning "implicit cast to nocast type"Victor Fusco1-1/+3
2005-04-17Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+2463