1. cdf3d54 net: altera_tse: fix msgdma_tx_completion on non-zero fill_level case by Tomonori Sakita · 5 years ago
  2. 18b37b6 net: altera_tse: fix connect_local_phy error path by Atsushi Nemoto · 5 years ago
  3. 2219d5e net: ethernet: altera: TSE: do not use tx queue lock in tx completion handler by Lino Sanfilippo · 8 years ago
  4. 151a14d net: ethernet: altera: TSE: Remove unneeded dma sync for tx buffers by Lino Sanfilippo · 8 years ago
  5. 5a89394 net: ethernet: altera: fix fixed-link phydev leaks by Johan Hovold · 8 years ago
  6. 5d97222 ethernet: altera: add missing of_node_put by Peter Chen · 8 years ago
  7. 11bbb17 net: ethernet: altera_tse: use phy_ethtool_{get|set}_link_ksettings by Philippe Reynes · 8 years ago
  8. 941ea69 net: ethernet: altera_tse: use phydev from struct net_device by Philippe Reynes · 8 years ago
  9. 11f7f79 net: eth: altera: do not free array priv->mdio->irq by Colin Ian King · 8 years ago
  10. e5a03bf phy: Add an mdio_device structure by Andrew Lunn · 8 years ago
  11. e7f4dc3 mdio: Move allocation of interrupts into core by Andrew Lunn · 8 years ago
  12. d43cefc net: eth: altera: Fix the initial device operstate by Atsushi Nemoto · 9 years ago
  13. 4548a69 net: eth: altera: fix napi poll_list corruption by Atsushi Nemoto · 9 years ago
  14. c3ffe0c net: eth: altera: Remove sgdmadesclen member from altera_tse_private by Tobias Klauser · 9 years ago
  15. 4873499 altera_tse: Correct rx packet length by Vlastimil Setka · 9 years ago
  16. 7cdbc6f altera tse: add support for fixed-links. by Andreas Oetken · 9 years ago
  17. 20d9696 net: eth: altera: Resolve false errors from MSGDMA to TSE by Chee Nouk Phoon · 9 years ago
  18. 71cd26e altera tse: Error-Bit on tx-avalon-stream always set. by Andreas Oetken · 9 years ago
  19. 93ea337 altera tse: Fix network-delays and -retransmissions after high throughput. by Andreas Oetken · 9 years ago
  20. 2726053 Altera TSE: constify of_device_id array by Fabian Frederick · 9 years ago
  21. 71a83a6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  22. 8d4ac39 altera_tse: Fixes in NAPI and interrupt handling paths by Vlastimil Setka · 9 years ago
  23. fe6e408 altera_tse: Correct typo in obtaining tx_fifo_depth from devicetree by Vlastimil Setka · 9 years ago
  24. ea8860eb net: eth: altera: Change reset_mac failure message masks from err to dbg by Vince Bridgers · 9 years ago
  25. a923fc7 net: eth: altera: Change access ports to mdio for all xMII applications by Vince Bridgers · 9 years ago
  26. c484994 Altera TSE: Add missing phydev by Kostya Belezko · 9 years ago
  27. 0c026c1 net: ethernet: altera: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
  28. 3354313 Altera TSE: Add support for no PHY by Walter Lozano · 10 years ago
  29. 004fa11 Altera TSE: Move PHY get addr and MDIO create by Walter Lozano · 10 years ago
  30. 6a05880 net: ethernet: Remove superfluous ether_setup after alloc_etherdev by Tobias Klauser · 10 years ago
  31. 54e5c4d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  32. d91e5c0 Altera TSE: Disable Multicast filtering to workaround problem by Vince Bridgers · 10 years ago
  33. 8983058 Altera TSE: Fix sparse errors and warnings by Vince Bridgers · 10 years ago
  34. 7ad24ea net: get rid of SET_ETHTOOL_OPS by Wilfried Klaebe · 10 years ago
  35. 5f013c9b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  36. 9d4619c Altera TSE: ALTERA_TSE should depend on HAS_DMA by Geert Uytterhoeven · 10 years ago
  37. 652f99e Altera TSE: Add missing include to silence sparse warnings by Tobias Klauser · 10 years ago
  38. 1b44488 Altera TSE: Fix DMA secriptor length initialization by Tobias Klauser · 10 years ago
  39. 99514e1 Altera TSE: Change driver name used by Ethtool by Vince Bridgers · 10 years ago
  40. a764200 Altera TSE: Fix Panic in probe routine when phy probe fails by Vince Bridgers · 10 years ago
  41. 5aec4ee Altera TSE: Set the Pause Quanta value to the IEEE default value by Vince Bridgers · 10 years ago
  42. 37c0ffa Altera TSE: Work around unaligned DMA receive packet issue with Altera SGDMA by Vince Bridgers · 10 years ago
  43. d42f157 Altera TSE: Remove unnecessary cast of void pointers by Tobias Klauser · 10 years ago
  44. 41ced61 altera: Remove casts of pointer to same type by Joe Perches · 10 years ago
  45. 80175f9 Altera TSE: Correct two typos in original submission by Vince Bridgers · 10 years ago
  46. a804ad0 Altera TSE: Correct typecast issue detected by kbuild test robot by Vince Bridgers · 10 years ago
  47. 8adfc3a Altera TSE: Set version number by driver's get regs by Vince Bridgers · 10 years ago
  48. ed33ef6 Altera TSE: Add Altera Ethernet Driver Makefile and Kconfig by Vince Bridgers · 10 years ago
  49. bbd2190 Altera TSE: Add main and header file for Altera Ethernet Driver by Vince Bridgers · 10 years ago
  50. 6c3324a9 Altera TSE: Add Miscellaneous Files for Altera Ethernet Driver by Vince Bridgers · 10 years ago
  51. f64f880 Altera TSE: Add Altera Ethernet Driver SGDMA file components by Vince Bridgers · 10 years ago
  52. 94fb0ef Altera TSE: Add Altera Ethernet Driver MSGDMA File Components by Vince Bridgers · 10 years ago