summaryrefslogtreecommitdiff
path: root/include/net.h
AgeCommit message (Expand)Author
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
2015-09-07update: tftp: dfu: Extend update_tftp() function to support DFULukasz Majewski
2015-07-21net: Allow drivers to return -ENOSYS with the write_hwaddr() methodSimon Glass
2015-07-21dm: eth: Avoid blocking on packet receptionSimon Glass
2015-04-18dm: net: Adjust PHY interface to work with CONFIG_DM_ETHSimon Glass
2015-04-18net: Convert protocol structures to use explicit sizesSergey Temerkhanov
2015-04-18net: Fix incorrect DHCP/BOOTP packets on 64-bit systemsSergey Temerkhanov
2015-04-18net: cosmetic: Fix checkpatch.pl failures in net.cJoe Hershberger
2015-04-18net: cosmetic: Fix checkpatch.pl failures in net.hJoe Hershberger
2015-04-18net: cosmetic: Clean up cmd_net variables and functionsJoe Hershberger
2015-04-18net: cosmetic: Clean up netconsole variables and functionsJoe Hershberger
2015-04-18net: cosmetic: Clean up DNS variables and functionsJoe Hershberger
2015-04-18net: cosmetic: Clean up CDP variables and functionsJoe Hershberger
2015-04-18net: cosmetic: Fix var naming net <-> eth driversJoe Hershberger
2015-04-18net: cosmetic: Cleanup internal packet buffer namesJoe Hershberger
2015-04-18net: cosmetic: Name ethaddr variables consistentlyJoe Hershberger
2015-04-18net: cosmetic: Fixup var names for DHCP stringsJoe Hershberger
2015-04-18net: cosmetic: Fixup var names related to boot fileJoe Hershberger
2015-04-18net: cosmetic: Change IPaddr_t to struct in_addrJoe Hershberger
2015-04-18dm: eth: Provide a way for drivers to manage packet buffersJoe Hershberger
2015-04-18net: Improve error handlingJoe Hershberger
2015-04-18dm: eth: Add support for aliasesJoe Hershberger
2015-04-18dm: eth: Pass the packet pointer as a parameter to recvJoe Hershberger
2015-04-18net: Clean up network stack names used in DM driversJoe Hershberger
2015-04-18dm: eth: Add basic driver model support to Ethernet stackJoe Hershberger
2015-04-18net: Remove the bd* parameter from net stack functionsJoe Hershberger
2015-04-18net: Use int instead of u8 for boolean flagJoe Hershberger
2015-04-18net: Refactor in preparation for driver modelJoe Hershberger
2015-04-18net: Remove unneeded "extern" in net.hJoe Hershberger
2015-04-18net: Provide a function to get the current MAC addressJoe Hershberger
2015-03-24net: Add ethernet FCS length macro in net.hBin Meng
2015-02-12net: Use new checksum functionsSimon Glass
2015-01-23net: Add a separate file for IP checksummingSimon Glass
2015-01-14net: Declare physical address as phys_addr_t unsigned typeMichal Simek
2014-10-10SPDX License cleanup for LiMon imported filesWolfgang Denk
2014-05-12net: rename and refactor eth_rand_ethaddr() functionMasahiro Yamada
2013-11-22net: Fix mcast function pointer prototypeClaudiu Manoil
2013-08-19net.h: don't use the reserved name __unusedJeroen Hofstee
2013-06-24net: make IPaddr type big endianKim Phillips
2013-06-04net: Add prototype for update_tftpSimon Glass
2012-11-04net/: sparse fixesKim Phillips
2012-09-24net: Filter incoming netconsole packets by IPJoe Hershberger
2012-09-24net: Improve the speed of netconsoleJoe Hershberger
2012-07-07net: add helper to generate random mac addressMichael Walle
2012-05-23net: Allow filtering on debug traces in the net subsystemJoe Hershberger