index
:
ipxe
master
qemu
ipxe
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
net
/
udp.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
We shouldn't need to allocate a TX packet buffer when calling newdata();
Michael Brown
2006-08-01
1
-4
/
+0
*
conn->local_port is now network-endian; do not swap when comparing
Michael Brown
2006-07-20
1
-2
/
+5
*
Correct TCP/IP checksum generation.
Michael Brown
2006-07-19
1
-6
/
+3
*
Minor edits
Nikhil Chandru Rao
2006-07-19
1
-3
/
+10
*
Make udp_send() call udp_sendto(), rather than vice-versa.
Michael Brown
2006-07-19
1
-16
/
+10
*
A small but very critical bug.
Michael Brown
2006-07-19
1
-1
/
+1
*
Use more standardised format specifiers in debug messages (e.g. %p for
Michael Brown
2006-07-19
1
-2
/
+2
*
Reserve space for lower-layer headers when allocating packet buffer.
Michael Brown
2006-07-19
1
-33
/
+5
*
Minor edit in net/udp.c
Nikhil Chandru Rao
2006-07-19
1
-1
/
+1
*
The following edits were made: \
Nikhil Chandru Rao
2006-07-19
1
-2
/
+30
*
Added fragment reassembly code
Nikhil Chandru Rao
2006-06-30
1
-14
/
+10
*
Renamed net/interface.c and include/gpxe/interface.h to net/tcpip_if.c and in...
Nikhil Chandru Rao
2006-06-28
1
-4
/
+6
*
Fixed whitespaces; updated UDP code
Nikhil Chandru Rao
2006-06-28
1
-116
/
+168
*
updated UDP interface
Nikhil Chandru Rao
2006-06-25
1
-0
/
+225
[prev]