aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ibm_newemac (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-10-17fix EMAC driver for proper napi_synchronize APIBenjamin Herrenschmidt1-1/+1
2007-10-16net: Fix new EMAC driver for NAPI changesBenjamin Herrenschmidt1-8/+17
2007-10-15Use dcr_host_t.base in dcr_unmap()Michael Ellerman1-1/+1
2007-10-15Add dcr_host_t.base in dcr_read()/dcr_write()Michael Ellerman1-2/+2
2007-10-15Update ibm_newemac to use dcr_host_t.baseMichael Ellerman2-7/+7
2007-10-14ibm_newemac annotations (iomem, NULL noise)Al Viro4-11/+11
2007-10-14skb->tail in ibm_newemac should be skb_tail_pointer()Al Viro1-1/+1
2007-10-14typo in ibm_newemac/rgmii.cAl Viro1-1/+1
2007-10-10ibm_emac: Convert to use napi_struct independent of struct net_deviceRoland Dreier2-37/+20
2007-10-10ibm_new_emac: Nuke SET_MODULE_OWNER() useRoland Dreier1-1/+0
2007-10-10Fix typo in new EMAC driver.vbarshak@ru.mvista.com1-2/+2
2007-10-10Device tree aware EMAC driverDavid Gibson17-0/+6434