Age | Commit message (Expand) | Author | Files | Lines |
2024-12-07 | tls: add async processing support | Varun Rapelly | 2 | -2/+19 |
2024-12-06 | misc: move ppp to a plugin | Joel Ahn | 10 | -1128/+0 |
2024-12-06 | session: clean up session table when re-adding an existing application namespace | Steven Luong | 1 | -0/+13 |
2024-12-05 | tap: update tap_flags | Adrian Villin | 1 | -0/+1 |
2024-12-04 | dev: include limits.h for PATH_MAX | Renato Botelho do Couto | 1 | -0/+1 |
2024-11-27 | api: fix bug in pcap capture api | Hadi Rayan Al-Sandid | 1 | -1/+1 |
2024-11-22 | pg: fix the buffer deletion | Mohsin Kazmi | 1 | -11/+40 |
2024-11-21 | fib: fix `show ip fib memory` output error | Jay Wang | 1 | -3/+2 |
2024-11-21 | session: fix ct get peer if peer freed | Florin Coras | 1 | -0/+2 |
2024-11-18 | session: track number of tries to alloc lcl port | Florin Coras | 6 | -8/+71 |
2024-11-12 | sr : enable SRv6 uSID in the SRv6 API | Ahmed Abdelsalam | 4 | -29/+44 |
2024-11-11 | tcp: handle multiple syns in time-wait | Florin Coras | 1 | -1/+1 |
2024-11-11 | sr : adding support to SRv6 uA behavior | Ahmed Abdelsalam | 3 | -52/+116 |
2024-11-08 | session: validate appns index in vnet_session_rule_add_del | Steven Luong | 3 | -1/+12 |
2024-11-07 | dev: secondary interfaces support | Damjan Marion | 11 | -183/+765 |
2024-11-07 | dev: introduce consistent_qp feature | Mohammed Hawari | 6 | -5/+14 |
2024-11-06 | session: session table holding free appns index | Steven Luong | 8 | -23/+403 |
2024-10-31 | virtio: introduce the consistent-qp feature | Mohammed Hawari | 8 | -15/+29 |
2024-10-30 | session: sesssion_rule_add_del API parsing port in wrong order | Steven Luong | 1 | -6/+6 |
2024-10-30 | ipsec: fix UDP flow in ipsec inbound policy | Gabriel Oginski | 1 | -25/+52 |
2024-10-29 | udp: connected mode only for connects | Florin Coras | 1 | -10/+1 |
2024-10-29 | session: improve migration rx ntf | Florin Coras | 1 | -3/+1 |
2024-10-25 | http: pass timeout using extended config | Matus Fabian | 2 | -3/+2 |
2024-10-25 | session: support of multiple extended configs | Matus Fabian | 5 | -19/+105 |
2024-10-23 | ip: fix port extraction | Klement Sekera | 1 | -4/+11 |
2024-10-23 | dev: use typedefs in dev.h | Damjan Marion | 1 | -28/+26 |
2024-10-23 | dev: keep dev_instance data in struct | Damjan Marion | 4 | -12/+24 |
2024-10-23 | dev: fix typo in function name | Damjan Marion | 4 | -5/+6 |
2024-10-23 | dev: _with_ptr process node calls | Damjan Marion | 2 | -0/+60 |
2024-10-23 | dev: add more units for counters | Damjan Marion | 3 | -4/+9 |
2024-10-22 | pg: fix the buffer leak when pa steams are deleted | Mohsin Kazmi | 2 | -6/+4 |
2024-10-15 | bfd: add support for multihop | Abdel Baig | 9 | -329/+635 |
2024-10-14 | ip: fix ip_local_reassembly_get handler | Stanislav Zaikin | 1 | -1/+1 |
2024-10-08 | dev: add helper functions | Damjan Marion | 2 | -9/+33 |
2024-10-08 | pg: fix the coverity warning | Mohsin Kazmi | 1 | -5/+5 |
2024-10-07 | ip: add extended shallow reassembly | Klement Sekera | 6 | -584/+1061 |
2024-10-07 | ip: fix feature logic | Klement Sekera | 1 | -6/+8 |
2024-10-07 | ip: add ip6 shallow reassembly output feature | Klement Sekera | 2 | -42/+172 |
2024-10-07 | ip: fix ip4 shallow reassembly output feature handoff | Klement Sekera | 2 | -70/+103 |
2024-10-07 | pg: add support to delete pg interface | Mohsin Kazmi | 5 | -3/+126 |
2024-10-04 | session vcl: add support for vcl transport attributes | Florin Coras | 2 | -1/+3 |
2024-10-03 | session: use proper name for ct transport | Florin Coras | 4 | -11/+13 |
2024-10-03 | session: allow session input rpcs | Florin Coras | 1 | -0/+3 |
2024-10-02 | session: incomprehensible error message for adding sdl and rule-table entry | Steven Luong | 2 | -39/+19 |
2024-09-28 | session: fix SDL to use remote instead local | Steven Luong | 4 | -31/+230 |
2024-09-26 | tls: cleanup engine hs cb and improve ctx formatting | Florin Coras | 3 | -20/+15 |
2024-09-26 | dev: dev process node scheduling improvements | Damjan Marion | 1 | -52/+108 |
2024-09-25 | session: set dgram mss when not constrained by transport | Florin Coras | 1 | -0/+1 |
2024-09-25 | build: add missing fib_walk.h to VNET_HEADERS | Radislav Chugunov | 1 | -0/+1 |
2024-09-24 | ipsec: cleanup tun protect on interface removal | Stanislav Zaikin | 1 | -11/+39 |