summaryrefslogtreecommitdiff
path: root/drivers/net/gianfar.c
AgeCommit message (Expand)Author
2008-11-14gianfar: Fix DMA unmap invocationsAndy Fleming
2008-10-31gianfar: Don't reset TBI<->SerDes link if it's already upTrent Piepho
2008-10-31gianfar: Fix race in TBI/SerDes configurationTrent Piepho
2008-10-22gianfar: fix handle errors returned by platform_get_irq*()roel kluin
2008-10-08gianfar: Create net device with carrier downTrent Piepho
2008-08-27net: don't grab a mutex within a timer context in gianfarSebastian Siewior
2008-08-14gianfar: Call gfar_halt_nodisable() from gfar_halt().Scott Wood
2008-08-07remove bogus CONFIG_GFAR_NAPI'sAdrian Bunk
2008-07-22Merge commit 'origin/master'Benjamin Herrenschmidt
2008-07-21gianfar: do not touch net queue in adjust_link phylib callbackAnton Vorontsov
2008-07-17netdev: Convert all drivers away from netif_schedule().David S. Miller
2008-07-16gianfar: Add magic packet and suspend/resume support.Scott Wood
2008-07-11gianfar: delete non NAPI code from the driver.Francois Romieu
2008-05-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller
2008-05-13[netdrvr] Trim trailing whitespace for several driversJeff Garzik
2008-05-13gianfar: Fix a bug where the pointer never moves for dma_unmap...Andy Fleming
2008-05-06gianfar: Fix a locking bug in gianfar's sysfs codeAndy Fleming
2008-04-29[netdrvr] gianfar: Determine TBIPA value dynamicallyPaul Gortmaker
2008-04-25gianfar: Fix skb allocation strategyAndy Fleming
2008-04-25net drivers: fix platform driver hotplug/coldplugKay Sievers
2008-04-16gianfar: Support NAPI for TX FramesDai Haruki
2008-03-26gianfar: Fix Rx/Tx HW interrupt coalescing counter reset procedure.Andy Fleming
2008-03-26gianfar: Only process completed framesAndy Fleming
2008-03-26gianfar: Fix frame size calculation when hardware VLAN acceleration is onDai Haruki
2008-02-23gianfar: don't pass NULL dev ptr to DMA opsBecky Bruce
2008-02-15gianfar iomem misannotationsAl Viro
2007-12-04gianfar: fix compile warningGrant Likely
2007-10-17gianfar: fix obviously wrong #ifdef CONFIG_GFAR_NAPI placementAnton Vorontsov
2007-10-16gianfar: Fix compile regression caused by 09f75cd7Li Yang
2007-10-15gianfar: Fix regression caused by new napi interfaceLi Yang
2007-10-15gianfar: Cleanup compile warning caused by 0795af57Li Yang
2007-10-15gianfar: Fix compile regression caused by bea3348eLi Yang
2007-10-10[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches
2007-10-10[NET] drivers/net: statistics cleanup #1 -- save memory and shrink codeJeff Garzik
2007-10-10[NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle
2007-10-10[NET]: Make NAPI polling independent of struct net_device objects.Stephen Hemminger
2007-07-18Fix RGMII-ID handling in gianfarAndy Fleming
2007-07-08gianfar: add support for SGMIIKapil Juneja
2007-06-29gianfar: Fix typo bug introduced by move to udp_hdr()Kumar Gala
2007-06-03network drivers: eliminate unneeded kill_vid codeStephen Hemminger
2007-05-17gianfar: Add I/O barriers when touching buffer descriptor ownership.Scott Wood
2007-04-25[SK_BUFF]: Introduce skb_network_header_lenArnaldo Carvalho de Melo
2007-04-25[SK_BUFF]: Introduce udp_hdr(), remove skb->h.uhArnaldo Carvalho de Melo
2007-04-25[SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iphArnaldo Carvalho de Melo
2007-04-25[SK_BUFF]: Introduce skb_network_offset()Arnaldo Carvalho de Melo
2007-04-25[ETH]: Make eth_type_trans set skb->dev like the other *_type_transArnaldo Carvalho de Melo
2007-03-05[GIANFAR]: Fix compile error in latest gitJan Altenberg
2007-03-02[VLAN]: Avoid a 4-order allocation.Dan Aloni
2007-02-17gianfar: don't duplicate gfar_error()Sergei Shtylyov
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau