An error occurred fetching the project authors.
  1. 16 Aug, 2017 1 commit
  2. 20 Jul, 2017 1 commit
  3. 12 Dec, 2016 1 commit
  4. 21 Apr, 2016 1 commit
  5. 18 Mar, 2016 1 commit
    • Aaron Young's avatar
      ldmvsw: Add ldmvsw.c driver code · 5d01fa0c
      Aaron Young authored
        Add ldmvsw.c driver
      
        Details:
      
        The ldmvsw driver very closely follows the sunvnet.c code and makes
        use of the sunvnet_common.c code for core functionality.
      
        A significant difference between sunvnet and ldmvsw driver is
        sunvnet creates a network interface for each vnet-port *parent*
        node in the MD while the ldmvsw driver creates a network interface
        for every vsw-port node in the Machine Description (MD).
        Therefore the netdev_priv() for sunvnet is a vnet structure while
        the netdev_priv() for ldmvsw is a vnet_port structure.
      
        Vnet_port structures allocated by ldmvsw have the vsw bit set.
        When finding the net_device associated with a port, the common code keys
        off this bit to use either the net_device found in the vnet_port or the
        net_device in the vnet structure (see the VNET_PORT_TO_NET_DEVICE() macro in
        sunvnet_common.h). This scheme allows the common code to work with
        both drivers with minimal changes.
      
        Similar to Xen, network interfaces created by the ldmvsw driver will always
        have a HW Addr (i.e. mac address) of FE:FF:FF:FF:FF:FF and each will be
        assigned the devname "vif<cfg_handle>.<port_id>" - where <cfg_handle> and
        <port_id> are a unique handle/port pair assigned to the associated
        vsw-port node in the MD.
      Signed-off-by: default avatarAaron Young <aaron.young@oracle.com>
      Signed-off-by: default avatarRashmi Narasimhan <rashmi.narasimhan@oracle.com>
      Reviewed-by: default avatarSowmini Varadhan <sowmini.varadhan@oracle.com>
      Reviewed-by: default avatarAlexandre Chartre <Alexandre.Chartre@oracle.com>
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      5d01fa0c
  6. 24 Sep, 2014 1 commit
  7. 26 Apr, 2012 1 commit
  8. 14 Aug, 2010 1 commit
  9. 09 Aug, 2010 1 commit
  10. 27 May, 2010 1 commit
  11. 03 Apr, 2010 1 commit
  12. 03 Mar, 2010 1 commit
  13. 21 Jan, 2010 1 commit
  14. 16 Sep, 2009 1 commit
  15. 19 Aug, 2009 1 commit
  16. 16 Jun, 2009 1 commit
  17. 17 Apr, 2009 1 commit
  18. 26 Jan, 2009 1 commit
  19. 03 Jan, 2009 1 commit
  20. 04 Dec, 2008 1 commit
    • Sam Ravnborg's avatar
      sparc,sparc64: unify Makefile · 5e538790
      Sam Ravnborg authored
      To unify Makefile for sparc and sparc64 a few other steps was needed:
      1) separate defconfig files for sparc and sparc64 is required,
         so locate these in arch/sparc/configs
      2) removoval of hack in toplevel Makefile to deal with that
         headers was in a separate directory compared to the rest
      
      The unification of the Makefile required usage of several
      
          foo-$(CONFIG_SPARCnn) +=
      
      due to a few directories pending unification.
      This will be cleaned up when we unify the remaining directories.
      
      Included in this patch are the deletion of a few files in
      sparc64 as they are no longer needed: Makefile + Kconfig.
      arch/sparc64/ will after this patch is applied only
      have four directories (prom, lib, kernel, boot)
      Signed-off-by: default avatarSam Ravnborg <sam@ravnborg.org>
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      5e538790
  21. 10 Nov, 2008 1 commit
  22. 18 Jul, 2008 1 commit
  23. 16 May, 2008 1 commit
  24. 27 Apr, 2008 1 commit
  25. 24 Apr, 2008 1 commit
  26. 21 Apr, 2008 1 commit
  27. 26 Mar, 2008 1 commit
  28. 18 Feb, 2008 1 commit
  29. 13 Feb, 2008 1 commit
  30. 06 Feb, 2008 1 commit
  31. 05 Dec, 2007 1 commit
  32. 01 Nov, 2007 1 commit
  33. 22 Oct, 2007 1 commit
  34. 14 Oct, 2007 1 commit
  35. 16 Sep, 2007 1 commit
  36. 24 Jul, 2007 1 commit
  37. 20 Jul, 2007 1 commit
  38. 17 Jul, 2007 1 commit
  39. 14 May, 2007 1 commit
  40. 12 May, 2007 1 commit