- 9ca01b2 ethernet: use of_get_ethdev_address() by Jakub Kicinski · 3 years, 3 months ago
- a05e4c0 ethernet: use eth_hw_addr_set() for dev->addr_len cases by Jakub Kicinski · 3 years, 3 months ago
- a760537 dev_ioctl: split out ndo_eth_ioctl by Arnd Bergmann · 3 years, 6 months ago
- 83216e3 of: net: pass the dst buffer to of_get_mac_address() by Michael Walle · 3 years, 9 months ago
- c35a082 net: fec_mpc52xx: Replace in_interrupt() usage by Sebastian Andrzej Siewior · 4 years, 4 months ago
- f1294617 net: convert suitable network drivers to use phy_do_ioctl by Heiner Kallweit · 5 years ago
- 0290bd2 netdev: pass the stuck queue to the timeout handler by Michael S. Tsirkin · 5 years ago
- 2d2924a net: ethernet: fix similar warning reported by kbuild test robot by Petr Štetiar · 6 years ago
- a51645f net: ethernet: support of_get_mac_address new ERR_PTR error by Petr Štetiar · 6 years ago
- c50e964 net: fec_mpc52xx: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profiles by Yang Wei · 6 years ago
- 06983aa net: freescale: fix return type of ndo_start_xmit function by YueHaibing · 6 years ago
- f7ce910 net: Convert to using %pOF instead of full_name by Rob Herring · 7 years ago
- a52ad51 net: deprecate eth_change_mtu, remove usage by Jarod Wilson · 8 years ago
- b172542 net: ethernet: fec-mpc52xx: use phy_ethtool_{get|set}_link_ksettings by Philippe Reynes · 9 years ago
- a54d20f net: ethernet: fec-mpc52xx: use phydev from struct net_device by Philippe Reynes · 9 years ago
- e03179f net: ethernet: fec_mpc52xx: move to new ethtool api {get|set}_link_ksettings by Philippe Reynes · 9 years ago
- 8c7d397 net: mpc52xx: Use platform_register/unregister_drivers() by Thierry Reding · 9 years ago
- 94e5a2a net/fsl: constify of_device_id array by Fabian Frederick · 10 years ago
- a057351 net: ethernet: freescale: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
- f8e8be1 fec_mpc52xx: delete unneeded test before of_node_put by Julia Lawall · 10 years ago
- 8513fbd net: ethernet: use platform_{get,set}_drvdata() by Jingoo Han · 12 years ago
- 31b7720 fec: Convert printks to netdev_<level> by Joe Perches · 12 years ago
- 9d3cae2 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 12 years ago
- db98f08 net: fec_mpc52xx: Read MAC address from device-tree by Stefan Roese · 12 years ago
- 9a32299 powerpc, dma: move bestcomm driver from arch/powerpc/sysdev to drivers/dma by Philippe De Muyter · 12 years ago
- 33897cc net/freescale: remove __dev* attributes by Bill Pemberton · 12 years ago
- 9ca3cc6 fec_mpc52xx: fix timestamp filtering by Stephan Gatzka · 13 years ago
- 0a4f282 fec_mpc52xx: Support the get_ts_info ethtool method. by Richard Cochran · 13 years ago
- 21a4e46 netdev: ethernet dev_alloc_skb to netdev_alloc_skb by Pradeep A Dalvi · 13 years ago
- afc4b13 net: remove use of ndo_set_multicast_list in drivers by Jiri Pirko · 13 years ago
- ec21e2e freescale: Move the Freescale drivers by Jeff Kirsher · 14 years ago[Renamed from drivers/net/fec_mpc52xx.c]
- d3ec484 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
- b7f080c net: remove mm.h inclusion from netdevice.h by Alexey Dobriyan · 14 years ago
- d6cf073 fec_mpc52xx: enable transmit and receive time stamping. by Richard Cochran · 14 years ago
- 28f65c11 treewide: Convert uses of struct resource to resource_size(ptr) by Joe Perches · 14 years ago
- a6b7a40 net: remove interrupt.h inclusion from netdevice.h by Alexey Dobriyan · 14 years ago
- 7488876 dt/net: Eliminate users of of_platform_{,un}register_driver by Grant Likely · 14 years ago
- 9d1e5e4 mpc52xx: cleanup locking by Eric Dumazet · 14 years ago
- 0141480 ethtool: Provide a default implementation of ethtool_ops::get_drvinfo by Ben Hutchings · 14 years ago
- 2dc1158 of/device: Replace struct of_device with struct platform_device by Grant Likely · 14 years ago
- 28b0411 net: preserve ifreq parameter when calling generic phy_mii_ioctl(). by Richard Cochran · 15 years ago
- fabc51a fec_mpc52xx: fix error path by Kulikov Vasiliy · 15 years ago
- cf9b59e9d Merge remote branch 'origin' into secretlab/next-devicetree by Grant Likely · 15 years ago
- 4018294 of: Remove duplicate fields from of_platform_driver by Grant Likely · 15 years ago
- 61c7a08 of: Always use 'struct device.of_node' to get device node pointer. by Grant Likely · 15 years ago
- 1ae5dc3 net: trans_start cleanups by Eric Dumazet · 15 years ago
- 871039f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
- 22bedad3 net: convert multicast list to list_head by Jiri Pirko · 15 years ago
- b05b7d9 net: remove redundant code by Eric Dumazet · 15 years ago
- 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
- 48e2f18 net: convert multiple drivers to use netdev_for_each_mc_addr, part4 by Jiri Pirko · 15 years ago
- 4cd24ea net: use netdev_mc_count and netdev_mc_empty when appropriate by Jiri Pirko · 15 years ago
- 1e4e076 net/mpc5200: Fix locking on fec_mpc52xx driver by Asier Llano · 15 years ago
- a0607fd drivers/net: request_irq - Remove unnecessary leading & from second arg by Joe Perches · 15 years ago
- 37ccd92 net/fec_mpc52xx: Fix kernel panic on FEC error by John Bonesio · 15 years ago
- 4871953 drivers/net: fixed drivers that support netpoll use ndo_start_xmit() by Dongdong Deng · 15 years ago
- b71a107 Merge commit 'gcl/merge' into next by Benjamin Herrenschmidt · 16 years ago
- 87c441e powerpc/5xxx: Add common mpc5xxx_get_bus_frequency() function by Wolfgang Denk · 16 years ago
- ca816d9 net: Rework mpc5200 fec driver to use of_mdio infrastructure. by Grant Likely · 16 years ago
- ef8a97bb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
- 9404c82 net/fec_mpc52xx: Don't dereference phy_device if it is NULL by Grant Likely · 16 years ago
- d360009 net/fec_mpc52xx: Migrate to net_device_ops. by Henk Stegeman · 16 years ago
- 461cadb net/fec_mpc52xx: fix BUG on missing dma_ops by Grant Likely · 16 years ago
- 3b5ebf8 powerpc/5200: Stop using device_type and port-number properties by Grant Likely · 16 years ago
- fb28ad3 net: struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 16 years ago
- babcda7 drivers/net: Kill now superfluous ->last_rx stores. by David S. Miller · 16 years ago
- bd28bdb [netdrvr] fec_mpc52xx: Implement polling, to make netconsole work. by Jon Smirl · 16 years ago
- c8f1568 netdev: bunch of drivers: avoid WARN at net/core/dev.c:1328 by Anton Vorontsov · 16 years ago
- 263ba32 netdev: Convert all drivers away from netif_schedule(). by David S. Miller · 17 years ago
- 8b98351 fec_mpc52xx: MPC52xx_MESSAGES_DEFAULT: 2nd NETIF_MSG_IFDOWN => IFUP by Roel Kluin · 17 years ago
- 80791be [POWERPC] mpc5200: Allow for fixed speed MII configurations by Grant Likely · 17 years ago
- 8f3ba2d [POWERPC] mpc5200: Fix FEC error handling on FIFO errors by Sascha Hauer · 17 years ago
- 1e42198 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David S. Miller · 17 years ago
- 9d9326d3 phy: Change mii_bus id field to a string by Andy Fleming · 17 years ago
- 8d81394 [POWERPC] Fix MPC5200 (not B!) device tree so FEC ethernet works by René Bürgel · 17 years ago
- 66ffbe4 [POWERPC] mpc5200: normalize compatible property bindings by Grant Likely · 17 years ago
- cc154ac fec_mpc52xx: write in C... by Al Viro · 17 years ago
- 4c537e6 Fix memory corruption in fec_mpc52xx by Jon Smirl · 17 years ago
- 3d26e69 SET_NETDEV_DEV() in fec_mpc52xx.c by David Woodhouse · 17 years ago
- 48d5845 Fix region size check in mpc5200 FEC driver by Grant Likely · 17 years ago
- 5d031e9 FEC - fast ethernet controller for mpc52xx by Domen Puncer · 17 years ago