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