1. 84d923c ptp: cpts: use helpers for converting ns to timespec. by Richard Cochran · 10 years ago
  2. a5c79c2 ptp: cpts: convert to the 64 bit get/set time methods. by Richard Cochran · 10 years ago
  3. 9a391c7 net: netcp: ethss: enhancement to support NetCP 1.5 ethss by WingMan Kwok · 10 years ago
  4. da866ba net: netcp: enclose macros in parentheses by Karicheri, Muralidharan · 10 years ago
  5. f49ae14 net: netcp: select davinci_mdio driver by default by Karicheri, Muralidharan · 10 years ago
  6. 21e0e0d net: netcp: use separate reg region for individual ethss modules by Karicheri, Muralidharan · 10 years ago
  7. e170f40 net: netcp: fix forward port number usage for 10G ethss by Karicheri, Muralidharan · 10 years ago
  8. 1156c96 net: netcp: constify of_device_id array by Fabian Frederick · 10 years ago
  9. dbedd44 ethernet: codespell comment spelling fixes by Joe Perches · 10 years ago
  10. 71a83a6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  11. 789d7f6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 10 years ago
  12. c7bf716 ethernet: Use eth_<foo>_addr instead of memset by Joe Perches · 10 years ago
  13. 8963a50 net: ti: cpsw: add hibernation callbacks by Grygorii Strashko · 10 years ago
  14. 2f5c54c net: davinci_mdio: add hibernation callbacks by Grygorii Strashko · 10 years ago
  15. 56887149 drivers: net: cpsw: Set SECURE for dual_emac ucast by George McCollister · 10 years ago
  16. b11a278 Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 10 years ago
  17. f86b4ae net: ethernet: ti/cpsw-common.c: fix sparse warning by Lad, Prabhakar · 10 years ago
  18. 9b55669 NetCP: Deletion of unnecessary checks before two function calls by Markus Elfring · 10 years ago
  19. b5057dd tlan: msecs_to_jiffies convrsion by Nicholas Mc Guire · 10 years ago
  20. 51fd947 tlan: use msecs_to_jiffies for conversion by Nicholas Mc Guire · 10 years ago
  21. 58c11b5 drivers: net: cpsw: make cpsw_ale.c a module to allow re-use on Keystone by Karicheri, Muralidharan · 10 years ago
  22. f276c0c net: davinci_emac: Get device MAC on 3517 by Tony Lindgren · 10 years ago
  23. 9120bd6 net: davinci_emac: Get device dm816x MAC address using the cpsw code by Tony Lindgren · 10 years ago
  24. e5a49c1 net: cpsw: Add a minimal cpsw-common module for shared code by Tony Lindgren · 10 years ago
  25. 488327c net: netcp: remove unused kconfig option and code by Karicheri, Muralidharan · 10 years ago
  26. 95f873f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  27. 02a5416 drivers: net: cpsw: discard dual emac default vlan configuration by Mugunthan V N · 10 years ago
  28. 90cff9e net: netcp: Enhance GBE driver to support 10G Ethernet by Wingman Kwok · 10 years ago
  29. 6f8d3f3 net: netcp: Add Keystone NetCP GbE driver by Wingman Kwok · 10 years ago
  30. 84640e2 net: netcp: Add Keystone NetCP core ethernet driver by Karicheri, Muralidharan · 10 years ago
  31. 92cb13f net: ethernet: ti: cpsw: fix buld break when NET_POLL_CONTROLLER by Felipe Balbi · 10 years ago
  32. c03abd8 net: ethernet: cpsw: don't requests IRQs we don't use by Felipe Balbi · 10 years ago
  33. 5087b91 net: ethernet: cpsw: unroll IRQ request loop by Felipe Balbi · 10 years ago
  34. de39008 net: davinci_emac: Add support for emac on dm816x by Tony Lindgren · 10 years ago
  35. a159432 net: davinci_emac: Fix ioremap for devices with MDIO within the EMAC address space by Tony Lindgren · 10 years ago
  36. 1d82ffa net: davinci_emac: Fix incomplete code for getting the phy from device tree by Tony Lindgren · 10 years ago
  37. 0f53727 net: davinci_emac: Free clock after checking the frequency by Tony Lindgren · 10 years ago
  38. b5133e7 net: davinci_emac: Fix runtime pm calls for davinci_emac by Tony Lindgren · 10 years ago
  39. cd2d6d3 net: davinci_emac: Fix hangs with interrupts by Tony Lindgren · 10 years ago
  40. 9f6bd8f drivers: net: cpsw: fix cpsw hung with add vlan using vconfig by Mugunthan V N · 10 years ago
  41. 3f3558b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  42. 2590605 drivers: net: cpsw: fix multicast flush in dual emac mode by Mugunthan V N · 10 years ago
  43. 6341e62 kconfig: use bool instead of boolean for type definition attributes by Christoph Jaeger · 10 years ago
  44. 44d84d7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  45. 7ce67a3 net: ethernet: cpsw: fix hangs with interrupts by Felipe Balbi · 10 years ago
  46. f25a30b net: cpts: convert to timecounter adjtime. by Richard Cochran · 10 years ago
  47. 74d23cc time: move the timecounter/cyclecounter code into its own file. by Richard Cochran · 10 years ago
  48. c8a73a3 drivers: net : cpsw: Update Kconfig for CPSW by Lokesh Vutla · 10 years ago
  49. 35717d8 drivers: net: cpsw: Fix TX_IN_SEL offset by John Ogness · 10 years ago
  50. cca04b2 net: ptp: fix time stamp matching logic for VLAN packets. by Richard Cochran · 10 years ago
  51. 4484d05 drivers: net: cpsw: remove cpsw_ale_stop from cpsw_ale_destroy by Mugunthan V N · 10 years ago
  52. 1e5c4bc drivers: net: cpsw: Support ALLMULTI and fix IFF_PROMISC in switch mode by Lennart Sorensen · 10 years ago
  53. 6f979eb drivers: net: cpsw: Fix broken loop condition in switch mode by Lennart Sorensen · 10 years ago
  54. 47276fc drivers: net:cpsw: fix probe_dt when only slave 1 is pinned out by Mugunthan V N · 10 years ago
  55. 030b16a drivers: net: cpsw: remove child devices while driver detach by Mugunthan V N · 10 years ago
  56. fc7a99f drivers: net: davinci_cpdma: remove spinlock as SOFTIRQ-unsafe lock order detected by Mugunthan V N · 10 years ago
  57. ff9538b drivers: net: davinci_cpdma: remove kfree on objects allocated with devm_* apis by Mugunthan V N · 10 years ago
  58. 0ba517b net: cpsw: Add am33xx MACID readout by Markus Pargmann · 10 years ago
  59. 56fdb2e net: cpsw: Replace pr_err by dev_err by Markus Pargmann · 10 years ago
  60. bd07d34 net: cpsw: header, Add missing include by Markus Pargmann · 10 years ago
  61. 4d507df net: cpsw: Add missing return value by Markus Pargmann · 10 years ago
  62. 1f6d803 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  63. 618073e drivers: net: cpsw: dual_emac: in suspend/resume bring down/up all the netdev by Mugunthan V N · 10 years ago
  64. a0e2c82 drivers: net: cpsw: dual_emac: fix reducing of rx descriptor during ifdown by Mugunthan V N · 10 years ago
  65. c9104b0 ethernet: ti: remove unwanted THIS_MODULE macro by Varka Bhadram · 10 years ago
  66. 1923d6e drivers: net: cpsw: Add support for pause frames by Mugunthan V N · 10 years ago
  67. c2b32e5 net: ethernet: cpsw: improve interrupt lookup logic in cpsw_probe() by Daniel Mack · 10 years ago
  68. a11c5c9 Merge tag 'pci-v3.17-changes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 10 years ago
  69. 9baa3c3 PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use by Benoit Taine · 10 years ago
  70. 9951e04 net: ethernet: ti: cpmac.c: Cleaning up missing null-terminate after strncpy call by Rickard Strandqvist · 10 years ago
  71. ef49200 drivers: net: cpsw: cleanup: remove unused function by Mugunthan V N · 10 years ago
  72. 52c4f0e drivers: net: cpsw: add support to dump ALE table via ethtool register dump by Mugunthan V N · 10 years ago
  73. 0a0ea06 net: davinci_mdio: allow to create phys from dt by Grygorii Strashko · 10 years ago
  74. f68c925 net: davinci_mdio: reuse for keystone2 arch by Grygorii Strashko · 10 years ago
  75. a84bc2a drivers: net: cpsw: disable coalesce when rx_coalesce_usecs is zero by Mugunthan V N · 10 years ago
  76. ff32045 net: cpmac: fix in debug messages by Varka Bhadram · 10 years ago
  77. 0465be8 net: cpmac: fix in releasing resources by Varka Bhadram · 10 years ago
  78. 55064ef net: cpmac: fix proper spacing before return statement by Varka Bhadram · 10 years ago
  79. 59329d8 net: cpmac: fix missing a blank line after declarations by Varka Bhadram · 10 years ago
  80. 96a8d3c net: cpmac: fix cpmac driver structure by Varka Bhadram · 10 years ago
  81. f160a2d net: cpmac: dynamic debug fixes by Varka Bhadram · 10 years ago
  82. 8bcd5c6 net: cpmac: fix comments by Varka Bhadram · 10 years ago
  83. af59515 net: cpmac: remove space in macro defination by Varka Bhadram · 10 years ago
  84. 9162e7e tlan: Isolate external PHY when using internal PHY by Ondrej Zary · 10 years ago
  85. e697b16 tlan: Enable device at resume by Ondrej Zary · 10 years ago
  86. 7a72edd tlan: Don't disable internal PHY on cards that use it in 10 Mbps mode by Ondrej Zary · 10 years ago
  87. 9cff441 tlan: Add PHY reset timeout by Ondrej Zary · 10 years ago
  88. 278e48b tlan: Make autonegotiation faster by Ondrej Zary · 10 years ago
  89. 8e62d67 tlan: Don't scream if no link by Ondrej Zary · 10 years ago
  90. 36bbe2f tlan: Restart autonegotiation on link loss by Ondrej Zary · 10 years ago
  91. 59be4ad tlan: Fix MAC address byte order on OC-2325/OC-2326 by Ondrej Zary · 10 years ago
  92. e36124d tlan: Add ethtool support by Ondrej Zary · 10 years ago
  93. c0a87c2 tlan: Enable link monitoring by Ondrej Zary · 10 years ago
  94. eb522bb tlan: Enable activity LED on Olicom OC-2325 and OC-2326 by Ondrej Zary · 10 years ago
  95. ae5c6c6 ptp: Classify ptp over ip over vlan packets by Stefan Sørensen · 10 years ago
  96. e6afea0 drivers: net: cpsw: fix dual EMAC stall when connected to same switch by Mugunthan V N · 10 years ago
  97. 2f87208 drivers: net: davinci_cpdma: double free on error by Dan Carpenter · 10 years ago
  98. c99f7ab Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  99. 74f4392 net: davinci_emac: Remove unwanted debug/error message by Christian Riesch · 10 years ago
  100. 68bc74f net: davinci_emac: fix oops caused by uninitialized ndev->dev by Sekhar Nori · 10 years ago