aboutgitcodebugslistschat
Commit message (Expand)AuthorAgeFilesLines
* flow: Remove EPOLLFD_ID_INVALIDHEAD2026_01_20.386b5f5masterLaurent Vivier6 days5-40/+4
* tcp: Register fds with epoll at flow creationLaurent Vivier6 days2-22/+25
* tcp_splice: Register fds with epoll at flow creationLaurent Vivier6 days1-10/+10
* conf, pasta: Add --splice-only optionYumei Huang7 days6-15/+48
* flow, fwd: Optimise forwarding rule lookup using epoll ref when possibleDavid Gibson8 days10-23/+49
* fwd, tcp, udp: Add forwarding rule to listening socket epoll referencesDavid Gibson8 days6-13/+23
* fwd: Remap ports based directly on forwarding ruleDavid Gibson8 days3-44/+41
* flow, fwd: Consult rules table when forwarding a new flow from socketDavid Gibson8 days3-9/+70
* fwd: Generate auto-forward exclusions from socket fd tablesDavid Gibson8 days1-4/+26
* conf, fwd: Check forwarding table for conflicting rulesDavid Gibson8 days4-6/+40
* tcp, udp: Remove old auto-forwarding socket arraysDavid Gibson8 days4-56/+0
* fwd, tcp, udp: Set up listening sockets based on forward tableDavid Gibson8 days8-246/+175
* ip: Add ipproto_name() functionDavid Gibson8 days2-0/+28
* fwd: Make space to store listening sockets in forward tableDavid Gibson8 days2-3/+24
* conf, fwd: Record "auto" port forwards in forwarding tableDavid Gibson8 days3-13/+41
* conf: Accurately record ifname and address for outbound forwardsDavid Gibson8 days1-8/+30
* conf, fwd: Keep a table of our port forwarding configurationDavid Gibson8 days3-31/+190
* inany: Extend inany_ntop() to treat NULL as a fully unspecified addressDavid Gibson8 days1-3/+6
* hooks/pre-push: Use mandoc(1) to get HTML anchors to command-line options2026_01_17.81c97f6Stefano Brivio9 days1-1/+1
* selinux: Enable open permissions on netns directory, operations on container_...Stefano Brivio10 days1-1/+3
* igmp: Remove apparently unneeded suppressionDavid Gibson12 days1-1/+0
* epoll_ctl: Move u64 variant first for safer initialisationDavid Gibson12 days1-2/+2
* treewide: Fix more pointers which can be constDavid Gibson12 days3-3/+4
* tcp, udp: Make {tcp,udp}_listen() return socket fdsDavid Gibson12 days3-14/+11
* tcp, udp, conf: Don't silently ignore listens on unsupported IP versionsDavid Gibson12 days3-8/+14
* flow: Introduce flow_epoll_set() to centralize epoll operationsLaurent Vivier12 days6-79/+111
* tcp_splice: Refactor tcp_splice_conn_epoll_events() to per-side computationLaurent Vivier12 days1-19/+14
* udp_flow: Assign socket to flow inside udp_flow_sock()Laurent Vivier12 days1-1/+2
* udp_flow: remove unneeded epoll_ref indirectionLaurent Vivier12 days1-5/+1
* tcp: cleanup timer creationLaurent Vivier12 days1-15/+17
* tcp: remove timer update in tcp_epoll_ctl()Laurent Vivier12 days1-12/+0
* apparmor: Upgrade ABI version to 4.0, explicitly enable user namespace creationStefano Brivio12 days5-5/+6
* tcp: Fix rounding issue in check for approximating window to zeroStefano Brivio12 days1-1/+2
* treewide: Fix places where we incorrectly indented with spacesDavid Gibson2026-01-117-16/+16
* tcp: Remove some no longer used includesDavid Gibson2026-01-111-2/+0
* fwd: Minor cleanup to fwd_nat_from_splice()David Gibson2026-01-111-10/+6
* fwd: Remove now-unnecessary handling of unspecified oaddr from spliceDavid Gibson2026-01-111-7/+2
* udp_vu: Discard datagrams when RX virtqueue is not usableLaurent Vivier2026-01-101-10/+22
* fwd, tcp, udp: Consolidate epoll refs for listening socketsDavid Gibson2026-01-106-40/+22
* epoll_ctl: Add missing description for flowside field of epoll_refDavid Gibson2026-01-101-0/+1
* tcp: Remove unused tcp_epoll_refDavid Gibson2026-01-101-10/+0
* test: Include sshd-auth in mbuto guest imageDavid Gibson2026-01-101-0/+6
* test: Handle Operating System Command escapes in terminal outputDavid Gibson2026-01-101-2/+2
* treewide: Don't rely on terminator records in ip[46].dns arraysDavid Gibson2026-01-105-9/+19
* migrate: Don't use terminator element for versions[] arrayDavid Gibson2026-01-101-5/+4
* util: Be more defensive about buffer overruns in read_file()David Gibson2026-01-101-1/+1
* apparmor: Allow reading TCP RTO sysctl parametersMartin Pitt2026-01-081-0/+4
* tcp: Update EPOLL_TYPE_TCP_TIMER fd2025_12_23.2ba9fd5Laurent Vivier2025-12-231-2/+2
* udp: Rename udp_sock_init() to udp_listen() with small cleanupsDavid Gibson2025-12-233-22/+18
* tcp: Combine tcp_sock_init_one() and tcp_sock_init() into tcp_listen()David Gibson2025-12-233-64/+38