aboutgitcodebugslistschat
Commit message (Expand)AuthorAgeFilesLines
* tcp: Remove v6 flag from tcp_epoll_refDavid Gibson2022-11-253-13/+7
* tcp: Fix small errors in tcp_seq_init() time handlingDavid Gibson2022-11-251-2/+2
* tcp: Have tcp_seq_init() take its parameters from struct tcp_connDavid Gibson2022-11-251-26/+10
* tcp: Unify initial sequence number calculation for IPv4 and IPv6David Gibson2022-11-252-28/+19
* tcp: Simplify tcp_hash_match() to take an inany_addrDavid Gibson2022-11-251-12/+4
* tcp: Take tcp_hash_insert() address from struct tcp_connDavid Gibson2022-11-251-12/+5
* tcp: Hash IPv4 and IPv4-mapped-IPv6 addresses the sameDavid Gibson2022-11-252-34/+19
* inany: Helper functions for handling addresses which could be IPv4 or IPv6David Gibson2022-11-255-61/+117
* tcp: Don't store hash bucket in connection structuresDavid Gibson2022-11-252-10/+24
* tcp: Remove splice from tcp_epoll_refDavid Gibson2022-11-254-46/+46
* tcp: Use the same sockets to listen for spliced and non-spliced connectionsDavid Gibson2022-11-253-102/+56
* tcp: Unify part of spliced and non-spliced conn_from_sock pathDavid Gibson2022-11-253-50/+77
* tcp: Separate helpers to create ns listening socketsDavid Gibson2022-11-253-49/+93
* tcp: Unify the IN_EPOLL flagDavid Gibson2022-11-253-19/+19
* tcp: Partially unify tcp_timer() and tcp_splice_timer()David Gibson2022-11-254-42/+37
* tcp: Unify tcp_defer_handler and tcp_splice_defer_handler()David Gibson2022-11-254-33/+13
* tcp: Unify spliced and non-spliced connection tablesDavid Gibson2022-11-255-71/+51
* tcp: Improved helpers to update connections after movingDavid Gibson2022-11-252-10/+23
* tcp: Add connection union typeDavid Gibson2022-11-253-0/+36
* tcp: Move connection state structures into a shared headerDavid Gibson2022-11-254-225/+245
* tcp_splice: Helpers for converting from index to/from tcp_splice_connDavid Gibson2022-11-251-18/+25
* tcp: Better helpers for converting between connection pointer and indexDavid Gibson2022-11-251-38/+45
* tcp: Remove unused TCP_MAX_SOCKS constantDavid Gibson2022-11-251-1/+0
* tcp_splice: #include tcp_splice.h in tcp_splice.cDavid Gibson2022-11-252-4/+1
* style: Minor corrections to function commentsDavid Gibson2022-11-252-6/+6
* clang-tidy: Suppress warning about assignments in if statementsDavid Gibson2022-11-251-0/+5
* README: Add link to weekly development meetingStefano Brivio2022-11-211-0/+4
* README: Fix left-over and indentation for Podman example commandStefano Brivio2022-11-161-5/+3
* README: The upcoming version of Podman adds support for pasta2022_11_16.ace074cStefano Brivio2022-11-161-3/+7
* util, pasta: Add do_clone() wrapper around __clone2() and clone()Stefano Brivio2022-11-163-8/+31
* test/lib/test: Clean up iperf3 JSON files before starting the serverStefano Brivio2022-11-161-2/+2
* tap: Revert recently added checks in tap_handler_passt()Stefano Brivio2022-11-161-16/+4
* arp, tap, util: Don't use perror() after seccomp filter is installedStefano Brivio2022-11-163-8/+10
* Remove contrib/debian, Debian package development now happens on SalsaStefano Brivio2022-11-166-63/+0
* contrib/apparmor: Merge pasta and passt profiles, update rulesStefano Brivio2022-11-162-88/+51
* README: Add links to Debian package trackerStefano Brivio2022-11-161-7/+10
* Makefile: Change HPPA into PARISC while building PASST_AUDIT_ARCHStefano Brivio2022-11-161-0/+1
* Makefile: It's AUDIT_ARCH_MIPSEL64, not AUDIT_ARCH_MIPS64ELStefano Brivio2022-11-161-0/+1
* Makefile: Don't filter out -O2 from supplied flags for AVX2 buildsStefano Brivio2022-11-161-1/+1
* Makefile: Honour passed CPPFLAGS, not just CFLAGSStefano Brivio2022-11-161-7/+7
* conf, udp: Drop mostly duplicated dns_send arrays, rename related fieldsStefano Brivio2022-11-166-71/+62
* conf: Fix mask calculation from prefix_len in conf_print()2022_11_10.4129764Stefano Brivio2022-11-101-1/+4
* tcp, udp: Don't initialise IPv6/IPv4 sockets if IPv4/IPv6 are not enabledStefano Brivio2022-11-102-4/+4
* passt: Move __setlogmask() calls before output unrelated to configurationStefano Brivio2022-11-101-8/+8
* tap: Return -EIO from tap_handler_passt() on inconsistent packet streamStefano Brivio2022-11-101-2/+2
* tap: Keep stream consistent if qemu length descriptor spans two recv() callsStefano Brivio2022-11-101-3/+15
* test/memory/passt: Change passt.avx2 path to /bin in test itself2022_11_04.e308018Stefano Brivio2022-11-041-2/+2
* passt, qrap, README: Update notes and documentation for AF_UNIX support in qemuStefano Brivio2022-11-045-28/+18
* test/perf: Finally drop workaround for virtio_net TX stallStefano Brivio2022-11-042-30/+0
* test: Switch to qemu -netdev stream option instead of using qrapStefano Brivio2022-11-047-77/+75