| Commit message (Expand) | Author | Age | Files | Lines |
* | apparmor: Allow read access to /proc/sys/net/ipv4/ip_local_port_range2024_09_06.6b38f07 | Stefano Brivio | 2024-09-06 | 1 | -0/+2 |
* | selinux: Allow read access to /proc/sys/net/ipv4/ip_local_port_range | Stefano Brivio | 2024-09-06 | 2 | -1/+4 |
* | tap: Don't risk truncating frames on full buffer in tap_pasta_input() | David Gibson | 2024-09-06 | 1 | -2/+2 |
* | tap: Restructure in tap_pasta_input() | David Gibson | 2024-09-06 | 1 | -26/+19 |
* | tap: Improve handling of EINTR in tap_passt_input() | David Gibson | 2024-09-06 | 1 | -3/+6 |
* | tap: Split out handling of EPOLLIN events | David Gibson | 2024-09-06 | 1 | -14/+36 |
* | util: Fix order of operands and carry of one second in timespec_diff_us() | Stefano Brivio | 2024-09-06 | 1 | -1/+1 |
* | cppcheck: Work around some cppcheck 2.15.0 redundantInitialization warnings | David Gibson | 2024-09-06 | 2 | -7/+6 |
* | tcp: Use EPOLLET for any state of not established connections | Stefano Brivio | 2024-09-06 | 1 | -1/+1 |
* | udp: Handle more error conditions in udp_sock_errs() | David Gibson | 2024-09-06 | 1 | -1/+20 |
* | udp: Treat errors getting errors as unrecoverable | David Gibson | 2024-09-06 | 1 | -10/+17 |
* | udp: Split socket error handling out from udp_sock_recv() | David Gibson | 2024-09-06 | 1 | -6/+40 |
* | flow: Helpers to log details of a flow | David Gibson | 2024-09-06 | 2 | -17/+38 |
* | udp: Allow UDP flows to be prematurely closed | David Gibson | 2024-09-06 | 3 | -2/+23 |
* | flow: Fix incorrect hash probe in flowside_lookup() | David Gibson | 2024-09-06 | 1 | -1/+1 |
* | log: Don't prefix log file messages with time and severity if they're continu... | Stefano Brivio | 2024-09-06 | 1 | -5/+9 |
* | Makefile: Enable _FORTIFY_SOURCE iff needed | Michal Privoznik | 2024-08-29 | 1 | -1/+8 |
* | fwd, conf: Probe host's ephemeral ports | David Gibson | 2024-08-29 | 3 | -2/+61 |
* | conf, fwd: Don't attempt to forward port 0 | David Gibson | 2024-08-29 | 1 | -2/+8 |
* | conf, fwd: Make ephemeral port logic more flexible | David Gibson | 2024-08-29 | 4 | -7/+27 |
* | seccomp.sh: Try to account for terminal width while formatting list of system... | Stefano Brivio | 2024-08-27 | 1 | -1/+4 |
* | udp: Use dual stack sockets for port forwarding when possible | David Gibson | 2024-08-27 | 1 | -0/+19 |
* | udp: Remove unnnecessary local from udp_sock_init() | David Gibson | 2024-08-27 | 1 | -15/+15 |
* | udp: Merge udp[46]_mh_recv arrays | David Gibson | 2024-08-27 | 2 | -39/+17 |
* | test: Look for possible sshd-session paths (if it's there at all) in mbuto's ... | Stefano Brivio | 2024-08-27 | 1 | -2/+9 |