1. 12 12月, 2009 1 次提交
  2. 04 12月, 2009 4 次提交
  3. 24 11月, 2009 2 次提交
  4. 11 11月, 2009 1 次提交
  5. 04 11月, 2009 1 次提交
  6. 31 10月, 2009 1 次提交
  7. 30 10月, 2009 1 次提交
  8. 29 10月, 2009 1 次提交
  9. 13 10月, 2009 1 次提交
  10. 07 10月, 2009 1 次提交
  11. 05 10月, 2009 2 次提交
  12. 23 9月, 2009 4 次提交
  13. 15 9月, 2009 1 次提交
  14. 12 9月, 2009 2 次提交
    • R
    • M
      net: Add DEVTYPE support for Ethernet based devices · 384912ed
      Marcel Holtmann 提交于
      The Ethernet framing is used for a lot of devices these days. Most
      prominent are WiFi and WiMAX based devices. However for userspace
      application it is important to classify these devices correctly and
      not only see them as Ethernet devices. The daemons like HAL, DeviceKit
      or even NetworkManager with udev support tries to do the classification
      in userspace with a lot trickery and extra system calls. This is not
      good and actually reaches its limitations. Especially since the kernel
      does know the type of the Ethernet device it is pretty stupid.
      
      To solve this problem the underlying device type needs to be set and
      then the value will be exported as DEVTYPE via uevents and available
      within udev.
      
        # cat /sys/class/net/wlan0/uevent
        DEVTYPE=wlan
        INTERFACE=wlan0
        IFINDEX=5
      
      This is similar to subsystems like USB and SCSI that distinguish
      between hosts, devices, disks, partitions etc.
      
      The new SET_NETDEV_DEVTYPE() is a convenience helper to set the actual
      device type. All device types are free form, but for convenience the
      same strings as used with RFKILL are choosen.
      Signed-off-by: NMarcel Holtmann <marcel@holtmann.org>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      384912ed
  15. 02 9月, 2009 1 次提交
  16. 01 9月, 2009 1 次提交
  17. 15 8月, 2009 1 次提交
  18. 14 8月, 2009 1 次提交
  19. 05 8月, 2009 2 次提交
  20. 03 8月, 2009 1 次提交
  21. 22 7月, 2009 1 次提交
  22. 17 7月, 2009 1 次提交
  23. 13 7月, 2009 2 次提交
  24. 11 7月, 2009 1 次提交
  25. 06 7月, 2009 1 次提交
  26. 01 7月, 2009 4 次提交