aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-05-18session: poll main thread if pending connectsFlorin Coras3-48/+76
2021-05-18nat: refactor multiple vrf testsKlement Sekera1-25/+120
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-17build: fix the "show version" output in the centos release buildsAndrew Yourtchenko1-1/+1
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 Marion18-41/+37
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 Wallace95-41/+25
2021-05-12quic: remove cmake --targetNathan Skrzypczak1-2/+1
2021-05-12misc: change VFIO group ownership and permissions in vfctl scriptDamjan Marion1-0/+4
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 Marion6-50/+50
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
2021-05-10rdma: bump to rdma-core v35.0Benoît Ganne1-17/+15
2021-05-10svm: try chunk alloc only if enough space availableFlorin Coras1-1/+2
2021-05-10gso: fix the gro coalesced chain lenMohsin Kazmi1-1/+2
2021-05-10api: fix crash in vl_msg_api_freewanghanlin1-1/+15
2021-05-08vhost: low performance in interrupt mode in some casesSteven Luong1-35/+19
2021-05-08memif: Fix delete on errorNathan Skrzypczak1-8/+0
2021-05-08avf: fix coverityMohammed Hawari1-7/+4