summaryrefslogtreecommitdiffstats
path: root/drivers/net/fs_enet/fs_enet-main.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-2.6.25' of master.kernel.org:/pub/scm/linux/kernel/git/gala...Paul Mackerras2008-01-241-1/+8
|\
| * fs_enet: Add fixed-phy support for fs_enetJochen Friedrich2008-01-241-1/+8
* | fs_enet: check for phydev existence in the ethtool handlersAnton Vorontsov2008-01-121-2/+9
* | [NET]: Do not check netif_running() and carrier state in ->poll()David S. Miller2008-01-091-3/+0Star
|/
* fs_enet: Update for API changesScott Wood2007-10-181-12/+16
* fs_enet: sparse fixesScott Wood2007-10-111-9/+9
* fs_enet: Be an of_platform device when CONFIG_PPC_CPM_NEW_BINDING is set.Scott Wood2007-10-111-17/+241
* fs_enet: Align receive buffers.Scott Wood2007-10-111-2/+19
* fs_enet: Whitespace cleanup.Scott Wood2007-10-111-46/+39Star
* FS_ENET: Add polling supportVitaly Bordug2007-10-111-27/+44
* FS_ENET: TX stuff should use fep->tx_lock, instead of fep->lock.Vitaly Bordug2007-10-111-2/+4
* [ETHTOOL] Provide default behaviors for a few ethtool sub-ioctlsJeff Garzik2007-10-111-2/+0Star
* [NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle2007-10-111-1/+0Star
* [PATCH] drivers/net: remove superfluous memsetMariusz Kozlowski2007-10-111-1/+0Star
* Clean up duplicate includes in drivers/net/Jesper Juhl2007-10-111-2/+0Star
* [NET]: Make NAPI polling independent of struct net_device objects.Stephen Hemminger2007-10-111-31/+24Star
* PCI: Cleanup the includes of <linux/pci.h>Jean Delvare2007-05-031-1/+0Star
* [SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}Arnaldo Carvalho de Melo2007-04-261-2/+4
* [ETH]: Make eth_type_trans set skb->dev like the other *_type_transArnaldo Carvalho de Melo2007-04-261-3/+0Star
* [PATCH] remove many unneeded #includes of sched.hTim Schmielau2007-02-141-1/+0Star
* [PATCH] PHY: Add support for configuring the PHY connection interfaceAndy Fleming2006-12-021-1/+2
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-2/+2
* Merge branch 'upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/vitb...Paul Mackerras2006-09-271-2/+3
|\
| * POWERPC: Bring the fs_no calculation to the relevant SoC enumerationVitaly Bordug2006-09-211-1/+2
| * POWERPC: overhaul with cpm2_map mechanismVitaly Bordug2006-09-211-1/+1
* | drivers/net: const-ify ethtool_ops declarationsJeff Garzik2006-09-131-1/+1
|/
* [PATCH] FS_ENET: use PAL for mii managementVitaly Bordug2006-08-191-78/+129
* [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/+0Star
* [PATCH] Remove MODULE_PARMRusty Russell2006-03-251-2/+2
* [PATCH] fs_enet build fixMarcelo Tosatti2005-11-101-0/+1
* [PATCH] fs_enet: Fix dma_unmap_single callsPantelis Antoniou2005-10-301-9/+12
* Add fs_enet ethernet network driver, for several embedded platforms.Pantelis Antoniou2005-10-281-0/+1226