index
:
mirror/ipxe.git
acpimac
aenq
aqc1xx
armlinux
assert
autoexec_pxe
autovlan
cached_proxydhcp
cc
centos7
cleardhcp
coverity_scan
dell3440b
des
dns_primary
edk2
efi_watchdog
efibridge
efivars
efivars2
efivlan
eisa
ena
entropy
esx
fix486
flr
gcc12
gcmassert
hackesp
hwmac
hyperv
imagecmdline
imgextract
initrd
interpreter
ioactive
iscsicap
itautec
letsencrypt
lldp
loong64
loongarch64
mac_passthru
master
mschapv2
mtureset
naptest
netidx
netstate
noinitrd
nosyslinux
ntpsetting
opsize
params
peerdisc_recent
pkgcache
processorbind
pxemenuscroll
rbgstart
realtek_hack
riscv64
sbat
sepcode
shim
shim2
shim3
shim4
shim5
shutdown_tpl_notify
snploop
snppad
supplicant
sysmac
tcpwindow
thunderbolt_workaround
tlsfrag2
tlsfrag3
tmpintf
udpdrop
uri
utf8
vbox
vetodhcp6
vgafix
wimboot
wimboot2
x25519
xen
xen-sg
xhci_fail
mirror/ipxe.git
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
*
Remove _PROTOCOL macros for gcc 3.2 compatibility
Marty Connor
2006-08-09
1
-3
/
+1
*
Clarified packet ownership transfer between a few functions.
Michael Brown
2006-08-09
1
-16
/
+37
*
Convert some trivial functions to static inlines.
Michael Brown
2006-08-03
1
-28
/
+0
*
Make the UDP senddata() methods return a status code.
Michael Brown
2006-08-03
1
-23
/
+2
*
Updated PXE UDP implementation to use the new Etherboot UDP API.
Michael Brown
2006-08-02
1
-0
/
+12
*
Added features that will be required for PXE UDP support.
Michael Brown
2006-08-02
1
-140
/
+161
*
Renamed trans_{rx,tx}() to tcpip_{rx,tx}(), since they are specific to
Michael Brown
2006-08-01
1
-1
/
+1
*
Renamed tcpip_if.[ch] to tcpip.[ch]
Michael Brown
2006-08-01
1
-1
/
+1
*
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