aboutsummaryrefslogtreecommitdiff
path: root/include/net.h
AgeCommit message (Expand)AuthorFilesLines
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-29net: 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-21net: Allow drivers to return -ENOSYS with the write_hwaddr() methodSimon Glass1-1/+3
2015-07-21dm: 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
2015-04-18net: cosmetic: Name ethaddr variables consistentlyJoe Hershberger1-19/+19
2015-04-18net: cosmetic: Fixup var names for DHCP stringsJoe Hershberger1-3/+3
2015-04-18net: cosmetic: Fixup var names related to boot fileJoe Hershberger1-4/+5
2015-04-18net: cosmetic: Change IPaddr_t to struct in_addrJoe Hershberger1-30/+33
2015-04-18dm: eth: Provide a way for drivers to manage packet buffersJoe Hershberger1-1/+7
2015-04-18net: Improve error handlingJoe Hershberger1-1/+2
2015-04-18dm: eth: Add support for aliasesJoe Hershberger1-0/+5
2015-04-18dm: eth: Pass the packet pointer as a parameter to recvJoe Hershberger1-2/+4
2015-04-18net: Clean up network stack names used in DM driversJoe Hershberger1-1/+8
2015-04-18dm: eth: Add basic driver model support to Ethernet stackJoe Hershberger1-0/+52
2015-04-18net: Remove the bd* parameter from net stack functionsJoe Hershberger1-3/+3
2015-04-18net: Use int instead of u8 for boolean flagJoe Hershberger1-1/+1
2015-04-18net: Refactor in preparation for driver modelJoe Hershberger1-33/+35
2015-04-18net: Remove unneeded "extern" in net.hJoe Hershberger1-45/+45
2015-04-18net: Provide a function to get the current MAC addressJoe Hershberger1-0/+8
2015-03-24net: Add ethernet FCS length macro in net.hBin Meng1-0/+2
2015-02-12net: Use new checksum functionsSimon Glass1-4/+0
2015-01-23net: Add a separate file for IP checksummingSimon Glass1-0/+30
2015-01-14net: Declare physical address as phys_addr_t unsigned typeMichal Simek1-1/+1
2014-10-10SPDX License cleanup for LiMon imported filesWolfgang Denk1-1/+1
2014-05-12net: rename and refactor eth_rand_ethaddr() functionMasahiro Yamada1-17/+19
2013-11-22net: Fix mcast function pointer prototypeClaudiu Manoil1-1/+1
2013-08-19net.h: don't use the reserved name __unusedJeroen Hofstee1-1/+1
2013-06-24net: make IPaddr type big endianKim Phillips1-1/+1
2013-06-04net: Add prototype for update_tftpSimon Glass1-0/+3
2012-11-04net/: sparse fixesKim Phillips1-4/+5
2012-09-24net: Filter incoming netconsole packets by IPJoe Hershberger1-1/+2
2012-09-24net: Improve the speed of netconsoleJoe Hershberger1-1/+41
2012-07-07net: add helper to generate random mac addressMichael Walle1-0/+17
2012-05-23net: Allow filtering on debug traces in the net subsystemJoe Hershberger1-0/+5
2012-05-23net: Add link-local addressing supportJoe Hershberger1-1/+1
2012-05-23net: Don't copy every packet that waits for an ARPJoe Hershberger1-3/+3
2012-05-23net: Fix net buffer initializationJoe Hershberger1-0/+1