aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/gianfar.c
AgeCommit message (Expand)Author
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-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
2006-12-02[PATCH] PHY: Add support for configuring the PHY connection interfaceAndy Fleming
2006-12-02[PATCH] add netpoll support for gianfar: respinVitaly Wool
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells
2006-09-24Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds
2006-09-22[NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETEPatrick McHardy
2006-09-13drivers/net: const-ify ethtool_ops declarationsJeff Garzik
2006-09-13drivers/net: Trim trailing whitespaceJeff Garzik
2006-09-12[PATCH] Remove more unnecessary driver printk'sAndy Gospodarek
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel
2006-04-20[PATCH] Fix locking in gianfarAndy Fleming