1. 25 4月, 2006 1 次提交
  2. 19 11月, 2005 1 次提交
  3. 29 10月, 2005 1 次提交
    • A
      [PATCH] Better fixup for the orinoco driver · 2c36ed22
      Alan Cox 提交于
      The latest kernel added a pretty ugly fix for the orinoco etherleak bug
      which contains bogus skb->len checks already done by the caller and causes
      copies of all odd sized frames (which are quite common)
      
      While the skb->len check should be ripped out the other fix is harder to do
      properly so I'm proposing for this the -mm tree only until next 2.6.x so
      that it gets tested.
      
      Instead of copying buffers around blindly this code implements a padding
      aware version of the hermes buffer writing function which does padding as
      the buffer is loaded and thus more cleanly and without bogus 1.5K copies.
      Signed-off-by: NAlan Cox <alan@redhat.com>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NJeff Garzik <jgarzik@pobox.com>
      2c36ed22
  4. 23 9月, 2005 2 次提交
  5. 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