summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-06-10ci: harden s390x qemu test against modloop/disk flakesDenys Fedoryshchenko
2026-06-09Merge pull request #318 from nuclearcat/new-ip-poolDenys Fedoryshchenko
2026-06-09Potential fix for pull request findingDenys Fedoryshchenko
2026-06-05radius: update server secret on config reloadDenys Fedoryshchenko
2026-06-04log_file: don't register general target when log-file is unsetDenys Fedoryshchenko
2026-06-03ippool/ipv6pool: bitmap allocator + online reconfigurationDenys Fedoryshchenko
2026-06-02Merge pull request #314 from nuclearcat/metrics-moduleDenys Fedoryshchenko
2026-05-29Rejecting any PADR lacking a Service-Name tag (RFC 2516 compliance)Denys Fedoryshchenko
2026-05-23pppoe/disc: drop packets with unsupported PPPoE typekhedor
2026-05-23pppoe/disc: fix free_net memmove count and overlap handlingkhedor
2026-05-23pppoe/disc: fix init_net allocation sizekhedor
2026-05-21fix: dict.c: split() could return 0, making dict_load read ptr[-1]Denys Fedoryshchenko
2026-05-21strip: Fix invalid parsingDenys Fedoryshchenko
2026-05-14metrics: resolve protocol stat symbols via dlsymDenys Fedoryshchenko
2026-05-14tests: Add metrics module coverageDenys Fedoryshchenko
2026-05-14metrics: queue partial response writesDenys Fedoryshchenko
2026-05-14metrics: back off accept loop on persistent errorsDenys Fedoryshchenko
2026-05-14metrics: per-client read timeout and max-clients capDenys Fedoryshchenko
2026-05-14metrics: document module in conf, manpage, and CHANGELOGDenys Fedoryshchenko
2026-05-14metrics: render JSON when format=jsonDenys Fedoryshchenko
2026-05-14metrics: render Prometheus exposition for /metricsDenys Fedoryshchenko
2026-05-14metrics: gate listener with allowed_ips ACLDenys Fedoryshchenko
2026-05-14metrics: add HTTP listener with /metrics endpointDenys Fedoryshchenko
2026-05-13metrics: scaffold module with config parsingDenys Fedoryshchenko
2026-05-13Merge pull request #308 from nuclearcat/stats-reworkDenys Fedoryshchenko
2026-05-04triton: encapsulate statistics countersDenys Fedoryshchenko
2026-05-04session: encapsulate statistics countersDenys Fedoryshchenko
2026-05-04sstp: encapsulate statistics countersDenys Fedoryshchenko
2026-05-04ipoe: encapsulate statistics countersDenys Fedoryshchenko
2026-05-04net-snmp: fix ASN_INTEGER scalar value sizeDenys Fedoryshchenko
2026-05-04pptp: encapsulate statistics countersDenys Fedoryshchenko
2026-05-04l2tp: encapsulate statistics countersDenys Fedoryshchenko
2026-05-04radius: encapsulate server statistics countersDenys Fedoryshchenko
2026-05-04pppoe: encapsulate statistics countersDenys Fedoryshchenko
2026-05-04Merge pull request #312 from nuclearcat/fix-ci2Denys Fedoryshchenko
2026-05-04ci: Tightening warning condition in dmesg checksDenys Fedoryshchenko
2026-05-02Merge pull request #310 from nuclearcat/fix-ciSergey V. Lobanov
2026-05-02Merge pull request #309 from nuclearcat/small-bugsSergey V. Lobanov
2026-05-02ci: fail workflows on kernel issues found in dmesgDenys Fedoryshchenko
2026-05-02vlan_mon: bind ETH_P_ALL packet handler to init_net on kernels >= 6.6Denys Fedoryshchenko
2026-04-30fix: typo, dont close wrong descriptorDenys Fedoryshchenko
2026-03-16Merge pull request #297 from nuclearcat/fixes-radiusDenys Fedoryshchenko
2026-03-01Merge pull request #301 from nuclearcat/bugfix-radius-stopDenys Fedoryshchenko
2026-02-28radius: fix stop accounting timeout flow and request cleanupDenys Fedoryshchenko
2026-02-23Merge pull request #300 from marekm72/marekm72-patch-1-printf-hDenys Fedoryshchenko
2026-02-22Replace linux/if.h with net/if.h includemarekm72
2026-02-22Replace linux/if.h with net/if.h in ipoe.hmarekm72
2026-02-22Update header includes in ipoe.cmarekm72
2026-02-22Refactor ARP header includes in arp.cmarekm72
2026-02-22Refactor session free function pointer in l2tp.cmarekm72