summaryrefslogtreecommitdiffstats
path: root/src/net/tcpip.c
Commit message (Expand)AuthorAgeFilesLines
* [netdevice] Limit MTU by hardware maximum frame lengthMichael Brown2017-01-251-2/+1Star
* [tcpip] Allow supported address families to be detected at runtimeMichael Brown2015-09-011-8/+7Star
* [tcpip] Fix dubious calculation of min_portMichael Brown2015-03-131-1/+1
* [legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown2015-03-021-1/+1
* [tcpip] Provide tcpip_mtu() to determine the maximum transmission unitMichael Brown2014-03-041-0/+29
* [tcpip] Provide tcpip_netdev() to determine the transmitting network deviceMichael Brown2014-03-041-10/+46
* [tcpip] Add IP statistics collection as per RFC 4293Michael Brown2014-03-021-2/+6
* [tcpip] Pass through network device to transport layer protocolsMichael Brown2013-09-031-3/+5
* [tcpip] Allow binding to unspecified privileged ports (below 1024)Michael Brown2013-08-061-0/+44
* [tcpip] Allow for architecture-specific TCP/IP checksum routinesMichael Brown2012-06-271-2/+2
* [build] Rename gPXE to iPXEMichael Brown2010-04-201-3/+3
* [legal] Add a selection of FILE_LICENCE declarationsMichael Brown2009-05-181-0/+2
* [tables] Redefine methods for accessing linker tablesMichael Brown2009-03-131-15/+2Star
* [tcpip] Allow for transmission to multicast IPv4 addressesMichael Brown2009-01-211-4/+5
* pkbuff->iobuf changeoverMichael Brown2007-05-191-9/+9
* When a network device is specified to tcpip_tx() or it's children, treatMichael Brown2007-01-161-1/+1
* Add "name" field to struct device to allow human-readable hardware deviceMichael Brown2007-01-101-8/+8
* Allow an explicit network device to be specified for IP-layerMichael Brown2007-01-101-2/+4
* Verify checksums on the RX datapath.Michael Brown2007-01-031-9/+13
* We don't actually have a stdio.h header file. Our printf() functions areMichael Brown2006-09-271-1/+0Star
* added stdio.h to includes for DBG compilationMarty Connor2006-09-271-0/+1
* Clarified packet ownership transfer between a few functions.Michael Brown2006-08-091-0/+2
* Added features that will be required for PXE UDP support.Michael Brown2006-08-021-55/+47Star
* Minor changes to the network layer rx() functionsNikhil Chandru Rao2006-08-011-3/+24
* Remove unused functions.Michael Brown2006-08-011-36/+0Star
* Renamed trans_{rx,tx}() to tcpip_{rx,tx}(), since they are specific toMichael Brown2006-08-011-2/+2
* Renamed tcpip_if.[ch] to tcpip.[ch]Michael Brown2006-08-011-0/+160