aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ibm_emac (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-10-15Add dcr_host_t.base in dcr_read()/dcr_write()Michael Ellerman1-2/+2
2007-10-15Use dcr_host_t.base in ibm_emac_malMichael Ellerman2-4/+6
2007-10-10ibm_emac: Convert to use napi_struct independent of struct net_deviceRoland Dreier2-32/+18
2007-10-10Device tree aware EMAC driverDavid Gibson1-0/+70
2007-10-10[netdrvr] Stop using legacy hooks ->self_test_count, ->get_stats_countJeff Garzik1-4/+8
2007-10-10[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches1-8/+6
2007-10-10[ETHTOOL] Provide default behaviors for a few ethtool sub-ioctlsJeff Garzik1-2/+0
2007-10-10drivers/net/: all drivers/net/ cleanup with ARRAY_SIZEDenis Cheng1-4/+4
2007-10-10[NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle1-1/+0
2007-05-17ibm_emac: fix link speed detection changeEugene Surovegin1-1/+1
2007-05-17ibm_emac: improved PHY supportEugene Surovegin1-15/+45
2007-05-17ibm_emac: fix section mismatch warningsEugene Surovegin8-10/+8
2007-05-02PCI: Cleanup the includes of <linux/pci.h>Jean Delvare1-1/+0
2007-04-25[SK_BUFF]: Convert skb->tail to sk_buff_data_tArnaldo Carvalho de Melo1-1/+1
2007-04-25[ETH]: Make eth_type_trans set skb->dev like the other *_type_transArnaldo Carvalho de Melo1-1/+0
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau1-1/+0
2006-12-26PHY probe not working properly for ibm_emac (PPC4xx)Hynek Petrak1-1/+3
2006-12-04[POWERPC] Make EMAC use generic DCR access methodsBenjamin Herrenschmidt1-2/+4
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells3-9/+8
2006-10-03fix file specification in commentsUwe Zeisberger2-2/+2
2006-09-24Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6Linus Torvalds1-1/+1
2006-09-22[NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETEPatrick McHardy1-1/+1
2006-09-13drivers/net: const-ify ethtool_ops declarationsJeff Garzik1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel14-14/+0
2006-01-28[PATCH] ibm_emac sparse annotationsAl Viro6-29/+26
2006-01-09[PATCH] PPC44x EMAC driver: disable TX status deferral in half-duplex modeEugene Surovegin2-2/+3
2005-12-01[PATCH] ibm_emac: fix graceful stop timeout handlingEugene Surovegin2-9/+31
2005-10-29[PATCH] PPC 4xx EMAC driver: fix VSC8201 PHY initializationEugene Surovegin1-0/+12
2005-10-29[PATCH] PPC 44x EMAC driver: add 440GR supportEugene Surovegin3-5/+7
2005-10-29[PATCH] PPC 44x EMAC driver: add 440SPe supportEugene Surovegin3-8/+29
2005-10-28[PATCH] New PowerPC 4xx on-chip ethernet controller driverEugene Surovegin16-2801/+4028
2005-10-03[PATCH] emac: add support for platform-specific unsupported PHY featuresWade Farnsworth1-0/+31
2005-08-26[PATCH] bogus iounmap() in emacAl Viro1-1/+1
2005-08-23[PATCH] emac netpoll fixAl Viro1-2/+1
2005-05-15[PATCH] {PATCH] Fix IBM EMAC driver ioctl bugGeoff Levand1-1/+1
2005-04-16Linux-2.6.12-rc2Linus Torvalds12-0/+3896