11 Oct, 2018

1 commit

  • Peter originally sent a fix, but it breaks a number of other things.
    This addresses the original reported issue in a different way.

    That report was:

    > U-Boot has 1 common buffer to send Ethernet frames, pointed to by
    > net_tx_packet. When sending to an IP address without knowing the MAC
    > address, U-Boot makes an ARP request (using the arp_tx_packet buffer)
    > to find out the MAC address of the IP addressr. When a matching ARP
    > reply is received, U-Boot continues sending the frame stored in the
    > net_tx_packet buffer.
    >
    > However, in the mean time, if U-Boot needs to send out any network
    > packets (e.g. replying ping packets or ARP requests for its own IP
    > address etc.), it will use the net_tx_packet buffer to prepare the
    > new packet. Thus this buffer is no longer the original packet meant
    > to be transmitted after the ARP reply. The original packet will be
    > lost.

    This instead uses the ARP tx buffer to send async replies in the case
    where we are actively waiting for an ARP reply.

    Signed-off-by: Joe Hershberger

    Reported-by: Tran Tien Dat
    Reviewed-by: Simon Glass
    Reviewed-by: Bin Meng
    Tested-by: Bin Meng

    Joe Hershberger
     

11 May, 2018

1 commit

  • As part of the main conversion a few files were missed. These files had
    additional whitespace after the '*' and before the SPDX tag and my
    previous regex was too strict. This time I did a grep for all SPDX tags
    and then filtered out anything that matched the correct styles.

    Fixes: 83d290c56fab ("SPDX: Convert all of our single license tags to Linux Kernel style")
    Reported-by: Heinrich Schuchardt
    Signed-off-by: Tom Rini

    Tom Rini
     

29 Oct, 2015

1 commit


19 Apr, 2015

2 commits


10 Oct, 2014

1 commit

  • A number of network related files were imported from the LiMon
    project; these contain a somewhat unclear license statement:

    Copyright 1994 - 2000 Neil Russell.
    (See License)

    I analyzed the source code of LiMon v1.4.2 which was used for this
    import. It does not contain any "License" file, but the top level
    directory contains a file "COPYING", which turns out to be GPL v2
    of June 1991. So it is legitimate to conclude that the LiMon derived
    files are also to be released under GPLv2. Mark them as such.

    Signed-off-by: Wolfgang Denk

    Wolfgang Denk
     

24 May, 2012

5 commits


06 Jun, 2003

1 commit


28 Dec, 2000

1 commit