aboutsummaryrefslogtreecommitdiff
path: root/include/net.h
AgeCommit message (Expand)AuthorFilesLines
2020-06-12net: move random_port() to dnsBaruch Siach1-3/+0
2020-05-18command: Remove the cmd_tbl_t typedefSimon Glass1-2/+2
2020-05-18common: Drop net.h from common headerSimon Glass1-3/+6
2020-05-18arm: Don't include common.h in header filesSimon Glass1-1/+5
2020-03-09phy: Add support for the NC-SI protocolSamuel Mendoza-Jonas1-0/+1
2020-01-17common: Move reset_phy() to net.hSimon Glass1-0/+8
2020-01-17common: Move do_tftpb() to net.hSimon Glass1-0/+11
2019-12-09net: Improve documentation for string_to_ip()Joe Hershberger1-3/+4
2019-12-09net: Always build the string_to_enetaddr() helperJoe Hershberger1-14/+13
2019-12-02common: Move env_get_ip() to net.hSimon Glass1-1/+20
2019-12-02common: Move random-number functions into their own headerSimon Glass1-0/+1
2019-09-04net: make net_random_ethaddr() more randomMichael Walle1-1/+1
2019-08-11env: net: Move eth_parse_enetaddr() to net.c/hSimon Glass1-0/+11
2019-08-11env: Move env_set() to env.hSimon Glass1-0/+1
2019-07-18net: unaligned copying of unsigned longHeinrich Schuchardt1-2/+2
2019-04-12net: Add priv_pdata to eth_pdataFaiz Abbas1-0/+2
2019-01-24net: remove CONFIG_MCAST_TFTPChris Packham1-13/+1
2019-01-24net: move ether_crc to tsec driverChris Packham1-1/+0
2018-10-10net: Consolidate UDP header functionsDuncan Hare1-1/+5
2018-10-10net: Don't overwrite waiting packets with asynchronous repliesJoe Hershberger1-0/+8
2018-10-10net: Add an accessor to know if waiting for ARPJoe Hershberger1-0/+1
2018-10-10net.h: Include linux/if_ether.h to avoid duplicationBin Meng1-0/+1
2018-08-08net: Increase ethernet name string size to 20 charsPankaj Bansal1-1/+1
2018-07-26net: Consolidate the parsing of bootfileJoe Hershberger1-0/+11
2018-07-26net: When checking prerequisites, consider boot_file_nameJoe Hershberger1-0/+3
2018-07-02net: Prefer command line argumentsAlexander Graf1-0/+2
2018-07-02net: Add new wol command - Wake on LANLothar Felten1-1/+2
2018-05-30net: fastboot: Merge AOSP UDP fastbootAlex Kiernan1-1/+1
2018-05-10SPDX: Convert a few files that were missed beforeTom Rini1-1/+1
2018-04-08net: Move enetaddr env access code to env config instead of net configAlex Kiernan1-3/+0
2018-04-06Handle NETCONSOLE and SPL enabledJason Kridner1-3/+3
2017-08-16env: Rename some other getenv()-related functionsSimon Glass1-1/+1
2017-08-16env: Rename eth_getenv_enetaddr() to eth_env_get_enetaddr()Simon Glass1-2/+2
2017-08-16env: Rename eth_setenv_enetaddr() to eth_env_set_enetaddr()Simon Glass1-3/+3
2017-08-07net: Use packed structures for networkingDenis Pynkin1-7/+7
2017-06-12powerpc, 8xx: remove support for 8xxHeiko Schocher1-4/+0
2017-02-07net: cosmetic: Define ethernet name lengtholiver@schinagl.nl1-1/+2
2017-02-07net: cosmetic: Make the MAC address string less magicaloliver@schinagl.nl1-0/+5
2017-02-07net: cosmetic: Do not use magic values for ARP_HLENoliver@schinagl.nl1-25/+27
2017-01-09drivers: usb: gadget: ether/rndis: convert driver to adopt device driver modelMugunthan V N1-0/+7
2016-07-16Various, unrelated tree-wide typo fixes.Robert P. J. Day1-1/+1
2016-05-27efi_loader: Add network access supportAlexander Graf1-1/+1
2016-05-03net: increase maximum frame size to accomediate VLAN packetsStefan Agner1-11/+5
2016-04-04net: mvpp2.c: Add Marvell mvpp2 network driver for Armada 375Stefan Roese1-0/+2
2016-03-27net: export eth_setenv_enetaddr_by_index() to net.hRoger Quadros1-0/+17
2016-01-28Merge branch 'master' of git://git.denx.de/u-boot-netTom Rini1-0/+2
2016-01-28include/net.h: add max_speed member in struct eth_pdataAlexey Brodkin1-0/+2
2015-12-21include: net: Simplify the usage of __always_inlineFabio Estevam1-5/+4
2015-10-29net: Increase the size of the net_boot_file_name bufferJacob Stiffler1-1/+1
2015-10-28net: change the env name to use constJosh Wu1-2/+2