Age | Commit message (Expand) | Author | Files | Lines |
2024-12-09 | cnat: add support for icmp traceroute |  Mohsin Kazmi | 1 | -33/+154 |
2024-12-08 | http: http_decap_udp_payload_datagram fix |  Matus Fabian | 2 | -3/+31 |
2024-12-07 | tls: add async processing support |  Varun Rapelly | 3 | -68/+764 |
2024-12-06 | misc: move ppp to a plugin |  Joel Ahn | 13 | -6/+1198 |
2024-12-06 | memif: add num pkts received/sent per queue |  Dau Do | 3 | -3/+69 |
2024-12-05 | hsa: fix proxy udp issue |  Adrian Villin | 2 | -4/+5 |
2024-12-05 | crypto: add config option to adjust crypto sw scheduler queue size |  Dau Do | 2 | -37/+73 |
2024-11-26 | build: add SHA256 checksums for downloaded dependencies |  Andrew Yourtchenko | 1 | -3/+3 |
2024-11-21 | hsa: added request repeating to http client |  Adrian Villin | 1 | -124/+238 |
2024-11-19 | http: track requests as independent objects |  Matus Fabian | 2 | -182/+203 |
2024-11-19 | http: HTTP Datagrams and the Capsule Protocol |  Matus Fabian | 2 | -0/+265 |
2024-11-19 | quic: update to quicly version 0.1.5 |  Dave Wallace | 4 | -22/+16 |
2024-11-14 | hsa: configurable connect-proxy idle timeout |  Matus Fabian | 2 | -1/+13 |
2024-11-14 | http: state machine improvement |  Matus Fabian | 3 | -233/+235 |
2024-11-14 | mss_clamp: export functions |  Maxime Peim | 1 | -2/+2 |
2024-11-13 | http_static: api add keepalive-timeout |  Matus Fabian | 5 | -23/+38 |
2024-11-13 | octeon: set rss flowkey after mac update |  Monendra Singh Kushwaha | 1 | -0/+20 |
2024-11-13 | tracenode: fix pcap capture if packet is also traced |  Benoît Ganne | 1 | -7/+3 |
2024-11-13 | octeon: fix compilation for octeon |  Monendra Singh Kushwaha | 3 | -12/+15 |
2024-11-11 | octeon: add support for hmac_md5 and chachapoly |  Kishor Dhanawade | 2 | -1/+39 |
2024-11-07 | hsa: proxy fix assert placement |  Florin Coras | 1 | -3/+4 |
2024-11-07 | armada: initial DSA support |  Damjan Marion | 6 | -85/+441 |
2024-11-06 | session: session table holding free appns index |  Steven Luong | 1 | -0/+4 |
2024-11-04 | hsa: added GET method to client |  Adrian Villin | 3 | -582/+744 |
2024-11-01 | http: CONNECT method for tunnelling |  Matus Fabian | 4 | -66/+341 |
2024-11-01 | http: fix invalid listener handle timeout config |  Dave Wallace | 1 | -1/+1 |
2024-10-30 | http: udp proxy uri template parsing |  Matus Fabian | 4 | -28/+163 |
2024-10-29 | hsa: proxy support for connected for udp |  Florin Coras | 1 | -0/+102 |
2024-10-29 | http: "absolute-form" target URL parsing |  Matus Fabian | 4 | -43/+468 |
2024-10-28 | http: timeout docs |  Matus Fabian | 1 | -0/+29 |
2024-10-28 | http_static: always free ext_cfg |  Matus Fabian | 2 | -2/+2 |
2024-10-28 | af_xdp: api cleanup |  Stanislav Zaikin | 3 | -256/+3 |
2024-10-25 | hsa: http cli client ho session cleanup |  Matus Fabian | 1 | -8/+27 |
2024-10-25 | http: pass timeout using extended config |  Matus Fabian | 7 | -12/+95 |
2024-10-25 | session: support of multiple extended configs |  Matus Fabian | 9 | -44/+66 |
2024-10-25 | dhcp: client use mac address as client identifier |  Ole Troan | 1 | -1/+3 |
2024-10-24 | hsa: support vcl server binding to ip |  Florin Coras | 1 | -15/+36 |
2024-10-24 | hsa: add appns support to http cli server |  Steven Luong | 1 | -31/+43 |
2024-10-24 | armada: fix rxq buffer pool assignment |  Damjan Marion | 1 | -2/+3 |
2024-10-23 | dev: fix typo in function name |  Damjan Marion | 1 | -1/+1 |
2024-10-23 | armada: port and queue counters |  Damjan Marion | 5 | -5/+262 |
2024-10-23 | armada: fix typo |  Damjan Marion | 1 | -2/+2 |
2024-10-23 | dhcp: fix buffer length after adding new option |  Artem Glazychev | 1 | -1/+2 |
2024-10-23 | armada: set prinary address support |  Damjan Marion | 1 | -0/+14 |
2024-10-22 | dpdk: validate number of tx descriptors |  Matthew Smith | 1 | -0/+8 |
2024-10-19 | hsa: refactor proxy to minimize lock usage |  Florin Coras | 2 | -169/+303 |
2024-10-17 | crypto-native: adding missing ciphers |  Jerome Tollet | 1 | -0/+3 |
2024-10-17 | octeon: add crypto framework |  Nithinsen Kaithakadan | 6 | -13/+2040 |
2024-10-15 | hsa: switch proxy to using first worker connects |  Florin Coras | 2 | -29/+77 |
2024-10-14 | http: Content-Length value parsing improvement |  Matus Fabian | 1 | -18/+62 |