1. 23 9月, 2016 8 次提交
  2. 22 9月, 2016 1 次提交
  3. 13 9月, 2016 1 次提交
  4. 31 8月, 2016 1 次提交
  5. 21 8月, 2016 5 次提交
  6. 20 8月, 2016 1 次提交
  7. 19 8月, 2016 2 次提交
  8. 18 8月, 2016 1 次提交
  9. 17 8月, 2016 2 次提交
  10. 22 7月, 2016 7 次提交
  11. 15 7月, 2016 1 次提交
  12. 12 7月, 2016 1 次提交
  13. 30 6月, 2016 4 次提交
  14. 24 6月, 2016 1 次提交
  15. 18 6月, 2016 1 次提交
    • A
      ixgbe: Replace ndo_add/del_vxlan_port with ndo_add/del_udp_enc_port · b3a49557
      Alexander Duyck 提交于
      This change replaces the network device operations for adding or removing a
      VXLAN port with operations that are more generically defined to be used for
      any UDP offload port but provide a type.  As such by just adding a line to
      verify that the offload type is VXLAN we can maintain the same
      functionality.
      
      In addition I updated the socket address family check so that instead of
      excluding IPv6 we instead abort of type is not IPv4.  This makes much more
      sense as we should only be supporting IPv4 outer addresses on this
      hardware.
      
      The last change is that I pulled the rtnl_lock/unlock into the conditional
      statement for IXGBE_FLAG2_VXLAN_REREG_NEEDED.  The motivation behind this
      is to avoid unneeded bouncing of the mutex which will just slow down the
      handling of this call anyway.
      Signed-off-by: NAlexander Duyck <aduyck@mirantis.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      b3a49557
  16. 21 5月, 2016 2 次提交
  17. 17 5月, 2016 1 次提交