1. fd786fb1 net: convert suitable drivers to use phy_do_ioctl_running by Heiner Kallweit · 5 years ago
  2. 04aa1bc lpc_eth: kernel BUG on remove by Bruno Carneiro da Cunha · 5 years ago
  3. 2f18439 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  4. 3503bf0 net: lpc_eth: parse phy nodes from device tree by Alexandre Belloni · 5 years ago
  5. c23936f net: lpc_eth: avoid resetting twice by Alexandre Belloni · 5 years ago
  6. 02bc5eb drivers: net: Fix Kconfig indentation by Krzysztof Kozlowski · 5 years ago
  7. 35974a7 net: lpc-enet: allow compile testing by Arnd Bergmann · 5 years ago
  8. de6f97b net: lpc-enet: fix printk format strings by Arnd Bergmann · 5 years ago
  9. 772775c net: lpc-enet: fix badzero.cocci warnings by kbuild test robot · 5 years ago
  10. ecca1a6 net: lpc-enet: move phy setup into platform code by Arnd Bergmann · 5 years ago
  11. 9dc03ff net: lpc-enet: factor out iram access by Arnd Bergmann · 5 years ago
  12. c942fdd treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157 by Thomas Gleixner · 6 years ago
  13. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  14. 2d2924a net: ethernet: fix similar warning reported by kbuild test robot by Petr Štetiar · 6 years ago
  15. a51645f net: ethernet: support of_get_mac_address new ERR_PTR error by Petr Štetiar · 6 years ago
  16. d59da3f net: lpc_eth: fix trivial comment typo by Andrea Claudi · 6 years ago
  17. 3c1bcc8 net: ethernet: Convert phydev advertize and supported from u32 to link mode by Andrew Lunn · 6 years ago
  18. b5b4185 net: ethernet: lpc_eth: add device and device node local variables by Vladimir Zapolskiy · 6 years ago
  19. 081a1b1 net: ethernet: lpc_eth: remove unused local variable by Vladimir Zapolskiy · 6 years ago
  20. 643d813 net: ethernet: lpc_eth: remove CONFIG_OF guard from the driver by Vladimir Zapolskiy · 6 years ago
  21. 1d94820 net: ethernet: lpc_eth: clean up the list of included headers by Vladimir Zapolskiy · 6 years ago
  22. 58056c1 net: ethernet: Use phy_set_max_speed() to limit advertised speed by Andrew Lunn · 6 years ago
  23. b952f4d net: manual clean code which call skb_put_[data:zero] by yuan linyu · 8 years ago
  24. 59ae1d1 networking: introduce and use skb_put_data() by Johannes Berg · 8 years ago
  25. 6ad2016 drivers: net: generalize napi_complete_done() by Eric Dumazet · 8 years ago
  26. a52ad51 net: deprecate eth_change_mtu, remove usage by Jarod Wilson · 8 years ago
  27. 53080fe net: lpc_eth: Check clk_prepare_enable() error by Fabio Estevam · 8 years ago
  28. d9329bc22 net: lpc_eth: Remove unused 'pldat' variable by Fabio Estevam · 9 years ago
  29. cb90d3e net: ethernet: lpc_eth: use phy_ethtool_{get|set}_link_ksettings by Philippe Reynes · 9 years ago
  30. f786f35 net: ethernet: lpc_eth: use phydev from struct net_device by Philippe Reynes · 9 years ago
  31. 541b8e2 net: lpc_eth: Remove unused variables by Fabio Estevam · 9 years ago
  32. e7f4dc3 mdio: Move allocation of interrupts into core by Andrew Lunn · 9 years ago
  33. 2220943 phy: Centralise print about attached phy by Andrew Lunn · 9 years ago
  34. 84eff6d phy: add phydev_name() wrapper by Andrew Lunn · 9 years ago
  35. 39198ec net: lpc_eth: remove irq > NR_IRQS check from probe() by Vladimir Zapolskiy · 9 years ago
  36. 33a8316 net: lpc_eth: fix warnings caused by enabling unprepared clock by Vladimir Zapolskiy · 9 years ago
  37. 6a05880 net: ethernet: Remove superfluous ether_setup after alloc_etherdev by Tobias Klauser · 10 years ago
  38. aff88a0 net: lpc_eth: Fix crash on ip link up by Roland Stigge · 10 years ago
  39. 9323b23 lpc_eth: Use resource_size instead of computation by Benoit Taine · 11 years ago
  40. a81ab36 drivers/net: delete non-required instances of include <linux/init.h> by Paul Gortmaker · 11 years ago
  41. b469357 DMA-API: net: nxp/lpc_eth: use dma_coerce_mask_and_coherent() by Russell King · 12 years ago
  42. dfd93c9 net: ethernet: remove unnecessary platform_set_drvdata() by Jingoo Han · 12 years ago
  43. be0e2f1 net/nxp/lpc_eth: Drop ifdef CONFIG_OF_NET by Guenter Roeck · 12 years ago
  44. 6181659 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  45. fa90b07 lpc_eth: fix error return code in lpc_eth_drv_probe() by Wei Yongjun · 12 years ago
  46. d0320f7 drivers:net: Remove dma_alloc_coherent OOM messages by Joe Perches · 12 years ago
  47. f9a8f83 net: phy: remove flags argument from phy_{attach, connect, connect_direct} by Florian Fainelli · 12 years ago
  48. 7826d43 ethtool: fix drvinfo strings set in drivers by Jiri Pirko · 12 years ago
  49. 2152452 lpc_eth: remove __dev* attributes by Bill Pemberton · 12 years ago
  50. c867b55 net/ethernet: remove useless is_valid_ether_addr from drivers ndo_open by Joachim Eastwood · 12 years ago
  51. 57c10b6 drivers/net/ethernet/nxp/lpc_eth.c: Call mdiobus_unregister before mdiobus_free by Peter Senna Tschudin · 12 years ago
  52. 3a32aea lpc_eth: remove obsolete ifdefs by stigge@antcom.de · 12 years ago
  53. cbc89c8 lpc_eth: remove duplicated include by Duan Jiong · 12 years ago
  54. b31525d net: lpc_eth: Driver cleanup by stigge@antcom.de · 13 years ago
  55. a7e2eaa net: lpc_eth: free skbs in start_xmit by Eric Dumazet · 13 years ago
  56. 3f16da5 lpc_eth: fix tx completion by Eric Dumazet · 13 years ago
  57. e304785 lpc_eth: add missing ndo_change_mtu() by Eric Dumazet · 13 years ago
  58. b324c67 Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 13 years ago
  59. 4de02e4 net: Add device tree support to LPC32xx by Roland Stigge · 13 years ago
  60. e7f8c1f net: lpc_eth: no need to reserve 8 extra bytes in rx skb by Eric Dumazet · 13 years ago
  61. cdaf0b8 net: lpc_eth: Fix rename of dev_hw_addr_random by stigge@antcom.de · 13 years ago
  62. b737011 lpc32xx: Added ethernet driver by stigge@antcom.de · 13 years ago