index
:
passt
Plug A Simple Socket Transport
about
git
code
bugs
lists
chat
Commit message (
Expand
)
Author
Age
Files
Lines
*
fwd: Distinguish translatable from untranslatable addresses on inbound
David Gibson
2024-08-21
1
-1
/
+8
*
conf: Allow address remapped to host to be configured
David Gibson
2024-08-21
11
-95
/
+237
*
test: Reconfigure IPv6 address after changing MTU
David Gibson
2024-08-21
1
-0
/
+4
*
conf, fwd: Split notion of gateway/router from guest-visible host address
David Gibson
2024-08-21
5
-42
/
+55
*
Don't take "our" MAC address from the host
David Gibson
2024-08-21
3
-35
/
+13
*
fwd: Split notion of "our tap address" from gateway for IPv4
David Gibson
2024-08-21
3
-7
/
+13
*
fwd: Helpers to clarify what host addresses aren't guest accessible
David Gibson
2024-08-21
1
-11
/
+87
*
Initialise our_tap_ll to ip6.gw when suitable
David Gibson
2024-08-21
4
-12
/
+6
*
Clarify which addresses in ip[46]_ctx are meaningful where
David Gibson
2024-08-21
1
-4
/
+10
*
treewide: Change misleading 'addr_ll' name
David Gibson
2024-08-21
5
-8
/
+9
*
util: Correct sock_l4() binding for link local addresses
David Gibson
2024-08-21
1
-2
/
+1
*
conf: Remove incorrect initialisation of addr_ll_seen
David Gibson
2024-08-21
1
-1
/
+0
*
conf: Treat --dns addresses as guest visible addresses
David Gibson
2024-08-21
2
-50
/
+52
*
conf: Correct setting of dns_match address in add_dns6()
David Gibson
2024-08-21
1
-1
/
+1
*
conf: Move adding of a nameserver from resolv.conf into subfunction
David Gibson
2024-08-21
1
-7
/
+26
*
conf: Move DNS array bounds checks into add_dns[46]
David Gibson
2024-08-21
1
-8
/
+10
*
conf: More accurately count entries added in get_dns()
David Gibson
2024-08-21
1
-8
/
+3
*
conf: Use array indices rather than pointers for DNS array slots
David Gibson
2024-08-21
1
-32
/
+41
*
treewide: Use struct assignment instead of memcpy() for IP addresses
David Gibson
2024-08-21
2
-10
/
+12
*
treewide: Rename MAC address fields for clarity
David Gibson
2024-08-21
8
-26
/
+28
*
util: Helper for formatting MAC addresses
David Gibson
2024-08-21
4
-7
/
+27
*
treewide: Use "our address" instead of "forwarding address"
David Gibson
2024-08-21
7
-105
/
+106
*
netlink: Fix typo in function comment for nl_addr_set()
Stefano Brivio
2024-08-18
1
-1
/
+1
*
pasta: Disable neighbour solicitations on device up to prevent DAD
Stefano Brivio
2024-08-18
1
-1
/
+10
*
netlink, pasta: Fetch link-local address from namespace interface once it's up
Stefano Brivio
2024-08-18
3
-0
/
+55
*
netlink, pasta: Disable DAD for link-local addresses on namespace interface
Stefano Brivio
2024-08-18
3
-0
/
+64
*
netlink, pasta: Turn nl_link_up() into a generic function to set link flags
Stefano Brivio
2024-08-15
3
-7
/
+11
*
netlink, pasta: Split MTU setting functionality out of nl_link_up()
Stefano Brivio
2024-08-15
3
-13
/
+32
*
netlink: Fix typo in function comment for nl_addr_get()
Stefano Brivio
2024-08-15
1
-1
/
+1
*
test: Speed up by cutting on eye candy and performance test duration
Stefano Brivio
2024-08-15
8
-54
/
+53
*
flow: Don't crash if guest attempts to connect to port 0
2024_08_14.61c0b0d
David Gibson
2024-08-14
1
-8
/
+10
*
conf: Don't ignore -t and -u options after -D
David Gibson
2024-08-14
1
-2
/
+2
*
ndp.c: Turn NDP responder into more declarative implementation
AbdAlRahman Gad
2024-08-13
3
-79
/
+246
*
conf: Delay handling -D option until after addresses are configured
David Gibson
2024-08-12
1
-39
/
+45
*
Correct inaccurate comments on ip[46]_ctx::addr
David Gibson
2024-08-12
1
-2
/
+2
*
log: Don't prefix message with timestamp on --debug if it's a continuation
Stefano Brivio
2024-08-12
3
-18
/
+21
*
conf: Stop parsing options at first non-option argument
Stefano Brivio
2024-08-08
2
-3
/
+3
*
passt, util: Close any open file that the parent might have leaked
Stefano Brivio
2024-08-08
6
-7
/
+59
*
nstool: Propagate SIGTERM to processes executed in the namespace
David Gibson
2024-08-07
1
-2
/
+24
*
nstool: Fix some trivial typos
David Gibson
2024-08-07
1
-2
/
+2
*
log: Avoid duplicate calls to logtime()
David Gibson
2024-08-07
1
-9
/
+8
*
log: Handle errors from clock_gettime()
David Gibson
2024-08-07
1
-15
/
+32
*
log: Correct formatting of timestamps
David Gibson
2024-08-07
1
-12
/
+24
*
util: Some corrections for timespec_diff_us
David Gibson
2024-08-07
2
-3
/
+3
*
conf, pasta: Make -g and -a skip route/addresses copy for matching IP version...
Stefano Brivio
2024-08-07
4
-22
/
+36
*
log, passt: Keep printing to stderr when passt is running in foreground
2024_08_06.ee36266
Stefano Brivio
2024-08-06
3
-9
/
+11
*
tcp_splice: Fix side in OUT_WAIT flag setting
Stefano Brivio
2024-08-06
1
-1
/
+1
*
util: Use unsigned (size_t) value for iov length
David Gibson
2024-08-06
2
-4
/
+3
*
udp_flow: move all udp_flow functions to udp_flow.c
Laurent Vivier
2024-08-05
4
-261
/
+284
*
udp_flow: Remove udp_meta_t from the parameters of udp_flow_from_sock()
Laurent Vivier
2024-08-05
1
-7
/
+7
[next]