summaryrefslogtreecommitdiff
path: root/include/net.h
AgeCommit message (Expand)Author
2020-05-18command: Remove the cmd_tbl_t typedefSimon Glass
2020-05-18common: Drop net.h from common headerSimon Glass
2020-05-18arm: Don't include common.h in header filesSimon Glass
2020-03-09phy: Add support for the NC-SI protocolSamuel Mendoza-Jonas
2020-01-17common: Move reset_phy() to net.hSimon Glass
2020-01-17common: Move do_tftpb() to net.hSimon Glass
2019-12-09net: Improve documentation for string_to_ip()Joe Hershberger
2019-12-09net: Always build the string_to_enetaddr() helperJoe Hershberger
2019-12-02common: Move env_get_ip() to net.hSimon Glass
2019-12-02common: Move random-number functions into their own headerSimon Glass
2019-09-04net: make net_random_ethaddr() more randomMichael Walle
2019-08-11env: net: Move eth_parse_enetaddr() to net.c/hSimon Glass
2019-08-11env: Move env_set() to env.hSimon Glass
2019-07-18net: unaligned copying of unsigned longHeinrich Schuchardt
2019-04-12net: Add priv_pdata to eth_pdataFaiz Abbas
2019-01-24net: remove CONFIG_MCAST_TFTPChris Packham
2019-01-24net: move ether_crc to tsec driverChris Packham
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-10-10net.h: Include linux/if_ether.h to avoid duplicationBin Meng
2018-08-08net: Increase ethernet name string size to 20 charsPankaj Bansal
2018-07-26net: Consolidate the parsing of bootfileJoe Hershberger
2018-07-26net: When checking prerequisites, consider boot_file_nameJoe Hershberger
2018-07-02net: Prefer command line argumentsAlexander Graf
2018-07-02net: Add new wol command - Wake on LANLothar Felten
2018-05-30net: fastboot: Merge AOSP UDP fastbootAlex Kiernan
2018-05-10SPDX: Convert a few files that were missed beforeTom Rini
2018-04-08net: Move enetaddr env access code to env config instead of net configAlex Kiernan
2018-04-06Handle NETCONSOLE and SPL enabledJason Kridner
2017-08-16env: Rename some other getenv()-related functionsSimon Glass
2017-08-16env: Rename eth_getenv_enetaddr() to eth_env_get_enetaddr()Simon Glass
2017-08-16env: Rename eth_setenv_enetaddr() to eth_env_set_enetaddr()Simon Glass
2017-08-07net: Use packed structures for networkingDenis Pynkin
2017-06-12powerpc, 8xx: remove support for 8xxHeiko Schocher
2017-02-07net: cosmetic: Define ethernet name lengtholiver@schinagl.nl
2017-02-07net: cosmetic: Make the MAC address string less magicaloliver@schinagl.nl
2017-02-07net: cosmetic: Do not use magic values for ARP_HLENoliver@schinagl.nl
2017-01-09drivers: usb: gadget: ether/rndis: convert driver to adopt device driver modelMugunthan V N
2016-07-16Various, unrelated tree-wide typo fixes.Robert P. J. Day
2016-05-27efi_loader: Add network access supportAlexander Graf
2016-05-03net: increase maximum frame size to accomediate VLAN packetsStefan Agner
2016-04-04net: mvpp2.c: Add Marvell mvpp2 network driver for Armada 375Stefan Roese
2016-03-27net: export eth_setenv_enetaddr_by_index() to net.hRoger Quadros
2016-01-28Merge branch 'master' of git://git.denx.de/u-boot-netTom Rini
2016-01-28include/net.h: add max_speed member in struct eth_pdataAlexey Brodkin
2015-12-21include: net: Simplify the usage of __always_inlineFabio Estevam
2015-10-29net: Increase the size of the net_boot_file_name bufferJacob Stiffler
2015-10-28net: change the env name to use constJosh Wu
2015-09-29net: expose eth_is_active() function to test network device stateBernhard Nortmann