1. 4fc003f net: switchdev: add net device refcount tracker by Eric Dumazet · 3 years, 1 month ago
  2. 716a30a net: switchdev: merge switchdev_handle_fdb_{add,del}_to_device by Vladimir Oltean · 3 years, 2 months ago
  3. 957e223 net: make switchdev_bridge_port_{,unoffload} loosely coupled with the bridge by Vladimir Oltean · 3 years, 5 months ago
  4. 2b0a568 net: switchdev: fix FDB entries towards foreign ports not getting propagated to us by Vladimir Oltean · 3 years, 5 months ago
  5. 71f4f89 net: switchdev: recurse into __switchdev_handle_fdb_del_to_device by Vladimir Oltean · 3 years, 5 months ago
  6. 8ca0717 net: switchdev: introduce a fanout helper for SWITCHDEV_FDB_{ADD,DEL}_TO_DEVICE by Vladimir Oltean · 3 years, 5 months ago
  7. 69bfac9 net: switchdev: add a context void pointer to struct switchdev_notifier_info by Vladimir Oltean · 3 years, 6 months ago
  8. dcbdf13 net: bridge: propagate extack through switchdev_port_attr_set by Vladimir Oltean · 3 years, 11 months ago
  9. 4c08c58 net: switchdev: propagate extack to port attributes by Vladimir Oltean · 3 years, 11 months ago
  10. c358f95 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years ago
  11. 0cfd99b net: switchdev: use obj-$(CONFIG_NET_SWITCHDEV) form in net/Makefile by Masahiro Yamada · 4 years ago
  12. 20776b4 net: switchdev: don't set port_obj_info->handled true when -EOPNOTSUPP by Rasmus Villemoes · 4 years ago
  13. bae33f2 net: switchdev: remove the transaction structure from port attributes by Vladimir Oltean · 4 years ago
  14. cf6def5 net: switchdev: delete switchdev_port_obj_add_now by Vladimir Oltean · 4 years ago
  15. ffb68fc net: switchdev: remove the transaction structure from port object notifiers by Vladimir Oltean · 4 years ago
  16. ea6754a net: switchdev: Fixed kerneldoc warning by Tian Tao · 4 years, 3 months ago
  17. c8af73f net: switchdev: kerneldoc fixes by Andrew Lunn · 4 years, 6 months ago
  18. a7f7f62 treewide: replace '---help---' in Kconfig files with 'help' by Masahiro Yamada · 4 years, 7 months ago
  19. 07c6f98 net: switchdev: do not propagate bridge updates across bridges by Russell King · 4 years, 10 months ago
  20. fbfc850 net: switchdev: Replace zero-length array with flexible-array member by Gustavo A. R. Silva · 4 years, 10 months ago
  21. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
  22. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  23. 91cf8ec switchdev: Remove unused transaction item queue by Florian Fainelli · 6 years ago
  24. d45224d net: switchdev: Replace port attr set SDO with a notification by Florian Fainelli · 6 years ago
  25. 1cb33af switchdev: Add SWITCHDEV_PORT_ATTR_SET by Florian Fainelli · 6 years ago
  26. 72636db switchdev: Complete removal of switchdev_port_attr_get() by Florian Fainelli · 6 years ago
  27. bccb302 net: Get rid of SWITCHDEV_ATTR_ID_PORT_PARENT_ID by Florian Fainelli · 6 years ago
  28. 6685987 switchdev: Add extack argument to call_switchdev_notifiers() by Petr Machata · 6 years ago
  29. 6921351 net: switchdev: Add extack to switchdev_handle_port_obj_add() callback by Petr Machata · 6 years ago
  30. 479c86d net: switchdev: Add extack to struct switchdev_notifier_info by Petr Machata · 6 years ago
  31. 69b7320 net: switchdev: Add extack argument to switchdev_port_obj_add() by Petr Machata · 6 years ago
  32. d17d9f5 switchdev: Replace port obj add/del SDO with a notification by Petr Machata · 6 years ago
  33. f30f060 switchdev: Add helpers to aid traversal through lower devices by Petr Machata · 6 years ago
  34. a93e3b1 switchdev: Add a blocking notifier chain by Petr Machata · 6 years ago
  35. 47d5b6d net: bridge: Add/del switchdev object on host join/leave by Andrew Lunn · 7 years ago
  36. 29ab586 net: switchdev: Remove bridge bypass support from switchdev by Arkadi Sharshevsky · 7 years ago
  37. 2bedde1 net: dsa: Move FDB dump implementation inside DSA by Arkadi Sharshevsky · 7 years ago
  38. ff5cf10 net: switchdev: Change notifier chain to be atomic by Arkadi Sharshevsky · 8 years ago
  39. fceb643 netlink: pass extended ACK struct to parsing functions by Johannes Berg · 8 years ago
  40. 27058af Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  41. c778453 switchdev: Remove redundant variable by Ido Schimmel · 8 years ago
  42. 97c2429 switchdev: Execute bridge ndos only for bridge ports by Ido Schimmel · 8 years ago
  43. 347e3b2 switchdev: remove FIB offload infrastructure by Jiri Pirko · 8 years ago
  44. c985018 fib: introduce FIB info offload flag helpers by Jiri Pirko · 8 years ago
  45. d297653 rtnetlink: fdb dump: optimize by saving last interface markers by Roopa Prabhu · 8 years ago
  46. 6bc506b bridge: switchdev: Add forward mark support for stacked devices by Ido Schimmel · 8 years ago
  47. 5c326ab switchdev: Support parent ID comparison for stacked devices by Ido Schimmel · 8 years ago
  48. 2eb03e6 switchdev: Put export declaration in the right place by Or Gerlitz · 8 years ago
  49. 8438884 net/switchdev: Export the same parent ID service function by Or Gerlitz · 8 years ago
  50. da4ed55 switchdev: pass pointer to fib_info instead of copy by Jiri Pirko · 9 years ago
  51. 8fbb89c net: switchdev: Drop EXPERIMENTAL from description by Florian Fainelli · 9 years ago
  52. 7ceb2af switchdev: Adding complete operation to deferred switchdev ops by Elad Raz · 9 years ago
  53. 3e34766 switchdev: fix typo in comments/doc by Nicolas Dichtel · 9 years ago
  54. 472681d net: ndo_fdb_dump should report -EMSGSIZE to rtnl_fdb_dump. by MINOURA Makoto / 箕浦 真 · 9 years ago
  55. 4f2c6ae switchdev: Require RTNL mutex to be held when sending FDB notifications by Ido Schimmel · 9 years ago
  56. 4d41e125 switchdev: Adding MDB entry offload by Elad Raz · 9 years ago
  57. 6ff64f6 switchdev: Pass original device to port netdev driver by Ido Schimmel · 9 years ago
  58. 0c63d80 switchdev: respect SKIP_EOPNOTSUPP flag in case there is no recursion by Jiri Pirko · 9 years ago
  59. e258d91 switchdev: fix: pass correct obj size when deferring obj add by Scott Feldman · 9 years ago
  60. 3a7bde5 switchdev: fix: erasing too much of vlan obj when handling multiple vlan specs by Scott Feldman · 9 years ago
  61. 741af00 switchdev: Add support for flood control by Ido Schimmel · 9 years ago
  62. 26440c8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  63. 771acac switchdev: assert rtnl mutex when going over lower netdevs by Jiri Pirko · 9 years ago
  64. 4d429c5 switchdev: introduce possibility to defer obj_add/del by Jiri Pirko · 9 years ago
  65. 850d0cb switchdev: remove pointers from switchdev objects by Jiri Pirko · 9 years ago
  66. 0bc05d5 switchdev: allow caller to explicitly request attr_set as deferred by Jiri Pirko · 9 years ago
  67. f7fadf3 switchdev: make struct switchdev_attr parameter const for attr_set calls by Jiri Pirko · 9 years ago
  68. 793f401 switchdev: introduce switchdev deferred ops infrastructure by Jiri Pirko · 9 years ago
  69. 87aaf2c switchdev: check if the vlan id is in the proper vlan range by Nikolay Aleksandrov · 9 years ago
  70. cc02aa8 switchdev: enforce no pvid flag in vlan ranges by Nikolay Aleksandrov · 9 years ago
  71. 464314e switchdev: skip over ports returning -EOPNOTSUPP when recursing ports by Scott Feldman · 9 years ago
  72. 9e8f4a5 switchdev: push object ID back to object structure by Jiri Pirko · 9 years ago
  73. 648b4a9 switchdev: bring back switchdev_obj and use it as a generic object param by Jiri Pirko · 9 years ago
  74. 52ba57c switchdev: rename switchdev_obj_fdb to switchdev_obj_port_fdb by Jiri Pirko · 9 years ago
  75. 8f24f30 switchdev: rename switchdev_obj_vlan to switchdev_obj_port_vlan by Jiri Pirko · 9 years ago
  76. 1f86839 switchdev: rename SWITCHDEV_ATTR_* enum values to SWITCHDEV_ATTR_ID_* by Jiri Pirko · 9 years ago
  77. 57d8083 switchdev: rename SWITCHDEV_OBJ_* enum values to SWITCHDEV_OBJ_ID_* by Jiri Pirko · 9 years ago
  78. ab06900 net: switchdev: abstract object in add/del ops by Vivien Didelot · 9 years ago
  79. 25f07ad net: switchdev: pass callback to dump operation by Vivien Didelot · 9 years ago
  80. 03d5fb1 net: switchdev: remove dev from switchdev_obj cb by Vivien Didelot · 9 years ago
  81. e02a06b2 net: switchdev: move dev in switchdev_fdb_dump by Vivien Didelot · 9 years ago
  82. e23b002 net: switchdev: remove dev in port_vlan_dump_put by Vivien Didelot · 9 years ago
  83. f623ab7 switchdev: reduce transaction phase enum down to a boolean by Jiri Pirko · 9 years ago
  84. 9f6467c switchdev: remove "ABORT" transaction phase by Jiri Pirko · 9 years ago
  85. f8db834 switchdev: move transaction phase enum under transaction structure by Jiri Pirko · 9 years ago
  86. 7ea6eb3 switchdev: introduce transaction item queue for attr_set and obj_add by Jiri Pirko · 9 years ago
  87. 69f5df4 switchdev: rename "trans" to "trans_ph". by Jiri Pirko · 9 years ago
  88. 0890cf6 switchdev: fix return value of switchdev_port_fdb_dump in case of error by Jiri Pirko · 9 years ago
  89. ce80e7b net: switchdev: support static FDB addresses by Vivien Didelot · 9 years ago
  90. cdf0969 Revert "Merge branch 'mv88e6xxx-switchdev-fdb'" by David S. Miller · 9 years ago
  91. 8902482 net: switchdev: support static FDB addresses by Vivien Didelot · 9 years ago
  92. 1525c38 net: switchdev: change fdb addr for a byte array by Vivien Didelot · 9 years ago
  93. 1a3b2ec switchdev: add offload_fwd_mark generator helper by Scott Feldman · 9 years ago
  94. d754f98 net: add phys ID compare helper to test if two IDs are the same by Scott Feldman · 9 years ago
  95. 2ee9401 net: switchdev: don't abort unsupported operations by Vivien Didelot · 9 years ago
  96. 5c8079d net: switchdev: ignore unsupported bridge flags by Vivien Didelot · 10 years ago
  97. e9fdaec switchdev: change BUG_ON to WARN for attr set failure case by Scott Feldman · 10 years ago
  98. 7d4f8d8 switchdev; add VLAN support for port's bridge_getlink by Scott Feldman · 10 years ago
  99. 3e3a78b switchdev: rename vlan vid_start to vid_begin by Scott Feldman · 10 years ago
  100. 10ea516 switchdev: fdb filter_dev is always NULL for self (device), so remove check by Scott Feldman · 10 years ago