index
:
riscv-gnu-toolchain/qemu/slirp.git
master
memory_leaks
msvc
ndp-leak
stable-4.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2021-06-14
udp: check upd_input buffer size
Marc-André Lureau
1
-1
/
+4
2021-06-14
tftp: introduce a header structure
Marc-André Lureau
2
-30
/
+36
2021-06-14
tftp: check tftp_input buffer size
Marc-André Lureau
1
-1
/
+5
2021-06-14
upd6: check udp6_input buffer size
Marc-André Lureau
1
-1
/
+4
2021-06-14
bootp: check bootp_input buffer size
Marc-André Lureau
1
-2
/
+2
2021-06-14
bootp: limit vendor-specific area to input packet memory buffer
Marc-André Lureau
4
-12
/
+22
2021-06-14
Add mtod_check()
Marc-André Lureau
2
-0
/
+12
2021-06-07
icmp: Support falling back on trying a SOCK_RAW socket
Samuel Thibault
1
-22
/
+38
2021-06-07
poll_fd: add missing fd registration for UDP and ICMP
Samuel Thibault
2
-0
/
+2
2021-06-07
icmp: Document the use of UDP echo service
Samuel Thibault
1
-0
/
+5
2021-06-06
mbuf: Avoid warning
Samuel Thibault
1
-0
/
+1
2021-06-06
timer_mod: explicit that expire_time is in ms, not ns
Samuel Thibault
1
-1
/
+1
2021-06-06
Merge branch 'valgrind' into 'master'
Samuel Thibault
12
-5
/
+148
2021-06-06
mbuf: Add debugging helpers for allocation
Samuel Thibault
12
-12
/
+125
2021-06-06
Check that we have the expected room before m_data
Samuel Thibault
7
-0
/
+30
2021-06-06
Merge branch 'ncsi_pack' into 'master'
Samuel Thibault
2
-33
/
+33
2021-06-03
ncsi: Mark ncsi headers with SLIRP_PACKED
Samuel Thibault
1
-29
/
+29
2021-06-03
ncsi: make ncsi_calculate_checksum work with unaligned data
Samuel Thibault
1
-4
/
+4
2021-05-25
src/ip: Fix typos in comments
Thomas Huth
2
-2
/
+2
2021-05-09
SlirpCb: explicit that it is fine for a guest to drop frames
Samuel Thibault
1
-5
/
+5
2021-05-09
ndp_table: For unspecified address, return broadcast ethernet address
Samuel Thibault
1
-1
/
+6
2021-05-07
Remove alloca() call in get_dns_addr_resolv_conf()
Philippe Mathieu-Daudé
1
-5
/
+9
2021-04-12
Merge branch 'lazy-ipv6-resolution' into 'master'
Samuel Thibault
6
-13
/
+130
2021-04-12
Perform lazy guest address resolution for IPv6
Doug Evans
6
-13
/
+130
2021-04-07
Merge branch 'listen_v6only' into 'master'
Samuel Thibault
6
-2
/
+18
2021-04-06
Merge branch 'newtcpcb-no-fail' into 'master'
Samuel Thibault
1
-4
/
+1
2021-04-06
slirp_add_host*fwd: Ensure all error paths set errno
Doug Evans
4
-2
/
+14
2021-03-29
tcpx_listen: tcp_newtcpcb doesn't fail
Doug Evans
1
-4
/
+1
2021-03-29
Remove slirp_add/remove_ipv6_hostfwd
Samuel Thibault
7
-102
/
+0
2021-03-17
Merge branch 'verbose-if-start' into 'master'
Samuel Thibault
3
-1
/
+10
2021-03-17
hostfwd: Add SLIRP_HOSTFWD_V6ONLY flag
Samuel Thibault
6
-2
/
+18
2021-03-17
Move DEBUG_CALL("if_start") to DEBUG_VERBOSE_CALL
Doug Evans
3
-1
/
+10
2021-03-05
Add ipv4/ipv6-agnostic host forwarding functions
Samuel Thibault
3
-1
/
+85
2021-03-05
udpx/tcpx_listen: Use struct sockaddr * types
Samuel Thibault
4
-22
/
+32
2021-03-04
Merge branch 'neighbor-info' into 'master'
Samuel Thibault
9
-23
/
+91
2021-03-03
New API routine slirp_neighbor_info
Doug Evans
4
-4
/
+50
2021-03-03
m_cleanup_list: make static
Doug Evans
1
-1
/
+1
2021-03-02
New utility slirp_ether_ntoa
Doug Evans
5
-19
/
+41
2021-03-01
sockaddr_*: add missing const qualifiers
Samuel Thibault
1
-7
/
+7
2021-03-01
udpx/tcpx_listen: Add missing const qualifier
Samuel Thibault
4
-16
/
+16
2021-03-01
Merge branch 'x_listen' into 'master'
Samuel Thibault
4
-97
/
+86
2021-03-01
Merge branch 'macos-pri' into 'master'
Samuel Thibault
1
-3
/
+11
2021-03-01
Disable polling for PRI on MacOS
Samuel Thibault
1
-3
/
+11
2021-02-28
Expose udpx_listen and tcpx_listen as taking sockaddr
Samuel Thibault
4
-97
/
+86
2021-02-28
socket.h: add missing sbuf.h inclusion
Samuel Thibault
1
-0
/
+1
2021-02-28
TODO for generalizing the hostfwd calls
Samuel Thibault
3
-0
/
+5
2021-02-18
m_cleanup: set qh_link and qh_rlink to the list head
jeremy marchand
1
-0
/
+2
2021-02-18
m_cleanup: fix memory leaks
jeremy marchand
1
-0
/
+2
2021-02-18
refactor m_cleanup as requested in slirp/libslirp!68
jeremy marchand
1
-9
/
+9
2021-02-18
m_free: remove the M_EXT flag after freeing the mbuf extended buffer
jeremy marchand
1
-0
/
+1
[prev]
[next]