index
:
openslx-ng/ipxe.git
master
openslx
Fork of ipxe; additional commands and features
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
net
/
tcpip.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[netdevice] Limit MTU by hardware maximum frame length
Michael Brown
2017-01-25
1
-2
/
+1
*
[tcpip] Allow supported address families to be detected at runtime
Michael Brown
2015-09-01
1
-8
/
+7
*
[tcpip] Fix dubious calculation of min_port
Michael Brown
2015-03-13
1
-1
/
+1
*
[legal] Relicense files under GPL2_OR_LATER_OR_UBDL
Michael Brown
2015-03-02
1
-1
/
+1
*
[tcpip] Provide tcpip_mtu() to determine the maximum transmission unit
Michael Brown
2014-03-04
1
-0
/
+29
*
[tcpip] Provide tcpip_netdev() to determine the transmitting network device
Michael Brown
2014-03-04
1
-10
/
+46
*
[tcpip] Add IP statistics collection as per RFC 4293
Michael Brown
2014-03-02
1
-2
/
+6
*
[tcpip] Pass through network device to transport layer protocols
Michael Brown
2013-09-03
1
-3
/
+5
*
[tcpip] Allow binding to unspecified privileged ports (below 1024)
Michael Brown
2013-08-06
1
-0
/
+44
*
[tcpip] Allow for architecture-specific TCP/IP checksum routines
Michael Brown
2012-06-27
1
-2
/
+2
*
[build] Rename gPXE to iPXE
Michael Brown
2010-04-20
1
-3
/
+3
*
[legal] Add a selection of FILE_LICENCE declarations
Michael Brown
2009-05-18
1
-0
/
+2
*
[tables] Redefine methods for accessing linker tables
Michael Brown
2009-03-13
1
-15
/
+2
*
[tcpip] Allow for transmission to multicast IPv4 addresses
Michael Brown
2009-01-21
1
-4
/
+5
*
pkbuff->iobuf changeover
Michael Brown
2007-05-19
1
-9
/
+9
*
When a network device is specified to tcpip_tx() or it's children, treat
Michael Brown
2007-01-16
1
-1
/
+1
*
Add "name" field to struct device to allow human-readable hardware device
Michael Brown
2007-01-10
1
-8
/
+8
*
Allow an explicit network device to be specified for IP-layer
Michael Brown
2007-01-10
1
-2
/
+4
*
Verify checksums on the RX datapath.
Michael Brown
2007-01-03
1
-9
/
+13
*
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
*
Clarified packet ownership transfer between a few functions.
Michael Brown
2006-08-09
1
-0
/
+2
*
Added features that will be required for PXE UDP support.
Michael Brown
2006-08-02
1
-55
/
+47
*
Minor changes to the network layer rx() functions
Nikhil Chandru Rao
2006-08-01
1
-3
/
+24
*
Remove unused functions.
Michael Brown
2006-08-01
1
-36
/
+0
*
Renamed trans_{rx,tx}() to tcpip_{rx,tx}(), since they are specific to
Michael Brown
2006-08-01
1
-2
/
+2
*
Renamed tcpip_if.[ch] to tcpip.[ch]
Michael Brown
2006-08-01
1
-0
/
+160