Commit Graph

642 Commits (lime2-spi)

Author SHA1 Message Date
rockly f754f5dc6f net: tftp: Make sure timeout will not effect wrap offset 11 years ago
Masahiro Yamada 9cc1180c37 net: convert a makefile to Kbuild style 11 years ago
Jim Lin b63056d6a4 NET: Add net_busy_flag if CONFIG_USB_KEYBOARD is defined 11 years ago
Wolfgang Denk 1a4596601f Add GPL-2.0+ SPDX-License-Identifier to source files 11 years ago
Joe Hershberger 5da7cf81c8 net: Correct check for link-local target IP conflict 11 years ago
Kim Phillips 61fdd4f7c3 net/tftp: sparse fixes 11 years ago
Matthias Brugger fa84fa708c net: nfs: add dynamic wait period 11 years ago
Jim Lin 7315cfd9e1 NET: Fix system hanging if NET device is not installed 11 years ago
Simon Glass 978226da5e net: Use new numeric setenv functions 11 years ago
Joe Hershberger 65b0db831e net: Fix endianness bug in link-local 12 years ago
Simon Glass 85b1980273 net: Add tftp speed indication 12 years ago
Joe Hershberger a9f51c9b43 env: Add a bootfile env handler 12 years ago
Joe Hershberger ec8a252cd4 env: Use getenv_yesno() more generally 12 years ago
Kim Phillips 0637059088 net/: sparse fixes 12 years ago
Joe Hershberger 8cab08e804 net: fix netconsole filtering 12 years ago
Ilya Yanok 7ac2fe2da2 OMAP: networking support for SPL 12 years ago
Ilya Yanok 9ace17c88a net/bootp: add VCI support for BOOTP also 12 years ago
Brian Rzycki ee0f60df0b net: Quietly ignore DHCP Option 28 (Broadcast Address) 12 years ago
Benoît Thébaudeau 460f949f89 net: eth_write_hwaddr: Return error for invalid MACs 12 years ago
Joe Hershberger 8a0eccb105 net: Filter incoming netconsole packets by IP 12 years ago
Joe Hershberger f8be7d659c net: Improve the speed of netconsole 12 years ago
Tetsuyuki Kobayashi 1389f98fce net: bugfix: NetSetTimeout assumes CONFIG_SYS_HZ=1000 12 years ago
Michael Walle 46c07bcf12 api: net: fix length check in eth_receive() 12 years ago
Joe Hershberger a03d638805 net: Make sure the ethaddr is updated in net_init() 12 years ago
benoit.thebaudeau@advans b684115791 net: link_local: fix build 12 years ago
benoit.thebaudeau@advans b977aa80b5 net: bootp: fix build 12 years ago
Tetsuyuki Kobayashi 48a3e999c8 net: nfs: make NFS_TIMEOUT configurable 12 years ago
Joe Hershberger 154177e14a net: Inline the new eth_setenv_enetaddr_by_index function 12 years ago
Rob Herring c88ef3c12d net: allow setting env enetaddr from net device setting 12 years ago
Jayachandran Chandrasekharan Nair bc46dfac2f net: tftp: fix type of block arg to store_block 12 years ago
Mike Frysinger a0bc44e68e net: fix typo in arp clean up 12 years ago
Wolfgang Denk 3fe63839f3 Minor Coding Style cleanup 12 years ago
Kim Phillips db7720bad4 net: make net_rand.h inclusion depend on BOOTP_RANDOM_DELAY 12 years ago
Michael Walle 03c1b04f86 net: add helper to generate random mac address 12 years ago
Michael Walle 99e139d590 net: use common rand()/srand() functions 12 years ago
Joe Hershberger 4ef8d53caa net: Allow filtering on debug traces in the net subsystem 12 years ago
Joe Hershberger c697576262 net: Work-around for brain-damaged Cisco equipment with arp-proxy 12 years ago
Joe Hershberger d22c338e07 net: Add link-local addressing support 12 years ago
Joe Hershberger 228041893c net: Separate ArpRequest() into lower-level func 12 years ago
Joe Hershberger e94070c443 net: Don't copy every packet that waits for an ARP 12 years ago
Joe Hershberger 46c495d524 net: Fix net buffer initialization 12 years ago
Joe Hershberger cb1c991120 net: Remove unused parameter from NetInitLoop() 12 years ago
Joe Hershberger f1d2d28469 net: Remove static allocation for MAC address in PingSend() 12 years ago
Joe Hershberger 2c00e099fe net: Add option CONFIG_BOOTP_MAY_FAIL 12 years ago
Joe Hershberger 1752f0fdc7 net: Fix unused variable compile warning 12 years ago
Joe Hershberger e711101581 net: Add net_update_ether() to handle ARP and Ping replies 12 years ago
Joe Hershberger ece223b52a net: Refactor to separate the UDP handler from the ARP handler 12 years ago
Joe Hershberger 22f6e99d5b net: Refactor to protect access to the NetState variable 12 years ago
Joe Hershberger adf5d93e44 net: Refactor to use NetSendPacket instead of eth_send directly 12 years ago
Joe Hershberger 61da3c2af8 net: Refactor ping receive handler 12 years ago