summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2019-06-14net: Convert CONFIG_TFTP_BLOCKSIZE to KconfigMarek Vasut
2019-06-14net: Convert CONFIG_IP_DEFRAG to KconfigMarek Vasut
2019-06-01net: eth-uclass: Support device tree MAC addressesThierry Reding
2019-06-01net: eth-uclass: Write MAC address to hardware after probeThierry Reding
2019-02-02lmb: handle more than one DRAM BANKSimon Goldschmidt
2019-01-26lib: lmb: rename lmb_get_unreserved_size to lmb_get_free_sizeSimon Goldschmidt
2019-01-24net: remove CONFIG_MCAST_TFTPChris Packham
2019-01-24net: move ether_crc to tsec driverChris Packham
2019-01-24net: explicitly assign errno to return code in case of network failureThomas RIENOESSL
2019-01-16tftp: prevent overwriting reserved memorySimon Goldschmidt
2018-10-10net: Consolidate UDP header functionsDuncan Hare
2018-10-10net: Don't overwrite waiting packets with asynchronous repliesJoe Hershberger
2018-10-10net: Add an accessor to know if waiting for ARPJoe Hershberger
2018-08-21net: eth-uclass: Fix for DM USB ethernet supportJean-Jacques Hiblot
2018-07-26net: Consolidate the parsing of bootfileJoe Hershberger
2018-07-26net: Read bootfile from env on netboot_common()Joe Hershberger
2018-07-26net: Make copy_filename() accept NULL srcJoe Hershberger
2018-07-26net: Re-check prerequisites when autoloadingJoe Hershberger
2018-07-26net: When checking prerequisites, consider boot_file_nameJoe Hershberger
2018-07-26net: Always print basic info for nfs, just like tftpJoe Hershberger
2018-07-26net: Check subnet against the actual ip address in use for nfsJoe Hershberger
2018-07-26net: Correct size of NFS buffersJoe Hershberger
2018-07-26net: Only call halt on a driver that has been init'edJoe Hershberger
2018-07-02net: Add option to prefer bootp/dhcp serveripAlexander Graf
2018-07-02net: Prefer command line argumentsAlexander Graf
2018-07-02net: Add new wol command - Wake on LANLothar Felten
2018-07-02net: fastboot: Fix build when FASTBOOT_FLASH is disabledAlex Kiernan
2018-06-13net: nfs: don't fail when nfs_read_reply returns -NFS_RPC_DROPVasily Khoruzhick
2018-06-13net: Protect net_state from reentrant net_loop()Leonid Iziumtsev
2018-06-13net: Initialize as many ethernet devices as possibleMario Six
2018-06-13net: Always align tx packetsMario Six
2018-05-30net: fastboot: Merge AOSP UDP fastbootAlex Kiernan
2018-05-14net: bootp: Fix compile error processing ntpserver optionChris Packham
2018-05-10SPDX: Convert a few files that were missed beforeTom Rini
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini
2018-04-13net: Make core net code depend on NET instead of CMD_NETJoe Hershberger
2018-04-13net: Move net command options to the cmd menuJoe Hershberger
2018-04-13net: Make CMD_NET a menuconfigJoe Hershberger
2018-04-08net: Move enetaddr env access code to env config instead of net configAlex Kiernan
2018-03-22net: Only access network devices after initAlexander Graf
2018-03-22net: Fix netretry conditionLeonid Iziumtsev
2018-02-27Kconfig: cmd: Make networking command dependent on NETMichal Simek
2018-02-23Convert CONFIG_BOOTP_BOOTPATH et al to KconfigAdam Ford
2018-02-08Convert CONFIG LIB_HW_RAND to KconfigAdam Ford
2018-01-15net: dhcp: Allow "MAY_FAIL" to still try each adapterJoe Hershberger
2018-01-15net: Remove nfs.h include from bootp.cJoe Hershberger
2017-09-22net/tftp: fix build if CMD_BOOTEFI is not setJörg Krause
2017-09-07net: nfs: Drop CONFIG_NFS_READ_SIZETom Rini
2017-08-16env: Rename some other getenv()-related functionsSimon Glass