1. 02 4月, 2010 1 次提交
  2. 31 3月, 2010 1 次提交
  3. 23 3月, 2010 1 次提交
  4. 19 3月, 2010 1 次提交
  5. 10 3月, 2010 1 次提交
  6. 19 2月, 2010 1 次提交
  7. 18 2月, 2010 1 次提交
  8. 17 2月, 2010 1 次提交
  9. 16 2月, 2010 1 次提交
  10. 13 2月, 2010 1 次提交
  11. 11 2月, 2010 1 次提交
  12. 05 2月, 2010 1 次提交
  13. 04 2月, 2010 1 次提交
    • A
      net: macvtap driver · 20d29d7a
      Arnd Bergmann 提交于
      In order to use macvlan with qemu and other tools that require
      a tap file descriptor, the macvtap driver adds a small backend
      with a character device with the same interface as the tun
      driver, with a minimum set of features.
      
      Macvtap interfaces are created in the same way as macvlan
      interfaces using ip link, but the netif is just used as a
      handle for configuration and accounting, while the data
      goes through the chardev. Each macvtap interface has its
      own character device, simplifying permission management
      significantly over the generic tun/tap driver.
      
      Cc: Patrick McHardy <kaber@trash.net>
      Cc: Stephen Hemminger <shemminger@linux-foundation.org>
      Cc: David S. Miller" <davem@davemloft.net>
      Cc: "Michael S. Tsirkin" <mst@redhat.com>
      Cc: Herbert Xu <herbert@gondor.apana.org.au>
      Cc: Or Gerlitz <ogerlitz@voltaire.com>
      Cc: netdev@vger.kernel.org
      Cc: bridge@lists.linux-foundation.org
      Cc: linux-kernel@vger.kernel.org
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      20d29d7a
  14. 29 1月, 2010 1 次提交
  15. 16 1月, 2010 1 次提交
  16. 11 1月, 2010 1 次提交
  17. 22 12月, 2009 1 次提交
  18. 17 12月, 2009 1 次提交
    • D
      NET: Add Ethernet driver for Octeon MGMT devices. · d6aa60a1
      David Daney 提交于
      The Octeon MGMT Ethernet ports are present in some members of the
      Octeon SOC family (cn52XX and cn56XX have them).
      
      The mdio bus connected to the MGMT PHYs is shared with the main
      octeon-ethernet driver, we force it to be loaded first by calling
      octeon_mdiobus_force_mod_depencency.  The platform devices for the
      MGMT Ethernet ports are added in
      arch/mips/cavium-octeon/octeon-platform.c, and the register
      definitions for the ports live in arch/mips/include/asm/octeon/ along
      with their ilk.
      
      Although it currently is the only driver in drivers/net/octeon, the
      directory was created looking forward to the day that octeon-ethernet
      will move there from its current home in drivers/staging.
      Signed-off-by: NDavid Daney <ddaney@caviumnetworks.com>
      Acked-by: NDavid S. Miller <davem@davemloft.net>
      Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
      d6aa60a1
  19. 11 12月, 2009 1 次提交
  20. 21 11月, 2009 1 次提交
  21. 17 11月, 2009 1 次提交
  22. 15 10月, 2009 3 次提交
  23. 14 10月, 2009 1 次提交
  24. 13 10月, 2009 1 次提交
  25. 01 10月, 2009 1 次提交
  26. 23 9月, 2009 1 次提交
  27. 18 9月, 2009 1 次提交
  28. 31 8月, 2009 1 次提交
  29. 24 8月, 2009 1 次提交
  30. 20 8月, 2009 2 次提交
  31. 13 8月, 2009 1 次提交
  32. 06 8月, 2009 1 次提交
  33. 23 7月, 2009 1 次提交
  34. 20 7月, 2009 1 次提交
  35. 27 6月, 2009 1 次提交
  36. 23 6月, 2009 1 次提交
  37. 22 6月, 2009 1 次提交