aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ibm_newemac/core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-08-06of/device: Replace struct of_device with struct platform_deviceGrant Likely1-3/+3
2010-08-05Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-2/+2
2010-07-24of/platform: remove all of_bus_type and of_platform_bus_type referencesGrant Likely1-2/+2
2010-06-16Merge branch 'master' into for-nextJiri Kosina1-9/+12
2010-06-16fix typos concerning "initiali[zs]e"Uwe Kleine-König1-1/+1
2010-05-22Merge remote branch 'origin' into secretlab/next-devicetreeGrant Likely1-6/+6
2010-05-22of: Remove duplicate fields from of_platform_driverGrant Likely1-3/+5
2010-05-18of: Always use 'struct device.of_node' to get device node pointer.Grant Likely1-6/+7
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+1
2010-04-03net: convert multicast list to list_headJiri Pirko1-5/+6
2010-03-30net: remove redundant codeEric Dumazet1-1/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-02-22net: convert multiple drivers to use netdev_for_each_mc_addr, part4Jiri Pirko1-1/+1
2010-02-12net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko1-3/+3
2009-12-03drivers/net: Move && and || to end of previous lineJoe Perches1-12/+12
2009-10-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+2
2009-10-14net: Fix OF platform drivers coldplug/hotplug when compiled as modulesAnton Vorontsov1-0/+2
2009-10-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+5
2009-10-08ibm_newemac: Added 16K Tx FIFO size support for EMAC4Dave Mitchell1-2/+5
2009-10-05net: Convert ethtool {get_stats, self_test}_count() ops to get_sset_count()Ben Hutchings1-4/+6
2009-09-21trivial: remove unnecessary semicolonsJoe Perches1-4/+4
2009-09-03netdev: Convert MDIO ioctl implementation to use struct mii_ioctl_dataBen Hutchings1-4/+6
2009-09-03netdev: Remove redundant checks for CAP_NET_ADMIN in MDIO implementationsBen Hutchings1-2/+0
2009-09-03netdev: Remove SIOCDEVPRIVATE aliases for MDIO ioctlsBen Hutchings1-3/+0
2009-09-02Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+2
2009-08-20ibm_newemac: emac_close() needs to call netif_carrier_off()Petri Gynther1-0/+2
2009-07-05net: 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-06ibm_newemac: Fix dangerous struct assumptionJean Delvare1-1/+1
2009-03-21powerpc 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/net-2.6David S. Miller1-1/+1
2008-10-27net: convert more to %pMJohannes Berg1-8/+3
2008-10-27ibm_newemac: Fix typo in flow control config optionJosh Boyer1-1/+1
2008-10-20ibm_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/linux-2.6David 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