1. f22ab64 net: dsa: mv88e6xxx: extract device mapping by Vivien Didelot · 8 years ago
  2. 9729934 net: dsa: mv88e6xxx: split setup of Global 1 and 2 by Vivien Didelot · 8 years ago
  3. d51c542 net: dsa: mv88e6xxx: remove basic function flags by Vivien Didelot · 8 years ago
  4. cf81b2c b53: Fix build warning. by David S. Miller · 8 years ago
  5. 991a36b net: dsa: b53: Add support for BCM585xx/586xx/88312 integrated switch by Florian Fainelli · 8 years ago
  6. fefae69 net: dsa: b53: Allow SRAB driver to specify platform data by Florian Fainelli · 8 years ago
  7. 5eca291 dsa: b53: avoid 'maybe-uninitialized' warning by Arnd Bergmann · 8 years ago
  8. fad09c7 net: dsa: mv88e6xxx: rename single-chip support by Vivien Didelot · 8 years ago
  9. 0d3cd4b net: dsa: mv88e6xxx: move driver in its own folder by Vivien Didelot · 8 years ago
  10. 51dca8a net: dsa: b53: Fix statistics readings by Florian Fainelli · 8 years ago
  11. 914b32f net: dsa: mv88e6xxx: abstract switch registers accesses by Vivien Didelot · 8 years ago
  12. 9dddd47 net: dsa: mv88e6xxx: add port base address to info by Vivien Didelot · 8 years ago
  13. caac854 net: dsa: mv88e6xxx: pass compatible info by Vivien Didelot · 8 years ago
  14. bc46a3d net: dsa: mv88e6xxx: add detection helper by Vivien Didelot · 8 years ago
  15. 4a70c4a net: dsa: mv88e6xxx: add SMI init helper by Vivien Didelot · 8 years ago
  16. 469d729 net: dsa: mv88e6xxx: add chip allocation helper by Vivien Didelot · 8 years ago
  17. 9f8b3ee net: dsa: mv88e6xxx: rename smi_mutex to reg_lock by Vivien Didelot · 8 years ago
  18. 5f7c036 net: dsa: mv88e6xxx: remove table args in info lookup by Vivien Didelot · 8 years ago
  19. c6d19ab net: dsa: mv88e6xxx: use gpio get optional variant by Vivien Didelot · 8 years ago
  20. b7e66a5 net: dsa: mv88e6xxx: add switch register helpers by Vivien Didelot · 8 years ago
  21. 1d35f0b net: dsa: mv88e6xxx: do not increment bus refcount by Vivien Didelot · 8 years ago
  22. aa8ac39 net: dsa: mv88e6xxx: use already declared variables by Vivien Didelot · 8 years ago
  23. fbae5a4 net: dsa: mv88e6xxx: remove redundant assignments by Vivien Didelot · 8 years ago
  24. 57d3231 net: dsa: mv88e6xxx: fix style issues by Vivien Didelot · 8 years ago
  25. 55e7f6a dsa: b53: fix big-endian register access by Arnd Bergmann · 8 years ago
  26. a2482d2 net: dsa: b53: Plug in VLAN support by Florian Fainelli · 8 years ago
  27. ff39c2d net: dsa: b53: Add bridge support by Florian Fainelli · 8 years ago
  28. 1da6df8 net: dsa: b53: Implement ARL add/del/dump operations by Florian Fainelli · 8 years ago
  29. 0830c98 net: dsa: b53: Add BCM7445 quirk by Florian Fainelli · 8 years ago
  30. 967dd82 net: dsa: b53: Add support for Broadcom RoboSwitch by Florian Fainelli · 8 years ago
  31. 9c57a77 net: dsa: bcm_sf2: Add VLAN support by Florian Fainelli · 8 years ago
  32. 064523f net: dsa: bcm_sf2: Add VLAN registers definitions by Florian Fainelli · 8 years ago
  33. 7fbb1a9 net: dsa: bcm_sf2: Move setup function at the far end by Florian Fainelli · 8 years ago
  34. a468ef4 net: dsa: bcm_sf2: Split fast age into a helper function by Florian Fainelli · 8 years ago
  35. 461cd1b0 net: dsa: bcm_sf2: Register our slave MDIO bus by Florian Fainelli · 8 years ago
  36. 83c0afa net: dsa: Add new binding implementation by Andrew Lunn · 8 years ago
  37. b516d45 net: dsa: mv88e6xxx: Refactor MDIO so driver registers mdio bus by Andrew Lunn · 8 years ago
  38. 03a4a54 net: dsa: mv88e6xxx: Rename _phy_ to _mdio_ by Andrew Lunn · 8 years ago
  39. 5377b80 net: dsa: mv88e6xxx: Only support EDSA tagging by Andrew Lunn · 8 years ago
  40. 66472fc net: dsa: Copy the routing table into the switch structure by Andrew Lunn · 8 years ago
  41. 4a7704f net: dsa: Remove dynamic allocate of routing table by Andrew Lunn · 8 years ago
  42. c8b0980 net: dsa: Add a ports structure and use it in the switch structure by Andrew Lunn · 8 years ago
  43. 762eb67 net: dsa: mv88e6xxx: fix circular lock in PPU work by Vivien Didelot · 8 years ago
  44. 553eb54 net: dsa: mv88e6xxx: remove bridge work by Vivien Didelot · 8 years ago
  45. f8cd875 dsa: mv88e6xxx: Handle eeprom-length property by Andrew Lunn · 8 years ago
  46. ff04955 dsa: Rename switch chip data to cd by Andrew Lunn · 8 years ago
  47. c33063d dsa: Remove master_dev from switch structure by Andrew Lunn · 8 years ago
  48. 52638f7 dsa: Move gpio reset into switch driver by Andrew Lunn · 8 years ago
  49. 14c7b3c dsa: Add mdio device support to Marvell switches by Andrew Lunn · 8 years ago
  50. fcdce7d dsa: mv88e6xxx: Rename probe function to fit the normal pattern by Andrew Lunn · 8 years ago
  51. b681957 dsa: mv88e6xxx: Initialise the mutex as soon as it is created by Andrew Lunn · 8 years ago
  52. cb9b902 net: dsa: mv88e6xxx: add STU capability by Vivien Didelot · 8 years ago
  53. 15d7d7d net: dsa: mv88e6xxx: abstract VTU/STU data access by Vivien Didelot · 8 years ago
  54. f81ec90 net: dsa: mv88e6xxx: factorize the switch driver by Vivien Didelot · 8 years ago
  55. b9729e5 net: dsa: mv88e6131: use EDSA tag protocol by Vivien Didelot · 8 years ago
  56. a1a6a4d net: dsa: mv88e6xxx: factorize switch setup by Vivien Didelot · 8 years ago
  57. 8698fd9 net: dsa: mv88e6131: drop frames priorities setup by Vivien Didelot · 8 years ago
  58. 50484ff net: dsa: mv88e6xxx: factorize GLOBAL_CONTROL_2 setup by Vivien Didelot · 8 years ago
  59. b0745e87 net: dsa: mv88e6xxx: factorize GLOBAL_MONITOR_CONTROL setup by Vivien Didelot · 8 years ago
  60. 709643a net: dsa: mv88e6131: drop VLAN Ethertype setup by Vivien Didelot · 8 years ago
  61. 119477b net: dsa: mv88e6xxx: factorize GLOBAL_CONTROL setup by Vivien Didelot · 8 years ago
  62. 08a0126 net: dsa: mv88e6xxx: factorize global setup by Vivien Didelot · 8 years ago
  63. 552238b net: dsa: mv88e6xxx: factorize switch reset by Vivien Didelot · 8 years ago
  64. 2672f82 net: dsa: mv88e6xxx: factorize ATU access by Vivien Didelot · 8 years ago
  65. 54d77b5 net: dsa: mv88e6xxx: factorize VTU access by Vivien Didelot · 8 years ago
  66. 936f234 net: dsa: mv88e6xxx: factorize bridge support by Vivien Didelot · 8 years ago
  67. 2306251 net: dsa: mv88e6131: add registers access by Vivien Didelot · 8 years ago
  68. aadbdb8 net: dsa: mv88e6xxx: factorize EEE access by Vivien Didelot · 8 years ago
  69. 1d13a06 net: dsa: mv88e6xxx: factorize MAC address setting by Vivien Didelot · 8 years ago
  70. 6594f61 net: dsa: mv88e6xxx: factorize temperature access by Vivien Didelot · 8 years ago
  71. d24645b net: dsa: mv88e6xxx: factorize EEPROM access by Vivien Didelot · 8 years ago
  72. 6d5834a net: dsa: mv88e6xxx: factorize PHY indirect access by Vivien Didelot · 8 years ago
  73. 8c9983a net: dsa: mv88e6xxx: factorize PHY access with PPU by Vivien Didelot · 8 years ago
  74. b5058d7 net: dsa: mv88e6xxx: add flags to info by Vivien Didelot · 8 years ago
  75. cba65321 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  76. 158bc06 net: dsa: mv88e6xxx: replace ds with ps where possible by Andrew Lunn · 8 years ago
  77. 1d9619d net: dsa: mv88e6xxx: fix uninitialized error return by Colin Ian King · 8 years ago
  78. 1602f49 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  79. d967ecb net: dsa: mv88e6xxx: remove switch ID from ps by Vivien Didelot · 8 years ago
  80. cd5a2c8 net: dsa: mv88e6xxx: add number of db to info by Vivien Didelot · 8 years ago
  81. 009a2b9 net: dsa: mv88e6xxx: add number of ports to info by Vivien Didelot · 8 years ago
  82. 2235647 net: dsa: mv88e6xxx: add family to info by Vivien Didelot · 8 years ago
  83. f6271e6 net: dsa: mv88e6xxx: add switch info by Vivien Didelot · 8 years ago
  84. a439c06 net: dsa: mv88e6xxx: read switch ID in probe by Vivien Didelot · 8 years ago
  85. 54c6f4b net: dsa: mv88e6xxx: drop revision probing by Vivien Didelot · 8 years ago
  86. b3462047 net: dsa: mv88e6xxx: drop double ds assignment by Vivien Didelot · 8 years ago
  87. 0209d14 net: dsa: constify probed name by Vivien Didelot · 8 years ago
  88. 48ace4e dsa: mv88e6xxx: Kill the REG_READ and REG_WRITE macros by Andrew Lunn · 8 years ago
  89. 207afda net: dsa: mv88e6xxx: share the same default FDB by Vivien Didelot · 8 years ago
  90. 996ecb8 net: dsa: mv88e6xxx: enable SA learning on DSA ports by Vivien Didelot · 8 years ago
  91. 65fa402 net: dsa: mv88e6xxx: unlock DSA and CPU ports by Vivien Didelot · 8 years ago
  92. c156913 dsa: mv88e6xxx: Use bus in mv88e6xxx_lookup_name() by Andrew Lunn · 8 years ago
  93. 74c3e2a dsa: Rename phys_port_mask to enabled_port_mask by Andrew Lunn · 8 years ago
  94. e49bad3 net: dsa: Rename DSA probe function. by Andrew Lunn · 8 years ago
  95. a77d43f net: dsa: Keep the mii bus and address in the private structure by Andrew Lunn · 8 years ago
  96. 7543a6d net: dsa: Have the switch driver allocate there own private memory by Andrew Lunn · 8 years ago
  97. bbb8d79 net: dsa: Pass the dsa device to the switch drivers by Andrew Lunn · 8 years ago
  98. 4d5770b net: dsa: make the VLAN add function return void by Vivien Didelot · 8 years ago
  99. 8497aa6 net: dsa: make the FDB add function return void by Vivien Didelot · 8 years ago
  100. 43c44a9 net: dsa: make the STP state function return void by Vivien Didelot · 8 years ago