Age | Commit message (Expand) | Author | Files | Lines |
2021-05-21 | quic: fix timer update | Florin Coras | 1 | -1/+3 |
2021-05-21 | quic: init crypto context on streams | Florin Coras | 1 | -3/+2 |
2021-05-21 | quic: make sure aead crypto context matches quicly | Florin Coras | 1 | -1/+2 |
2021-05-21 | ipsec: Default the IPSec interface MTU to 9000 | Neale Ranns | 1 | -0/+1 |
2021-05-21 | memif: fix gcc-10 build error on arm platform | Tianyu Li | 1 | -1/+1 |
2021-05-20 | memif: fix input node buffer prefetch | Tianyu Li | 1 | -4/+4 |
2021-05-20 | gre: Walk IPv6 adjacencies during restack | Matthew Smith | 1 | -2/+4 |
2021-05-20 | hsa: test server incremental stats | Florin Coras | 3 | -35/+71 |
2021-05-20 | tls svm: prealloc tcp fifo chunks before ssl write | Florin Coras | 3 | -1/+13 |
2021-05-20 | session: fix transport half-open cleanup call | Florin Coras | 1 | -1/+1 |
2021-05-19 | tls: fix signed unsigned comparison | Florin Coras | 1 | -2/+2 |
2021-05-19 | quic: fix memory leak & crash on connection delete | Dave Wallace | 1 | -2/+8 |
2021-05-19 | session: cleanup event llist usage | Florin Coras | 3 | -41/+27 |
2021-05-19 | memif: remove dead code | Damjan Marion | 1 | -1/+1 |
2021-05-19 | avf: improve elogs | Damjan Marion | 4 | -2/+227 |
2021-05-19 | vppinfra: add more llist macros | Florin Coras | 2 | -25/+63 |
2021-05-19 | session: fix session queue node access on disable | Florin Coras | 1 | -1/+1 |
2021-05-19 | build: fix crypto_native compile flags check | Damjan Marion | 1 | -2/+2 |
2021-05-19 | interface: shared tx queue support | Damjan Marion | 2 | -4/+7 |
2021-05-19 | avf: tx queue sharing fixes and improvements | Damjan Marion | 3 | -38/+36 |
2021-05-19 | avf: print stats in separate log class | Damjan Marion | 3 | -6/+38 |
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 | memif: remove unused code | Damjan Marion | 1 | -46/+13 |
2021-05-17 | memif: remove duplicate code in tx | Damjan Marion | 1 | -53/+39 |
2021-05-17 | memif: optimize zero-copy rx ring refill | Damjan Marion | 2 | -65/+47 |
2021-05-17 | memif: fix "remove barriers" commit | Damjan Marion | 1 | -2/+2 |
2021-05-17 | memif: remove barriers | Damjan Marion | 2 | -22/+33 |
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 | lacp: coverity fix on null pointer dereference | Steven Luong | 1 | -2/+2 |
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: remove unused code | Damjan Marion | 2 | -127/+0 |
2021-05-14 | vlib: pass node runtime to vlib_buffer_enqueue_to_thread() | Damjan Marion | 17 | -40/+36 |
2021-05-14 | avf: free spinlock on txq removal | Damjan Marion | 1 | -0/+2 |
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 | vcl: fix lookup listener assert | liuyacan | 1 | -0/+6 |
2021-05-14 | session: switch ct to vc and track half-opens | Florin Coras | 6 | -85/+225 |
2021-05-14 | tls: switch dtls to vc and track half-opens | Florin Coras | 4 | -14/+132 |
2021-05-13 | lacp: Prohibiting bonding with remote having different key than 1st member | Steven Luong | 4 | -23/+42 |
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 | 91 | -55913/+0 |
2021-05-12 | avf: avoid eating our own tail | Damjan Marion | 1 | -0/+3 |
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 |