summaryrefslogtreecommitdiffstats
path: root/include/net.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* net: Refactor to use NetSendPacket instead of eth_send directlyJoe Hershberger2012-05-231-1/+4
* net: Refactor IP, UPD, and ICMP header writing functionsJoe Hershberger2012-05-231-1/+3
* net: cosmetic: Replace magic numbers in arp.c with constantsJoe Hershberger2012-05-231-0/+6
* net: cosmetic: Add a more explicit comment about 802.2Joe Hershberger2012-05-231-2/+2
* net: cosmetic: Rename parameter len to payload_lenJoe Hershberger2012-05-231-2/+10
* net: cosmetic: Un-typedef ICMP_tJoe Hershberger2012-05-231-2/+4
* net: cosmetic: Un-typedef ARP_tJoe Hershberger2012-05-231-3/+2
* net: cosmetic: Un-typedef VLAN_Ethernet_tJoe Hershberger2012-05-231-3/+4
* net: cosmetic: Un-typedef Ethernet_tJoe Hershberger2012-05-231-4/+14
* net: cosmetic: Split struct ip_udp_hdr into ip_hdrJoe Hershberger2012-05-231-8/+24
* net: cosmetic: Un-typedef IP_tJoe Hershberger2012-05-231-5/+6
* net: Move ARP out of net.cJoe Hershberger2012-05-231-1/+2
* net: Encapsulate CDP packet identificationJoe Hershberger2012-05-231-2/+10
* net: Move CDP out of net.cJoe Hershberger2012-05-231-5/+3
* net: cosmetic: tftp.* checkpatch complianceJoe Hershberger2012-05-151-0/+4
* net: cosmetic: net.c checkpatch complianceJoe Hershberger2012-05-151-0/+5
* net: cosmetic: net.h checkpatch complianceJoe Hershberger2012-05-151-56/+60
* net: Remove volatile from net APIJoe Hershberger2012-05-151-12/+13
* net: force PKTALIGN to ARCH_DMA_MINALIGNEric Nelson2012-03-291-1/+2
* net/miiphy/serial: drop duplicate "NAMESIZE" defineMike Frysinger2012-03-181-3/+1
* eth: remove usb-ethernet devices before re-enumerating themVincent Palatin2012-03-031-0/+1
* net: introduce per device indexMichael Walle2011-12-201-0/+1
* net: Make sure IPaddr_t is 32 bits in sizeMatthias Weisser2011-12-061-1/+2
* net: Export auto_load, use it in rarpSimon Glass2011-10-271-0/+6
* net: tftpput: Support selecting get/put for tftpSimon Glass2011-10-261-1/+1
* net: tftpput: Rename TFTP to TFTPGETSimon Glass2011-10-261-3/+5
* net: tftpput: Add support for receiving ICMP packetsSimon Glass2011-10-261-0/+19
* net: drop !NET_MULTI codeMike Frysinger2011-10-051-40/+0
* Add Ethernet hardware MAC address framework to usbnetSimon Glass2011-08-081-1/+24
* TFTP: add tftpsrv commandLuca Ceresoli2011-05-191-1/+2
OpenPOWER on IntegriCloud