index
:
passt
Plug A Simple Socket Transport
about
git
code
bugs
lists
chat
Commit message (
Expand
)
Author
Age
Files
Lines
*
log: Add rate-limiting macros for log messages
HEAD
master
Anshu Kumari
43 hours
1
-0
/
+44
*
fwd: Split forwarding rule specification from its implementation state
David Gibson
43 hours
4
-63
/
+90
*
bitmap: Split bitmap helper functions into their own module
David Gibson
44 hours
7
-102
/
+134
*
ip: Define a bound for the string returned by ipproto_name()
David Gibson
44 hours
2
-6
/
+14
*
conf: Remove redundant warning when SO_BINDTODEVICE is unavailable
David Gibson
44 hours
1
-6
/
+0
*
conf: Move check for disabled interfaces earlier
David Gibson
44 hours
1
-10
/
+10
*
conf: Move check for mapping port 0 to caller
David Gibson
44 hours
1
-4
/
+6
*
conf: Don't bother complaining about overlapping excluded ranges
David Gibson
44 hours
1
-5
/
+1
*
fwd, conf: Expose ephemeral ports as bitmap rather than function
David Gibson
44 hours
3
-15
/
+10
*
fwd: Allow FWD_DUAL_STACK_ANY flag to be passed directly to fwd_rule_add()
David Gibson
44 hours
1
-1
/
+4
*
fwd: Store forwarding tables indexed by (origin) pif
David Gibson
44 hours
5
-72
/
+85
*
fwd: Look up rule index in fwd_sync_one()
David Gibson
44 hours
1
-8
/
+6
*
fwd: Move selecting correct scan bitmap into fwd_sync_one()
David Gibson
44 hours
1
-13
/
+15
*
serialise: Add helpers for serialising unsigned integers
David Gibson
44 hours
3
-6
/
+46
*
serialise: Split functions user for serialisation from util.c
David Gibson
44 hours
9
-76
/
+113
*
vhost_user: Fix assorted minor cppcheck warnings
David Gibson
44 hours
3
-9
/
+11
*
fwd: Comparing rule can be const
David Gibson
44 hours
1
-1
/
+1
*
conf: runas can be const
David Gibson
44 hours
1
-2
/
+2
*
treewide: Spell ASSERT() as assert()
David Gibson
10 days
26
-127
/
+139
*
vu_common: Move iovec management into vu_collect()
Laurent Vivier
10 days
4
-76
/
+60
*
vu_handle_tx: Pass actual remaining out_sg capacity to vu_queue_pop()
Laurent Vivier
10 days
1
-6
/
+4
*
virtio: Pass iovec arrays as separate parameters to vu_queue_pop()
Laurent Vivier
10 days
3
-15
/
+32
*
pif: Remove unused PIF_NAMELEN
David Gibson
13 days
1
-2
/
+0
*
doc: Fix formatting of (DEPRECATED) notes in man page
David Gibson
13 days
1
-2
/
+2
*
Makefile: Use $^ to avoid duplication in static checker rules
David Gibson
13 days
1
-3
/
+3
*
conf: Parse all forwarding options at the same time
David Gibson
2026-03-11
1
-12
/
+5
*
conf: Don't defer handling of --dns option
David Gibson
2026-03-11
1
-41
/
+39
*
fwd: Always open /proc/net{tcp,tcp6,udp,udp6} in pasta mode
David Gibson
2026-03-11
1
-12
/
+8
*
fwd: Unify TCP and UDP forwarding tables
David Gibson
2026-03-11
10
-146
/
+158
*
fwd: Split forwarding table from port scanning state
David Gibson
2026-03-11
8
-87
/
+116
*
Fix misnamed field in struct ctx comments
David Gibson
2026-03-11
1
-1
/
+1
*
fwd: Don't initialise unused port bitmaps
David Gibson
2026-03-11
1
-6
/
+1
*
tcp: Remove stale description of port_to_tap field
David Gibson
2026-03-11
1
-1
/
+0
*
conf, fwd: Make overall forwarding mode local to conf path
David Gibson
2026-03-11
3
-47
/
+77
*
netlink: Allow NULL to be passed as addr parameter to nl_addr_get (again)
David Gibson
2026-03-11
1
-1
/
+1
*
netlink: Return prefix length for IPv6 addresses in nl_addr_get()
Jon Maloy
2026-03-10
1
-8
/
+3
*
iov: Add iov_truncate() helper and use it in vu handlers
Laurent Vivier
2026-03-10
4
-21
/
+34
*
tcp: Avoid comparison of expressions with different signedness in RTT_SET()
Stefano Brivio
2026-03-10
1
-1
/
+2
*
tcp: Avoid comparison of expressions with different signedness in tcp_timer_h...
Stefano Brivio
2026-03-06
1
-1
/
+2
*
migrate: Rename v1 address functions to v2 for clarity
Jon Maloy
2026-03-04
1
-10
/
+10
*
vu_common: Always set num_buffers in virtio-net header
Laurent Vivier
2026-03-04
4
-13
/
+10
*
clang-tidy: Don't insist on #ifdef over #if defined()
David Gibson
2026-03-04
1
-0
/
+5
*
fwd, pif: Replace with pif_sock_l4() with pif_listen()
David Gibson
2026-03-04
6
-33
/
+19
*
tcp: Use flow_foreach_of_type() in tcp_{keepalive,inactivity}
David Gibson
2026-03-04
1
-8
/
+2
*
Add missing includes to headers
Peter Foley
2026-03-04
34
-2
/
+123
*
tcp: Send TCP keepalive segments after a period of tap-side inactivity
David Gibson
2026-02-25
3
-0
/
+43
*
tcp: Extend tcp_send_flag() to send TCP keepalive segments
David Gibson
2026-02-25
3
-0
/
+9
*
tcp: Re-introduce inactivity timeouts based on a clock algorithm
David Gibson
2026-02-25
3
-5
/
+54
*
tcp: Remove non-working activity timeout mechanism
David Gibson
2026-02-25
1
-21
/
+3
*
tcp_vu, udp_vu: Fix comment headers for header length functions
Laurent Vivier
2026-02-24
2
-4
/
+4
[next]