aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2021-05-19quic: fix memory leak & crash on connection deleteDave Wallace1-2/+8
2021-05-19session: cleanup event llist usageFlorin Coras3-41/+27
2021-05-19memif: remove dead codeDamjan Marion1-1/+1
2021-05-19avf: improve elogsDamjan Marion4-2/+227
2021-05-19vppinfra: add more llist macrosFlorin Coras2-25/+63
2021-05-19session: fix session queue node access on disableFlorin Coras1-1/+1
2021-05-19build: fix crypto_native compile flags checkDamjan Marion1-2/+2
2021-05-19interface: shared tx queue supportDamjan Marion2-4/+7
2021-05-19avf: tx queue sharing fixes and improvementsDamjan Marion3-38/+36
2021-05-19avf: print stats in separate log classDamjan Marion3-6/+38
2021-05-18tls: fix dtls with no workersFlorin Coras4-10/+22
2021-05-18session: poll main thread if pending connectsFlorin Coras3-48/+76
2021-05-18session: only handle old ctrl events per dispatchFlorin Coras1-6/+12
2021-05-18session: move tx-buffers to tx ctxFlorin Coras2-16/+14
2021-05-17memif: remove unused codeDamjan Marion1-46/+13
2021-05-17memif: remove duplicate code in txDamjan Marion1-53/+39
2021-05-17memif: optimize zero-copy rx ring refillDamjan Marion2-65/+47
2021-05-17memif: fix "remove barriers" commitDamjan Marion1-2/+2
2021-05-17memif: remove barriersDamjan Marion2-22/+33
2021-05-17virtio: add the checks for descriptors chain lenMohsin Kazmi1-0/+23
2021-05-16session: rpc for connects to mainFlorin Coras3-5/+88
2021-05-15lacp: coverity fix on null pointer dereferenceSteven Luong1-2/+2
2021-05-15session: fix coverity warningFlorin Coras1-1/+1
2021-05-14tcp: remove ho lockFlorin Coras3-13/+0
2021-05-14vlib: remove unused codeDamjan Marion2-127/+0
2021-05-14vlib: pass node runtime to vlib_buffer_enqueue_to_thread()Damjan Marion17-40/+36
2021-05-14avf: free spinlock on txq removalDamjan Marion1-0/+2
2021-05-14interface: fix converity in update_runtime_dataMohammed Hawari1-1/+1
2021-05-14interface: update tx queue runtime if vector size changesDamjan Marion1-1/+5
2021-05-14vcl: fix lookup listener assertliuyacan1-0/+6
2021-05-14session: switch ct to vc and track half-opensFlorin Coras6-85/+225
2021-05-14tls: switch dtls to vc and track half-opensFlorin Coras4-14/+132
2021-05-13lacp: Prohibiting bonding with remote having different key than 1st memberSteven Luong4-23/+42
2021-05-13interface: fix tx queue runtime updateDamjan Marion1-0/+2
2021-05-13tests: move test source to vpp/testDave Wallace91-55913/+0
2021-05-12avf: avoid eating our own tailDamjan Marion1-0/+3
2021-05-12flow: fix vxlan vni convert bugChenmin Sun1-2/+2
2021-05-12tls: switch to vc service and track half-open sessionsFlorin Coras7-19/+78
2021-05-12session: return connect session handle to appFlorin Coras6-32/+36
2021-05-12crypto: add chacha20-poly1305 support to ipsecmbFan Zhang1-0/+252
2021-05-12session: support half-close connectionliuyacan15-6/+217
2021-05-11ip: ensure ttl doesn't decrease to 0 when puntingAloys Augustin1-0/+2
2021-05-11interface: tx queue infraDamjan Marion13-57/+503
2021-05-11build: compiler flags handling cleanupDamjan Marion5-49/+49
2021-05-11quic: alloc ctx on udp threadFlorin Coras1-9/+10
2021-05-11vppinfra: Add missing %oNathan Skrzypczak1-0/+4
2021-05-11vlib: exec cmd handle scripts with blank linesDave Barach1-3/+21
2021-05-10misc: fix crash in lawful intercept CLIhemant_mnkcg1-6/+6
2021-05-10session: use half-open sessions for vc establishmentFlorin Coras9-119/+126
2021-05-10dpdk: do not crash when failing to bring interface upBenoƮt Ganne1-5/+9