aboutsummaryrefslogtreecommitdiff
path: root/src/ncsi.c
AgeCommit message (Expand)AuthorFilesLines
2022-05-28Fix arithmetic on void *Samuel Thibault1-1/+1
2022-05-18ncsi: Add Mellanox Get Mac Address handlerPeter Delevoryas1-1/+62
2022-05-18ncsi: Add OEM command handlerPeter Delevoryas1-1/+54
2022-05-18ncsi: Use response header for payload lengthPeter Delevoryas1-1/+1
2022-05-18ncsi: Pass command header to response handlersPeter Delevoryas1-7/+11
2022-05-11ncsi: Add Get Version ID commandPeter Delevoryas1-1/+12
2022-05-11ncsi: Pass Slirp structure to response handlersPeter Delevoryas1-5/+5
2021-06-03ncsi: make ncsi_calculate_checksum work with unaligned dataSamuel Thibault1-4/+4
2020-11-27slirp: check pkt_len before reading protocol headerPrasad J Pandit1-0/+4
2020-06-01Fix constness warningsPhilippe Mathieu-Daudé1-1/+2
2019-12-30slirp: ncsi: compute checksum for valid data lengthPrasad J Pandit1-1/+1
2019-03-22slirp: clarify license of slirp files using SPDX: explicit BSDMarc-André Lureau1-0/+1
2019-03-22slirp: relicense GPL files to BSD-3Marc-André Lureau1-2/+29
2019-03-07slirp: move sources to src/ subdirectoryMarc-André Lureau1-0/+164