summaryrefslogtreecommitdiff
path: root/include/net.h
AgeCommit message (Expand)AuthorFilesLines
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-11SPDX: Convert a few files that were missed beforeTom Rini1-1/+1
2018-04-09net: Move enetaddr env access code to env config instead of net configAlex Kiernan1-3/+0
2018-04-07Handle 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-04net: 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-29Merge 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-22include: 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
2015-09-30net: expose eth_is_active() function to test network device stateBernhard Nortmann1-0/+4
2015-09-07update: tftp: dfu: Extend update_tftp() function to support DFULukasz Majewski1-2/+12
2015-07-22net: Allow drivers to return -ENOSYS with the write_hwaddr() methodSimon Glass1-1/+3
2015-07-22dm: eth: Avoid blocking on packet receptionSimon Glass1-1/+9
2015-04-18dm: net: Adjust PHY interface to work with CONFIG_DM_ETHSimon Glass1-0/+2
2015-04-18net: Convert protocol structures to use explicit sizesSergey Temerkhanov1-56/+56
2015-04-18net: Fix incorrect DHCP/BOOTP packets on 64-bit systemsSergey Temerkhanov1-5/+5
2015-04-18net: cosmetic: Fix checkpatch.pl failures in net.cJoe Hershberger1-11/+7
2015-04-18net: cosmetic: Fix checkpatch.pl failures in net.hJoe Hershberger1-6/+6
2015-04-18net: cosmetic: Clean up cmd_net variables and functionsJoe Hershberger1-5/+5
2015-04-18net: cosmetic: Clean up netconsole variables and functionsJoe Hershberger1-1/+1
2015-04-18net: cosmetic: Clean up DNS variables and functionsJoe Hershberger1-2/+2
2015-04-18net: cosmetic: Clean up CDP variables and functionsJoe Hershberger1-2/+2
2015-04-18net: cosmetic: Fix var naming net <-> eth driversJoe Hershberger1-7/+0
2015-04-18net: cosmetic: Cleanup internal packet buffer namesJoe Hershberger1-8/+8