1. 21 5月, 2009 1 次提交
    • U
      qeth: avoid crash after detach of replugged device · f2148565
      Ursula Braun 提交于
      If a qeth device is plugged off, setting the device online stops in
      state HARDSETUP and a failure is reported to the base cio-layer
      causing halt/clear to be invoked. Replugging the device again triggers
      a qeth recovery without notification of the cio-layer. If a device
      is ungrouped in this state, the qeth set_offline function is not
      invoked, because the corresponding ccwgroup device is not in state
      ONLINE. Then incoming traffic is still handled by the qdio layer
      resulting in a crash in qeth_l<x>_qdio_input_handler, because (part
      of) the qeth data structures for this device are already removed.
      Solution: After replugging the device qeth recovery should lead to a
      working net device. Thus a "LAN offline" result when setting a qeth
      device online must not report a failure to the base cio-layer.
      Signed-off-by: NUrsula Braun <ursula.braun@de.ibm.com>
      Signed-off-by: NFrank Blaschka <frank.blaschka@de.ibm.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      f2148565
  2. 25 3月, 2009 4 次提交
  3. 11 1月, 2009 1 次提交
  4. 09 1月, 2009 1 次提交
  5. 07 1月, 2009 1 次提交
  6. 05 1月, 2009 1 次提交
  7. 25 12月, 2008 1 次提交
  8. 28 10月, 2008 3 次提交
  9. 25 9月, 2008 2 次提交
  10. 27 8月, 2008 1 次提交
  11. 01 8月, 2008 1 次提交
  12. 26 7月, 2008 1 次提交
  13. 17 7月, 2008 1 次提交
  14. 11 6月, 2008 3 次提交
  15. 29 4月, 2008 4 次提交
  16. 17 4月, 2008 2 次提交
  17. 17 3月, 2008 1 次提交
    • F
      qeth: new qeth device driver · 4a71df50
      Frank Blaschka 提交于
      List of major changes and improvements:
       no manipulation of the global ARP constructor
       clean code split into core, layer 2 and layer 3 functionality
       better exploitation of the ethtool interface
       better representation of the various hardware capabilities
       fix packet socket support (tcpdump), no fake_ll required
       osasnmpd notification via udev events
       coding style and beautification
      Signed-off-by: NFrank Blaschka <frank.blaschka@de.ibm.com>
      Signed-off-by: NJeff Garzik <jeff@garzik.org>
      4a71df50