summaryrefslogtreecommitdiff
path: root/drivers/atm/iphase.c
Commit message (Expand)AuthorAge
* atm: iphase: fix spelling mistake: "Tansmit" -> "Transmit"Colin Ian King2018-04-19
* atm: iphase: fix spelling mistake: "Receiverd" -> "Received"Colin Ian King2018-03-30
* treewide: Switch DEFINE_TIMER callbacks to struct timer_list *Kees Cook2017-11-21
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-11-15
|\
| * atm: iphase: Fix space before '[' error.Arvind Yadav2017-11-01
* | timer: Remove expires and data arguments from DEFINE_TIMERKees Cook2017-10-05
|/
* atm: iphase: constify pci_device_id.Arvind Yadav2017-07-16
* scripts/spelling.txt: add "followings" pattern and fix typo instancesMasahiro Yamada2017-02-27
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-24
* atm: iphase: fix newline escape and minor tweak to source formattingColin Ian King2016-09-15
* ATM-iphase: Use kmalloc_array() in tx_init()Markus Elfring2016-09-09
* atm: iphase: off by one in rx_pkt()Dan Carpenter2016-05-31
* atm: iphase: fix misleading indentionTillmann Heidsieck2015-10-12
* atm: iphase: return -ENOMEM instead of -1 in case of failed kmalloc()Tillmann Heidsieck2015-10-12
* atm: use msecs_to_jiffies for conversionsNicholas Mc Guire2015-06-08
* atm: remove deprecated use of pci apichas williams - CONTRACTOR2015-01-18
* Drivers: atm: remove __dev* attributes.Greg Kroah-Hartman2013-01-03
* drivers/atm/iphase.c: fix error return codeJulia Lawall2012-08-06
* Remove all #inclusions of asm/system.hDavid Howells2012-03-28
* atm: eliminate atm_guess_pdu2truesize()chas williams - CONTRACTOR2011-11-26
* atm/iphase : removal of PCI space dereferences.françois romieu2011-10-03
* atomic: use <linux/atomic.h>Arun Sharma2011-07-26
* net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan2011-06-06
* atm: iphase: Fix set-but-not-used warnings.David S. Miller2011-04-12
* Fix common misspellingsLucas De Marchi2011-03-31
* Merge branch 'master' into for-nextJiri Kosina2010-12-22
|\
| * atm: correct sysfs 'device' link creation and parent relationshipsDan Williams2010-12-10
* | tree-wide: fix comment/printk typosUwe Kleine-König2010-11-01
|/
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-10-11
|\
| * ATM: iphase, remove sleep-inside-atomicJiri Slaby2010-10-11
* | drivers/atm: Adjust confusing if indentationJulia Lawall2010-08-16
|/
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* drivers/atm: Correct code taking the size of a pointerJulia Lawall2009-12-13
* tree-wide: fix assorted typos all over the placeAndré Goddard Rosa2009-12-04
* net: Make setsockopt() optlen be unsigned.David S. Miller2009-09-30
* atm: fix non-const printk argumentStephen Hemminger2009-03-21
* generic swap(): iphase: rename swap() to swap_byte_order()Wu Fengguang2009-01-08
* atm: fix direct casts of pointers to u32 in the InterPhase driverDavid Howells2008-07-30
* atm: [iphase] 64-bit cleanupAlan Cox2008-06-17
* atm: [iphase] move struct suni_priv to suni.hJorge Boncompte [DTI2]2008-06-17
* atm: [iphase] doesn't call phy->start due to a bogus #ifndefJorge Boncompte [DTI2]2008-06-16
* atm: [iphase] set drvdata before enabling interruptsJorge Boncompte [DTI2]2008-06-16
* drivers/atm: use time_before, time_before_eq, etcJulia Lawall2008-04-19
* [ATM] drivers/atm/iphase.c: compilation warning fixLeonardo Potenza2008-04-02
* [ATM] drivers/atm/iphase.c: mostly kmalloc + memset conversion to kzallocMariusz Kozlowski2007-08-13
* PCI: Change all drivers to use pci_device->revisionAuke Kok2007-07-11
* Fix misc .c/.h comment typosMatt LaPlante2006-11-30
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-05
* [PATCH] irq-flags: misc drivers: Use the new IRQF_ constantsThomas Gleixner2006-07-02
* [ATM]: [iphase] should be __devinit not __initChas Williams2006-06-29