1. 3a07bd6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  2. a076e6b rocker: call correct unregister function on error by Gilad Ben-Yossef · 10 years ago
  3. 7d4f8d8 switchdev; add VLAN support for port's bridge_getlink by Scott Feldman · 10 years ago
  4. 3e3a78b switchdev: rename vlan vid_start to vid_begin by Scott Feldman · 10 years ago
  5. b4ad7ba bridge: del external_learned fdbs from device on flush or ageout by Scott Feldman · 10 years ago
  6. f66feaa rocker: move port stop to 'no wait' processing by Scott Feldman · 10 years ago
  7. 92014b9 rocker: move MAC learn event back to 'no wait' processing by Scott Feldman · 10 years ago
  8. ac28393 rocker: mark STP update as 'no wait' processing by Scott Feldman · 10 years ago
  9. 02a9fbf rocker: mark neigh update event processing as 'no wait' by Scott Feldman · 10 years ago
  10. 179f9a2 rocker: revert back to support for nowait processes by Scott Feldman · 10 years ago
  11. 4d81db4 rocker: fix neigh tbl index increment race by Scott Feldman · 10 years ago
  12. a072031 rocker: gaurd against NULL rocker_port when removing ports by Scott Feldman · 10 years ago
  13. 2aa2ed0 rocker: remove support for legacy VLAN ndo ops by Scott Feldman · 10 years ago
  14. 027e00d rocker: install/remove router MAC for untagged VLAN when joining/leaving bridge by Scott Feldman · 10 years ago
  15. bcfd780 rocker: install untagged VLAN (vid=0) support for each port by Scott Feldman · 10 years ago
  16. cec04a6 rocker: cleanup vlan table on error adding vlan by Scott Feldman · 10 years ago
  17. 27b808c rocker: zero allocate ports array by Scott Feldman · 10 years ago
  18. 534ba6a rocker: remove rocker parameter from functions that have rocker_port parameter by Simon Horman · 10 years ago
  19. e505464 rocker: mark parameters and local variables as const by Simon Horman · 10 years ago
  20. 0985df7 rocker: remove unused rocker_port parameter from rocker_port_kfree by Simon Horman · 10 years ago
  21. df6a206 rocker: make rocker_port_internal_vlan_id_{get, put}() non-transactional by Simon Horman · 10 years ago
  22. 550ecc9 rocker: do not make neighbour entry changes when preparing transactions by Simon Horman · 10 years ago
  23. 42e9488 rocker: do not modify fdb table in rocker_port_fdb() when preparing transactions by Simon Horman · 10 years ago
  24. 3098ac3 rocker: do not delete fdb entries in rocker_port_fdb_flush() when preparing transactions by Simon Horman · 10 years ago
  25. 45d4122 switchdev: add support for fdb add/del/dump via switchdev_port_obj ops. by Samudrala, Sridhar · 10 years ago
  26. 1f9993f rocker: fix a neigh entry leak issue by Ying Xue · 10 years ago
  27. 4133fc0 rocker: fix a neigh entry leak issue by Ying Xue · 10 years ago
  28. 42275bd switchdev: don't use anonymous union on switchdev attr/obj structs by Scott Feldman · 10 years ago
  29. 7a7ee53 switchdev: sparse warning: pass ipv4 fib dst as network-byte order by Scott Feldman · 10 years ago
  30. 4725ceb rocker: make checkpatch -f clean by Scott Feldman · 10 years ago
  31. 7889cbe switchdev: remove NETIF_F_HW_SWITCH_OFFLOAD feature flag by Scott Feldman · 10 years ago
  32. 58c2cb1 switchdev: convert fib_ipv4_add/del over to switchdev_port_obj_add/del by Scott Feldman · 10 years ago
  33. 85fdb95 switchdev: cut over to new switchdev_port_bridge_getlink by Scott Feldman · 10 years ago
  34. 54ba5a0 switchdev: cut over to new switchdev_port_bridge_dellink by Scott Feldman · 10 years ago
  35. fc8f40d switchdev: cut over to new switchdev_port_bridge_setlink by Scott Feldman · 10 years ago
  36. 6004c86 switchdev: add bridge port flags attr by Scott Feldman · 10 years ago
  37. 9228ad2 rocker: use switchdev add/del obj for bridge port vlans by Scott Feldman · 10 years ago
  38. 3563606 switchdev: convert STP update to switchdev attr set by Scott Feldman · 10 years ago
  39. c4f2032 rocker: support prepare-commit transaction model by Scott Feldman · 10 years ago
  40. f8e20a9 switchdev: convert parent_id_get to switchdev attr get by Scott Feldman · 10 years ago
  41. 9d47c0a switchdev: s/swdev_/switchdev_/ by Jiri Pirko · 10 years ago
  42. ebb9a03 switchdev: s/netdev_switch_/switchdev_/ and s/NETDEV_SWITCH_/SWITCHDEV_/ by Jiri Pirko · 10 years ago
  43. 3715544 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  44. 629161f net: rocker: Use ether_addr_equal by Simon Horman · 10 years ago
  45. 46c264d bridge/nl: remove wrong use of NLM_F_MULTI by Nicolas Dichtel · 10 years ago
  46. 3122a92 rocker: fix error return code in rocker_probe() by Wei Yongjun · 10 years ago
  47. 9f0d34b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  48. a6e95cc rocker: handle non-bridge master change by Simon Horman · 10 years ago
  49. db19170 rocker: add support for phys_port_name by David Ahern · 10 years ago
  50. 04f49fa rocker: replace fixed stack allocation with dynamic allocation by Scott Feldman · 10 years ago
  51. 98237d4 switchdev: use new swdev ops by Scott Feldman · 10 years ago
  52. f8f2147 switchdev: add netlink flags to IPv4 FIB add op by Scott Feldman · 10 years ago
  53. 1b5ef07 rocker: sparse: fix dynamic allocation on stack warning by Scott Feldman · 10 years ago
  54. 0f43deb rocker: quiet sparce endianess warnings by Scott Feldman · 10 years ago
  55. 8ea6963 rocker: fix some sparse warnings by Scott Feldman · 10 years ago
  56. c1beeef rocker: implement IPv4 fib offloading by Scott Feldman · 10 years ago
  57. 71a83a6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  58. 5f2ebfb rocker: silence shift wrapping warning by Dan Carpenter · 10 years ago
  59. e65ad3b rocker: add a check for NULL in rocker_probe_ports() by Dan Carpenter · 10 years ago
  60. e47172a rocker: put port in FORWADING state after leaving bridge by Scott Feldman · 10 years ago
  61. 4a6bb6d rocker: rename lport to pport by Scott Feldman · 10 years ago
  62. 7eb344f rocker: fix non-portable err return codes by Scott Feldman · 10 years ago
  63. 9766e97 net: rocker: Add support for retrieving port level statistics by David Ahern · 11 years ago
  64. eb0ac42 rocker: set feature NETIF_F_HW_SWITCH_OFFLOAD by Roopa Prabhu · 11 years ago
  65. add511b bridge: add flags argument to ndo_bridge_setlink and ndo_bridge_dellink by Roopa Prabhu · 11 years ago
  66. f2bbca5 net: rocker: Add basic netdev counters - v2 by David Ahern · 11 years ago
  67. 053c095 netlink: make nlmsg_end() and genlmsg_end() void by Johannes Berg · 11 years ago
  68. 3aeb661 net: replace br_fdb_external_learn_* calls with switchdev notifier events by Jiri Pirko · 11 years ago
  69. adedf37 rocker: fix harmless warning on 32-bit machines by Arnd Bergmann · 11 years ago
  70. 1d460b9 rocker: remove swdev mode by Roopa Prabhu · 11 years ago
  71. 11e6c65 rocker: fix eth_type type in struct rocker_ctrl by Jiri Pirko · 11 years ago
  72. 9b03c71 rocker: introduce be put/get variants and use it when appropriate by Jiri Pirko · 11 years ago
  73. 51ace88 rocker: Use logical operators on booleans by Thomas Graf · 11 years ago
  74. e756058 rocker: Add proper validation of Netlink attributes by Thomas Graf · 11 years ago
  75. 5111f80 rocker: add ndo_bridge_setlink/getlink support for learning policy by Scott Feldman · 11 years ago
  76. ce76ca6 rocker: implement ndo_fdb_dump by Jiri Pirko · 11 years ago
  77. 6c70794 rocker: implement L2 bridge offloading by Scott Feldman · 11 years ago
  78. 9f6bbf7 rocker: implement rocker ofdpa flow table manipulation by Scott Feldman · 11 years ago
  79. 4b8ac96 rocker: introduce rocker switch driver by Jiri Pirko · 11 years ago