aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/gianfar.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-10-08gianfar: Create net device with carrier downTrent Piepho1-0/+3
2008-08-27net: don't grab a mutex within a timer context in gianfarSebastian Siewior1-4/+18
2008-08-14gianfar: Call gfar_halt_nodisable() from gfar_halt().Scott Wood1-4/+2
2008-08-07remove bogus CONFIG_GFAR_NAPI'sAdrian Bunk1-4/+0
2008-07-22Merge commit 'origin/master'Benjamin Herrenschmidt1-73/+8
2008-07-21gianfar: do not touch net queue in adjust_link phylib callbackAnton Vorontsov1-1/+0
2008-07-17netdev: Convert all drivers away from netif_schedule().David S. Miller1-2/+2
2008-07-16gianfar: Add magic packet and suspend/resume support.Scott Wood1-2/+120
2008-07-11gianfar: delete non NAPI code from the driver.Francois Romieu1-70/+6
2008-05-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+5
2008-05-13[netdrvr] Trim trailing whitespace for several driversJeff Garzik1-1/+1
2008-05-13gianfar: Fix a bug where the pointer never moves for dma_unmap...Andy Fleming1-0/+2
2008-05-06gianfar: Fix a locking bug in gianfar's sysfs codeAndy Fleming1-2/+3
2008-04-29[netdrvr] gianfar: Determine TBIPA value dynamicallyPaul Gortmaker1-13/+14
2008-04-25gianfar: Fix skb allocation strategyAndy Fleming1-35/+65
2008-04-25net drivers: fix platform driver hotplug/coldplugKay Sievers1-0/+4
2008-04-16gianfar: Support NAPI for TX FramesDai Haruki1-14/+42
2008-03-26gianfar: Fix Rx/Tx HW interrupt coalescing counter reset procedure.Andy Fleming1-9/+9
2008-03-26gianfar: Only process completed framesAndy Fleming1-3/+1
2008-03-26gianfar: Fix frame size calculation when hardware VLAN acceleration is onDai Haruki1-1/+1
2008-02-23gianfar: don't pass NULL dev ptr to DMA opsBecky Bruce1-7/+7
2008-02-15gianfar iomem misannotationsAl Viro1-2/+2
2007-12-04gianfar: fix compile warningGrant Likely1-1/+1
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