- def7a5c net: ping: reset stored IP address by Marek Szyprowski · 4 years, 5 months ago
- cc6b87e net: tftp: Add client support for RFC 7440 by Ramon Fried · 4 years, 4 months ago
- 2a64ada net: Drop dm.h header file from phy.h by Simon Glass · 4 years, 4 months ago
- 3275f26 Convert CONFIG_BOOTP_SEND_HOSTNAME to Kconfig by Adam Ford · 4 years, 4 months ago
- b75d8dc treewide: convert bd_t to struct bd_info by coccinelle by Masahiro Yamada · 4 years, 4 months ago
- f1dd05b net: dm: Remove warning about EEPROM provided MAC address by Andre Przywara · 4 years, 5 months ago
- f1d925d net: move random_port() to dns by Baruch Siach · 4 years, 6 months ago
- 0813921 net: tftp: fix option validation as per RFCs by Ravik Hasija · 4 years, 6 months ago
- de5468e net: tftp: fix progress marker for file transfer by Ravik Hasija · 4 years, 6 months ago
- 808f13d net: Fix error if some network features are disabled by Krebs, Olaf · 4 years, 8 months ago
- c05ed00 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 6 months ago
- eb41d8a common: Drop linux/bug.h from common header by Simon Glass · 4 years, 6 months ago
- f7ae49f common: Drop log.h from common header by Simon Glass · 4 years, 6 months ago
- 0914011 command: Remove the cmd_tbl_t typedef by Simon Glass · 4 years, 6 months ago
- 4d72caa common: Drop image.h from common header by Simon Glass · 4 years, 6 months ago
- 52f2423 common: Drop bootstage.h from common header by Simon Glass · 4 years, 6 months ago
- 90526e9 common: Drop net.h from common header by Simon Glass · 4 years, 6 months ago
- ba06b3c common: Drop uuid.h from common header by Simon Glass · 4 years, 6 months ago
- 5fe419e net: Add eth phy generic driver for shared MDIO by Ye Li · 4 years, 6 months ago
- d2b7020 net: eth-uclass: add return value check by Peng Fan · 4 years, 6 months ago
- 31d275b net: tftp: remove TFTP_MTU_BLOCKSIZE by Patrick Delaunay · 4 years, 7 months ago
- 421de7f net: tftp: Add help for CONFIG_TFTP_BLOCKSIZE by Patrick Delaunay · 4 years, 7 months ago
- d4172c9 net: eth-uclass: Fix message if mac is coming from DT or ROM by Michal Simek · 4 years, 8 months ago
- 2bcc43b net: tftp: use correct printf codes by Heinrich Schuchardt · 4 years, 9 months ago
- 215df01 net: convert NET_MAXDEFRAG to Kconfig by Rasmus Villemoes · 4 years, 9 months ago
- 336d461 dm: core: Create a new header file for 'compat' features by Simon Glass · 4 years, 9 months ago
- 8e8ccfe common: Move the image globals into image.h by Simon Glass · 4 years, 10 months ago
- bb872dd image: Rename load_addr, save_addr, save_size by Simon Glass · 4 years, 10 months ago
- 0ee48252 common: Move flash_perror() to flash.h by Simon Glass · 4 years, 10 months ago
- d721001 net: Move the checksum functions to lib/ by Simon Glass · 5 years ago
- 2f62455 net: mdio-uclass: add dm_eth_phy_connect helper function by Alex Marginean · 5 years ago
- a5d32c3 net: mdio-uclass: rename arguments of dm_mdio_phy_connect for clarity by Alex Marginean · 5 years ago
- 16cdc2d net: tftp: Fix too small block size by Andre Przywara · 5 years ago
- 19820db net: eth-uclass: ignore unavailable devices by Michael Walle · 5 years ago
- ca48cb4 net: tftp: Fix tftp store address check in store_block() by Bin Meng · 5 years ago
- 8524423 net: avoid address-of-packed-member error by Heinrich Schuchardt · 5 years ago
- a6ab4b5 net: nfs: Only link in NFS code outside of SPL builds by Tom Rini · 5 years ago
- fb8977c net: Always build the string_to_enetaddr() helper by Joe Hershberger · 5 years ago
- 1045315 common: Move get_ticks() function out of common.h by Simon Glass · 5 years ago
- 840ef4d common: Move random-number functions into their own header by Simon Glass · 5 years ago
- 9ce2aa1 Drop CONFIG_SHOW_ACTIVITY by Simon Glass · 5 years ago
- 5a5d1de net: nfs: remove superfluous packed attribute by Heinrich Schuchardt · 5 years ago
- 15eea9a net: nfs: remove superfluous conversions by Heinrich Schuchardt · 5 years ago
- 5d14ee4 CVE-2019-14196: nfs: fix unbounded memcpy with a failed length check at nfs_lookup_reply by liucheng (G) · 5 years ago
- cf3a4f1 CVE-2019-14195: nfs: fix unbounded memcpy with unvalidated length at nfs_readlink_reply by liucheng (G) · 5 years ago
- aa207cf CVE-2019-14194/CVE-2019-14198: nfs: fix unbounded memcpy with a failed length check at nfs_read_reply by liucheng (G) · 5 years ago
- 741a8a0 CVE: nfs: fix stack-based buffer overflow in some nfs_handler reply helper functions by liucheng (G) · 5 years ago
- fe72880 CVE: net: fix unbounded memcpy of UDP packet by liucheng (G) · 5 years ago
- 6b3abc0 net: mdio-uclass: name MDIO according to device-name property if preset by Alex Marginean · 5 years ago
- 3eaac63 net: introduce packet capture support by Ramon Fried · 5 years ago
- 398e751 net: Fix Covarity Defect 244093 by Joe Hershberger · 5 years ago
- f3998fd env: Rename environment.h to env_internal.h by Simon Glass · 5 years ago
- e7dcf56 env: Drop environment.h header file where not needed by Simon Glass · 5 years ago
- 36c8b14 env: net: Move eth_parse_enetaddr() to net.c/h by Simon Glass · 5 years ago
- 7b51b57 env: Move env_get() to env.h by Simon Glass · 5 years ago
- 9fb625c env: Move env_set() to env.h by Simon Glass · 5 years ago
- 9eef56d env: Move env_get_ulong() to env.h by Simon Glass · 5 years ago
- c7694dd env: Move env_set_hex() to env.h by Simon Glass · 5 years ago
- f1f0ae6 env: Move get_env_id() to env.h by Simon Glass · 5 years ago
- 8880edb net: add MDIO_MUX DM class by Alex Marginean · 5 years ago
- c3452b5 net: introduce MDIO DM class for MDIO devices by Alex Marginean · 5 years ago
- b618b37 net: Convert CONFIG_TFTP_BLOCKSIZE to Kconfig by Marek Vasut · 5 years ago
- 3f6bcdf net: Convert CONFIG_IP_DEFRAG to Kconfig by Marek Vasut · 5 years ago
- 379af67 net: eth-uclass: Support device tree MAC addresses by Thierry Reding · 5 years ago
- b743bbd net: eth-uclass: Write MAC address to hardware after probe by Thierry Reding · 5 years ago
- 9cc2323 lmb: handle more than one DRAM BANK by Simon Goldschmidt · 6 years ago
- 65304aa lib: lmb: rename lmb_get_unreserved_size to lmb_get_free_size by Simon Goldschmidt · 6 years ago
- 67bb984 net: remove CONFIG_MCAST_TFTP by Chris Packham · 6 years ago
- 1a4af5c net: move ether_crc to tsec driver by Chris Packham · 6 years ago
- a735e6e net: explicitly assign errno to return code in case of network failure by Thomas RIENOESSL · 6 years ago
- a156c47 tftp: prevent overwriting reserved memory by Simon Goldschmidt · 6 years ago
- 5d457ec net: Consolidate UDP header functions by Duncan Hare · 6 years ago
- ac3f26c net: Don't overwrite waiting packets with asynchronous replies by Joe Hershberger · 6 years ago
- 3f02c98 net: Add an accessor to know if waiting for ARP by Joe Hershberger · 6 years ago
- c321170 net: eth-uclass: Fix for DM USB ethernet support by Jean-Jacques Hiblot · 6 years ago
- 6ab1283 net: Consolidate the parsing of bootfile by Joe Hershberger · 6 years ago
- f43308f net: Read bootfile from env on netboot_common() by Joe Hershberger · 6 years ago
- 16cf145 net: Make copy_filename() accept NULL src by Joe Hershberger · 6 years ago
- 3855cad net: Re-check prerequisites when autoloading by Joe Hershberger · 6 years ago
- 3a66fcb net: When checking prerequisites, consider boot_file_name by Joe Hershberger · 6 years ago
- faecf84 net: Always print basic info for nfs, just like tftp by Joe Hershberger · 6 years ago
- 347e32b net: Check subnet against the actual ip address in use for nfs by Joe Hershberger · 6 years ago
- 2d114b8 net: Correct size of NFS buffers by Joe Hershberger · 6 years ago
- 68acb51 net: Only call halt on a driver that has been init'ed by Joe Hershberger · 6 years ago
- bdce340 net: Add option to prefer bootp/dhcp serverip by Alexander Graf · 6 years ago
- 449312c net: Prefer command line arguments by Alexander Graf · 6 years ago
- d8970da net: Add new wol command - Wake on LAN by Lothar Felten · 6 years ago
- 6dc73df net: fastboot: Fix build when FASTBOOT_FLASH is disabled by Alex Kiernan · 6 years ago
- d48d40a net: nfs: don't fail when nfs_read_reply returns -NFS_RPC_DROP by Vasily Khoruzhick · 6 years ago
- 60177b2 net: Protect net_state from reentrant net_loop() by Leonid Iziumtsev · 7 years ago
- 3ce4304 net: Initialize as many ethernet devices as possible by Mario Six · 7 years ago
- 2d8f25e net: Always align tx packets by Mario Six · 7 years ago
- f73a7df net: fastboot: Merge AOSP UDP fastboot by Alex Kiernan · 6 years ago
- 4b4dc52 net: bootp: Fix compile error processing ntpserver option by Chris Packham · 7 years ago
- f739fcd SPDX: Convert a few files that were missed before by Tom Rini · 7 years ago
- 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
- d024236 Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR by Tom Rini · 7 years ago
- 5f967c0 net: Make core net code depend on NET instead of CMD_NET by Joe Hershberger · 7 years ago
- 92fa44d net: Move net command options to the cmd menu by Joe Hershberger · 7 years ago
- d7a45ea net: Make CMD_NET a menuconfig by Joe Hershberger · 7 years ago