1. 29 Sep, 2006 1 commit
  2. 28 Sep, 2006 1 commit
  3. 30 Jun, 2006 1 commit
  4. 03 Oct, 2005 1 commit
    • Herbert Xu's avatar
      [IPV4]: Replace __in_dev_get with __in_dev_get_rcu/rtnl · e5ed6399
      Herbert Xu authored
      
      The following patch renames __in_dev_get() to __in_dev_get_rtnl() and
      introduces __in_dev_get_rcu() to cover the second case.
      
      1) RCU with refcnt should use in_dev_get().
      2) RCU without refcnt should use __in_dev_get_rcu().
      3) All others must hold RTNL and use __in_dev_get_rtnl().
      
      There is one exception in net/ipv4/route.c which is in fact a pre-existing
      race condition.  I've marked it as such so that we remember to fix it.
      
      This patch is based on suggestions and prior work by Suzanne Wood and
      Paul McKenney.
      Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      e5ed6399
  5. 14 Sep, 2005 1 commit
    • Adrian Bunk's avatar
      [PATCH] drivers/net/wan/: possible cleanups · 7665a089
      Adrian Bunk authored
      
      This patch contains possible cleanups including the following:
      - make needlessly global code static
      - #if 0 the following unused global function:
        - sdladrv.c: sdla_intde
      - remove the following unused global variable:
        - lmc_media.c: lmc_t1_cables
      - remove the following unneeded EXPORT_SYMBOL's:
        - cycx_drv.c: cycx_inten
        - sdladrv.c: sdla_inten
        - sdladrv.c: sdla_intde
        - sdladrv.c: sdla_intack
        - sdladrv.c: sdla_intr
        - syncppp.c: sppp_input
        - syncppp.c: sppp_change_mtu
      Signed-off-by: default avatarAdrian Bunk <bunk@stusta.de>
      Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
      Signed-off-by: default avatarJeff Garzik <jgarzik@pobox.com>
      7665a089
  6. 07 Sep, 2005 1 commit
  7. 29 Aug, 2005 1 commit
    • David S. Miller's avatar
      [NET]: Kill skb->real_dev · f2ccd8fa
      David S. Miller authored
      
      Bonding just wants the device before the skb_bond()
      decapsulation occurs, so simply pass that original
      device into packet_type->func() as an argument.
      
      It remains to be seen whether we can use this same
      exact thing to get rid of skb->input_dev as well.
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      f2ccd8fa
  8. 16 Apr, 2005 1 commit
    • Linus Torvalds's avatar
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds authored
      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