aboutsummaryrefslogtreecommitdiff
path: root/src/core/iobuf.c
AgeCommit message (Expand)AuthorFilesLines
2020-11-28[dma] Move I/O buffer DMA operations to iobuf.hMichael Brown1-0/+45
2020-11-05[malloc] Rename malloc_dma() to malloc_phys()Michael Brown1-6/+6
2016-02-11[iobuf] Improve robustness of I/O buffer allocationMichael Brown1-9/+34
2015-03-02[legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown1-1/+5
2014-12-18[iobuf] Add iob_split() to split an I/O buffer into portionsMichael Brown1-0/+30
2013-01-31[tls] Concatenate received non-data records before processingMichael Brown1-0/+42
2012-08-31[iobuf] Allow allocation of I/O buffers with a specified alignment offsetMichael Brown1-15/+30
2012-07-20[legal] Update FSF mailing address in GPL licence textsMichael Brown1-1/+2
2012-07-08[iobuf] Allocate I/O buffer descriptor separately to conserve aligned memoryMichael Brown1-13/+53
2012-06-29[iobuf] Relax alignment requirement for small I/O buffersMichael Brown1-5/+13
2010-04-19[build] Rename gPXE to iPXEMichael Brown1-2/+2
2009-05-18[legal] Add a selection of FILE_LICENCE declarationsMichael Brown1-0/+2
2007-07-24Add per-file error identifiersMichael Brown1-0/+20
2007-05-18Add alloc_iob() and free_iob(). (Direct search-and-replaceMichael Brown1-0/+74