Age | Commit message (Expand) | Author | Files | Lines |
2024-04-23 | ipsec: fix CLI for create ipsec itf |  Gabriel Oginski | 1 | -3/+6 |
2024-04-19 | ipip: specify af for a tunnel ip addresses |  Anton Nikolaev | 1 | -11/+12 |
2024-04-18 | sr: use correct reply to sr_policy_add_v2 |  Vratko Polak | 1 | -1/+1 |
2024-04-17 | session: force session cleanups on app detach |  Florin Coras | 1 | -6/+23 |
2024-04-15 | ip: fix comments for icmp4 |  lijinhui | 1 | -1/+1 |
2024-04-11 | tcp: check for header truncation |  Benoît Ganne | 1 | -1/+3 |
2024-04-10 | session: add api to detach session from app |  Florin Coras | 3 | -4/+17 |
2024-04-09 | fib: fix off-by-one error in rewrite length check |  Benoît Ganne | 1 | -2/+2 |
2024-04-09 | mpls: fix default mpls lb hash config |  Vladislav Grishenko | 3 | -121/+125 |
2024-04-09 | vnet: fix ARP for unnumbered |  Pim van Pelt | 1 | -15/+14 |
2024-04-08 | tls: fix session state update on accept |  Florin Coras | 1 | -1/+3 |
2024-04-05 | session: fix cleanup for refused sessions |  Florin Coras | 1 | -6/+7 |
2024-04-04 | ip6: fix icmp trace flag copy |  Maxime Peim | 1 | -1/+1 |
2024-04-02 | session: fix closing ntfs handling for refused sessions |  Florin Coras | 1 | -0/+6 |
2024-04-02 | fib: coverity 335348 out-of-bounds access |  Dave Wallace | 1 | -2/+6 |
2024-04-02 | l2: fix vxlan src port entropy with mpls payload |  Vladislav Grishenko | 1 | -1/+5 |
2024-04-01 | fib: add early config support for IP and IP6 default FIB table names |  Jon Loeliger | 5 | -12/+82 |
2024-03-30 | ipsec: fix clang compile issue |  Kai Ji | 1 | -3/+0 |
2024-03-29 | session: fix api coverity warnings |  Florin Coras | 1 | -2/+4 |
2024-03-29 | session: add new api for enq tx io events |  Florin Coras | 2 | -2/+10 |
2024-03-29 | session: use custom types for session flags and state |  Florin Coras | 1 | -16/+16 |
2024-03-29 | session: improve use of session handles |  Florin Coras | 5 | -71/+70 |
2024-03-29 | misc: deprecate lawful-intercept |  hsandid | 7 | -487/+5 |
2024-03-26 | tls: init session for accepted ctx |  Florin Coras | 1 | -7/+7 |
2024-03-26 | tcp: avoid fr segments less than mss if possible |  Florin Coras | 1 | -1/+5 |
2024-03-24 | tls: pass session state to engine on client init |  Florin Coras | 1 | -1/+3 |
2024-03-23 | fib: fix vectorized impl buffer typo |  Dmitry Valter | 1 | -1/+1 |
2024-03-22 | ipsec: esp_decrypt code clean up |  Fan Zhang | 1 | -43/+42 |
2024-03-21 | session: fix workers race to allocate lookup table |  Florin Coras | 1 | -24/+39 |
2024-03-21 | ip: add support for buffer offload metadata in ip midchain |  Arthur de Kerhor | 5 | -44/+78 |
2024-03-21 | ipsec: remove unused parameter for esp_add_footer_and_icv |  Fan Zhang | 1 | -4/+3 |
2024-03-20 | tls: avoid app session preallocation |  Florin Coras | 1 | -42/+14 |
2024-03-18 | tls: handle attepts to renegotiate hs |  Florin Coras | 1 | -1/+2 |
2024-03-15 | ip: reassembly - return correct value |  Klement Sekera | 2 | -2/+2 |
2024-03-12 | misc: remove GNU Indent directives |  Damjan Marion | 252 | -1723/+1 |
2024-03-10 | session: use no for ports in transport port allocator |  Florin Coras | 3 | -11/+17 |
2024-03-09 | session: fix port alloc for fixed lcl port reuse |  Florin Coras | 1 | -2/+3 |
2024-03-05 | ip: force full reassembly before virtual |  Matthew Smith | 1 | -14/+5 |
2024-03-05 | vnet: fix format of deleted sw interfaces |  Vladislav Grishenko | 12 | -53/+28 |
2024-03-04 | misc: fix icmp |  Maxime Peim | 2 | -1/+1 |
2024-03-04 | ip: fix warning on interface ipv6 prefix remove |  Vladislav Grishenko | 1 | -1/+1 |
2024-03-04 | fib: fix crash while adding intf-rx routes |  Vladislav Grishenko | 6 | -5/+31 |
2024-03-03 | udp: fix ipv6 udp punt show |  Samvel Vartapetov | 1 | -1/+1 |
2024-03-01 | session: add api cb for listen and unlisten |  Florin Coras | 4 | -17/+24 |
2024-02-28 | crypto: CLI to change dispatch mode |  Niyaz Murshed | 1 | -0/+39 |
2024-02-27 | tls: pass reset ntf to engines |  Florin Coras | 2 | -22/+10 |
2024-02-27 | session: fix transport closed and disconnect race |  Florin Coras | 1 | -4/+7 |
2024-02-27 | dev: add per-port vnet flow |  Monendra Singh Kushwaha | 6 | -4/+97 |
2024-02-26 | tcp: fix fin retransmit when out of buffers |  Florin Coras | 1 | -4/+3 |
2024-02-26 | virtio: fix the packed ring support |  Mohsin Kazmi | 1 | -0/+18 |