summaryrefslogtreecommitdiffstats
path: root/drivers/net/gianfar.c
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'origin/master'Benjamin Herrenschmidt2008-07-221-73/+8Star
|\
| * gianfar: do not touch net queue in adjust_link phylib callbackAnton Vorontsov2008-07-211-1/+0Star
| * netdev: Convert all drivers away from netif_schedule().David S. Miller2008-07-181-2/+2
| * gianfar: delete non NAPI code from the driver.Francois Romieu2008-07-111-70/+6Star
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller2008-05-151-2/+5
| |\
| * | [netdrvr] Trim trailing whitespace for several driversJeff Garzik2008-05-131-1/+1
* | | gianfar: Add magic packet and suspend/resume support.Scott Wood2008-07-171-2/+120
| |/ |/|
* | gianfar: Fix a bug where the pointer never moves for dma_unmap...Andy Fleming2008-05-131-0/+2
* | gianfar: Fix a locking bug in gianfar's sysfs codeAndy Fleming2008-05-061-2/+3
|/
* [netdrvr] gianfar: Determine TBIPA value dynamicallyPaul Gortmaker2008-04-291-13/+14
* gianfar: Fix skb allocation strategyAndy Fleming2008-04-251-35/+65
* net drivers: fix platform driver hotplug/coldplugKay Sievers2008-04-251-0/+4
* gianfar: Support NAPI for TX FramesDai Haruki2008-04-171-14/+42
* gianfar: Fix Rx/Tx HW interrupt coalescing counter reset procedure.Andy Fleming2008-03-261-9/+9
* gianfar: Only process completed framesAndy Fleming2008-03-261-3/+1Star
* gianfar: Fix frame size calculation when hardware VLAN acceleration is onDai Haruki2008-03-261-1/+1
* gianfar: don't pass NULL dev ptr to DMA opsBecky Bruce2008-02-241-7/+7
* gianfar iomem misannotationsAl Viro2008-02-151-2/+2
* gianfar: fix compile warningGrant Likely2007-12-041-1/+1
* gianfar: fix obviously wrong #ifdef CONFIG_GFAR_NAPI placementAnton Vorontsov2007-10-181-1/+3
* gianfar: Fix compile regression caused by 09f75cd7Li Yang2007-10-171-4/+3Star
* gianfar: Fix regression caused by new napi interfaceLi Yang2007-10-151-0/+10
* gianfar: Cleanup compile warning caused by 0795af57Li Yang2007-10-151-1/+0Star
* gianfar: Fix compile regression caused by bea3348eLi Yang2007-10-151-0/+3
* [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches2007-10-111-4/+3Star
* [NET] drivers/net: statistics cleanup #1 -- save memory and shrink codeJeff Garzik2007-10-111-25/+15Star
* [NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle2007-10-111-1/+0Star
* [NET]: Make NAPI polling independent of struct net_device objects.Stephen Hemminger2007-10-111-24/+23Star
* Fix RGMII-ID handling in gianfarAndy Fleming2007-07-191-1/+11
* gianfar: add support for SGMIIKapil Juneja2007-07-091-0/+27
* gianfar: Fix typo bug introduced by move to udp_hdr()Kumar Gala2007-06-291-1/+1
* network drivers: eliminate unneeded kill_vid codeStephen Hemminger2007-06-031-16/+0Star
* gianfar: Add I/O barriers when touching buffer descriptor ownership.Scott Wood2007-05-181-0/+11
* [SK_BUFF]: Introduce skb_network_header_lenArnaldo Carvalho de Melo2007-04-261-1/+1
* [SK_BUFF]: Introduce udp_hdr(), remove skb->h.uhArnaldo Carvalho de Melo2007-04-261-2/+2
* [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iphArnaldo Carvalho de Melo2007-04-261-1/+1
* [SK_BUFF]: Introduce skb_network_offset()Arnaldo Carvalho de Melo2007-04-261-1/+1
* [ETH]: Make eth_type_trans set skb->dev like the other *_type_transArnaldo Carvalho de Melo2007-04-261-2/+0Star
* [GIANFAR]: Fix compile error in latest gitJan Altenberg2007-03-051-1/+1
* [VLAN]: Avoid a 4-order allocation.Dan Aloni2007-03-031-2/+1Star
* gianfar: don't duplicate gfar_error()Sergei Shtylyov2007-02-171-70/+15Star
* [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-2/+37
* [PATCH] add netpoll support for gianfar: respinVitaly Wool2006-12-021-0/+33
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-11/+11
* Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2006-09-241-7/+4Star
|\
| * drivers/net: const-ify ethtool_ops declarationsJeff Garzik2006-09-131-1/+1
| * drivers/net: Trim trailing whitespaceJeff Garzik2006-09-131-3/+3
| * [PATCH] Remove more unnecessary driver printk'sAndy Gospodarek2006-09-121-3/+0Star
* | [NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETEPatrick McHardy2006-09-221-1/+1
|/