aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-05-28Separate out SLIRP_PACKED to SLIRP_PACKED_BEGIN/ENDSamuel Thibault7-47/+98
2022-05-28Do not use ssize_t on WindowsSamuel Thibault7-15/+20
2022-05-28Do not include unistd.h on windows, it does not have itSamuel Thibault1-2/+1
2022-05-28Accept build-aux/git-version-gen failing to runSamuel Thibault1-4/+6
2022-05-28container_of: avoid using __extension__Samuel Thibault1-5/+2
2022-05-28Merge branch 'master' into 'master'Samuel Thibault7-9/+367
2022-05-18ncsi: Add Mellanox Get Mac Address handlerPeter Delevoryas3-1/+121
2022-05-18slirp: Add out-of-band ethernet addressPeter Delevoryas3-0/+8
2022-05-18ncsi: Add OEM command handlerPeter Delevoryas3-3/+147
2022-05-18ncsi: Add basic test for Get Version ID responsePeter Delevoryas2-0/+82
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-11Merge branch 'iana' into 'master'Samuel Thibault4-7/+30
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-08Merge branch 'haiku' into 'master'Samuel Thibault1-0/+4
2022-05-08Add support for Haiku to meson.buildIvan Holmes1-0/+4
2022-05-04Merge branch 'warnings' into 'master'Samuel Thibault3-4/+7
2022-05-04meson: add extra warningsPaolo Bonzini1-0/+3
2022-05-04win32: declare some local functions as staticPaolo Bonzini2-4/+4
2022-05-02Merge branch 'inet6_bsd' into 'master'Samuel Thibault1-1/+3
2022-05-01Include <sys/socket.h> and <arpa/inet.h> for AF_INET6 and inet_ptonSamuel Thibault1-1/+3
2022-04-27Merge branch '4.7' into 'master'Marc-André Lureau2-2/+24
2022-04-26Release v4.7.0v4.7.0Marc-André Lureau2-2/+24
2022-04-25Merge branch 'opaque-timer' into 'master'Marc-André Lureau9-32/+100
2022-04-11bump ABI version and agePaolo Bonzini1-3/+3
2022-04-11slirp: invoke client callback before creating timersPaolo Bonzini6-6/+12
2022-04-10pingtest: port to timer_new_opaquePaolo Bonzini1-8/+8
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-20Add sanitizers CI runsSamuel Thibault1-1/+19
2022-03-04Merge branch 'handle-econnaborted' into 'master'Samuel Thibault1-2/+2
2022-03-04socket: Handle ECONNABORTED from recvRich1-2/+2
2022-02-17Merge branch 'bootp-has-prefix' into 'master'Samuel Thibault1-1/+1
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-10Merge branch 'debug-fix' into 'master'Marc-André Lureau2-2/+2
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-02Merge branch 'libslirp-vmsend' into 'master'Samuel Thibault1-0/+4
2022-02-02Add VMS_END markerDr. David Alan Gilbert1-0/+4
2022-01-25Merge branch 'vendor-class-id' into 'master'Samuel Thibault2-0/+24
2022-01-25bootp: add support for UEFI HTTP bootIgnat Korchagin2-0/+24
2022-01-24Merge branch 'dns6' into 'master'Samuel Thibault1-4/+131
2022-01-24IPv6 DNS proxying supportNoah1-4/+131
2022-01-23Add missing scope_id in cachingSamuel Thibault1-7/+24