summaryrefslogtreecommitdiffstats
path: root/include/net.h
Commit message (Expand)AuthorAgeFilesLines
* update: tftp: dfu: Extend update_tftp() function to support DFULukasz Majewski2015-09-071-2/+12
* net: Allow drivers to return -ENOSYS with the write_hwaddr() methodSimon Glass2015-07-211-1/+3
* dm: eth: Avoid blocking on packet receptionSimon Glass2015-07-211-1/+9
* dm: net: Adjust PHY interface to work with CONFIG_DM_ETHSimon Glass2015-04-181-0/+2
* net: Convert protocol structures to use explicit sizesSergey Temerkhanov2015-04-181-56/+56
* net: Fix incorrect DHCP/BOOTP packets on 64-bit systemsSergey Temerkhanov2015-04-181-5/+5
* net: cosmetic: Fix checkpatch.pl failures in net.cJoe Hershberger2015-04-181-11/+7
* net: cosmetic: Fix checkpatch.pl failures in net.hJoe Hershberger2015-04-181-6/+6
* net: cosmetic: Clean up cmd_net variables and functionsJoe Hershberger2015-04-181-5/+5
* net: cosmetic: Clean up netconsole variables and functionsJoe Hershberger2015-04-181-1/+1
* net: cosmetic: Clean up DNS variables and functionsJoe Hershberger2015-04-181-2/+2
* net: cosmetic: Clean up CDP variables and functionsJoe Hershberger2015-04-181-2/+2
* net: cosmetic: Fix var naming net <-> eth driversJoe Hershberger2015-04-181-7/+0
* net: cosmetic: Cleanup internal packet buffer namesJoe Hershberger2015-04-181-8/+8
* net: cosmetic: Name ethaddr variables consistentlyJoe Hershberger2015-04-181-19/+19
* net: cosmetic: Fixup var names for DHCP stringsJoe Hershberger2015-04-181-3/+3
* net: cosmetic: Fixup var names related to boot fileJoe Hershberger2015-04-181-4/+5
* net: cosmetic: Change IPaddr_t to struct in_addrJoe Hershberger2015-04-181-30/+33
* dm: eth: Provide a way for drivers to manage packet buffersJoe Hershberger2015-04-181-1/+7
* net: Improve error handlingJoe Hershberger2015-04-181-1/+2
* dm: eth: Add support for aliasesJoe Hershberger2015-04-181-0/+5
* dm: eth: Pass the packet pointer as a parameter to recvJoe Hershberger2015-04-181-2/+4
* net: Clean up network stack names used in DM driversJoe Hershberger2015-04-181-1/+8
* dm: eth: Add basic driver model support to Ethernet stackJoe Hershberger2015-04-181-0/+52
* net: Remove the bd* parameter from net stack functionsJoe Hershberger2015-04-181-3/+3
* net: Use int instead of u8 for boolean flagJoe Hershberger2015-04-181-1/+1
* net: Refactor in preparation for driver modelJoe Hershberger2015-04-181-33/+35
* net: Remove unneeded "extern" in net.hJoe Hershberger2015-04-181-45/+45
* net: Provide a function to get the current MAC addressJoe Hershberger2015-04-181-0/+8
* net: Add ethernet FCS length macro in net.hBin Meng2015-03-241-0/+2
* net: Use new checksum functionsSimon Glass2015-02-121-4/+0
* net: Add a separate file for IP checksummingSimon Glass2015-01-231-0/+30
* net: Declare physical address as phys_addr_t unsigned typeMichal Simek2015-01-141-1/+1
* SPDX License cleanup for LiMon imported filesWolfgang Denk2014-10-101-1/+1
* net: rename and refactor eth_rand_ethaddr() functionMasahiro Yamada2014-05-121-17/+19
* net: Fix mcast function pointer prototypeClaudiu Manoil2013-11-221-1/+1
* net.h: don't use the reserved name __unusedJeroen Hofstee2013-08-191-1/+1
* net: make IPaddr type big endianKim Phillips2013-06-241-1/+1
* net: Add prototype for update_tftpSimon Glass2013-06-041-0/+3
* net/: sparse fixesKim Phillips2012-11-041-4/+5
* net: Filter incoming netconsole packets by IPJoe Hershberger2012-09-241-1/+2
* net: Improve the speed of netconsoleJoe Hershberger2012-09-241-1/+41
* net: add helper to generate random mac addressMichael Walle2012-07-071-0/+17
* net: Allow filtering on debug traces in the net subsystemJoe Hershberger2012-05-231-0/+5
* net: Add link-local addressing supportJoe Hershberger2012-05-231-1/+1
* net: Don't copy every packet that waits for an ARPJoe Hershberger2012-05-231-3/+3
* net: Fix net buffer initializationJoe Hershberger2012-05-231-0/+1
* net: Add net_update_ether() to handle ARP and Ping repliesJoe Hershberger2012-05-231-0/+1
* net: Refactor to separate the UDP handler from the ARP handlerJoe Hershberger2012-05-231-2/+5
* net: Refactor to protect access to the NetState variableJoe Hershberger2012-05-231-6/+14
OpenPOWER on IntegriCloud