aboutgitcodebugslistschat
path: root/pcap.c
Commit message (Expand)AuthorAgeFilesLines
* pcap: Drop O_DSYNC from pcap file descriptorStefano Brivio2021-09-271-1/+1
* pcap: Don't make pcap files world-readableStefano Brivio2021-09-271-1/+1
* pcap: Don't reinitialise packet capture if we already have oneStefano Brivio2021-09-271-1/+1
* passt, pasta: Introduce command-line options and port re-mappingStefano Brivio2021-09-011-39/+21
* udp: Introduce recvmmsg()/sendmmsg(), zero-copy path from socketStefano Brivio2021-07-211-2/+80
* passt: Add PASTA mode, major reworkStefano Brivio2021-07-171-7/+27
* passt: Add support for multiple instances in different network namespacesStefano Brivio2021-05-211-2/+12
* passt: Introduce packet capture implementationStefano Brivio2021-05-211-0/+108