1. 716a30a net: switchdev: merge switchdev_handle_fdb_{add,del}_to_device by Vladimir Oltean · 3 years, 3 months ago
  2. 957e223 net: make switchdev_bridge_port_{,unoffload} loosely coupled with the bridge by Vladimir Oltean · 3 years, 5 months ago
  3. 94111df net: switchdev: remove stray semicolon in switchdev_handle_fdb_del_to_device shim by Vladimir Oltean · 3 years, 6 months ago
  4. 8ca0717 net: switchdev: introduce a fanout helper for SWITCHDEV_FDB_{ADD,DEL}_TO_DEVICE by Vladimir Oltean · 3 years, 6 months ago
  5. c6451cd net: switchdev: introduce helper for checking dynamically learned FDB entries by Vladimir Oltean · 3 years, 6 months ago
  6. 69bfac9 net: switchdev: add a context void pointer to struct switchdev_notifier_info by Vladimir Oltean · 3 years, 7 months ago
  7. 2c4eca3 net: bridge: switchdev: include local flag in FDB notifications by Vladimir Oltean · 3 years, 9 months ago
  8. 4f2673b net: bridge: add helper to replay port and host-joined mdb entries by Vladimir Oltean · 3 years, 10 months ago
  9. c513efa switchdev: mrp: Extend ring_role_mrp and in_role_mrp by Horatiu Vultur · 4 years ago
  10. 405be6b switchdev: mrp: Remove CONFIG_BRIDGE_MRP by Horatiu Vultur · 4 years ago
  11. 419dfae net: bridge: fix switchdev_port_attr_set stub when CONFIG_SWITCHDEV=n by Vladimir Oltean · 4 years ago
  12. dcbdf13 net: bridge: propagate extack through switchdev_port_attr_set by Vladimir Oltean · 4 years ago
  13. e18f4c1 net: switchdev: pass flags and mask to both {PRE_,}BRIDGE_FLAGS attributes by Vladimir Oltean · 4 years ago
  14. 4c08c58 net: switchdev: propagate extack to port attributes by Vladimir Oltean · 4 years ago
  15. dc9d875 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years ago
  16. 059d2a1 switchdev: mrp: Remove SWITCHDEV_ATTR_ID_MRP_PORT_STAT by Horatiu Vultur · 4 years ago
  17. 8f73cc5 net: switchdev: delete the transaction object by Vladimir Oltean · 4 years ago
  18. bae33f2 net: switchdev: remove the transaction structure from port attributes by Vladimir Oltean · 4 years ago
  19. ffb68fc net: switchdev: remove the transaction structure from port object notifiers by Vladimir Oltean · 4 years ago
  20. b7a9e0d net: switchdev: remove vid_begin -> vid_end range from VLAN objects by Vladimir Oltean · 4 years ago
  21. 22ec19f3 bridge: switchdev: Notify about VLAN protocol changes by Danielle Ratson · 4 years, 2 months ago
  22. d05e8e6 bridge: Add SWITCHDEV_FDB_FLUSH_TO_BRIDGE notifier by Alexandra Winter · 4 years, 4 months ago
  23. cf7c527 switchdev: mrp: Extend switchdev API for MRP Interconnect by Horatiu Vultur · 4 years, 6 months ago
  24. c6676e7 bridge: mrp: Add support for role MRA by Horatiu Vultur · 4 years, 8 months ago
  25. 4b3a61b bridge: mrp: Set the priority of MRP instance by Horatiu Vultur · 4 years, 8 months ago
  26. 89c1e11 switchdev: mrp: Remove the variable mrp_ring_state by Horatiu Vultur · 4 years, 8 months ago
  27. c284b54 switchdev: mrp: Extend switchdev API to offload MRP by Horatiu Vultur · 4 years, 9 months ago
  28. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
  29. 91cf8ec switchdev: Remove unused transaction item queue by Florian Fainelli · 6 years ago
  30. 3d705f0 net: Remove switchdev_ops by Florian Fainelli · 6 years ago
  31. 1cb33af switchdev: Add SWITCHDEV_PORT_ATTR_SET by Florian Fainelli · 6 years ago
  32. 72636db switchdev: Complete removal of switchdev_port_attr_get() by Florian Fainelli · 6 years ago
  33. 010c8f0 net: Get rid of switchdev_port_attr_get() by Florian Fainelli · 6 years ago
  34. cc0c207 net: Remove SWITCHDEV_ATTR_ID_PORT_BRIDGE_FLAGS_SUPPORT by Florian Fainelli · 6 years ago
  35. 746dc18 net: switchdev: Add PORT_PRE_BRIDGE_FLAGS by Florian Fainelli · 6 years ago
  36. bccb302 net: Get rid of SWITCHDEV_ATTR_ID_PORT_PARENT_ID by Florian Fainelli · 6 years ago
  37. 6685987 switchdev: Add extack argument to call_switchdev_notifiers() by Petr Machata · 6 years ago
  38. 6921351 net: switchdev: Add extack to switchdev_handle_port_obj_add() callback by Petr Machata · 6 years ago
  39. 479c86d net: switchdev: Add extack to struct switchdev_notifier_info by Petr Machata · 6 years ago
  40. 69b7320 net: switchdev: Add extack argument to switchdev_port_obj_add() by Petr Machata · 6 years ago
  41. d17d9f5 switchdev: Replace port obj add/del SDO with a notification by Petr Machata · 6 years ago
  42. f30f060 switchdev: Add helpers to aid traversal through lower devices by Petr Machata · 6 years ago
  43. aa4efe2 switchdev: Add SWITCHDEV_PORT_OBJ_ADD, SWITCHDEV_PORT_OBJ_DEL by Petr Machata · 6 years ago
  44. a93e3b1 switchdev: Add a blocking notifier chain by Petr Machata · 6 years ago
  45. ec394af switchdev: SWITCHDEV_OBJ_PORT_{VLAN, MDB}(): Sanitize by Petr Machata · 6 years ago
  46. 5728ae0 vxlan: Add hardware FDB learning by Petr Machata · 6 years ago
  47. e9ba0fb bridge: switchdev: Allow clearing FDB entry offload indication by Ido Schimmel · 6 years ago
  48. 0efe117 vxlan: Support marking RDSTs as offloaded by Petr Machata · 6 years ago
  49. 9a99735 vxlan: Add switchdev notifications by Petr Machata · 6 years ago
  50. 816a3be switchdev: Add fdb.added_by_user to switchdev notifications by Petr Machata · 7 years ago
  51. 47d5b6d net: bridge: Add/del switchdev object on host join/leave by Andrew Lunn · 7 years ago
  52. 7704142 net: bridge: Notify on bridge device mrouter state changes by Yotam Gigi · 7 years ago
  53. 29ab586 net: switchdev: Remove bridge bypass support from switchdev by Arkadi Sharshevsky · 7 years ago
  54. 2bedde1 net: dsa: Move FDB dump implementation inside DSA by Arkadi Sharshevsky · 7 years ago
  55. d643a75 net: switchdev: add SET_SWITCHDEV_OPS helper by Simon Horman · 8 years ago
  56. 9fe8bce net: bridge: Receive notification about successful FDB offload by Arkadi Sharshevsky · 8 years ago
  57. 6b26b51 net: bridge: Add support for notifying devices about FDB add/del by Arkadi Sharshevsky · 8 years ago
  58. dc0ecabd net: switchdev: Add support for querying supported bridge flags by hardware by Arkadi Sharshevsky · 8 years ago
  59. 6d54964 switchdev: bridge: Offload mc router ports by Nogah Frankel · 8 years ago
  60. 147c1e9 switchdev: bridge: Offload multicast disabled by Nogah Frankel · 8 years ago
  61. 347e3b2 switchdev: remove FIB offload infrastructure by Jiri Pirko · 8 years ago
  62. dd19bde switchdev: Fix return value of switchdev_port_fdb_dump(). by Rosen, Rami · 8 years ago
  63. d297653 rtnetlink: fdb dump: optimize by saving last interface markers by Roopa Prabhu · 8 years ago
  64. 6bc506b bridge: switchdev: Add forward mark support for stacked devices by Ido Schimmel · 8 years ago
  65. de0ba9a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  66. eabfdda net: switchdev: change ageing_time type to clock_t by Vivien Didelot · 8 years ago
  67. 8438884 net/switchdev: Export the same parent ID service function by Or Gerlitz · 9 years ago
  68. da4ed55 switchdev: pass pointer to fib_info instead of copy by Jiri Pirko · 9 years ago
  69. 7ceb2af switchdev: Adding complete operation to deferred switchdev ops by Elad Raz · 9 years ago
  70. 4d41e125 switchdev: Adding MDB entry offload by Elad Raz · 9 years ago
  71. 81435c3 switchdev: add bridge vlan_filtering attribute by Elad Raz · 9 years ago
  72. 6ff64f6 switchdev: Pass original device to port netdev driver by Ido Schimmel · 9 years ago
  73. 24cb705 net: switchdev: fix return code of fdb_dump stub by Dragos Tatulea · 9 years ago
  74. 4d429c5 switchdev: introduce possibility to defer obj_add/del by Jiri Pirko · 9 years ago
  75. 850d0cb switchdev: remove pointers from switchdev objects by Jiri Pirko · 9 years ago
  76. 0bc05d5 switchdev: allow caller to explicitly request attr_set as deferred by Jiri Pirko · 9 years ago
  77. f7fadf3 switchdev: make struct switchdev_attr parameter const for attr_set calls by Jiri Pirko · 9 years ago
  78. 793f401 switchdev: introduce switchdev deferred ops infrastructure by Jiri Pirko · 9 years ago
  79. 464314e switchdev: skip over ports returning -EOPNOTSUPP when recursing ports by Scott Feldman · 9 years ago
  80. f55ac58 switchdev: add bridge ageing_time attribute by Scott Feldman · 9 years ago
  81. 9e8f4a5 switchdev: push object ID back to object structure by Jiri Pirko · 9 years ago
  82. 648b4a9 switchdev: bring back switchdev_obj and use it as a generic object param by Jiri Pirko · 9 years ago
  83. 52ba57c switchdev: rename switchdev_obj_fdb to switchdev_obj_port_fdb by Jiri Pirko · 9 years ago
  84. 8f24f30 switchdev: rename switchdev_obj_vlan to switchdev_obj_port_vlan by Jiri Pirko · 9 years ago
  85. 1f86839 switchdev: rename SWITCHDEV_ATTR_* enum values to SWITCHDEV_ATTR_ID_* by Jiri Pirko · 9 years ago
  86. 57d8083 switchdev: rename SWITCHDEV_OBJ_* enum values to SWITCHDEV_OBJ_ID_* by Jiri Pirko · 9 years ago
  87. 44bbcf5 net: switchdev: extract struct switchdev_obj_* by Vivien Didelot · 9 years ago
  88. ab06900 net: switchdev: abstract object in add/del ops by Vivien Didelot · 9 years ago
  89. 25f07ad net: switchdev: pass callback to dump operation by Vivien Didelot · 9 years ago
  90. 03d5fb1 net: switchdev: remove dev from switchdev_obj cb by Vivien Didelot · 9 years ago
  91. f623ab7 switchdev: reduce transaction phase enum down to a boolean by Jiri Pirko · 9 years ago
  92. 9f6467c switchdev: remove "ABORT" transaction phase by Jiri Pirko · 9 years ago
  93. 2b8a61a switchdev: remove "NONE" transaction phase by Jiri Pirko · 9 years ago
  94. 8bdb427 switchdev: add switchdev_trans_ph_prepare/commit helpers by Jiri Pirko · 9 years ago
  95. f8db834 switchdev: move transaction phase enum under transaction structure by Jiri Pirko · 9 years ago
  96. 7ea6eb3 switchdev: introduce transaction item queue for attr_set and obj_add by Jiri Pirko · 9 years ago
  97. 69f5df4 switchdev: rename "trans" to "trans_ph". by Jiri Pirko · 9 years ago
  98. ce80e7b net: switchdev: support static FDB addresses by Vivien Didelot · 9 years ago
  99. cdf0969 Revert "Merge branch 'mv88e6xxx-switchdev-fdb'" by David S. Miller · 9 years ago
  100. 8902482 net: switchdev: support static FDB addresses by Vivien Didelot · 9 years ago