1. 19 2月, 2008 1 次提交
  2. 18 2月, 2008 1 次提交
  3. 29 1月, 2008 3 次提交
  4. 11 10月, 2007 2 次提交
  5. 22 5月, 2007 1 次提交
  6. 26 4月, 2007 2 次提交
  7. 04 3月, 2006 1 次提交
    • J
      [PATCH] bonding: suppress duplicate packets · 8f903c70
      Jay Vosburgh 提交于
      	Originally submitted by Kenzo Iwami; his original description is:
      
      The current bonding driver receives duplicate packets when broadcast/
      multicast packets are sent by other devices or packets are flooded by the
      switch. In this patch, new flags are added in priv_flags of net_device
      structure to let the bonding driver discard duplicate packets in
      dev.c:skb_bond().
      
      	Modified by Jay Vosburgh to change a define name, update some
      comments, rearrange the new skb_bond() for clarity, clear all bonding
      priv_flags on slave release, and update the driver version.
      Signed-off-by: NKenzo Iwami <k-iwami@cj.jp.nec.com>
      Signed-off-by: NJay Vosburgh <fubar@us.ibm.com>
      Signed-off-by: NJeff Garzik <jeff@garzik.org>
      8f903c70
  8. 18 1月, 2006 1 次提交
  9. 11 11月, 2005 1 次提交
  10. 28 9月, 2005 1 次提交
    • B
      [NET]: Fix GCC4 compile error: sysctl in linux/if_ether.h · 2fab35d7
      Ben Dooks 提交于
      The following is generated when compiling a
      recent (2.6.14-rc2-git5) kernel configured for
      ARM, with GCC4. 
      
        CC      init/main.o
      In file included from include/linux/netdevice.h:29,
                       from include/net/sock.h:48,
                       from init/main.c:50:
      include/linux/if_ether.h:114: error: array type has incomplete element type
      
      It seems that if CONFIG_SYSCTL is not set, then
      the compiler will throw an error due to the definition
      of the ether_table[] array
      
      Attached is a solution to the problem
      Signed-off-by: NBen Dooks <ben-linux@fluff.org>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      2fab35d7
  11. 30 8月, 2005 1 次提交
  12. 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