| Commit message (Expand) | Author | Age | Files | Lines |
* | mpc52xx: cleanup locking | Eric Dumazet | 2010-11-16 | 1 | -11/+8 |
* | ethtool: Provide a default implementation of ethtool_ops::get_drvinfo | Ben Hutchings | 2010-08-17 | 1 | -6/+0 |
* | of/device: Replace struct of_device with struct platform_device | Grant Likely | 2010-08-06 | 1 | -4/+4 |
* | net: preserve ifreq parameter when calling generic phy_mii_ioctl(). | Richard Cochran | 2010-07-18 | 1 | -1/+1 |
* | fec_mpc52xx: fix error path | Kulikov Vasiliy | 2010-07-08 | 1 | -21/+17 |
* | Merge remote branch 'origin' into secretlab/next-devicetree | Grant Likely | 2010-05-22 | 1 | -5/+3 |
|\ |
|
| * | net: trans_start cleanups | Eric Dumazet | 2010-05-10 | 1 | -1/+0 |
| * | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2010-04-11 | 1 | -0/+1 |
| |\ |
|
| * | | net: convert multicast list to list_head | Jiri Pirko | 2010-04-03 | 1 | -3/+3 |
| * | | net: remove redundant code | Eric Dumazet | 2010-03-30 | 1 | -1/+0 |
* | | | of: Remove duplicate fields from of_platform_driver | Grant Likely | 2010-05-22 | 1 | -3/+5 |
* | | | of: Always use 'struct device.of_node' to get device node pointer. | Grant Likely | 2010-05-18 | 1 | -6/+6 |
| |/
|/| |
|
* | | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 1 | -0/+1 |
|/ |
|
* | net: convert multiple drivers to use netdev_for_each_mc_addr, part4 | Jiri Pirko | 2010-02-22 | 1 | -4/+1 |
* | net: use netdev_mc_count and netdev_mc_empty when appropriate | Jiri Pirko | 2010-02-12 | 1 | -1/+1 |
* | net/mpc5200: Fix locking on fec_mpc52xx driver | Asier Llano | 2009-12-08 | 1 | -59/+62 |
* | drivers/net: request_irq - Remove unnecessary leading & from second arg | Joe Perches | 2009-11-18 | 1 | -3/+3 |
* | net/fec_mpc52xx: Fix kernel panic on FEC error | John Bonesio | 2009-10-14 | 1 | -6/+0 |
* | drivers/net: fixed drivers that support netpoll use ndo_start_xmit() | Dongdong Deng | 2009-08-23 | 1 | -2/+3 |
* | Merge commit 'gcl/merge' into next | Benjamin Herrenschmidt | 2009-06-18 | 1 | -1/+1 |
|\ |
|
| * | powerpc/5xxx: Add common mpc5xxx_get_bus_frequency() function | Wolfgang Denk | 2009-06-17 | 1 | -1/+1 |
* | | net: Rework mpc5200 fec driver to use of_mdio infrastructure. | Grant Likely | 2009-04-27 | 1 | -127/+53 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2009-04-02 | 1 | -33/+44 |
|\ |
|
| * | net/fec_mpc52xx: Don't dereference phy_device if it is NULL | Grant Likely | 2009-04-02 | 1 | -10/+12 |
| * | net/fec_mpc52xx: Migrate to net_device_ops. | Henk Stegeman | 2009-04-02 | 1 | -16/+20 |
| * | net/fec_mpc52xx: fix BUG on missing dma_ops | Grant Likely | 2009-04-02 | 1 | -7/+12 |
* | | powerpc/5200: Stop using device_type and port-number properties | Grant Likely | 2009-02-03 | 1 | -3/+3 |
|/ |
|
* | net: struct device - replace bus_id with dev_name(), dev_set_name() | Kay Sievers | 2008-11-10 | 1 | -1/+1 |
* | drivers/net: Kill now superfluous ->last_rx stores. | David S. Miller | 2008-11-03 | 1 | -1/+0 |
* | [netdrvr] fec_mpc52xx: Implement polling, to make netconsole work. | Jon Smirl | 2008-10-22 | 1 | -0/+18 |
* | netdev: bunch of drivers: avoid WARN at net/core/dev.c:1328 | Anton Vorontsov | 2008-07-22 | 1 | -5/+0 |
* | netdev: Convert all drivers away from netif_schedule(). | David S. Miller | 2008-07-17 | 1 | -1/+1 |
* | fec_mpc52xx: MPC52xx_MESSAGES_DEFAULT: 2nd NETIF_MSG_IFDOWN => IFUP | Roel Kluin | 2008-06-11 | 1 | -1/+1 |
* | [POWERPC] mpc5200: Allow for fixed speed MII configurations | Grant Likely | 2008-05-01 | 1 | -23/+74 |
* | [POWERPC] mpc5200: Fix FEC error handling on FIFO errors | Sascha Hauer | 2008-04-29 | 1 | -10/+13 |
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds... | David S. Miller | 2008-04-17 | 1 | -0/+1 |
|\ |
|
| * | [POWERPC] Fix MPC5200 (not B!) device tree so FEC ethernet works | René Bürgel | 2008-04-03 | 1 | -0/+1 |
* | | phy: Change mii_bus id field to a string | Andy Fleming | 2008-04-16 | 1 | -1/+1 |
|/ |
|
* | [POWERPC] mpc5200: normalize compatible property bindings | Grant Likely | 2008-01-26 | 1 | -4/+2 |
* | fec_mpc52xx: write in C... | Al Viro | 2007-12-22 | 1 | -2/+3 |
* | Fix memory corruption in fec_mpc52xx | Jon Smirl | 2007-12-04 | 1 | -2/+2 |
* | SET_NETDEV_DEV() in fec_mpc52xx.c | David Woodhouse | 2007-12-01 | 1 | -0/+2 |
* | Fix region size check in mpc5200 FEC driver | Grant Likely | 2007-11-01 | 1 | -2/+2 |
* | FEC - fast ethernet controller for mpc52xx | Domen Puncer | 2007-10-29 | 1 | -0/+1112 |