aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet
AgeCommit message (Expand)AuthorFilesLines
2021-06-14session: fix listener ct transport retrieval on acceptv21.06-rc2Florin Coras1-6/+8
2021-06-14tcp: fix proto in port reuse checkFlorin Coras1-2/+2
2021-06-11session: half-open free only on main threadFlorin Coras1-4/+3
2021-06-09fib: make sure dpo is valid even when path pool expandsBenoît Ganne1-8/+22
2021-06-09fib: make sure adj is valid during walkBenoît Ganne1-0/+3
2021-06-09ipsec: fix crypto ops in esp decryptBenoît Ganne1-2/+7
2021-06-03session: avoid ct connects loopFlorin Coras1-1/+2
2021-06-03session: lcl transport info on acceptFlorin Coras2-0/+3
2021-06-01interface: fix vnet_sw_interface_update_unnumberedDave Barach1-6/+13
2021-05-26fib: During the mfib lookup set the unicast FIB index in the packet so that a...Neale Ranns1-26/+28
2021-05-25srtp: basic implementation based on libsrtp2Florin Coras2-2/+3
2021-05-25interface: show if tx queue is sharedDamjan Marion1-4/+6
2021-05-21session: improve main thread connects rpcFlorin Coras2-18/+26
2021-05-21bfd: use vnet cryptoKlement Sekera3-104/+43
2021-05-21ipsec: Default the IPSec interface MTU to 9000Neale Ranns1-0/+1
2021-05-20gre: Walk IPv6 adjacencies during restackMatthew Smith1-2/+4
2021-05-20tls svm: prealloc tcp fifo chunks before ssl writeFlorin Coras1-1/+3
2021-05-20session: fix transport half-open cleanup callFlorin Coras1-1/+1
2021-05-19session: cleanup event llist usageFlorin Coras3-41/+27
2021-05-19session: fix session queue node access on disableFlorin Coras1-1/+1
2021-05-19interface: shared tx queue supportDamjan Marion2-4/+7
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-17virtio: add the checks for descriptors chain lenMohsin Kazmi1-0/+23
2021-05-16session: rpc for connects to mainFlorin Coras3-5/+88
2021-05-15session: fix coverity warningFlorin Coras1-1/+1
2021-05-14tcp: remove ho lockFlorin Coras3-13/+0
2021-05-14vlib: pass node runtime to vlib_buffer_enqueue_to_thread()Damjan Marion7-16/+12
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-14session: switch ct to vc and track half-opensFlorin Coras5-77/+220
2021-05-14tls: switch dtls to vc and track half-opensFlorin Coras4-14/+132
2021-05-13interface: fix tx queue runtime updateDamjan Marion1-0/+2
2021-05-13tests: move test source to vpp/testDave Wallace22-10139/+0
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-12session: support half-close connectionliuyacan9-5/+139
2021-05-11ip: ensure ttl doesn't decrease to 0 when puntingAloys Augustin1-0/+2
2021-05-11interface: tx queue infraDamjan Marion10-50/+485
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-10gso: fix the gro coalesced chain lenMohsin Kazmi1-1/+2
2021-05-08vhost: low performance in interrupt mode in some casesSteven Luong1-35/+19
2021-05-07session: connects seg manager is always firstFlorin Coras4-79/+23
2021-05-06vlib: rename vl_counter_t to vlib_error_desc_tOle Troan1-1/+1
2021-05-06memif: add severity to countersOle Troan2-4/+4
2021-05-06vlib: fix the offload flags sizeMohsin Kazmi11-33/+35