summaryrefslogtreecommitdiffstats
path: root/drivers/net/amd8111e.c
Commit message (Expand)AuthorAgeFilesLines
* dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang2009-04-071-1/+1
* net: Remove redundant NAPI functionsBen Hutchings2009-01-211-3/+3
* amd8111e: convert to net_device_opsStephen Hemminger2009-01-071-14/+21
* net: Remove unused netdev arg from some NAPI interfaces.Neil Horman2008-12-221-3/+3
* drivers/net: Kill now superfluous ->last_rx stores.David S. Miller2008-11-031-1/+0
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-10-311-11/+12
|\
| * amd8111e: fix dma_free_coherent contextChunbo Luo2008-10-311-5/+4
| * amd8111e: Fix rx return codeChris Friesen2008-10-281-6/+8
* | net: convert print_mac to %pMJohannes Berg2008-10-271-3/+2
|/
* amd8111e: delete non NAPI code from the driver.Francois Romieu2008-07-071-130/+7
* drivers/net: Add missing "space"Joe Perches2008-01-281-2/+2
* amd8111e: don't call napi_enable if configured w/o NAPIJiri Bohac2007-11-231-0/+6
* Fix misspellings of "system", "controller", "interrupt" and "necessary".Robert P. J. Day2007-10-191-1/+1
* amd8111e big-endian fixAl Viro2007-10-101-1/+2
* amd8111e: trivial endianness annotations, NULL noise removalAl Viro2007-10-101-3/+3
* [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches2007-10-101-6/+6
* [NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle2007-10-101-1/+0
* [NET]: Make NAPI polling independent of struct net_device objects.Stephen Hemminger2007-10-101-16/+14
* network drivers: eliminate unneeded kill_vid codeStephen Hemminger2007-06-031-10/+1
* potential parse error in ifdefYoann Padioleau2007-06-011-1/+1
* [ETH]: Make eth_type_trans set skb->dev like the other *_type_transArnaldo Carvalho de Melo2007-04-251-4/+0
* [VLAN]: Avoid a 4-order allocation.Dan Aloni2007-03-021-2/+1
* NET: turn local_save_flags() + local_irq_disable() into local_irq_save()Jiri Kosina2007-02-061-2/+1
* [PATCH] amd8111e use standard CRC libStephen Hemminger2006-12-021-26/+1
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-2/+2
* drivers/net: const-ify ethtool_ops declarationsJeff Garzik2006-09-131-1/+1
* drivers/net: Trim trailing whitespaceJeff Garzik2006-09-131-240/+240
* Merge branch 'tmp' into upstreamJeff Garzik2006-09-121-3/+2
|\
| * [PATCH] Remove more unnecessary driver printk'sAndy Gospodarek2006-09-121-3/+2
* | drivers/net: Remove deprecated use of pci_module_init()Jeff Garzik2006-08-191-1/+1
|/
* [PATCH] irq-flags: drivers/net: Use the new IRQF_ constantsThomas Gleixner2006-07-021-1/+1
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [git] change permissions on drivers/net/amd8111e.[ch] to 0644,Jeff Garzik2005-10-281-0/+0
* [PATCH] turn many #if $undefined_string into #ifdef $undefined_stringOlaf Hering2005-07-271-1/+1
* [PATCH] Use pci_set_dma_mask() instead of direct assignment of DMA maskTobias Klauser2005-06-271-4/+4
* [PATCH] drivers/net/amd8111e.c: fix NAPI interrupt in pollLiu Tao2005-05-121-10/+14
* Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds2005-04-161-0/+2167
OpenPOWER on IntegriCloud