Age | Commit message (Expand) | Author | Files | Lines |
2021-06-09 | l2: fix vrrp prefix mac comparison |  Tianyu Li | 1 | -2/+2 |
2021-06-08 | fib: make sure dpo is valid even when path pool expands |  Benoît Ganne | 1 | -8/+22 |
2021-06-08 | fib: make sure adj is valid during walk |  Benoît Ganne | 1 | -0/+3 |
2021-06-08 | ipsec: fix async crypto frame leak |  Matthew Smith | 2 | -54/+50 |
2021-06-07 | pg: Reduce the inclusion of pg.h |  Neale Ranns | 21 | -83/+87 |
2021-06-04 | ipsec: fix crypto ops in esp decrypt |  Benoît Ganne | 1 | -2/+7 |
2021-06-04 | policer: fix vnet/policer cli <policer bind [unbind] name <name> <worker>> ha... |  jinshaohui | 1 | -2/+2 |
2021-06-03 | session: avoid ct connects loop |  Florin Coras | 1 | -1/+2 |
2021-06-03 | session: lcl transport info on accept |  Florin Coras | 2 | -0/+3 |
2021-06-03 | fib: fix flags updates when adding routes with a udp encap path |  Arthur de Kerhor | 1 | -1/+1 |
2021-06-01 | udp: calculate inner checksums if needed before udp encap |  Arthur de Kerhor | 2 | -1/+7 |
2021-05-31 | interface: fix vnet_sw_interface_update_unnumbered |  Dave Barach | 1 | -6/+13 |
2021-05-29 | tls: fix handling of failed connects |  Florin Coras | 1 | -16/+18 |
2021-05-29 | udp: add udp decapsulation |  Arthur de Kerhor | 5 | -10/+193 |
2021-05-28 | gso: fix the error handling |  Mohsin Kazmi | 3 | -16/+52 |
2021-05-27 | interface: add tx-queue cli support for new tx infra |  Mohsin Kazmi | 3 | -5/+109 |
2021-05-27 | ip: allow the 'ip6 enable' on tunnel interface types |  Neale Ranns | 1 | -27/+19 |
2021-05-26 | fib: During the mfib lookup set the unicast FIB index in the packet so that a... |  Neale Ranns | 1 | -26/+28 |
2021-05-25 | srtp: basic implementation based on libsrtp2 |  Florin Coras | 2 | -2/+3 |
2021-05-25 | interface: show if tx queue is shared |  Damjan Marion | 1 | -4/+6 |
2021-05-21 | session: improve main thread connects rpc |  Florin Coras | 2 | -18/+26 |
2021-05-21 | bfd: use vnet crypto |  Klement Sekera | 3 | -104/+43 |
2021-05-21 | ipsec: Default the IPSec interface MTU to 9000 |  Neale Ranns | 1 | -0/+1 |
2021-05-20 | gre: Walk IPv6 adjacencies during restack |  Matthew Smith | 1 | -2/+4 |
2021-05-20 | tls svm: prealloc tcp fifo chunks before ssl write |  Florin Coras | 1 | -1/+3 |
2021-05-20 | session: fix transport half-open cleanup call |  Florin Coras | 1 | -1/+1 |
2021-05-19 | session: cleanup event llist usage |  Florin Coras | 3 | -41/+27 |
2021-05-19 | session: fix session queue node access on disable |  Florin Coras | 1 | -1/+1 |
2021-05-19 | interface: shared tx queue support |  Damjan Marion | 2 | -4/+7 |
2021-05-18 | tls: fix dtls with no workers |  Florin Coras | 4 | -10/+22 |
2021-05-18 | session: poll main thread if pending connects |  Florin Coras | 3 | -48/+76 |
2021-05-18 | session: only handle old ctrl events per dispatch |  Florin Coras | 1 | -6/+12 |
2021-05-18 | session: move tx-buffers to tx ctx |  Florin Coras | 2 | -16/+14 |
2021-05-17 | virtio: add the checks for descriptors chain len |  Mohsin Kazmi | 1 | -0/+23 |
2021-05-16 | session: rpc for connects to main |  Florin Coras | 3 | -5/+88 |
2021-05-15 | session: fix coverity warning |  Florin Coras | 1 | -1/+1 |
2021-05-14 | tcp: remove ho lock |  Florin Coras | 3 | -13/+0 |
2021-05-14 | vlib: pass node runtime to vlib_buffer_enqueue_to_thread() |  Damjan Marion | 7 | -16/+12 |
2021-05-14 | interface: fix converity in update_runtime_data |  Mohammed Hawari | 1 | -1/+1 |
2021-05-14 | interface: update tx queue runtime if vector size changes |  Damjan Marion | 1 | -1/+5 |
2021-05-14 | session: switch ct to vc and track half-opens |  Florin Coras | 5 | -77/+220 |
2021-05-14 | tls: switch dtls to vc and track half-opens |  Florin Coras | 4 | -14/+132 |
2021-05-13 | interface: fix tx queue runtime update |  Damjan Marion | 1 | -0/+2 |
2021-05-13 | tests: move test source to vpp/test |  Dave Wallace | 22 | -10139/+0 |
2021-05-12 | flow: fix vxlan vni convert bug |  Chenmin Sun | 1 | -2/+2 |
2021-05-12 | tls: switch to vc service and track half-open sessions |  Florin Coras | 7 | -19/+78 |
2021-05-12 | session: return connect session handle to app |  Florin Coras | 6 | -32/+36 |
2021-05-12 | session: support half-close connection |  liuyacan | 9 | -5/+139 |
2021-05-11 | ip: ensure ttl doesn't decrease to 0 when punting |  Aloys Augustin | 1 | -0/+2 |
2021-05-11 | interface: tx queue infra |  Damjan Marion | 10 | -50/+485 |