summaryrefslogtreecommitdiffstats
path: root/drivers/net/ibm_newemac
AgeCommit message (Expand)AuthorLines
2008-04-25ibm_newemac: Increase MDIO timeoutsBenjamin Herrenschmidt-4/+4
2008-04-25ibm_newemac: PowerPC 440EP/440GR EMAC PHY clock workaroundValentine Barshak-2/+47
2008-04-25ibm_newemac: PowerPC 440GX EMAC PHY clock workaroundValentine Barshak-3/+23
2008-04-25ibm_newemac Use status property for unused/unwired EMACsJosh Boyer-2/+5
2008-04-25ibm_newemac: Fix section mismatch warningsJosh Boyer-6/+6
2008-04-25ibm_newemac: Add support for 460EX/GT-type MAL rx-channel handlingStefan Roese-0/+16
2008-04-25ibm_newemac: Fix problem with jumbo frame support and EMAC V4.patchStefan Roese-1/+4
2008-03-28ibm_newemac: emac_tx_csum typo fixValentine Barshak-2/+2
2008-03-17NEWEMAC: Add compatible "ibm,tah" to tah matching tableStefan Roese-0/+4
2008-03-17NEWEMAC: fix support for pause packetsPravin M. Bathija-0/+7
2008-02-15[POWERPC] net: NEWEMAC: Remove "rgmii-interface" from rgmii matching tableStefan Roese-1/+0
2008-01-31Merge branch 'linux-2.6'Paul Mackerras-10/+4
2008-01-28net: NEWEMAC: Fix problem with mtu > 4080 on non TAH equipped 4xx PPC'sStefan Roese-10/+4
2008-01-17[POWERPC] Add of_find_matching_node() helper functionGrant Likely-0/+1
2007-12-14Net: ibm_newemac, remove SPIN_LOCK_UNLOCKEDJiri Slaby-1/+1
2007-12-07ibm_newemac: Update file headers copyright noticesBenjamin Herrenschmidt-0/+75
2007-12-07ibm_newemac: Call dev_set_drvdata() before tah_reset()Valentine Barshak-1/+2
2007-12-07ibm_newemac: Fix typo reading TAH channel infoValentine Barshak-1/+1
2007-12-07ibm_newemac: Correct opb_bus_freq valueValentine Barshak-1/+1
2007-12-07ibm_newemac: Skip EMACs that are marked unused by the firmwareHugh Blemings-0/+4
2007-12-07ibm_newemac: Cleanup/fix support for STACR register variantsBenjamin Herrenschmidt-13/+16
2007-12-07ibm_newemac: Cleanup/Fix RGMII MDIO support detectionBenjamin Herrenschmidt-11/+14
2007-12-07ibm_newemac: Workaround reset timeout when no linkBenjamin Herrenschmidt-6/+14
2007-12-07ibm_newemac: Fix ZMII refcounting bugBenjamin Herrenschmidt-1/+3
2007-12-07ibm_newemac: Add ET1011c PHY supportStefan Roese-0/+37
2007-12-07ibm_newemac: Add BCM5248 and Marvell 88E1111 PHY supportStefan Roese-0/+39
2007-11-23ibm_newemac: Fix possible lockup on closeBenjamin Herrenschmidt-11/+21
2007-10-17fix EMAC driver for proper napi_synchronize APIBenjamin Herrenschmidt-1/+1
2007-10-16net: Fix new EMAC driver for NAPI changesBenjamin Herrenschmidt-8/+17
2007-10-15Use dcr_host_t.base in dcr_unmap()Michael Ellerman-1/+1
2007-10-15Add dcr_host_t.base in dcr_read()/dcr_write()Michael Ellerman-2/+2
2007-10-15Update ibm_newemac to use dcr_host_t.baseMichael Ellerman-7/+7
2007-10-14ibm_newemac annotations (iomem, NULL noise)Al Viro-11/+11
2007-10-14skb->tail in ibm_newemac should be skb_tail_pointer()Al Viro-1/+1
2007-10-14typo in ibm_newemac/rgmii.cAl Viro-1/+1
2007-10-10ibm_emac: Convert to use napi_struct independent of struct net_deviceRoland Dreier-37/+20
2007-10-10ibm_new_emac: Nuke SET_MODULE_OWNER() useRoland Dreier-1/+0
2007-10-10Fix typo in new EMAC driver.vbarshak@ru.mvista.com-2/+2
2007-10-10Device tree aware EMAC driverDavid Gibson-0/+6434