index
:
passt
Plug A Simple Socket Transport
about
git
code
bugs
lists
chat
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
tap: Trace received (outbound) ICMP packets in debug mode, too
Stefano Brivio
2022-10-27
1
-0
/
+2
*
conf, passt.1: Don't imply --foreground with --debug
Stefano Brivio
2022-10-27
2
-7
/
+5
*
test/run: Temporarily disable distribution tests
2022_10_26.e4df8b0
Stefano Brivio
2022-10-26
1
-0
/
+4
*
hooks: Temporarily disable demo generation in pre-push
Stefano Brivio
2022-10-26
1
-4
/
+11
*
test: Add log file tests for pasta plus corresponding layout and setup
Stefano Brivio
2022-10-26
5
-1
/
+150
*
checksum: Fix calculation for ICMP checksum on IPv4
Stefano Brivio
2022-10-26
1
-2
/
+5
*
conf: Don't pass leading ~ to parse_port_range() on exclusions
2022_10_24.c11277b
Stefano Brivio
2022-10-24
1
-0
/
+1
*
util: Set NS_FN_STACK_SIZE to one eighth of ulimit-reported maximum stack size
2022_10_22.b68da10
Stefano Brivio
2022-10-22
1
-1
/
+1
*
Add git-publish configuration file
Andrea Bolognani
2022-10-22
1
-0
/
+3
*
qrap: Support JSON syntax for -device
Andrea Bolognani
2022-10-21
1
-10
/
+41
*
dhcp: Use tap_udp4_send() helper in dhcp()
David Gibson
2022-10-19
2
-17
/
+2
*
tap: Split tap_ip4_send() into UDP and ICMP variants
David Gibson
2022-10-19
3
-21
/
+66
*
ndp: Use tap_icmp6_send() helper
David Gibson
2022-10-19
1
-17
/
+4
*
ndp: Remove unneeded eh_source parameter
David Gibson
2022-10-19
3
-7
/
+4
*
tap: Split tap_ip6_send() into UDP and ICMP variants
David Gibson
2022-10-19
4
-40
/
+75
*
Split tap_ip_send() into IPv4 and IPv6 specific functions
David Gibson
2022-10-19
4
-96
/
+103
*
tap: Remove unhelpeful vnet_pre optimization from tap_send()
David Gibson
2022-10-19
5
-24
/
+13
*
Remove support for TCP packets from tap_ip_send()
David Gibson
2022-10-19
3
-44
/
+2
*
Add helpers for normal inbound packet destination addresses
David Gibson
2022-10-19
2
-5
/
+31
*
Add csum_ip4_header() helper to calculate IPv4 header checksums
David Gibson
2022-10-19
4
-4
/
+13
*
Add csum_udp4() helper for calculating UDP over IPv4 checksums
David Gibson
2022-10-19
4
-2
/
+37
*
Add csum_udp6() helper for calculating UDP over IPv6 checksums
David Gibson
2022-10-19
3
-3
/
+28
*
Add csum_icmp4() helper for calculating ICMP checksums
David Gibson
2022-10-19
3
-3
/
+19
*
Add csum_icmp6() helper for calculating ICMPv6 checksums
David Gibson
2022-10-19
4
-8
/
+33
*
passt.1: Add David to AUTHORS
2022_10_15.b3f3591
Stefano Brivio
2022-10-15
1
-2
/
+2
*
conf: Bind inbound ports with CAP_NET_BIND_SERVICE before isolate_user()
Stefano Brivio
2022-10-15
5
-63
/
+98
*
Rename pasta_setup_ns() to pasta_spawn_cmd()
David Gibson
2022-10-15
1
-9
/
+9
*
isolation: Only configure UID/GID mappings in userns when spawning shell
David Gibson
2022-10-15
4
-16
/
+18
*
isolation: Prevent any child processes gaining capabilities
David Gibson
2022-10-15
1
-0
/
+56
*
isolation: Replace drop_caps() with a version that actually does something
David Gibson
2022-10-15
3
-11
/
+92
*
isolation: Refactor isolate_user() to allow for a common exit path
David Gibson
2022-10-15
1
-24
/
+16
*
Replace FWRITE with a function
David Gibson
2022-10-15
4
-22
/
+45
*
isolation: Clarify various self-isolation steps
David Gibson
2022-10-15
3
-13
/
+86
*
Remove unhelpful drop_caps() call in pasta_start_ns()
David Gibson
2022-10-15
1
-2
/
+0
*
pasta_start_ns() always ends in parent context
David Gibson
2022-10-15
1
-4
/
+1
*
pasta: More general way of starting spawned shell as a login shell
David Gibson
2022-10-15
1
-12
/
+20
*
test: Move slower tests to end of test run
David Gibson
2022-10-15
1
-10
/
+10
*
log.h: Avoid unnecessary GNU extension for token pasting
Stefano Brivio
2022-10-15
1
-2
/
+2
*
util.h: Add missing gcc pragma push before pragma pop
Stefano Brivio
2022-10-15
1
-0
/
+1
*
icmp: Set sin6_scope_id for outbound ICMPv6 echo requests
Stefano Brivio
2022-10-15
1
-0
/
+1
*
conf: Drop excess colons in usage for DHCP and DNS options
Stefano Brivio
2022-10-15
1
-4
/
+4
*
netlink: Disable duplicate address detection for configured IPv6 address
Stefano Brivio
2022-10-15
1
-0
/
+3
*
Don't create 'tap' socket for ports that are bound to loopback only
Stefano Brivio
2022-10-15
2
-69
/
+117
*
tcp, tcp_splice: Fix port remapping for inbound, spliced connections
Stefano Brivio
2022-10-15
3
-11
/
+18
*
tcp, tcp_splice: Adjust comments to current meaning of inbound and outbound
Stefano Brivio
2022-10-15
2
-2
/
+2
*
udp: Fix port and address checks for DNS forwarder
Stefano Brivio
2022-10-15
1
-3
/
+3
*
tap: Don't check sequence counts when adding packets to pool
Stefano Brivio
2022-10-15
1
-6
/
+6
*
packet: Fix off-by-one in packet_get_do() sanity checks
Stefano Brivio
2022-10-15
1
-1
/
+1
*
conf: Report usage for --no-netns-quit
Stefano Brivio
2022-10-15
1
-0
/
+2
*
conf, tcp, udp: Allow specification of interface to bind to
Stefano Brivio
2022-10-15
9
-47
/
+88
[prev]
[next]