aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/gianfar.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-10-17gianfar: fix obviously wrong #ifdef CONFIG_GFAR_NAPI placementAnton Vorontsov1-1/+3
2007-10-16gianfar: Fix compile regression caused by 09f75cd7Li Yang1-4/+3
2007-10-15gianfar: Fix regression caused by new napi interfaceLi Yang1-0/+10
2007-10-15gianfar: Cleanup compile warning caused by 0795af57Li Yang1-1/+0
2007-10-15gianfar: Fix compile regression caused by bea3348eLi Yang1-0/+3
2007-10-10[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches1-4/+3
2007-10-10[NET] drivers/net: statistics cleanup #1 -- save memory and shrink codeJeff Garzik1-25/+15
2007-10-10[NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle1-1/+0
2007-10-10[NET]: Make NAPI polling independent of struct net_device objects.Stephen Hemminger1-24/+23
2007-07-18Fix RGMII-ID handling in gianfarAndy Fleming1-1/+11
2007-07-08gianfar: add support for SGMIIKapil Juneja1-0/+27
2007-06-29gianfar: Fix typo bug introduced by move to udp_hdr()Kumar Gala1-1/+1
2007-06-03network drivers: eliminate unneeded kill_vid codeStephen Hemminger1-16/+0
2007-05-17gianfar: Add I/O barriers when touching buffer descriptor ownership.Scott Wood1-0/+11
2007-04-25[SK_BUFF]: Introduce skb_network_header_lenArnaldo Carvalho de Melo1-1/+1
2007-04-25[SK_BUFF]: Introduce udp_hdr(), remove skb->h.uhArnaldo Carvalho de Melo1-2/+2
2007-04-25[SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iphArnaldo Carvalho de Melo1-1/+1
2007-04-25[SK_BUFF]: Introduce skb_network_offset()Arnaldo Carvalho de Melo1-1/+1
2007-04-25[ETH]: Make eth_type_trans set skb->dev like the other *_type_transArnaldo Carvalho de Melo1-2/+0
2007-03-05[GIANFAR]: Fix compile error in latest gitJan Altenberg1-1/+1
2007-03-02[VLAN]: Avoid a 4-order allocation.Dan Aloni1-2/+1
2007-02-17gianfar: don't duplicate gfar_error()Sergei Shtylyov1-70/+15
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau1-1/+0
2006-12-02[PATCH] PHY: Add support for configuring the PHY connection interfaceAndy Fleming1-2/+37
2006-12-02[PATCH] add netpoll support for gianfar: respinVitaly Wool1-0/+33
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-11/+11
2006-09-24Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6Linus Torvalds1-7/+4
2006-09-22[NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETEPatrick McHardy1-1/+1
2006-09-13drivers/net: const-ify ethtool_ops declarationsJeff Garzik1-1/+1
2006-09-13drivers/net: Trim trailing whitespaceJeff Garzik1-3/+3
2006-09-12[PATCH] Remove more unnecessary driver printk'sAndy Gospodarek1-3/+0
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-04-20[PATCH] Fix locking in gianfarAndy Fleming1-28/+28
2006-03-20[PATCH] handle errors returned by platform_get_irq*()David Vrabel1-0/+4
2006-02-07[PATCH] gianfar: Fix sparse warningsKumar Gala1-13/+11
2006-01-12[PATCH] gianfar: Use new PHY_ID_FMT macroKumar Gala1-1/+4
2006-01-12[PATCH] gfar: fix compile errorKumar Gala1-0/+1
2005-11-18[PATCH] Gianfar update and sysfs supportAndy Fleming1-79/+152
2005-11-13[PATCH] Update email address for KumarKumar Gala1-1/+1
2005-11-11Merge master.kernel.org:/home/rmk/linux-2.6-drvmodelLinus Torvalds1-14/+14
2005-11-09[DRIVER MODEL] Convert platform drivers to use struct platform_driverRussell King1-14/+14
2005-11-09[PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reasonOlaf Hering1-1/+0
2005-10-29Create platform_device.h to contain all the platform device details.Russell King1-1/+1
2005-09-23[netdrvr gianfar] use new phy layerAndy Fleming1-326/+86
2005-06-27[PATCH] gianfar: Add support enhanced TSEC features on the MPC 8548Kumar Gala1-183/+469
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+1849