aboutgitcodebugslistschat
Commit message (Expand)AuthorAgeFilesLines
* 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
* conf: Report usage for --no-netns-quitStefano Brivio2022-10-151-0/+2
* conf, tcp, udp: Allow specification of interface to bind toStefano Brivio2022-10-159-47/+88
* conf, tap: Add option to quit once the client closes the connectionStefano Brivio2022-10-154-1/+27
* util: Check return value of lseek() while reading bound ports from procfsStefano Brivio2022-10-151-3/+7
* conf, log, Makefile: Add versioning informationStefano Brivio2022-10-156-3/+26
* log: Add missing function comment for trace_init()Stefano Brivio2022-10-141-0/+4
* log, conf: Add support for logging to fileStefano Brivio2022-10-147-29/+316
* passt.h: Include netinet/if_ether.h before struct ctx declarationStefano Brivio2022-10-141-0/+2