summaryrefslogtreecommitdiff
path: root/include/net.h
AgeCommit message (Expand)Author
2022-08-08net: bootp: Make root path (option 17) length configurableAndre Kalb
2022-06-03net: Check for the minimum IP fragmented datagram sizeFabio Estevam
2022-03-25Convert CONFIG_SYS_RX_ETH_BUFFER to KconfigTom Rini
2022-01-19doc: replace @return by Return:Heinrich Schuchardt
2021-07-10net: add set_promisc function to enable/disable Promiscuous modeTim Harvey
2021-02-16net: Introduce DSA class for Ethernet switchesClaudiu Manoil
2020-12-13dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass
2020-10-19net: add a define for the number of packets received as batchPatrick Wildt
2020-10-10net: Expose some errors generated in net_initSean Anderson
2020-09-30net: add a generic udp protocolPhilippe Reynes
2020-06-12net: move random_port() to dnsBaruch Siach
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