aboutsummaryrefslogtreecommitdiff
path: root/lib/libnet/netload.c
AgeCommit message (Expand)AuthorFilesLines
2021-02-12libnet: Compile with -WextraAlexey Kardashevskiy1-2/+2
2019-04-10libnet: Correctly re-initialize the "ip_version" variable each timeThomas Huth1-1/+3
2018-05-29libnet: Support UUID-based pxelinux.cfg file namesThomas Huth1-1/+17
2018-05-29libnet: Add support for DHCPv4 options 209 and 210Thomas Huth1-1/+4
2018-05-29libnet: Wire up pxelinux.cfg network bootingThomas Huth1-2/+82
2018-05-29libnet: Put code for determing TFTP error strings into a separate functionThomas Huth1-73/+6
2018-05-29libnet: Pass ip_version via struct filename_ipThomas Huth1-5/+6
2018-05-25libnet: Get rid of unused huge_load and block_size parametersThomas Huth1-7/+4
2018-05-14libnet: Get rid of unnecessary (char *) castsThomas Huth1-1/+1
2017-09-26netboot: Create bootp-response when bootp is usedNikunj A Dadhania1-12/+48
2017-07-10libnet: Move parse_tftp_args to tftp.cThomas Huth1-106/+0
2017-06-30libnet/netload: Three more minor clean-upsThomas Huth1-12/+13
2017-06-28libnet: Refactor some code of netload() into a separate functionThomas Huth1-83/+94
2017-06-28libnet: Rework error message printingThomas Huth1-82/+44
2017-06-15libnet: Cosmetical clean-upThomas Huth1-2/+2
2016-10-17libnet: Simplify the net-load arguments passingThomas Huth1-9/+12
2016-10-17Do not link libnet to net-snk anymore, and remove net-snk from board-qemuThomas Huth1-1/+1
2016-10-10libnet: Make netapps.h includable from .code filesThomas Huth1-1/+2
2016-10-10libnet: Make sure to close sockets when we're doneThomas Huth1-0/+6
2016-06-27net: Move also files from clients/net-snk/app/netapps/ to lib/libnet/Thomas Huth1-0/+858