summaryrefslogtreecommitdiff
path: root/include/net.h
Commit message (Expand)AuthorAgeFilesLines
* net: add a define for the number of packets received as batchPatrick Wildt2020-10-191-0/+3
* net: Expose some errors generated in net_initSean Anderson2020-10-101-1/+1
* net: add a generic udp protocolPhilippe Reynes2020-09-301-1/+1
* net: move random_port() to dnsBaruch Siach2020-06-121-3/+0
* command: Remove the cmd_tbl_t typedefSimon Glass2020-05-181-2/+2
* common: Drop net.h from common headerSimon Glass2020-05-181-3/+6
* arm: Don't include common.h in header filesSimon Glass2020-05-181-1/+5
* phy: Add support for the NC-SI protocolSamuel Mendoza-Jonas2020-03-091-0/+1
* common: Move reset_phy() to net.hSimon Glass2020-01-171-0/+8
* common: Move do_tftpb() to net.hSimon Glass2020-01-171-0/+11
* net: Improve documentation for string_to_ip()Joe Hershberger2019-12-091-3/+4
* net: Always build the string_to_enetaddr() helperJoe Hershberger2019-12-091-14/+13
* common: Move env_get_ip() to net.hSimon Glass2019-12-021-1/+20
* common: Move random-number functions into their own headerSimon Glass2019-12-021-0/+1
* net: make net_random_ethaddr() more randomMichael Walle2019-09-041-1/+1
* env: net: Move eth_parse_enetaddr() to net.c/hSimon Glass2019-08-111-0/+11
* env: Move env_set() to env.hSimon Glass2019-08-111-0/+1
* net: unaligned copying of unsigned longHeinrich Schuchardt2019-07-181-2/+2
* net: Add priv_pdata to eth_pdataFaiz Abbas2019-04-121-0/+2
* net: remove CONFIG_MCAST_TFTPChris Packham2019-01-241-13/+1
* net: move ether_crc to tsec driverChris Packham2019-01-241-1/+0
* net: Consolidate UDP header functionsDuncan Hare2018-10-101-1/+5
* net: Don't overwrite waiting packets with asynchronous repliesJoe Hershberger2018-10-101-0/+8
* net: Add an accessor to know if waiting for ARPJoe Hershberger2018-10-101-0/+1
* net.h: Include linux/if_ether.h to avoid duplicationBin Meng2018-10-101-0/+1
* net: Increase ethernet name string size to 20 charsPankaj Bansal2018-08-081-1/+1
* net: Consolidate the parsing of bootfileJoe Hershberger2018-07-261-0/+11
* net: When checking prerequisites, consider boot_file_nameJoe Hershberger2018-07-261-0/+3
* net: Prefer command line argumentsAlexander Graf2018-07-021-0/+2
* net: Add new wol command - Wake on LANLothar Felten2018-07-021-1/+2
* net: fastboot: Merge AOSP UDP fastbootAlex Kiernan2018-05-301-1/+1
* SPDX: Convert a few files that were missed beforeTom Rini2018-05-101-1/+1
* net: Move enetaddr env access code to env config instead of net configAlex Kiernan2018-04-081-3/+0
* Handle NETCONSOLE and SPL enabledJason Kridner2018-04-061-3/+3
* env: Rename some other getenv()-related functionsSimon Glass2017-08-161-1/+1
* env: Rename eth_getenv_enetaddr() to eth_env_get_enetaddr()Simon Glass2017-08-161-2/+2
* env: Rename eth_setenv_enetaddr() to eth_env_set_enetaddr()Simon Glass2017-08-161-3/+3
* net: Use packed structures for networkingDenis Pynkin2017-08-071-7/+7
* powerpc, 8xx: remove support for 8xxHeiko Schocher2017-06-121-4/+0
* net: cosmetic: Define ethernet name lengtholiver@schinagl.nl2017-02-071-1/+2
* net: cosmetic: Make the MAC address string less magicaloliver@schinagl.nl2017-02-071-0/+5
* net: cosmetic: Do not use magic values for ARP_HLENoliver@schinagl.nl2017-02-071-25/+27
* drivers: usb: gadget: ether/rndis: convert driver to adopt device driver modelMugunthan V N2017-01-091-0/+7
* Various, unrelated tree-wide typo fixes.Robert P. J. Day2016-07-161-1/+1
* efi_loader: Add network access supportAlexander Graf2016-05-271-1/+1
* net: increase maximum frame size to accomediate VLAN packetsStefan Agner2016-05-031-11/+5
* net: mvpp2.c: Add Marvell mvpp2 network driver for Armada 375Stefan Roese2016-04-041-0/+2
* net: export eth_setenv_enetaddr_by_index() to net.hRoger Quadros2016-03-271-0/+17
* Merge branch 'master' of git://git.denx.de/u-boot-netTom Rini2016-01-281-0/+2
|\
| * include/net.h: add max_speed member in struct eth_pdataAlexey Brodkin2016-01-281-0/+2