1. 16 9月, 2005 1 次提交
    • S
      [PATCH] sky2: driver update. · 793b883e
      Stephen Hemminger 提交于
      Here is revised patch against netdev sky2 branch.
      It includes whitespace fixes, all the changes from the previous
      review as well as some optimizations and timing fixes to
      solve some of the hangs.
      
      The stall problem is better but not perfect. It appears that
      under stress the chip can't keep up with the bus
      and sends a pause frame, then hangs. This version is for
      testing, and hopefully other eyes might see the root
      cause of the problem.
      
      I don't want to reinvent the ugly watchdog code in the syskonnect
      version of sk98lin.  If you read it you will see, the original
      driver writer and the hardware developer obviously didn't
      understand each other.
      
      Dual port support is included, but not tested yet. It did
      require small change to NAPI since both ports share same
      IRQ.
      Signed-off-by: NJeff Garzik <jgarzik@pobox.com>
      793b883e
  2. 30 8月, 2005 4 次提交
  3. 24 6月, 2005 4 次提交
  4. 23 6月, 2005 1 次提交
    • J
      [NETPOLL]: Introduce a netpoll_info struct · 115c1d6e
      Jeff Moyer 提交于
      This patch introduces a netpoll_info structure, which the struct net_device
      will now point to instead of pointing to a struct netpoll.  The reason for
      this is two-fold: 1) fields such as the rx_flags, poll_owner, and poll_lock
      should be maintained per net_device, not per netpoll;  and 2) this is a first
      step in providing support for multiple netpoll clients to register against the
      same net_device.
      
      The struct netpoll is now pointed to by the netpoll_info structure.  As
      such, the previous behaviour of the code is preserved.
      Signed-off-by: NJeff Moyer <jmoyer@redhat.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      115c1d6e
  5. 03 6月, 2005 1 次提交
  6. 30 5月, 2005 2 次提交
  7. 24 5月, 2005 1 次提交
  8. 06 5月, 2005 1 次提交
  9. 17 4月, 2005 1 次提交
    • L
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds 提交于
      Initial git repository build. I'm not bothering with the full history,
      even though we have it. We can create a separate "historical" git
      archive of that later if we want to, and in the meantime it's about
      3.2GB when imported into git - space that would just make the early
      git days unnecessarily complicated, when we don't have a lot of good
      infrastructure for it.
      
      Let it rip!
      1da177e4