Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [legal] Relicense files under GPL2_OR_LATER_OR_UBDL | Michael Brown | 2015-03-02 | 1 | -1/+1 |
| | | | | | | | | | | These files cannot be automatically relicensed by util/relicense.pl since they either contain unusual but trivial contributions (such as the addition of __nonnull function attributes), or contain lines dating back to the initial git revision (and so require manual knowledge of the code's origin). Signed-off-by: Michael Brown <mcb30@ipxe.org> | ||||
* | [tcpip] Add IP statistics collection as per RFC 4293 | Michael Brown | 2014-03-02 | 1 | -0/+4 |
| | | | | Signed-off-by: Michael Brown <mcb30@ipxe.org> | ||||
* | [ipv4] Generalise fragment reassembly mechanism | Michael Brown | 2013-08-27 | 1 | -0/+68 |
Generalise the concept of fragment reassembly to allow for code sharing between IPv4 and IPv6 protocols. Signed-off-by: Michael Brown <mcb30@ipxe.org> |