31 Mar, 2010

1 commit


05 Nov, 2009

1 commit

  • This cleanup patch puts struct/union/enum opening braces,
    in first line to ease grep games.

    struct something
    {

    becomes :

    struct something {

    Signed-off-by: Eric Dumazet
    Signed-off-by: David S. Miller

    Eric Dumazet
     

20 Aug, 2009

1 commit


09 Jun, 2009

1 commit


18 Dec, 2008

2 commits


04 Mar, 2008

1 commit

  • There are some place, that calculate the ARP header length. These
    calculations are correct, but
    a) some operate with "magic" constants,
    b) enlarge the code length (sometimes at the cost of coding style),
    c) are not informative from the first glance.

    The proposal is to introduce a helper, that includes all the good
    sides of these calculations.

    Signed-off-by: Pavel Emelyanov
    Signed-off-by: David S. Miller

    Pavel Emelyanov
     

29 Jan, 2008

1 commit


26 Apr, 2007

1 commit


29 Sep, 2006

1 commit


22 Sep, 2005

1 commit

  • tree 383c59b2516a61f2683f02dfebbed0caf6ee5dc3
    parent a04948f63fd96c4b875a43f78afad1a0874cc441
    author Mike Kershaw 1124447833 -0500
    committer James Ketrenos 1127313883 -0500

    Added ieee80211_radiotap.h to enhance statistic reporting to user space
    from wireless drivers.

    Signed-off-by: Mike Kershaw
    Signed-off-by: James Ketrenos
    Signed-off-by: Jeff Garzik

    James Ketrenos
     

06 May, 2005

1 commit


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