aboutgitcodebugslistschat
Commit message (Expand)AuthorAgeFilesLines
* icmp: Don't discard first reply sequence for a given echo ID2022_10_26.f212044Stefano Brivio2022-10-273-2/+18
* icmp: Add debugging messages for handled replies and requestsStefano Brivio2022-10-271-5/+25
* tap: Trace received (outbound) ICMP packets in debug mode, tooStefano Brivio2022-10-271-0/+2
* conf, passt.1: Don't imply --foreground with --debugStefano Brivio2022-10-272-7/+5
* test/run: Temporarily disable distribution tests2022_10_26.e4df8b0Stefano Brivio2022-10-261-0/+4
* hooks: Temporarily disable demo generation in pre-pushStefano Brivio2022-10-261-4/+11
* test: Add log file tests for pasta plus corresponding layout and setupStefano Brivio2022-10-265-1/+150
* checksum: Fix calculation for ICMP checksum on IPv4Stefano Brivio2022-10-261-2/+5
* conf: Don't pass leading ~ to parse_port_range() on exclusions2022_10_24.c11277bStefano Brivio2022-10-241-0/+1
* util: Set NS_FN_STACK_SIZE to one eighth of ulimit-reported maximum stack size2022_10_22.b68da10Stefano Brivio2022-10-221-1/+1
* Add git-publish configuration fileAndrea Bolognani2022-10-221-0/+3
* qrap: Support JSON syntax for -deviceAndrea Bolognani2022-10-211-10/+41
* dhcp: Use tap_udp4_send() helper in dhcp()David Gibson2022-10-192-17/+2
* tap: Split tap_ip4_send() into UDP and ICMP variantsDavid Gibson2022-10-193-21/+66
* ndp: Use tap_icmp6_send() helperDavid Gibson2022-10-191-17/+4
* ndp: Remove unneeded eh_source parameterDavid Gibson2022-10-193-7/+4
* tap: Split tap_ip6_send() into UDP and ICMP variantsDavid Gibson2022-10-194-40/+75
* Split tap_ip_send() into IPv4 and IPv6 specific functionsDavid Gibson2022-10-194-96/+103
* tap: Remove unhelpeful vnet_pre optimization from tap_send()David Gibson2022-10-195-24/+13
* Remove support for TCP packets from tap_ip_send()David Gibson2022-10-193-44/+2
* Add helpers for normal inbound packet destination addressesDavid Gibson2022-10-192-5/+31
* Add csum_ip4_header() helper to calculate IPv4 header checksumsDavid Gibson2022-10-194-4/+13
* Add csum_udp4() helper for calculating UDP over IPv4 checksumsDavid Gibson2022-10-194-2/+37
* Add csum_udp6() helper for calculating UDP over IPv6 checksumsDavid Gibson2022-10-193-3/+28
* Add csum_icmp4() helper for calculating ICMP checksumsDavid Gibson2022-10-193-3/+19
* Add csum_icmp6() helper for calculating ICMPv6 checksumsDavid Gibson2022-10-194-8/+33
* passt.1: Add David to AUTHORS2022_10_15.b3f3591Stefano Brivio2022-10-151-2/+2
* conf: Bind inbound ports with CAP_NET_BIND_SERVICE before isolate_user()Stefano Brivio2022-10-155-63/+98
* Rename pasta_setup_ns() to pasta_spawn_cmd()David Gibson2022-10-151-9/+9
* isolation: Only configure UID/GID mappings in userns when spawning shellDavid Gibson2022-10-154-16/+18
* isolation: Prevent any child processes gaining capabilitiesDavid Gibson2022-10-151-0/+56
* isolation: Replace drop_caps() with a version that actually does somethingDavid Gibson2022-10-153-11/+92
* isolation: Refactor isolate_user() to allow for a common exit pathDavid Gibson2022-10-151-24/+16
* Replace FWRITE with a functionDavid Gibson2022-10-154-22/+45
* isolation: Clarify various self-isolation stepsDavid Gibson2022-10-153-13/+86
* Remove unhelpful drop_caps() call in pasta_start_ns()David Gibson2022-10-151-2/+0
* pasta_start_ns() always ends in parent contextDavid Gibson2022-10-151-4/+1
* pasta: More general way of starting spawned shell as a login shellDavid Gibson2022-10-151-12/+20
* test: Move slower tests to end of test runDavid Gibson2022-10-151-10/+10
* log.h: Avoid unnecessary GNU extension for token pastingStefano Brivio2022-10-151-2/+2
* util.h: Add missing gcc pragma push before pragma popStefano Brivio2022-10-151-0/+1
* icmp: Set sin6_scope_id for outbound ICMPv6 echo requestsStefano Brivio2022-10-151-0/+1
* conf: Drop excess colons in usage for DHCP and DNS optionsStefano Brivio2022-10-151-4/+4
* netlink: Disable duplicate address detection for configured IPv6 addressStefano Brivio2022-10-151-0/+3
* Don't create 'tap' socket for ports that are bound to loopback onlyStefano Brivio2022-10-152-69/+117
* tcp, tcp_splice: Fix port remapping for inbound, spliced connectionsStefano Brivio2022-10-153-11/+18
* tcp, tcp_splice: Adjust comments to current meaning of inbound and outboundStefano Brivio2022-10-152-2/+2
* udp: Fix port and address checks for DNS forwarderStefano Brivio2022-10-151-3/+3
* tap: Don't check sequence counts when adding packets to poolStefano Brivio2022-10-151-6/+6
* packet: Fix off-by-one in packet_get_do() sanity checksStefano Brivio2022-10-151-1/+1