summaryrefslogtreecommitdiff
path: root/drivers/net/ibm_newemac/core.c
AgeCommit message (Expand)AuthorFilesLines
2009-10-15net: Fix OF platform drivers coldplug/hotplug when compiled as modulesAnton Vorontsov1-0/+2
2009-10-09ibm_newemac: Added 16K Tx FIFO size support for EMAC4Dave Mitchell1-2/+5
2009-09-21trivial: remove unnecessary semicolonsJoe Perches1-4/+4
2009-09-04netdev: Convert MDIO ioctl implementation to use struct mii_ioctl_dataBen Hutchings1-4/+6
2009-09-04netdev: Remove redundant checks for CAP_NET_ADMIN in MDIO implementationsBen Hutchings1-2/+0
2009-09-04netdev: Remove SIOCDEVPRIVATE aliases for MDIO ioctlsBen Hutchings1-3/+0
2009-09-02Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-0/+2
2009-08-20ibm_newemac: emac_close() needs to call netif_carrier_off()Petri Gynther1-0/+2
2009-07-06net: convert remaining non-symbolic return values in ndo_start_xmit() functionsPatrick McHardy1-1/+1
2009-06-13net: use symbolic values for ndo_start_xmit() return codesPatrick McHardy1-1/+1
2009-04-11ibm_newemac: convert to netdev_opsAlexander Beregalov1-12/+29
2009-04-07ibm_newemac: Fix dangerous struct assumptionJean Delvare1-1/+1
2009-03-22powerpc 4xx EMAC driver: device name reported on timeout is not correctMikhail Zolotaryov1-1/+1
2009-03-13emac: Fix clock control for 405EX and 405EXr chipsBenjamin Herrenschmidt1-0/+3
2008-10-31Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-1/+1
2008-10-28net: convert more to %pMJohannes Berg1-8/+3
2008-10-27ibm_newemac: Fix typo in flow control config optionJosh Boyer1-1/+1
2008-10-21ibm_newemac: Fix new MAL feature handlingJosh Boyer1-1/+9
2008-10-02ibm_newemac: Add support for GPCS, SGMII and M88E1112 PHYVictor Gallardo1-9/+49
2008-09-30ibm_newemac: Allow the "no flow control" EMAC feature to workJosh Boyer1-0/+2
2008-08-27ibm_newemac: Don't call dev_mc_add() before device is registeredBenjamin Herrenschmidt1-3/+3
2008-07-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller1-19/+42
2008-07-15netdev: Add netdev->addr_list_lock protection.David S. Miller1-0/+4
2008-07-14Merge commit 'origin/HEAD' into test-mergeBenjamin Herrenschmidt1-0/+8
2008-07-09ibm_newemac: Parameterize EMAC Multicast Match HandlingGrant Erickson1-19/+42
2008-07-04ibm_newemac: Fixes entry of short packetsSathya Narayanan1-0/+6
2008-07-04ibm_newemac: Fixes kernel crashes when speed of cable connected changesSathya Narayanan1-0/+2
2008-04-25ibm_newemac: Increase MDIO timeoutsBenjamin Herrenschmidt1-4/+4
2008-04-25ibm_newemac: PowerPC 440EP/440GR EMAC PHY clock workaroundValentine Barshak1-1/+42
2008-04-25ibm_newemac: PowerPC 440GX EMAC PHY clock workaroundValentine Barshak1-1/+17
2008-04-25ibm_newemac Use status property for unused/unwired EMACsJosh Boyer1-2/+5
2008-04-25ibm_newemac: Fix section mismatch warningsJosh Boyer1-1/+1
2008-04-25ibm_newemac: Fix problem with jumbo frame support and EMAC V4.patchStefan Roese1-1/+4
2008-03-29ibm_newemac: emac_tx_csum typo fixValentine Barshak1-2/+2
2008-03-17NEWEMAC: fix support for pause packetsPravin M. Bathija1-0/+7
2008-01-31Merge branch 'linux-2.6'Paul Mackerras1-10/+4
2008-01-29net: NEWEMAC: Fix problem with mtu > 4080 on non TAH equipped 4xx PPC'sStefan Roese1-10/+4
2008-01-17[POWERPC] Add of_find_matching_node() helper functionGrant Likely1-0/+1
2007-12-07ibm_newemac: Update file headers copyright noticesBenjamin Herrenschmidt1-0/+5
2007-12-07ibm_newemac: Fix typo reading TAH channel infoValentine Barshak1-1/+1
2007-12-07ibm_newemac: Correct opb_bus_freq valueValentine Barshak1-1/+1
2007-12-07ibm_newemac: Skip EMACs that are marked unused by the firmwareHugh Blemings1-0/+4
2007-12-07ibm_newemac: Cleanup/fix support for STACR register variantsBenjamin Herrenschmidt1-10/+13
2007-12-07ibm_newemac: Workaround reset timeout when no linkBenjamin Herrenschmidt1-6/+14
2007-11-24ibm_newemac: Fix possible lockup on closeBenjamin Herrenschmidt1-11/+20
2007-10-14ibm_newemac annotations (iomem, NULL noise)Al Viro1-1/+1
2007-10-14skb->tail in ibm_newemac should be skb_tail_pointer()Al Viro1-1/+1
2007-10-11ibm_new_emac: Nuke SET_MODULE_OWNER() useRoland Dreier1-1/+0
2007-10-11Fix typo in new EMAC driver.vbarshak@ru.mvista.com1-2/+2
2007-10-11Device tree aware EMAC driverDavid Gibson1-0/+2907