Commit Graph

642 Commits (lime2-spi)

Author SHA1 Message Date
Duncan Hare 5d457ecbef net: Consolidate UDP header functions 6 years ago
Joe Hershberger ac3f26cc15 net: Don't overwrite waiting packets with asynchronous replies 6 years ago
Joe Hershberger 3f02c98bd1 net: Add an accessor to know if waiting for ARP 6 years ago
Jean-Jacques Hiblot c3211708cf net: eth-uclass: Fix for DM USB ethernet support 6 years ago
Joe Hershberger 6ab1283092 net: Consolidate the parsing of bootfile 6 years ago
Joe Hershberger f43308fa0c net: Read bootfile from env on netboot_common() 6 years ago
Joe Hershberger 16cf145fd6 net: Make copy_filename() accept NULL src 6 years ago
Joe Hershberger 3855cad623 net: Re-check prerequisites when autoloading 6 years ago
Joe Hershberger 3a66fcb7c3 net: When checking prerequisites, consider boot_file_name 6 years ago
Joe Hershberger faecf84ab1 net: Always print basic info for nfs, just like tftp 6 years ago
Joe Hershberger 347e32b01d net: Check subnet against the actual ip address in use for nfs 6 years ago
Joe Hershberger 2d114b83a7 net: Correct size of NFS buffers 6 years ago
Joe Hershberger 68acb51f44 net: Only call halt on a driver that has been init'ed 6 years ago
Alexander Graf bdce340cc6 net: Add option to prefer bootp/dhcp serverip 6 years ago
Alexander Graf 449312c1c0 net: Prefer command line arguments 6 years ago
Lothar Felten d8970dae27 net: Add new wol command - Wake on LAN 6 years ago
Alex Kiernan 6dc73df73b net: fastboot: Fix build when FASTBOOT_FLASH is disabled 6 years ago
Vasily Khoruzhick d48d40a091 net: nfs: don't fail when nfs_read_reply returns -NFS_RPC_DROP 6 years ago
Leonid Iziumtsev 60177b2617 net: Protect net_state from reentrant net_loop() 6 years ago
Mario Six 3ce4304205 net: Initialize as many ethernet devices as possible 6 years ago
Mario Six 2d8f25ed7b net: Always align tx packets 6 years ago
Alex Kiernan f73a7df984 net: fastboot: Merge AOSP UDP fastboot 6 years ago
Chris Packham 4b4dc5211e net: bootp: Fix compile error processing ntpserver option 6 years ago
Tom Rini f739fcd831 SPDX: Convert a few files that were missed before 6 years ago
Tom Rini 83d290c56f SPDX: Convert all of our single license tags to Linux Kernel style 6 years ago
Tom Rini d024236e5a Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR 6 years ago
Joe Hershberger 5f967c0493 net: Make core net code depend on NET instead of CMD_NET 6 years ago
Joe Hershberger 92fa44d58f net: Move net command options to the cmd menu 6 years ago
Joe Hershberger d7a45eafda net: Make CMD_NET a menuconfig 6 years ago
Alex Kiernan 9925f1dbc3 net: Move enetaddr env access code to env config instead of net config 6 years ago
Alexander Graf a532e2f2e5 net: Only access network devices after init 6 years ago
Leonid Iziumtsev 17d413b253 net: Fix netretry condition 6 years ago
Michal Simek 3b3ea2c56e Kconfig: cmd: Make networking command dependent on NET 6 years ago
Adam Ford d021e94210 Convert CONFIG_BOOTP_BOOTPATH et al to Kconfig 6 years ago
Adam Ford a5a37567c4 Convert CONFIG LIB_HW_RAND to Kconfig 6 years ago
Joe Hershberger 2099b9f27c net: dhcp: Allow "MAY_FAIL" to still try each adapter 6 years ago
Joe Hershberger 765a159cf5 net: Remove nfs.h include from bootp.c 6 years ago
Jörg Krause 64b8d7a677 net/tftp: fix build if CMD_BOOTEFI is not set 7 years ago
Tom Rini 0b1e580672 net: nfs: Drop CONFIG_NFS_READ_SIZE 7 years ago
Simon Glass 723806cc5b env: Rename some other getenv()-related functions 7 years ago
Simon Glass 35affd7a2f env: Rename eth_getenv_enetaddr() to eth_env_get_enetaddr() 7 years ago
Simon Glass bfebc8c965 env: Rename getenv_hex(), getenv_yesno(), getenv_ulong() 7 years ago
Simon Glass 00caae6d47 env: Rename getenv/_f() to env_get() 7 years ago
Simon Glass fd1e959e91 env: Rename eth_setenv_enetaddr() to eth_env_set_enetaddr() 7 years ago
Simon Glass 018f530323 env: Rename common functions related to setenv() 7 years ago
Simon Glass 382bee57f1 env: Rename setenv() to env_set() 7 years ago
Denis Pynkin 704f3acfcf net: Use packed structures for networking 7 years ago
Holger Dengler 66c89ee31b net: Fix compile failure in net.c 7 years ago
Vladimir Zapolskiy 0c17b1b79c net: tftp: silence a subscript above array bounds compile time warning 7 years ago
Jimmy Du b044cc1dee net: Get mac address from driver as seed 7 years ago