aboutsummaryrefslogtreecommitdiff
path: root/lib/libnet
AgeCommit message (Expand)AuthorFilesLines
2021-02-12libnet: Compile with -WextraAlexey Kardashevskiy4-9/+10
2019-10-22ipv6: Fix gcc9 warningsThomas Huth5-57/+49
2019-08-27libnet: Fix the check of the argument lengths of the "ping" commandThomas Huth1-1/+1
2019-04-10libnet: Correctly re-initialize the "ip_version" variable each timeThomas Huth1-1/+3
2018-06-07lib/libnet/pxelinux: Fix two off-by-one bugs in the pxelinux.cfg parserThomas Huth1-5/+6
2018-06-07lib/libnet/pxelinux: Make the size handling for pxelinux_load_cfg more logicalThomas Huth1-6/+8
2018-05-29libnet: Support UUID-based pxelinux.cfg file namesThomas Huth3-5/+31
2018-05-29libnet: Add support for DHCPv4 options 209 and 210Thomas Huth5-20/+88
2018-05-29libnet: Wire up pxelinux.cfg network bootingThomas Huth1-2/+82
2018-05-29libnet: Add functions for downloading and parsing pxelinux.cfg filesThomas Huth3-1/+246
2018-05-29libnet: Put code for determing TFTP error strings into a separate functionThomas Huth3-73/+109
2018-05-29libnet: Pass ip_version via struct filename_ipThomas Huth3-12/+13
2018-05-25libnet: Get rid of unused huge_load and block_size parametersThomas Huth5-23/+10
2018-05-14libnet: Get rid of unnecessary (char *) castsThomas Huth6-33/+35
2017-09-26netboot: Create bootp-response when bootp is usedNikunj A Dadhania3-17/+51
2017-09-26libnet/ipv6: assign times_asked value directlyNikunj A Dadhania1-1/+1
2017-07-10libnet: Move parse_tftp_args to tftp.cThomas Huth2-106/+104
2017-07-07libnet: Make the code compilable with -Wformat-securityThomas Huth1-1/+1
2017-07-07libnet: Move the external declaration of send_ip to ethernet.hThomas Huth3-4/+3
2017-06-30libnet/netload: Three more minor clean-upsThomas Huth1-12/+13
2017-06-30libnet/tftp: Allow loading to address 0Thomas Huth1-5/+6
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-28libnet: Remove remainders of netsave codeThomas Huth2-3/+0
2017-06-28lib/Makefile: Pass FLAG to make in SUBDIRS targetMurilo Opsfelder Araujo1-1/+1
2017-06-15libnet: Cosmetical clean-upThomas Huth3-14/+11
2017-06-15libnet: Allocate ICMPv6 packet space on the heap, not on the stackThomas Huth1-4/+26
2016-10-17libnet: Simplify the net-load arguments passingThomas Huth3-24/+23
2016-10-17libnet: Simplify the Forth-to-C wrapper of ping()Thomas Huth3-22/+15
2016-10-17Do not link libnet to net-snk anymore, and remove net-snk from board-qemuThomas Huth2-3/+2
2016-10-17Add a Forth-to-C wrapper for the ping command, tooThomas Huth2-0/+18
2016-10-17Link libnet code to Paflof and add a wrapper for netboot()Thomas Huth2-0/+21
2016-10-10libnet: Make netapps.h includable from .code filesThomas Huth3-9/+12
2016-10-10libnet: Remove unused prototypes from netapps.hThomas Huth1-3/+0
2016-10-10libnet: Fix the printout of the ping commandThomas Huth1-3/+1
2016-10-10libnet: Make sure to close sockets when we're doneThomas Huth2-0/+10
2016-09-14paflof: Provide get_timer() and set_timer() helper functionsThomas Huth1-0/+6
2016-08-16libnet: Re-initialize global variables at the beginning of tftp()Thomas Huth1-15/+23
2016-06-27net: Remove remainders of the MTFTP codeThomas Huth3-49/+1
2016-06-27net: Move also files from clients/net-snk/app/netapps/ to lib/libnet/Thomas Huth6-1/+1305
2016-06-27net: Move files from clients/net-snk/app/netlib/ to lib/libnet/Thomas Huth24-0/+6130