summaryrefslogtreecommitdiffstats
path: root/drivers/net/fec_mpc52xx.c
Commit message (Expand)AuthorAgeFilesLines
* mpc52xx: cleanup lockingEric Dumazet2010-11-161-11/+8
* ethtool: Provide a default implementation of ethtool_ops::get_drvinfoBen Hutchings2010-08-171-6/+0
* of/device: Replace struct of_device with struct platform_deviceGrant Likely2010-08-061-4/+4
* net: preserve ifreq parameter when calling generic phy_mii_ioctl().Richard Cochran2010-07-181-1/+1
* fec_mpc52xx: fix error pathKulikov Vasiliy2010-07-081-21/+17
* Merge remote branch 'origin' into secretlab/next-devicetreeGrant Likely2010-05-221-5/+3
|\
| * net: trans_start cleanupsEric Dumazet2010-05-101-1/+0
| * Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-111-0/+1
| |\
| * | net: convert multicast list to list_headJiri Pirko2010-04-031-3/+3
| * | net: remove redundant codeEric Dumazet2010-03-301-1/+0
* | | of: Remove duplicate fields from of_platform_driverGrant Likely2010-05-221-3/+5
* | | of: Always use 'struct device.of_node' to get device node pointer.Grant Likely2010-05-181-6/+6
| |/ |/|
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
|/
* net: convert multiple drivers to use netdev_for_each_mc_addr, part4Jiri Pirko2010-02-221-4/+1
* net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko2010-02-121-1/+1
* net/mpc5200: Fix locking on fec_mpc52xx driverAsier Llano2009-12-081-59/+62
* drivers/net: request_irq - Remove unnecessary leading & from second argJoe Perches2009-11-181-3/+3
* net/fec_mpc52xx: Fix kernel panic on FEC errorJohn Bonesio2009-10-141-6/+0
* drivers/net: fixed drivers that support netpoll use ndo_start_xmit()Dongdong Deng2009-08-231-2/+3
* Merge commit 'gcl/merge' into nextBenjamin Herrenschmidt2009-06-181-1/+1
|\
| * powerpc/5xxx: Add common mpc5xxx_get_bus_frequency() functionWolfgang Denk2009-06-171-1/+1
* | net: Rework mpc5200 fec driver to use of_mdio infrastructure.Grant Likely2009-04-271-127/+53
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-04-021-33/+44
|\
| * net/fec_mpc52xx: Don't dereference phy_device if it is NULLGrant Likely2009-04-021-10/+12
| * net/fec_mpc52xx: Migrate to net_device_ops.Henk Stegeman2009-04-021-16/+20
| * net/fec_mpc52xx: fix BUG on missing dma_opsGrant Likely2009-04-021-7/+12
* | powerpc/5200: Stop using device_type and port-number propertiesGrant Likely2009-02-031-3/+3
|/
* net: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2008-11-101-1/+1
* drivers/net: Kill now superfluous ->last_rx stores.David S. Miller2008-11-031-1/+0
* [netdrvr] fec_mpc52xx: Implement polling, to make netconsole work.Jon Smirl2008-10-221-0/+18
* netdev: bunch of drivers: avoid WARN at net/core/dev.c:1328Anton Vorontsov2008-07-221-5/+0
* netdev: Convert all drivers away from netif_schedule().David S. Miller2008-07-171-1/+1
* fec_mpc52xx: MPC52xx_MESSAGES_DEFAULT: 2nd NETIF_MSG_IFDOWN => IFUPRoel Kluin2008-06-111-1/+1
* [POWERPC] mpc5200: Allow for fixed speed MII configurationsGrant Likely2008-05-011-23/+74
* [POWERPC] mpc5200: Fix FEC error handling on FIFO errorsSascha Hauer2008-04-291-10/+13
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller2008-04-171-0/+1
|\
| * [POWERPC] Fix MPC5200 (not B!) device tree so FEC ethernet worksRené Bürgel2008-04-031-0/+1
* | phy: Change mii_bus id field to a stringAndy Fleming2008-04-161-1/+1
|/
* [POWERPC] mpc5200: normalize compatible property bindingsGrant Likely2008-01-261-4/+2
* fec_mpc52xx: write in C...Al Viro2007-12-221-2/+3
* Fix memory corruption in fec_mpc52xxJon Smirl2007-12-041-2/+2
* SET_NETDEV_DEV() in fec_mpc52xx.cDavid Woodhouse2007-12-011-0/+2
* Fix region size check in mpc5200 FEC driverGrant Likely2007-11-011-2/+2
* FEC - fast ethernet controller for mpc52xxDomen Puncer2007-10-291-0/+1112
OpenPOWER on IntegriCloud