1. 072e11e net: dsa: slave: Don't propagate flag changes on down slave interfaces by Rundong Ge · 5 years ago
  2. ab9a0f8 net: dsa: Do not suspend/resume closed slave_dev by Florian Fainelli · 6 years ago
  3. 6eab1f8 net: dsa: Fix network device registration order by Florian Fainelli · 7 years ago
  4. e5a2ba9 net: dsa: Check return value of phy_connect_direct() by Florian Fainelli · 7 years ago
  5. 9f42bc4f net: dsa: Bring back device detaching in dsa_slave_suspend() by Florian Fainelli · 7 years ago
  6. 881eada net: dsa: slave: fix fixed-link phydev leaks by Johan Hovold · 8 years ago
  7. 0d8f3c6 net: dsa: slave: fix of-node leak and phy priority by Johan Hovold · 8 years ago
  8. 732f794 net: dsa: add port fast ageing by Vivien Didelot · 8 years ago
  9. 4acfee8 net: dsa: add port STP state helper by Vivien Didelot · 8 years ago
  10. 8df3025 net: dsa: add MDB support by Vivien Didelot · 8 years ago
  11. 9d490b4 net: dsa: rename switch operations structure by Vivien Didelot · 8 years ago
  12. 34a79f6 net: dsa: support switchdev ageing time attr by Vivien Didelot · 8 years ago
  13. 0c73c52 net: dsa: Initialize CPU port ethtool ops per tree by Florian Fainelli · 8 years ago
  14. af42192 net: dsa: Add initialization helper for CPU port ethtool_ops by Florian Fainelli · 8 years ago
  15. 0b7b498 net: dsa: Provide unique DSA slave MII bus names by Florian Fainelli · 8 years ago
  16. 83c0afa net: dsa: Add new binding implementation by Andrew Lunn · 8 years ago
  17. 39a7f2a net: dsa: Refactor selection of tag ops into a function by Andrew Lunn · 8 years ago
  18. 189b0d9 net: dsa: Move port device node into port structure by Andrew Lunn · 8 years ago
  19. c8b0980 net: dsa: Add a ports structure and use it in the switch structure by Andrew Lunn · 8 years ago
  20. 6e8e862 net: dsa: slave: Remove MDIO address from switch MDIO bus name by Andrew Lunn · 8 years ago
  21. 0e57604 net: dsa: slave: chip data is optional, don't dereference NULL by Andrew Lunn · 8 years ago
  22. ff04955 dsa: Rename switch chip data to cd by Andrew Lunn · 8 years ago
  23. c33063d dsa: Remove master_dev from switch structure by Andrew Lunn · 8 years ago
  24. badf3ad net: dsa: Provide CPU port statistics to master netdev by Florian Fainelli · 8 years ago
  25. 46e7b8d net: dsa: kill circular reference with slave priv by Vivien Didelot · 8 years ago
  26. 4d5770b net: dsa: make the VLAN add function return void by Vivien Didelot · 8 years ago
  27. 8497aa6 net: dsa: make the FDB add function return void by Vivien Didelot · 8 years ago
  28. 43c44a9 net: dsa: make the STP state function return void by Vivien Didelot · 8 years ago
  29. 6debb68 net: dsa: refine netdev event notifier by Vivien Didelot · 8 years ago
  30. 16bfa70 net: dsa: make port_bridge_leave return void by Vivien Didelot · 8 years ago
  31. 71327a4 net: dsa: rename port_*_bridge routines by Vivien Didelot · 8 years ago
  32. b71be35 dsa: slave: Don't reference NULL pointer during phy_disconnect by Andrew Lunn · 8 years ago
  33. fb2daba net: dsa: support VLAN filtering switchdev attr by Vivien Didelot · 8 years ago
  34. 477b184 net: dsa: drop vlan_getnext by Vivien Didelot · 8 years ago
  35. 65aebfc net: dsa: add port_vlan_dump routine by Vivien Didelot · 8 years ago
  36. 9d2dd73 net: dsa: remove dsa_bridge_check_vlan_range by Vivien Didelot · 8 years ago
  37. a669275 net: dsa: pass bridge down to drivers by Vivien Didelot · 8 years ago
  38. 73dcb55 net: dsa: Unregister slave_dev in error path by Florian Fainelli · 8 years ago
  39. a407054 net: dsa: remove phy_disconnect from error path by Sascha Hauer · 8 years ago
  40. 0071f56 dsa: Register netdev before phy by Andrew Lunn · 8 years ago
  41. 7f85442 phy: Add API for {un}registering an mdio device to a bus. by Andrew Lunn · 8 years ago
  42. 2220943 phy: Centralise print about attached phy by Andrew Lunn · 8 years ago
  43. cda5c15 net: dsa: move dsa slave destroy code to slave.c by Neil Armstrong · 9 years ago
  44. 76e398a net: dsa: use switchdev obj for VLAN add/del ops by Vivien Didelot · 9 years ago
  45. 1a49a2f net: dsa: remove port_fdb_getnext by Vivien Didelot · 9 years ago
  46. ea70ba9 net: dsa: add port_fdb_dump function by Vivien Didelot · 9 years ago
  47. 850d0cb switchdev: remove pointers from switchdev objects by Jiri Pirko · 9 years ago
  48. f7fadf3 switchdev: make struct switchdev_attr parameter const for attr_set calls by Jiri Pirko · 9 years ago
  49. efd29b3 net: dsa: do not warn unsupported bridge ops by Vivien Didelot · 9 years ago
  50. 8057b3e net: dsa: use switchdev obj in port_fdb_del by Vivien Didelot · 9 years ago
  51. 1f36faf net: dsa: push prepare phase in port_fdb_add by Vivien Didelot · 9 years ago
  52. 146a320 net: dsa: add port_fdb_prepare by Vivien Didelot · 9 years ago
  53. d25b8e7 net: dsa: better error reporting by Russell King · 9 years ago
  54. 9e8f4a5 switchdev: push object ID back to object structure by Jiri Pirko · 9 years ago
  55. 648b4a9 switchdev: bring back switchdev_obj and use it as a generic object param by Jiri Pirko · 9 years ago
  56. 52ba57c switchdev: rename switchdev_obj_fdb to switchdev_obj_port_fdb by Jiri Pirko · 9 years ago
  57. 8f24f30 switchdev: rename switchdev_obj_vlan to switchdev_obj_port_vlan by Jiri Pirko · 9 years ago
  58. 1f86839 switchdev: rename SWITCHDEV_ATTR_* enum values to SWITCHDEV_ATTR_ID_* by Jiri Pirko · 9 years ago
  59. 57d8083 switchdev: rename SWITCHDEV_OBJ_* enum values to SWITCHDEV_OBJ_ID_* by Jiri Pirko · 9 years ago
  60. b8d866a net: dsa: fix preparation of a port STP update by Vivien Didelot · 9 years ago
  61. ab06900 net: switchdev: abstract object in add/del ops by Vivien Didelot · 9 years ago
  62. 25f07ad net: switchdev: pass callback to dump operation by Vivien Didelot · 9 years ago
  63. 03d5fb1 net: switchdev: remove dev from switchdev_obj cb by Vivien Didelot · 9 years ago
  64. f37db85 net: dsa: Set a "dsa" device_type by Florian Fainelli · 9 years ago
  65. 79a62eb dsa: use prepare/commit switchdev transaction helpers by Jiri Pirko · 9 years ago
  66. f8db834 switchdev: move transaction phase enum under transaction structure by Jiri Pirko · 9 years ago
  67. 7ea6eb3 switchdev: introduce transaction item queue for attr_set and obj_add by Jiri Pirko · 9 years ago
  68. 69f5df4 switchdev: rename "trans" to "trans_ph". by Jiri Pirko · 9 years ago
  69. 0a5f107 net: dsa: convert to using IFF_NO_QUEUE by Phil Sutter · 9 years ago
  70. 1114953 net: dsa: add support for switchdev VLAN objects by Vivien Didelot · 9 years ago
  71. 182ad46 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  72. 211c504 net: dsa: Do not override PHY interface if already configured by Florian Fainelli · 9 years ago
  73. ba14d9e net: dsa: add support for switchdev FDB objects by Vivien Didelot · 9 years ago
  74. 2a778e1 net: dsa: change FDB routines prototypes by Vivien Didelot · 9 years ago
  75. cdf0969 Revert "Merge branch 'mv88e6xxx-switchdev-fdb'" by David S. Miller · 9 years ago
  76. 55045dd net: dsa: add support for switchdev FDB objects by Vivien Didelot · 9 years ago
  77. 04ff53f net: dsa: Add netconsole support by Florian Fainelli · 9 years ago
  78. 4ed70ce net: dsa: Refactor transmit path to eliminate duplication by Florian Fainelli · 9 years ago
  79. 4fdeddf dsa: fix promiscuity leak on slave dev open error by Gilad Ben-Yossef · 9 years ago
  80. 42275bd switchdev: don't use anonymous union on switchdev attr/obj structs by Scott Feldman · 9 years ago
  81. 3563606 switchdev: convert STP update to switchdev attr set by Scott Feldman · 9 years ago
  82. f8e20a9 switchdev: convert parent_id_get to switchdev attr get by Scott Feldman · 9 years ago
  83. 9d47c0a switchdev: s/swdev_/switchdev_/ by Jiri Pirko · 9 years ago
  84. 448b448 net: dsa: Add lockdep class to tx queues to avoid lockdep splat by Andrew Lunn · 9 years ago
  85. abd2be0 dsa: implement ndo_get_iflink by Nicolas Dichtel · 9 years ago
  86. 339d826 net: dsa: Add basic framework to support ndo_fdb functions by Guenter Roeck · 9 years ago
  87. b06b107 net: dsa: Handle non-bridge master change by Guenter Roeck · 9 years ago
  88. 98237d4 switchdev: use new swdev ops by Scott Feldman · 9 years ago
  89. 96026d0 net: dsa: do not use slave MII bus for fixed PHYs by Florian Fainelli · 9 years ago
  90. cd28a1a net: dsa: fully divert PHY reads/writes if requested by Florian Fainelli · 9 years ago
  91. c305c16 net: dsa: move PHY setup on DSA MII bus to its own function by Florian Fainelli · 9 years ago
  92. d79d210 net: dsa: Introduce dsa_is_port_initialized by Guenter Roeck · 9 years ago
  93. b73adef net: dsa: integrate with SWITCHDEV for HW bridging by Florian Fainelli · 9 years ago
  94. d87d6f4 net: dsa: Ensure that port array elements are initialized before being used by Guenter Roeck · 9 years ago
  95. 1933492 net: dsa: Set valid phy interface type by Guenter Roeck · 9 years ago
  96. b750f5b net: dsa: Remove redundant phy_attach() by Andrew Lunn · 9 years ago
  97. 24df898 net: dsa: set slave MII bus PHY mask by Vivien Didelot · 9 years ago
  98. 9697f1c net: dsa: propagate error code from dsa_slave_phy_setup by Florian Fainelli · 10 years ago
  99. 53013c7 net: dsa: handle non-existing PHYs on switch internal bus by Florian Fainelli · 10 years ago
  100. a2ae600 dsa: Use netdev_<level> instead of printk by Joe Perches · 10 years ago