index
:
passt
Plug A Simple Socket Transport
about
git
code
bugs
lists
chat
Commit message (
Expand
)
Author
Age
Files
Lines
*
cppcheck: Add suppressions for "logically" exported functions
HEAD
master
David Gibson
5 days
2
-0
/
+2
*
vhost_user: Don't export several functions
David Gibson
5 days
4
-10
/
+6
*
tcp: Don't export tcp_update_csum()
David Gibson
5 days
2
-3
/
+2
*
checksum: Don't export various functions
David Gibson
5 days
2
-20
/
+17
*
log: Don't export passt_vsyslog()
David Gibson
5 days
2
-25
/
+24
*
treewide: Mark assorted functions static
David Gibson
5 days
4
-6
/
+6
*
udp: create and send ICMPv6 to local peer when applicable
Jon Maloy
5 days
3
-5
/
+66
*
tap: break out building of udp header from tap_udp6_send function
Jon Maloy
5 days
2
-9
/
+35
*
udp: create and send ICMPv4 to local peer when applicable
Jon Maloy
5 days
5
-16
/
+81
*
tap: break out building of udp header from tap_udp4_send function
Jon Maloy
6 days
2
-7
/
+32
*
conf: Be more precise about minimum MTUs
David Gibson
6 days
3
-9
/
+22
*
tcp: Send RST in response to guest packets that match no connection
David Gibson
7 days
4
-11
/
+88
*
tap: Consider IPv6 flow label when building packet sequences
David Gibson
7 days
2
-1
/
+4
*
ip: Helpers to access IPv6 flow label
David Gibson
7 days
3
-6
/
+27
*
migrate, tcp: Don't flow_alloc_cancel() during incoming migration
David Gibson
12 days
1
-3
/
+16
*
tcp: Unconditionally move to CLOSED state on tcp_rst()
David Gibson
12 days
1
-2
/
+2
*
tcp: Correct error code handling from tcp_flow_repair_socket()
David Gibson
12 days
1
-2
/
+3
*
migrate, flow: Don't attempt to migrate TCP flows without passt-repair
David Gibson
12 days
1
-2
/
+9
*
migrate, flow: Trivially succeed if migrating with no flows
David Gibson
12 days
1
-0
/
+6
*
selinux: Fixes/workarounds for passt and passt-repair, mostly for libvirt usage
Stefano Brivio
12 days
2
-4
/
+38
*
seccomp.sh: Silence stty errors
Michal Privoznik
2025-02-24
1
-1
/
+1
*
tap: always set the no_frag flag in IPv4 headers
Jon Maloy
2025-02-20
2
-2
/
+3
*
contrib/fedora: Actually install passt-repair SELinux policy file
Stefano Brivio
2025-02-19
1
-1
/
+5
*
dhcp: Add option code byte in calculation for OPT_MAX boundary check
Stefano Brivio
2025-02-19
1
-1
/
+1
*
Makefile: Use mmap2() as alternative for mmap() in valgrind extra syscalls
Stefano Brivio
2025-02-19
1
-3
/
+3
*
conf: Use 0 instead of -1 as "unassigned" mtu value
David Gibson
2025-02-19
6
-14
/
+8
*
conf: More thorough error checking when parsing --mtu option
David Gibson
2025-02-19
1
-6
/
+15
*
flow: Clean up and generalise flow traversal macros
David Gibson
2025-02-19
2
-28
/
+44
*
flow: Remove unneeded bound parameter from flow traversal macros
David Gibson
2025-02-19
1
-16
/
+18
*
flow: Remove unneeded index from foreach_* macros
David Gibson
2025-02-19
1
-23
/
+21
*
flow: Add flow_perror() helper
David Gibson
2025-02-18
6
-47
/
+49
*
tcp: Don't pass both flow pointer and flow index
David Gibson
2025-02-18
3
-7
/
+4
*
tcp: Remove spurious prototype for tcp_flow_migrate_shrink_window
David Gibson
2025-02-18
1
-1
/
+0
*
tcp: More type safety for tcp_flow_migrate_target_ext()
David Gibson
2025-02-18
3
-6
/
+5
*
tcp_vu: head_cnt need not be global
David Gibson
2025-02-18
1
-10
/
+11
*
tap: Remove unused ETH_HDR_INIT() macro
David Gibson
2025-02-18
1
-2
/
+0
*
packet: Don't pass start and offset separately to packet_check_range()
David Gibson
2025-02-18
3
-26
/
+24
*
packet: Use flexible array member in struct pool
David Gibson
2025-02-18
1
-1
/
+1
*
dhcp: Remove option 255 length byte
Enrique Llorente
2025-02-18
1
-4
/
+3
*
test: Add migration tests
2025_02_17.a1e48a0
Stefano Brivio
2025-02-17
16
-13
/
+870
*
migrate: Migrate TCP flows
Stefano Brivio
2025-02-17
8
-6
/
+1288
*
repair, passt-repair: Build and warning fixes for musl
Stefano Brivio
2025-02-17
2
-5
/
+12
*
tcp_splice: A typo three years ago and SO_RCVLOWAT is gone
Stefano Brivio
2025-02-17
1
-1
/
+1
*
tcp_splice: Don't wake up on input data if we can't write it anywhere
Stefano Brivio
2025-02-17
1
-2
/
+6
*
vhost_user: Clear ring address on GET_VRING_BASE
David Gibson
2025-02-15
1
-0
/
+1
*
tcp, tcp_splice: Don't set SO_SNDBUF and SO_RCVBUF to maximum values
Stefano Brivio
2025-02-14
3
-37
/
+14
*
tcp: Keep updating window and checking for socket data after FIN from guest
Stefano Brivio
2025-02-14
1
-1
/
+3
*
contrib/selinux: Enable mapping guest memory for libvirt guests
Stefano Brivio
2025-02-14
1
-0
/
+12
*
selinux: Add rules needed to run tests
Stefano Brivio
2025-02-13
2
-2
/
+16
*
rampstream: Add utility to test for corruption of data streams
David Gibson
2025-02-12
7
-4
/
+267
[next]