1. 16 10月, 2007 1 次提交
  2. 15 10月, 2007 1 次提交
  3. 12 10月, 2007 1 次提交
  4. 11 10月, 2007 3 次提交
    • S
      [POWERPC] iSeries: Move viodasd probing · 8251b4c4
      Stephen Rothwell 提交于
      This way we only have entries in the device tree for disks that actually
      exist.  A slight complication is that disks may be attached to LPARs
      at runtime.
      Signed-off-by: NStephen Rothwell <sfr@canb.auug.org.au>
      Acked-by: NJens Axboe <jens.axboe@oracle.com>
      Signed-off-by: NPaul Mackerras <paulus@samba.org>
      8251b4c4
    • E
      [NET]: Make the device list and device lookups per namespace. · 881d966b
      Eric W. Biederman 提交于
      This patch makes most of the generic device layer network
      namespace safe.  This patch makes dev_base_head a
      network namespace variable, and then it picks up
      a few associated variables.  The functions:
      dev_getbyhwaddr
      dev_getfirsthwbytype
      dev_get_by_flags
      dev_get_by_name
      __dev_get_by_name
      dev_get_by_index
      __dev_get_by_index
      dev_ioctl
      dev_ethtool
      dev_load
      wireless_process_ioctl
      
      were modified to take a network namespace argument, and
      deal with it.
      
      vlan_ioctl_set and brioctl_set were modified so their
      hooks will receive a network namespace argument.
      
      So basically anthing in the core of the network stack that was
      affected to by the change of dev_base was modified to handle
      multiple network namespaces.  The rest of the network stack was
      simply modified to explicitly use &init_net the initial network
      namespace.  This can be fixed when those components of the network
      stack are modified to handle multiple network namespaces.
      
      For now the ifindex generator is left global.
      
      Fundametally ifindex numbers are per namespace, or else
      we will have corner case problems with migration when
      we get that far.
      
      At the same time there are assumptions in the network stack
      that the ifindex of a network device won't change.  Making
      the ifindex number global seems a good compromise until
      the network stack can cope with ifindex changes when
      you change namespaces, and the like.
      Signed-off-by: NEric W. Biederman <ebiederm@xmission.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      881d966b
    • E
      [NET]: Make packet reception network namespace safe · e730c155
      Eric W. Biederman 提交于
      This patch modifies every packet receive function
      registered with dev_add_pack() to drop packets if they
      are not from the initial network namespace.
      
      This should ensure that the various network stacks do
      not receive packets in a anything but the initial network
      namespace until the code has been converted and is ready
      for them.
      Signed-off-by: NEric W. Biederman <ebiederm@xmission.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      e730c155
  5. 10 10月, 2007 18 次提交
  6. 20 9月, 2007 1 次提交
  7. 12 9月, 2007 1 次提交
  8. 27 8月, 2007 1 次提交
    • D
      [SUNVDC]: Use slice 0xff on VD_DISK_TYPE_DISK. · 1bd4b280
      David S. Miller 提交于
      While debugging issues with the VDS server I made the
      driver use partition 2 to get at the whole disk since
      this is the "whole disk" partition in the Sun disk
      label.
      
      We really should use slice 0xff which really means
      the whole physical disk in the VIO disk protocol.
      Otherwise things won't work well on a disk image
      that doesn't have a proper disk label on it.
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      1bd4b280
  9. 23 8月, 2007 1 次提交
  10. 19 8月, 2007 2 次提交
  11. 12 8月, 2007 4 次提交
  12. 01 8月, 2007 1 次提交
  13. 30 7月, 2007 1 次提交
  14. 27 7月, 2007 1 次提交
  15. 24 7月, 2007 1 次提交
  16. 22 7月, 2007 1 次提交
  17. 20 7月, 2007 1 次提交