1. ddede6d net: dsa: bcm_sf2: fix 64-bits register reads by Florian Fainelli · 10 years ago
  2. 2573bee Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  3. 9af197a net: dsa: bcm_sf2: implement GPHY power down by Florian Fainelli · 10 years ago
  4. b083668 net: dsa: bcm_sf2: move GPHY enabling to its own function by Florian Fainelli · 10 years ago
  5. 6e0ba47 dsa: do not dereference non-existing routing table by Tobias Waldekranz · 10 years ago
  6. b8665c6 net: dsa/mv88e6352: make mv88e6352_wait generic by Vivien Didelot · 10 years ago
  7. bb92ea5 net: dsa/mv88e6xxx: add reg read and write debug by Vivien Didelot · 10 years ago
  8. 691c9a8 net: dsa: bcm_sf2: factor interrupt disabling in a function by Florian Fainelli · 10 years ago
  9. 9f9f264 net: dsa: bcm_sf2: always select FIXED_PHY by Florian Fainelli · 10 years ago
  10. 7855f67 net: dsa: bcm_sf2: force link for all fixed PHY devices by Florian Fainelli · 10 years ago
  11. 60b7379 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  12. 33f8461 net: dsa: bcm_sf2: reset switch prior to initialization by Florian Fainelli · 10 years ago
  13. a566059 net: dsa: bcm_sf2: fix unmapping registers in case of errors by Florian Fainelli · 10 years ago
  14. 03d6faa net: dsa: mv88e6171: Add support for reading switch registers by Andrew Lunn · 10 years ago
  15. 4dd38cd net: dsa: mv88e6171: Add support for reading the temperature by Andrew Lunn · 10 years ago
  16. eaa2376 net: dsa: Centralise code for reading the temperature sensor by Andrew Lunn · 10 years ago
  17. f03ae5f dsa: mv88e6171: Add support for mv88e6172 by Andrew Lunn · 10 years ago
  18. 55b42b5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  19. 17ee3e0 net: dsa: Provide additional RMON statistics by Guenter Roeck · 10 years ago
  20. 95d08b5 net: dsa/mv88e6352: Add support for reading switch registers by Guenter Roeck · 10 years ago
  21. a1ab91f net: dsa/mv88e6123_61_65: Add support for reading switch registers by Guenter Roeck · 10 years ago
  22. 33b43df net: dsa/mv88e6352: Implement EEPROM access functions by Guenter Roeck · 10 years ago
  23. 87e5f66 net: dsa/mv88e6123_61_65: Report chip temperature by Guenter Roeck · 10 years ago
  24. 276db3b net: dsa/mv88e6352: Report chip temperature by Guenter Roeck · 10 years ago
  25. 2716777 net: dsa/mv88e6352: Add support for MV88E6176 by Guenter Roeck · 10 years ago
  26. 3ad50cc net: dsa: Add support for Marvell 88E6352 by Guenter Roeck · 10 years ago
  27. a93e464 net: dsa: Report known silicon revisions for Marvell 88E6131 by Guenter Roeck · 10 years ago
  28. 3de6aa4c net: dsa: Report known silicon revisions for Marvell 88E6060 by Guenter Roeck · 10 years ago
  29. c146b77 dsa: mv88e6171: Fix tagging protocol/Kconfig by Andrew Lunn · 10 years ago
  30. b184e49 dsa: Fix conversion from host device to mii bus by Guenter Roeck · 10 years ago
  31. 77b3a4d dsa: mv88e6171: Fix tag_protocol check by Guenter Roeck · 10 years ago
  32. 28b5533 drivers/net/dsa/Kconfig: Let NET_DSA_BCM_SF2 depend on HAS_IOMEM by Chen Gang · 10 years ago
  33. 450b05c net: dsa: bcm_sf2: add support for controlling EEE by Florian Fainelli · 10 years ago
  34. b6d045d net: dsa: bcm_sf2: add port_enable/disable callbacks by Florian Fainelli · 10 years ago
  35. 7de1557 net: dsa: bcm_sf2: disable RGMII interface(s) when link is down by Florian Fainelli · 10 years ago
  36. 96e65d7 net: dsa: bcm_sf2: add support for Wake-on-LAN by Florian Fainelli · 10 years ago
  37. 8cfa949 net: dsa: bcm_sf2: add suspend/resume callbacks by Florian Fainelli · 10 years ago
  38. aa9aef7 net: dsa: bcm_sf2: communicate integrated PHY revision to PHY driver by Florian Fainelli · 10 years ago
  39. b4d2394 dsa: Replace mii_bus with a generic host device by Alexander Duyck · 10 years ago
  40. 42f2725 net: DSA: Marvell mv88e6171 switch driver by Andrew Lunn · 10 years ago
  41. ac7a04c net: dsa: change tag_protocol to an enum by Florian Fainelli · 10 years ago
  42. 246d7f7 net: dsa: add Broadcom SF2 switch driver by Florian Fainelli · 10 years ago
  43. a22adce net: dsa: update DSA drivers to use ds_to_priv by Florian Fainelli · 10 years ago
  44. 8568658 DSA: Convert spaces to tabs where appropriate by Barry Grussling · 12 years ago
  45. ab381a9 DSA: Convert printk calls to netdev_info calls by Barry Grussling · 12 years ago
  46. 19b2f97 DSA: Convert repeated msleep calls to timeouts by Barry Grussling · 12 years ago
  47. 3675c8d DSA: Convert DSA comments to network-style comments by Barry Grussling · 12 years ago
  48. b3422a3 dsa: Hide core config options; make drivers select what they need by Ben Hutchings · 12 years ago
  49. 82167cb net: dsa/slave: Fix compilation warnings by viresh kumar · 12 years ago
  50. 2bbba27 drivers/net: dsa/mv88e6xxx.c files need linux/module.h by Paul Gortmaker · 13 years ago
  51. edd664b dsa: Add reporting of silicon revision for Marvell 88E6123/88E6161/88E6165 switches. by Chris Healy · 13 years ago
  52. 3b15885 dsa: Move switch drivers to new directory drivers/net/dsa by Ben Hutchings · 13 years ago