index
:
passt
Plug A Simple Socket Transport
about
git
code
bugs
lists
chat
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
make conf_ports() exit immediately after logging error
Laine Stump
2023-02-16
1
-24
/
+28
*
eliminate most calls to usage() in conf()
Laine Stump
2023-02-16
1
-214
/
+122
*
add die() to log an error message and exit with a single call
Laine Stump
2023-02-16
2
-5
/
+10
*
log to stderr until process is daemonized, even if a log file is set
Laine Stump
2023-02-16
2
-9
/
+12
*
test: Fedora 32-35 have moved to the archives
David Gibson
2023-02-14
1
-4
/
+4
*
test: Update location for Debian ppc64 images
David Gibson
2023-02-14
2
-2
/
+5
*
tcp: Improve handling of fallback if socket pool is empty on new splice
David Gibson
2023-02-14
3
-60
/
+32
*
tcp: Split pool lookup from creating new sockets in tcp_conn_new_sock()
David Gibson
2023-02-14
3
-31
/
+31
*
tcp: Move socket pool declarations around
David Gibson
2023-02-14
4
-48
/
+55
*
tcp: Split init and ns cases for tcp_sock_refill()
David Gibson
2023-02-14
1
-32
/
+21
*
tcp: Make a helper to refill each socket pool
David Gibson
2023-02-14
1
-30
/
+33
*
Makefile: Explict int type in FALLOC_FL_COLLAPSE_RANGE probe
Florian Weimer
2023-02-14
1
-1
/
+1
*
test/pasta_options: Ignore failures on shell 'exit'
Stefano Brivio
2023-02-13
1
-3
/
+6
*
pasta: propagate exit code from child command
Paul Holzinger
2023-02-12
1
-2
/
+10
*
pasta: correctly exit when execvp() fails
Paul Holzinger
2023-02-12
1
-1
/
+1
*
pasta: do not leak netlink sock into child
Paul Holzinger
2023-02-12
1
-2
/
+2
*
Make assertions actually useful
David Gibson
2023-02-12
7
-20
/
+32
*
tcp: Reset ACK_FROM_TAP_DUE flag only as needed, update timer
Stefano Brivio
2023-02-12
1
-14
/
+38
*
tap: Send frames after the first one in tap_send_frames_pasta()
Stefano Brivio
2023-02-12
1
-1
/
+2
*
pasta: Wait for tap to be set up before spawning command
Stefano Brivio
2023-02-12
3
-1
/
+18
*
udp: Use tap_send_frames()
David Gibson
2023-01-23
4
-166
/
+8
*
tap: Improve handling of partial frame sends
David Gibson
2023-01-23
1
-13
/
+36
*
udp: Use abstracted tap header
David Gibson
2023-01-23
2
-62
/
+24
*
tap: Use different io vector bases depending on tap type
David Gibson
2023-01-23
2
-5
/
+6
*
tcp: Use abstracted tap header
David Gibson
2023-01-23
1
-55
/
+30
*
tap: Add "tap headers" abstraction
David Gibson
2023-01-23
2
-0
/
+66
*
tcp: Consolidate calculation of total frame size
David Gibson
2023-01-23
1
-19
/
+16
*
tcp: Remove redundant and incorrect initialization from *_iov_init()
David Gibson
2023-01-23
1
-6
/
+2
*
util: Parameterize ethernet header initializer macro
David Gibson
2023-01-23
3
-15
/
+8
*
tcp, udp: Use named field initializers in iov_init functions
David Gibson
2023-01-23
2
-23
/
+16
*
util: Introduce hton*_constant() in place of #ifdefs
David Gibson
2023-01-23
2
-63
/
+24
*
tap, tcp: Move tap send path to tap.c
David Gibson
2023-01-23
3
-81
/
+89
*
tcp: Combine two parts of pasta tap send path together
David Gibson
2023-01-23
1
-22
/
+18
*
tcp: Improve interface to tcp_l2_buf_flush()
David Gibson
2023-01-23
1
-37
/
+26
*
tcp: Don't compute total bytes in a message until we need it
David Gibson
2023-01-23
1
-35
/
+18
*
tcp: Combine two parts of passt tap send path together
David Gibson
2023-01-23
1
-8
/
+12
*
pcap: Replace pcapm() with pcap_multiple()
David Gibson
2023-01-23
3
-11
/
+12
*
pcap: Introduce pcap_frame() helper
David Gibson
2023-01-23
1
-38
/
+38
*
udp: Don't use separate sockets to listen for spliced packets
David Gibson
2023-01-13
1
-40
/
+13
*
udp: Decide whether to "splice" per datagram rather than per socket
David Gibson
2023-01-13
2
-20
/
+34
*
udp: Unify udp_sock_handler_splice() with udp_sock_handler()
David Gibson
2023-01-13
1
-60
/
+34
*
udp: Pre-populate msg_names with local address
David Gibson
2023-01-13
2
-22
/
+25
*
udp: Don't handle tap receive batch size calculation within a #define
David Gibson
2023-01-13
1
-3
/
+6
*
udp: Split receive from preparation and send in udp_sock_handler()
David Gibson
2023-01-13
1
-27
/
+52
*
udp: Split sending to passt tap interface into separate function
David Gibson
2023-01-13
1
-58
/
+72
*
udp: Move sending pasta tap frames to the end of udp_sock_handler()
David Gibson
2023-01-13
1
-19
/
+42
*
test/perf/pasta_tcp: Add host to namespace cases for traffic via tap
Stefano Brivio
2023-01-05
1
-0
/
+57
*
tcp: Explicitly check option length field values in tcp_opt_get()
Stefano Brivio
2023-01-05
1
-0
/
+4
*
test/perf/pasta_udp: Add host to namespace cases for traffic via tap
Stefano Brivio
2023-01-05
1
-0
/
+37
*
udp: Factor out control structure management from udp_sock_fill_data_v[46]
David Gibson
2022-12-06
1
-68
/
+50
[prev]
[next]