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
*
[legal] Relicense files under GPL2_OR_LATER_OR_UBDL
Michael Brown
2015-03-02
1
-1
/
+1
*
[udp] Add AF_INET6 socket opener
Michael Brown
2013-10-21
1
-2
/
+9
*
[tcpip] Pass through network device to transport layer protocols
Michael Brown
2013-09-03
1
-1
/
+4
*
[tcpip] Allow binding to unspecified privileged ports (below 1024)
Michael Brown
2013-08-06
1
-35
/
+18
*
[udp] Move high-frequency debug messages to DBGLVL_EXTRA
Michael Brown
2013-08-06
1
-5
/
+5
*
[udp] Propagate transmission errors to UDP interface users
Michael Brown
2012-02-20
1
-4
/
+3
*
[udp] Use MAX_LL_NET_HEADER_LEN instead of defining our own UDP_MAX_HLEN
Michael Brown
2010-11-19
1
-3
/
+5
*
[build] Fix misaligned table entries when using gcc 4.5
Piotr JaroszyĆski
2010-08-20
1
-1
/
+1
*
[interface] Convert all data-xfer interfaces to generic interfaces
Michael Brown
2010-06-22
1
-43
/
+25
*
[refcnt] Add ref_init() wrapper function
Michael Brown
2010-06-22
1
-0
/
+1
*
[build] Rename gPXE to iPXE
Michael Brown
2010-04-19
1
-6
/
+6
*
[legal] Add a selection of FILE_LICENCE declarations
Michael Brown
2009-05-18
1
-0
/
+2
*
[build] Enable building with the Intel C compiler (icc)
Michael Brown
2009-03-26
1
-1
/
+1
*
[xfer] Make consistent assumptions that xfer metadata can never be NULL
Michael Brown
2009-02-15
1
-12
/
+3
*
[iobuf] Add iob_disown() and use it where it simplifies code
Michael Brown
2009-02-01
1
-2
/
+1
*
[tcpip] Allow for transmission to multicast IPv4 addresses
Michael Brown
2009-01-21
1
-11
/
+8
*
[x86_64] Fix assorted 64-bit compilation errors and warnings
Michael Brown
2008-11-19
1
-2
/
+3
*
[udp] Avoid reusing auto-allocated ports after connection close.
Michael Brown
2008-07-10
1
-2
/
+3
*
[udp] Verify local socket address (if specified) for UDP sockets
Michael Brown
2008-06-10
1
-22
/
+29
*
Make seek information part of the xfer metadata, rather than an entirely
Michael Brown
2008-01-08
1
-1
/
+0
*
Various warnings fixups for OpenBSD with gcc-3.3.5.
Michael Brown
2007-12-07
1
-7
/
+7
*
udp_open_promisc() calls udp_open_common() with peer==NULL.
Michael Brown
2007-11-28
1
-2
/
+3
*
Separate the "is data ready" function of xfer_seek() into an
Michael Brown
2007-07-08
1
-0
/
+1
*
Kill off unused request() method in data-xfer interface.
Michael Brown
2007-07-08
1
-1
/
+0
*
convert to zalloc
Holger Lubitz
2007-07-06
1
-2
/
+1
*
Mildly ugly hack to force correct linkage.
Michael Brown
2007-06-28
1
-0
/
+2
*
Update DHCP to use data-xfer interface (not yet tested).
Michael Brown
2007-06-27
1
-5
/
+6
*
Kill off hotplug.h and just make net devices normal reference-counted
Michael Brown
2007-06-27
1
-1
/
+1
*
Partial migration of UDP to data-xfer interface. (Will not link at
Michael Brown
2007-06-20
1
-166
/
+291
*
pkbuff->iobuf changeover
Michael Brown
2007-05-19
1
-42
/
+42
*
hoffmeis: Fixing situation where absence of a newdata() handler for UDP
Anselm Martin Hoffmeister
2007-04-09
1
-5
/
+10
*
When a network device is specified to tcpip_tx() or it's children, treat
Michael Brown
2007-01-16
1
-1
/
+1
*
Improve debug messages
Michael Brown
2007-01-16
1
-2
/
+21
*
Allow udp_{send,sendto,sendto_via} to be called outside of the
Michael Brown
2007-01-10
1
-32
/
+39
*
Add udp_sendto_via() to allow e.g. DHCP to transmit without first having
Michael Brown
2007-01-10
1
-3
/
+25
*
Allow an explicit network device to be specified for IP-layer
Michael Brown
2007-01-10
1
-1
/
+1
*
Rename pkb_available() to pkb_tailroom() for consistency with Linux's
Michael Brown
2007-01-09
1
-3
/
+3
*
Allow empty checksums on received packets
Michael Brown
2007-01-04
1
-6
/
+8
*
Improve consistency between TCP and UDP RX datapaths
Michael Brown
2007-01-03
1
-46
/
+56
*
Verify checksums on the RX datapath.
Michael Brown
2007-01-03
1
-10
/
+8
*
We don't actually have a stdio.h header file. Our printf() functions are
Michael Brown
2006-09-27
1
-1
/
+0
*
added stdio.h to includes for DBG compilation
Marty Connor
2006-09-27
1
-0
/
+1
*
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
[next]