summaryrefslogtreecommitdiffstats
path: root/drivers/net/amd8111e.c
Commit message (Expand)AuthorAgeFilesLines
* vlan: Don't check for vlan group before vlan_tx_tag_present.Jesse Gross2010-10-211-1/+1
* amd8111e: use net_device_stats from struct net_deviceEric Dumazet2010-08-211-7/+7
* drivers/net: Adjust confusing if indentationJulia Lawall2010-08-161-2/+2
* net: trans_start cleanupsEric Dumazet2010-05-101-2/+0
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-111-1/+0
|\
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-1/+0
* | net: convert multicast list to list_headJiri Pirko2010-04-031-3/+3
|/
* net: convert multiple drivers to use netdev_for_each_mc_addr, part3Jiri Pirko2010-02-221-7/+4
* net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko2010-02-121-3/+4
* drivers/net/amd8111e.c: Fix continuation line formatsJoe Perches2010-02-031-2/+1
* drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan2010-01-071-1/+1
* tree-wide: fix assorted typos all over the placeAndré Goddard Rosa2009-12-041-1/+6
* netdev: Remove redundant checks for CAP_NET_ADMIN in MDIO implementationsBen Hutchings2009-09-031-3/+0
* netdev: convert bulk of drivers to netdev_tx_tStephen Hemminger2009-09-011-1/+2
* net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy2009-07-051-1/+1
* 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
OpenPOWER on IntegriCloud