1. 02 5月, 2009 1 次提交
  2. 23 4月, 2009 1 次提交
  3. 21 4月, 2009 2 次提交
  4. 17 4月, 2009 1 次提交
  5. 16 4月, 2009 1 次提交
  6. 14 4月, 2009 1 次提交
  7. 07 4月, 2009 1 次提交
  8. 03 4月, 2009 2 次提交
  9. 02 4月, 2009 2 次提交
    • J
      hso: add Vendor/Product ID's for new devices · 9961d842
      Jan Dumon 提交于
      Add Vendor/Product ID's for new devices.
      Removed duplicate product ID 0x7361.
      Signed-off-by: NJan Dumon <j.dumon@option.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      9961d842
    • L
      kaweth: Fix locking to be SMP-safe · 4ff61c8f
      Larry Finger 提交于
      On an SMP system, the following message is printed. The patch below gets
      fixes the problem.
      
      =================================
      [ INFO: inconsistent lock state ]
      2.6.29-Linus-05093-gc31f403d #57
      ---------------------------------
      inconsistent {hardirq-on-W} -> {in-hardirq-W} usage.
      bash/4105 [HC1[1]:SC0[0]:HE0:SE1] takes:
       (&kaweth->device_lock){+...}, at: [<ffffffffa01aa286>]
                       kaweth_usb_receive+0x77/0x1af [kaw eth]
      {hardirq-on-W} state was registered at:
        [<ffffffff80260503>] __lock_acquire+0x753/0x1685
        [<ffffffff8026148a>] lock_acquire+0x55/0x71
        [<ffffffff80461ba6>] _spin_lock+0x31/0x3d
        [<ffffffffa01aaa0c>] kaweth_start_xmit+0x2b/0x1e1 [kaweth]
        [<ffffffff803eccd3>] dev_hard_start_xmit+0x22e/0x2ad
        [<ffffffff803fe120>] __qdisc_run+0xf2/0x203
        [<ffffffff803ed0cd>] dev_queue_xmit+0x263/0x39b
        [<ffffffffa03a47cb>] packet_sendmsg_spkt+0x1c4/0x20a [af_packet]
        [<ffffffff803de0c2>] sock_sendmsg+0xe4/0xfd
        [<ffffffff803dec8f>] sys_sendto+0xe4/0x10c
        [<ffffffff8020bccb>] system_call_fastpath+0x16/0x1b
        [<ffffffffffffffff>] 0xffffffffffffffff
      irq event stamp: 1280
      hardirqs last  enabled at (1279): [<ffffffff80461a71>]
                        _spin_unlock_irqrestore+0x44/0x4c
      hardirqs last disabled at (1280): [<ffffffff8020bad7>]
                        save_args+0x67/0x70
      softirqs last  enabled at (660): [<ffffffff8024192c>]
                        __do_softirq+0x14d/0x15d
      softirqs last disabled at (651): [<ffffffff8020ce9c>]
                        call_softirq+0x1c/0x28
      Signed-off-by: NLarry Finger <Larry.Finger@lwfinger.net>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      4ff61c8f
  10. 22 3月, 2009 12 次提交
  11. 04 3月, 2009 1 次提交
  12. 02 3月, 2009 3 次提交
  13. 27 2月, 2009 2 次提交
  14. 25 2月, 2009 1 次提交
  15. 18 2月, 2009 1 次提交
    • H
      drivers/net/usb: fix sparse warnings: Should it be static? · 0227abc9
      Hannes Eder 提交于
      Impact: Make symbols static.
      
      Fix this sparse warnings:
        drivers/net/usb/hso.c:1249:6: warning: symbol 'hso_unthrottle_tasklet' was not declared. Should it be static?
        drivers/net/usb/hso.c:1268:6: warning: symbol 'hso_unthrottle_workfunc' was not declared. Should it be static?
        drivers/net/usb/hso.c:1466:5: warning: symbol 'tiocmget_submit_urb' was not declared. Should it be static?
        drivers/net/usb/smsc95xx.c:62:5: warning: symbol 'turbo_mode' was not declared. Should it be static?
      Signed-off-by: NHannes Eder <hannes@hanneseder.net>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      0227abc9
  16. 15 2月, 2009 1 次提交
  17. 04 2月, 2009 1 次提交
    • F
      hso: add new device id's · 67dd8246
      Filip Aben 提交于
      This patch adds a few device ID's. It also removes an ID that was used
      in an internal engineering version of a device and will never see
      commercial light. Even if this ID will be 'recycled' in the future,
      which is very unlikely, we don't know what kind of device will be
      behind it. Therefore it's safer to remove it.
      Signed-off-by: NFilip Aben <f.aben@option.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      67dd8246
  18. 01 2月, 2009 1 次提交
  19. 26 1月, 2009 2 次提交
  20. 22 1月, 2009 1 次提交
  21. 16 1月, 2009 2 次提交