1. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  2. 8767137 net: dsa: Initialize DSA_SKB_CB(skb)->deferred_xmit variable by Vladimir Oltean · 6 years ago
  3. b96a541 dsa: tag_brcm: Fix build error without CONFIG_NET_DSA_TAG_BRCM_PREPEND by YueHaibing · 6 years ago
  4. a9e41a5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  5. 4974f9b net: dsa: support of_get_mac_address new ERR_PTR error by Petr Štetiar · 6 years ago
  6. 68be930 net: dsa: Fix error cleanup path in dsa_init_module by YueHaibing · 6 years ago
  7. 227d07a net: dsa: sja1105: Add support for traffic through standalone ports by Vladimir Oltean · 6 years ago
  8. 97a69a0 net: dsa: Add support for deferred xmit by Vladimir Oltean · 6 years ago
  9. cc1939e net: dsa: Allow drivers to filter packets they can decode source port from by Vladimir Oltean · 6 years ago
  10. f9bbe44 net: dsa: Optional VLAN-based port separation for switches without tagging by Vladimir Oltean · 6 years ago
  11. 146c1be net: dsa: Export symbols for dsa_port_vid_{add, del} by Vladimir Oltean · 6 years ago
  12. b2243b3 net: dsa: Call driver's setup callback after setting up its switchdev notifier by Vladimir Oltean · 6 years ago
  13. 9681e8b net/dsa: use intermediate representation for matchall offload by Pieter Jansen van Vuuren · 6 years ago
  14. 93e86b3 net: dsa: Remove legacy probing support by Andrew Lunn · 6 years ago
  15. 314f76d net: dsa: Add more convenient functions for installing port VLANs by Vladimir Oltean · 6 years ago
  16. ec9121e net: dsa: Skip calling .port_vlan_filtering on no change by Vladimir Oltean · 6 years ago
  17. 14574676 net: dsa: Keep the vlan_filtering setting in dsa_switch if it's global by Vladimir Oltean · 6 years ago
  18. d371b7c net: dsa: Unset vlan_filtering when ports leave the bridge by Vladimir Oltean · 6 years ago
  19. 8f5d16f net: dsa: Be aware of switches where VLAN filtering is a global setting by Vladimir Oltean · 6 years ago
  20. 33162e9 net: dsa: Store vlan_filtering as a property of dsa_port by Vladimir Oltean · 6 years ago
  21. 85478d7 net: dsa: Fix pharse -> phase typo by Vladimir Oltean · 6 years ago
  22. 0b9f9df dsa: Allow tag drivers to be built as modules by Andrew Lunn · 6 years ago
  23. 3aa475e dsa: tag_brcm: Avoid unused symbols by Andrew Lunn · 6 years ago
  24. f81a43e dsa: Cleanup unneeded table and make tag structures static by Andrew Lunn · 6 years ago
  25. 3675617 dsa: Make use of the list of tag drivers by Andrew Lunn · 6 years ago
  26. 4dad81e dsa: Add stub tag driver put method by Andrew Lunn · 6 years ago
  27. c39e2a1 dsa: Rename dsa_resolve_tag_protocol() to _get ready for locking by Andrew Lunn · 6 years ago
  28. 409065b dsa: Register the none tagger ops by Andrew Lunn · 6 years ago
  29. bdc6fe5 dsa: Keep link list of tag drivers by Andrew Lunn · 6 years ago
  30. d3b8c04 dsa: Add boilerplate helper to register DSA tag driver modules by Andrew Lunn · 6 years ago
  31. 056eed2 dsa: Add TAG protocol to tag ops by Andrew Lunn · 6 years ago
  32. f18bba5 dsa: Add MODULE_LICENSE to tag drivers by Andrew Lunn · 6 years ago
  33. 0b42f03 dsa: Add MODULE_ALIAS to taggers in preparation to become modules by Andrew Lunn · 6 years ago
  34. 875138f dsa: Move tagger name into its ops structure by Andrew Lunn · 6 years ago
  35. dfedd3b dsa: Add SPDX header to tag drivers. by Andrew Lunn · 6 years ago
  36. f83f715 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  37. 15b04ac dsa: pass switch ID through devlink_port_attrs_set() by Jiri Pirko · 6 years ago
  38. bec5267 net: devlink: extend port attrs for switch ID by Jiri Pirko · 6 years ago
  39. a2c7023 net: dsa: read mac address from DT for slave device by Xiaofei Shen · 6 years ago
  40. 6e57d72 net: dsa: Implement flow_dissect callback for tag_qca by xiaofeis · 6 years ago
  41. d484210 dsa: do not support ndo_get_phys_port_name for non-legacy ports by Jiri Pirko · 6 years ago
  42. 716efee dsa: implement ndo_get_devlink_port by Jiri Pirko · 6 years ago
  43. 6146dd4 net: dsa: Avoid null pointer when failing to connect to PHY by Vladimir Oltean · 6 years ago
  44. f6b19b3 net: devlink: select NET_DEVLINK from drivers by Jiri Pirko · 6 years ago
  45. d8ba362 dsa: move devlink_port_attrs_set() call before register by Jiri Pirko · 6 years ago
  46. 402f99e5 dsa: add missing net/devlink.h include by Jiri Pirko · 6 years ago
  47. d6af21a net: dsa: Use prepare/commit phase in dsa_slave_vlan_rx_add_vid() by Florian Fainelli · 6 years ago
  48. 88b573a net: dsa: add KSZ9893 switch tagging support by Tristram Ha · 6 years ago
  49. 9eb3591 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  50. 3d705f0 net: Remove switchdev_ops by Florian Fainelli · 6 years ago
  51. 9ed1ece net: dsa: Handle SWITCHDEV_PORT_ATTR_SET by Florian Fainelli · 6 years ago
  52. f4b6bcc net: devlink: turn devlink into a built-in by Jakub Kicinski · 6 years ago
  53. 9919a36 net: dsa: fix a leaked reference by adding missing of_node_put by Wen Yang · 6 years ago
  54. 75104db dsa: Remove phydev parameter from disable_port call by Andrew Lunn · 6 years ago
  55. 70f3522 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  56. 061f6a5 net: dsa: Add ndo_vlan_rx_{add, kill}_vid implementation by Florian Fainelli · 6 years ago
  57. cc1d5bd net: dsa: Deny enslaving VLAN devices into VLAN aware bridge by Florian Fainelli · 6 years ago
  58. 010c8f0 net: Get rid of switchdev_port_attr_get() by Florian Fainelli · 6 years ago
  59. cc0c207 net: Remove SWITCHDEV_ATTR_ID_PORT_BRIDGE_FLAGS_SUPPORT by Florian Fainelli · 6 years ago
  60. ea87005 net: dsa: Add setter for SWITCHDEV_ATTR_ID_PORT_BRIDGE_FLAGS by Florian Fainelli · 6 years ago
  61. c138806 net: dsa: enable flooding for bridge ports by Russell King · 6 years ago
  62. 5765279 net: dsa: add support for bridge flags by Russell King · 6 years ago
  63. 9c2054a net: dsa: fix unintended change of bridge interface STP state by Russell King · 6 years ago
  64. 57fd967 net: dsa: Implement flow_dissect callback for tag_dsa. by Rundong Ge · 6 years ago
  65. cbd72b4 net: dsa: microchip: add switch offload forwarding support by Tristram Ha · 6 years ago
  66. 33b363e net: dsa: use struct_size() in devm_kzalloc() by Gustavo A. R. Silva · 6 years ago
  67. a655fe9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  68. 929d6c1 net: dsa: Implement ndo_get_port_parent_id() by Florian Fainelli · 6 years ago
  69. 00670cb net: dsa: Fix NULL checking in dsa_slave_set_eee() by Dan Carpenter · 6 years ago
  70. c8101f7 net: dsa: Fix lockdep false positive splat by Marc Zyngier · 6 years ago
  71. 17ab4f6 net: dsa: slave: Don't propagate flag changes on down slave interfaces by Rundong Ge · 6 years ago
  72. 6685987 switchdev: Add extack argument to call_switchdev_notifiers() by Petr Machata · 6 years ago
  73. 87b0984 net: Add extack argument to ndo_fdb_add() by Petr Machata · 6 years ago
  74. da7b9e9 net: dsa: Add ndo_get_phys_port_name() for CPU port by Florian Fainelli · 6 years ago
  75. 8a75b9d net: dsa: ksz: Add STP multicast handling by Marek Vasut · 6 years ago
  76. bafe9ba net: dsa: ksz: Factor out common tag code by Tristram Ha · 6 years ago
  77. 39d6b96 net: dsa: ksz: Rename NET_DSA_TAG_KSZ to _KSZ9477 by Tristram Ha · 6 years ago
  78. 4cc1fee Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  79. a60956e net: dsa: Make dsa_master_set_mtu() static by Andrew Lunn · 6 years ago
  80. 91ba479 net: dsa: Restore MTU on master device on unload by Andrew Lunn · 6 years ago
  81. dc0fe7d net: dsa: Set the master device's MTU to account for DSA overheads by Andrew Lunn · 6 years ago
  82. a5dd308 net: dsa: Add overhead to tag protocol ops. by Andrew Lunn · 6 years ago
  83. a3d7e01 net: dsa: Fix tagging attribute location by Florian Fainelli · 6 years ago
  84. ab4a168 rocker, dsa, ethsw: Don't filter VLAN events on bridge itself by Petr Machata · 6 years ago
  85. d17d9f5 switchdev: Replace port obj add/del SDO with a notification by Petr Machata · 6 years ago
  86. 2b239f6 net: dsa: slave: Handle SWITCHDEV_PORT_OBJ_ADD/_DEL by Petr Machata · 6 years ago
  87. 2af1ccd net: dsa: legacy: simplify getting .driver_data by Wolfram Sang · 6 years ago
  88. c9fbd71 netpoll: allow cleanup to be synchronous by Debabrata Banerjee · 6 years ago
  89. e9ba0fb bridge: switchdev: Allow clearing FDB entry offload indication by Ido Schimmel · 6 years ago
  90. b458925 net: dsa: remove redundant null pointer check before put_device by zhong jiang · 6 years ago
  91. 711ddb6 net: dsa: tag_gswip: Add gswip to dsa_tag_protocol_to_str() by Hauke Mehrtens · 6 years ago
  92. 7969119 net: dsa: Add Lantiq / Intel GSWIP tag support by Hauke Mehrtens · 6 years ago
  93. 98cdb48 net: dsa: Expose tagging protocol to user-space by Florian Fainelli · 6 years ago
  94. ad86198 net: dsa: Drop GPIO includes by Linus Walleij · 6 years ago
  95. 244cd96 net_sched: remove list_head from tc_action by Cong Wang · 6 years ago
  96. a736e07 Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  97. 1be52e9 dsa: slave: eee: Allow ports to use phylink by Andrew Lunn · 6 years ago
  98. 89b1698 Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  99. a94c689 net: dsa: Do not suspend/resume closed slave_dev by Florian Fainelli · 6 years ago
  100. 0015b80 net: dsa: Remove VLA usage by Salvatore Mesoraca · 6 years ago