1. 15 7月, 2016 1 次提交
  2. 18 5月, 2016 1 次提交
  3. 25 4月, 2016 1 次提交
  4. 11 1月, 2016 1 次提交
  5. 07 1月, 2016 1 次提交
  6. 16 12月, 2015 1 次提交
    • I
      switchdev: Pass original device to port netdev driver · 6ff64f6f
      Ido Schimmel 提交于
      switchdev drivers need to know the netdev on which the switchdev op was
      invoked. For example, the STP state of a VLAN interface configured on top
      of a port can change while being member in a bridge. In this case, the
      underlying driver should only change the STP state of that particular
      VLAN and not of all the VLANs configured on the port.
      
      However, current switchdev infrastructure only passes the port netdev down
      to the driver. Solve that by passing the original device down to the
      driver as part of the required switchdev object / attribute.
      
      This doesn't entail any change in current switchdev drivers. It simply
      enables those supporting stacked devices to know the originating device
      and act accordingly.
      Signed-off-by: NIdo Schimmel <idosch@mellanox.com>
      Signed-off-by: NJiri Pirko <jiri@mellanox.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      6ff64f6f
  7. 17 11月, 2015 1 次提交
  8. 15 10月, 2015 5 次提交
  9. 12 10月, 2015 2 次提交
  10. 03 10月, 2015 6 次提交
  11. 30 9月, 2015 4 次提交
  12. 25 9月, 2015 7 次提交
  13. 12 8月, 2015 2 次提交
  14. 10 8月, 2015 2 次提交
  15. 21 7月, 2015 1 次提交
  16. 23 6月, 2015 1 次提交
  17. 18 5月, 2015 1 次提交
  18. 14 5月, 2015 2 次提交