Commit Graph

121 Commits (adf5d93e441eb3eacd8c0430d6064b35d47ad2a5)

Author SHA1 Message Date
Joe Hershberger adf5d93e44 net: Refactor to use NetSendPacket instead of eth_send directly 12 years ago
Joe Hershberger 9214637a56 net: Refactor NetSendUDPPacket to share more code 12 years ago
Joe Hershberger 4b11c9166b net: Refactor IP, UPD, and ICMP header writing functions 12 years ago
Joe Hershberger 4545f4e6db net: cosmetic: Alphabetize includes in net.c 12 years ago
Joe Hershberger 0b4c5ff4ab net: cosmetic: Rename CDPHandler to cdp_receive 12 years ago
Joe Hershberger 8d353eb86d net: cosmetic: Rename "x" to "eth_proto" 12 years ago
Joe Hershberger da5ebe2c9a net: cosmetic: Add a more explicit comment about 802.2 12 years ago
Joe Hershberger 206d07fd7c net: cosmetic: Rename parameter len to payload_len 12 years ago
Joe Hershberger e0a630795b net: cosmetic: Un-typedef ICMP_t 12 years ago
Joe Hershberger c68cca35b3 net: cosmetic: Un-typedef VLAN_Ethernet_t 12 years ago
Joe Hershberger cb487f5664 net: cosmetic: Un-typedef Ethernet_t 12 years ago
Joe Hershberger c5c59df04d net: cosmetic: Split struct ip_udp_hdr into ip_hdr 12 years ago
Joe Hershberger 594c26f8a7 net: cosmetic: Un-typedef IP_t 12 years ago
Joe Hershberger 8b9c53221f net: Move RARP receive logic out of net.c 12 years ago
Joe Hershberger a36b12f95a net: Move PING out of net.c 12 years ago
Joe Hershberger d280d3f430 net: Move ARP out of net.c 12 years ago
Joe Hershberger 1735188329 net: Encapsulate CDP packet identification 12 years ago
Joe Hershberger f575ae1f7d net: Move CDP out of net.c 12 years ago
Mike Frysinger 50a47d0523 net: punt bd->bi_ip_addr 12 years ago
Joe Hershberger 48522bb503 net: cosmetic: net.c checkpatch compliance 12 years ago
Joe Hershberger db288a9602 net: Remove volatile from net API 12 years ago
Simon Glass 573f14fe4e bootstage: Plumb in bootstage calls for basic operations 12 years ago
Matthias Weisser ea45cb0adc net: Make sure IPaddr_t is 32 bits in size 13 years ago
Wolfgang Denk 5c10419cea net/net.c: Fix GCC 4.6 build warning 13 years ago
Simon Glass e4a3d57dc7 net: Export auto_load, use it in rarp 13 years ago
Simon Glass ed1ada712a net: Change for loop to memset() 13 years ago
Simon Glass 39bccd21d0 net: Hide more code behind CONFIG_CMD_TFTPPUT 13 years ago
Simon Glass 1fb7cd498e net: tftpput: implement tftp logic 13 years ago
Simon Glass e4bf0c5cfe net: tftpput: Rename TFTP to TFTPGET 13 years ago
Simon Glass 4793ee6522 net: tftpput: Add support for receiving ICMP packets 13 years ago
Simon Glass 8f79bb17a4 net: tftpput: Move ICMP code into its own function 13 years ago
Mike Frysinger e2a53458a7 net: drop !NET_MULTI code 13 years ago
Enric Balletbo i Serra 23a70bf9c3 net/net.c: Update ipaddr if the environment has changed 13 years ago
Luca Ceresoli 7a83af07ae TFTP: add tftpsrv command 13 years ago
Luca Ceresoli ccb9ebefbe net/net.c: cosmetic: do not use assignment in if condition 13 years ago
Luca Ceresoli c819abeef7 net/net.c: cosmetic: fix indentation 13 years ago
Luca Ceresoli 92895de978 net/net.c: cosmetic: parentheses not required for return 13 years ago
Luca Ceresoli 6b147d1139 net/net.c: cosmetic: fix pointer syntax issues 13 years ago
Luca Ceresoli d3c65b015a net/net.c: cosmetic: fix brace issues 13 years ago
Luca Ceresoli 4f63acd062 net/net.c: cosmetic: fix whitespace issues 13 years ago
Luca Ceresoli c586ce6e01 net/net.c: cosmetic: variable initializations 13 years ago
Luca Ceresoli 3e38e429ff net/net.c: cosmetic: fix lines over 80 characters 13 years ago
Luca Ceresoli 03eb129f8a NET: pass source IP address to packet handlers 13 years ago
Simon Guinot 8b6bbe104f netconsole: remove `serverip' check 13 years ago
Gray Remlin 9030a55ef3 NET: Correct potential missing goto label in case statement. 13 years ago
Mike Frysinger 2e3ef6e4e4 string_to_VLAN: constify "var" arg 14 years ago
Mike Frysinger b920ee9db2 copy_filename: constify "src" arg 14 years ago
Peter Tyser bf6cb247a5 rarp: Condtionally compile rarp support 14 years ago
Fillod Stephane e397e59e86 ip/defrag: fix processing of last short fragment 14 years ago
Robin Getz 9739946cc5 ./net/net.c - make Microsoft dns servers happy with random_port() numbers 14 years ago