22 Aug, 2007

1 commit

  • Easily avoidable compiler warnings bug me.

    Building irmod without CONFIG_SYSCTL currently results in :
    net/irda/irmod.c:132: warning: label 'out_err_2' defined but not used

    But that can easily be avoided by simply moving the label inside
    the existing "#ifdef CONFIG_SYSCTL" one line above it.

    This patch moves the label and buys us one less warning with no
    ill effects.

    Signed-off-by: Jesper Juhl
    Signed-off-by: David S. Miller

    Jesper Juhl
     

11 Jul, 2007

1 commit


27 Feb, 2007

1 commit


11 Feb, 2007

1 commit


01 Jul, 2006

1 commit


30 Aug, 2005

1 commit

  • 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: David S. Miller

    David S. Miller
     

17 Apr, 2005

1 commit

  • 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!

    Linus Torvalds