aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2022-05-30vmstate: only enable when building under GNU CSamuel Thibault4-3/+29
2022-05-28windows: export symbolsSamuel Thibault1-0/+29
2022-05-28win32: replace strcasecmp with g_ascii_strcasecmpSamuel Thibault1-3/+3
2022-05-28Drop spurious inlineSamuel Thibault1-2/+2
2022-05-28Avoid returning voidSamuel Thibault1-2/+3
2022-05-28Fix arithmetic on void *Samuel Thibault1-1/+1
2022-05-28Avoid using ##__VA_ARGS__ gcc extensionSamuel Thibault3-14/+21
2022-05-28Fix bitfields order for MSVCSamuel Thibault5-17/+21
2022-05-28Separate out SLIRP_PACKED to SLIRP_PACKED_BEGIN/ENDSamuel Thibault7-47/+98
2022-05-28Do not use ssize_t on WindowsSamuel Thibault5-13/+18
2022-05-28Do not include unistd.h on windows, it does not have itSamuel Thibault1-2/+1
2022-05-28container_of: avoid using __extension__Samuel Thibault1-5/+2
2022-05-18ncsi: Add Mellanox Get Mac Address handlerPeter Delevoryas2-1/+67
2022-05-18slirp: Add out-of-band ethernet addressPeter Delevoryas3-0/+8
2022-05-18ncsi: Add OEM command handlerPeter Delevoryas2-1/+99
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-17src/slirp.h: Bump the minimum Windows version to Windows 7Thomas Huth1-1/+1
2022-05-11ncsi: Add Get Version ID commandPeter Delevoryas1-1/+12
2022-05-11ncsi: Pass Slirp structure to response handlersPeter Delevoryas1-5/+5
2022-05-11slirp: Add manufacturer's IDPeter Delevoryas3-1/+13
2022-05-04win32: declare some local functions as staticPaolo Bonzini1-3/+3
2022-04-11slirp: invoke client callback before creating timersPaolo Bonzini6-6/+12
2022-04-10introduce timer_new_opaque callbackPaolo Bonzini4-1/+38
2022-04-10introduce slirp_timer_new wrapperPaolo Bonzini5-6/+30
2022-04-10icmp6: make ndp_send_ra staticPaolo Bonzini2-12/+13
2022-03-04socket: Handle ECONNABORTED from recvRich1-2/+2
2022-02-17bootp: fix g_str_has_prefix warning/criticalMarc-André Lureau1-1/+1
2022-02-11slirp: Don't duplicate packet in tcp_reassBrett Nash1-3/+0
2022-02-11Rename insque/remque -> slirp_[ins|rem]queBrett Nash10-56/+51
2022-02-10mbuf: Use SLIRP_DEBUG to enable mbuf debugging instead of DEBUG Brett Nash2-2/+2
2022-02-09Replace inet_ntoa() with safer inet_ntop()Marc-André Lureau4-17/+29
2022-02-02Add VMS_END markerDr. David Alan Gilbert1-0/+4
2022-01-25bootp: add support for UEFI HTTP bootIgnat Korchagin2-0/+24
2022-01-24IPv6 DNS proxying supportNoah1-4/+131
2022-01-23Add missing scope_id in cachingSamuel Thibault1-7/+24
2021-12-12Drop fixed TODOSamuel Thibault1-1/+0
2021-11-30socket: Move closesocket(so->s_aux) to sofreeNicholas Ngai3-6/+4
2021-11-29socket: Check so_type instead of so_tcpcb for Unix-to-inet translationNicholas Ngai1-3/+22
2021-11-29Merge branch 'master' into hostfwd-unixNicholas Ngai12-44/+84
2021-11-29socket: Add s_aux field to struct socket for storing auxilliary socketNicholas Ngai4-2/+11
2021-11-29socket: Initialize so_type in socreateNicholas Ngai8-12/+13
2021-11-27socket: Allocate Unix-to-TCP hostfwd port from OS by binding to port 0Nicholas Ngai1-4/+73
2021-11-18Allow to disable internal DHCP serverRafael Gieschke4-2/+13
2021-11-11Merge branch 'icmp_raw' into 'master'Samuel Thibault1-22/+38
2021-11-12slirp_pollfds_fill: Explain why dividing so_snd.sb_datalen by twoSamuel Thibault2-2/+8
2021-10-12socket: Check address family for Unix-to-inet accept translationNicholas Ngai1-3/+11
2021-10-12socket: Add debug args for tcpx_listen (inet and Unix sockets)Nicholas Ngai1-0/+33
2021-10-12socket: Restore original definition of fhostNicholas Ngai2-13/+2
2021-10-12socket: Move <sys/un.h> include to socket.hNicholas Ngai2-1/+4