1. 14 9月, 2006 1 次提交
  2. 03 7月, 2006 1 次提交
  3. 24 2月, 2006 1 次提交
  4. 03 1月, 2006 1 次提交
  5. 27 6月, 2005 1 次提交
  6. 16 5月, 2005 2 次提交
    • J
      [PATCH] fix PROMISC/bridging in TLAN driver · 562faf46
      James Harper 提交于
      This has been a problem for me for ages.  When using bridging, the driver
      is switched into promiscuous mode before the link init is complete.  The
      init complete routine then resets the promisc bit on the card so the kernel
      still thinks the card is in promiscuous mode but the card isn't.  doh.
      
      I think this bug only shows up in bridging when the bridge is started at
      boot time (or something else that sets promisc at the same time the card
      was started).  If promisc is enabled later it works.
      
      Here's a trivial (and hopefully correct) patch that works for me. It
      just calls the promisc/multicast setup routine after init.
      
      Cc: Jeff Garzik <jgarzik@pobox.com>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      562faf46
    • S
      [PATCH] tlan: restore deleted module parameters. · 15efa9bb
      Stephen Hemminger 提交于
      The module parameter values got lost in the conversion to the new module_param
      interface. This should fix it.
      Signed-off-by: NStephen Hemminger <shemminger@osdl.org>
      
      Index: tlan/drivers/net/tlan.c
      ===================================================================
      15efa9bb
  7. 13 5月, 2005 1 次提交
  8. 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