1. 347e3b2 switchdev: remove FIB offload infrastructure by Jiri Pirko · 8 years ago
  2. dd19bde switchdev: Fix return value of switchdev_port_fdb_dump(). by Rosen, Rami · 8 years ago
  3. d297653 rtnetlink: fdb dump: optimize by saving last interface markers by Roopa Prabhu · 8 years ago
  4. 6bc506b bridge: switchdev: Add forward mark support for stacked devices by Ido Schimmel · 8 years ago
  5. de0ba9a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  6. eabfdda net: switchdev: change ageing_time type to clock_t by Vivien Didelot · 8 years ago
  7. 8438884 net/switchdev: Export the same parent ID service function by Or Gerlitz · 8 years ago
  8. da4ed55 switchdev: pass pointer to fib_info instead of copy by Jiri Pirko · 8 years ago
  9. 7ceb2af switchdev: Adding complete operation to deferred switchdev ops by Elad Raz · 8 years ago
  10. 4d41e125 switchdev: Adding MDB entry offload by Elad Raz · 8 years ago
  11. 81435c3 switchdev: add bridge vlan_filtering attribute by Elad Raz · 8 years ago
  12. 6ff64f6 switchdev: Pass original device to port netdev driver by Ido Schimmel · 9 years ago
  13. 24cb705 net: switchdev: fix return code of fdb_dump stub by Dragos Tatulea · 9 years ago
  14. 4d429c5 switchdev: introduce possibility to defer obj_add/del by Jiri Pirko · 9 years ago
  15. 850d0cb switchdev: remove pointers from switchdev objects by Jiri Pirko · 9 years ago
  16. 0bc05d5 switchdev: allow caller to explicitly request attr_set as deferred by Jiri Pirko · 9 years ago
  17. f7fadf3 switchdev: make struct switchdev_attr parameter const for attr_set calls by Jiri Pirko · 9 years ago
  18. 793f401 switchdev: introduce switchdev deferred ops infrastructure by Jiri Pirko · 9 years ago
  19. 464314e switchdev: skip over ports returning -EOPNOTSUPP when recursing ports by Scott Feldman · 9 years ago
  20. f55ac58 switchdev: add bridge ageing_time attribute by Scott Feldman · 9 years ago
  21. 9e8f4a5 switchdev: push object ID back to object structure by Jiri Pirko · 9 years ago
  22. 648b4a9 switchdev: bring back switchdev_obj and use it as a generic object param by Jiri Pirko · 9 years ago
  23. 52ba57c switchdev: rename switchdev_obj_fdb to switchdev_obj_port_fdb by Jiri Pirko · 9 years ago
  24. 8f24f30 switchdev: rename switchdev_obj_vlan to switchdev_obj_port_vlan by Jiri Pirko · 9 years ago
  25. 1f86839 switchdev: rename SWITCHDEV_ATTR_* enum values to SWITCHDEV_ATTR_ID_* by Jiri Pirko · 9 years ago
  26. 57d8083 switchdev: rename SWITCHDEV_OBJ_* enum values to SWITCHDEV_OBJ_ID_* by Jiri Pirko · 9 years ago
  27. 44bbcf5 net: switchdev: extract struct switchdev_obj_* by Vivien Didelot · 9 years ago
  28. ab06900 net: switchdev: abstract object in add/del ops by Vivien Didelot · 9 years ago
  29. 25f07ad net: switchdev: pass callback to dump operation by Vivien Didelot · 9 years ago
  30. 03d5fb1 net: switchdev: remove dev from switchdev_obj cb by Vivien Didelot · 9 years ago
  31. f623ab7 switchdev: reduce transaction phase enum down to a boolean by Jiri Pirko · 9 years ago
  32. 9f6467c switchdev: remove "ABORT" transaction phase by Jiri Pirko · 9 years ago
  33. 2b8a61a switchdev: remove "NONE" transaction phase by Jiri Pirko · 9 years ago
  34. 8bdb427 switchdev: add switchdev_trans_ph_prepare/commit helpers by Jiri Pirko · 9 years ago
  35. f8db834 switchdev: move transaction phase enum under transaction structure by Jiri Pirko · 9 years ago
  36. 7ea6eb3 switchdev: introduce transaction item queue for attr_set and obj_add by Jiri Pirko · 9 years ago
  37. 69f5df4 switchdev: rename "trans" to "trans_ph". by Jiri Pirko · 9 years ago
  38. ce80e7b net: switchdev: support static FDB addresses by Vivien Didelot · 9 years ago
  39. cdf0969 Revert "Merge branch 'mv88e6xxx-switchdev-fdb'" by David S. Miller · 9 years ago
  40. 8902482 net: switchdev: support static FDB addresses by Vivien Didelot · 9 years ago
  41. 1525c38 net: switchdev: change fdb addr for a byte array by Vivien Didelot · 9 years ago
  42. 1a3b2ec switchdev: add offload_fwd_mark generator helper by Scott Feldman · 9 years ago
  43. 3e3a78b switchdev: rename vlan vid_start to vid_begin by Scott Feldman · 9 years ago
  44. 45d4122 switchdev: add support for fdb add/del/dump via switchdev_port_obj ops. by Samudrala, Sridhar · 9 years ago
  45. 42275bd switchdev: don't use anonymous union on switchdev attr/obj structs by Scott Feldman · 9 years ago
  46. 5eb764e switchdev: align comment with other comments in block by Scott Feldman · 9 years ago
  47. 58c2cb1 switchdev: convert fib_ipv4_add/del over to switchdev_port_obj_add/del by Scott Feldman · 9 years ago
  48. 8793d0a switchdev: add new switchdev_port_bridge_getlink by Scott Feldman · 9 years ago
  49. 87a5dae switchdev: remove unused switchdev_port_bridge_dellink by Scott Feldman · 9 years ago
  50. 5c34e02 switchdev: add new switchdev_port_bridge_dellink by Scott Feldman · 9 years ago
  51. e71f220 switchdev: remove old switchdev_port_bridge_setlink by Scott Feldman · 9 years ago
  52. 6004c86 switchdev: add bridge port flags attr by Scott Feldman · 9 years ago
  53. 6fc3016 switchdev: add port vlan obj by Scott Feldman · 9 years ago
  54. 491d0f1 switchdev: introduce switchdev add/del obj ops by Scott Feldman · 9 years ago
  55. 3563606 switchdev: convert STP update to switchdev attr set by Scott Feldman · 9 years ago
  56. f8e20a9 switchdev: convert parent_id_get to switchdev attr get by Scott Feldman · 9 years ago
  57. 3094333 switchdev: introduce get/set attrs ops by Scott Feldman · 9 years ago
  58. 9d47c0a switchdev: s/swdev_/switchdev_/ by Jiri Pirko · 9 years ago
  59. ebb9a03 switchdev: s/netdev_switch_/switchdev_/ and s/NETDEV_SWITCH_/SWITCHDEV_/ by Jiri Pirko · 9 years ago
  60. 13bb8e2 switchdev: kernel-doc cleanup on swithdev ops by Scott Feldman · 9 years ago
  61. 4170604 switchdev: add swdev ops by Scott Feldman · 9 years ago
  62. f8f2147 switchdev: add netlink flags to IPv4 FIB add op by Scott Feldman · 9 years ago
  63. 89650ad fib: make netdev_switch_fib_ipv4_abort in header file static inline by Willem de Bruijn · 9 years ago
  64. 8e05fd7 fib: hook IPv4 fib for hardware offload by Scott Feldman · 9 years ago
  65. 5e8d904 switchdev: add IPv4 fib ndo ops wrappers by Scott Feldman · 9 years ago
  66. 8a44dbb swdevice: add new apis to set and del bridge port attributes by Roopa Prabhu · 9 years ago
  67. 27c0013 switchdev: fix typo in inline function definition by Jiri Pirko · 9 years ago
  68. 3aeb661 net: replace br_fdb_external_learn_* calls with switchdev notifier events by Jiri Pirko · 9 years ago
  69. 03bf0c2 switchdev: introduce switchdev notifier by Jiri Pirko · 9 years ago
  70. 38dcf35 bridge: call netdev_sw_port_stp_update when bridge port STP status changes by Scott Feldman · 10 years ago
  71. 007f790 net: introduce generic switch devices support by Jiri Pirko · 10 years ago