09 Jul, 2008

2 commits


14 May, 2008

1 commit


15 Apr, 2008

1 commit

  • Even kernel 2.2.26 (sic) already contains the
    #undef CONFIG_IRLAN_SEND_GRATUITOUS_ARP
    with the comment "but for some reason the machine crashes if you use DHCP".

    Either someone finally looks into this or it's simply time to remove
    this dead code.

    Reported-by: Robert P. J. Day
    Signed-off-by: Adrian Bunk
    Signed-off-by: David S. Miller

    Adrian Bunk
     

06 Mar, 2008

1 commit


29 Jan, 2008

1 commit


21 Dec, 2007

1 commit


26 Oct, 2007

1 commit


20 Oct, 2007

1 commit


11 Jul, 2007

1 commit


09 Jun, 2007

1 commit

  • From: G. Liakhovetski

    We need to switch to NRM _before_ sending the final packet otherwise
    we might hit a race condition where we get the first packet from the
    peer while we're still in LAP_XMIT_P.

    Signed-off-by: Samuel Ortiz
    Signed-off-by: David S. Miller

    G. Liakhovetski
     

09 May, 2007

1 commit


27 Feb, 2007

1 commit


09 Dec, 2006

1 commit

  • This is the core of the switch to the new framework. I've split it from the
    driver patches which are mostly search/replace and would encourage people to
    give this one a good hard stare.

    The references to BOTHER and ISHIFT are the termios values that must be
    defined by a platform once it wants to turn on "new style" ioctl support. The
    code patches here ensure that providing

    1. The termios overlays the ktermios in memory
    2. The only new kernel only fields are c_ispeed/c_ospeed (or none)

    the existing behaviour is retained. This is true for the patches at this
    point in time.

    Future patches will define BOTHER, ISHIFT and enable newer termios structures
    for each architecture, and once they are all done some of the ifdefs also
    vanish.

    [akpm@osdl.org: warning fix]
    [akpm@osdl.org: IRDA fix]
    Signed-off-by: Alan Cox
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Alan Cox
     

07 Dec, 2006

1 commit


04 Dec, 2006

1 commit


03 Dec, 2006

1 commit


29 Sep, 2006

1 commit


03 Jul, 2006

1 commit


24 May, 2006

1 commit


23 May, 2006

1 commit


26 Apr, 2006

1 commit


14 Feb, 2006

1 commit


10 Feb, 2006

1 commit


06 Sep, 2005

1 commit

  • Every file should #include the header files containing the prototypes
    of it's global functions.

    In this case this showed that the prototype of irlan_print_filter()
    was wrong which is also corrected in this patch.

    Signed-off-by: Adrian Bunk
    Signed-off-by: David S. Miller

    Adrian Bunk
     

09 Jul, 2005

1 commit

  • This is part of the grand scheme to eliminate the qlen
    member of skb_queue_head, and subsequently remove the
    'list' member of sk_buff.

    Most users of skb_queue_len() want to know if the queue is
    empty or not, and that's trivially done with skb_queue_empty()
    which doesn't use the skb_queue_head->qlen member and instead
    uses the queue list emptyness as the test.

    Signed-off-by: David S. Miller

    David S. Miller
     

17 Apr, 2005

2 commits