aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet
AgeCommit message (Expand)AuthorFilesLines
2021-06-04ipsec: fix crypto ops in esp decryptBenoƮt Ganne1-2/+7
2021-06-04policer: fix vnet/policer cli <policer bind [unbind] name <name> <worker>> ha...jinshaohui1-2/+2
2021-06-03session: avoid ct connects loopFlorin Coras1-1/+2
2021-06-03session: lcl transport info on acceptFlorin Coras2-0/+3
2021-06-03fib: fix flags updates when adding routes with a udp encap pathArthur de Kerhor1-1/+1
2021-06-01udp: calculate inner checksums if needed before udp encapArthur de Kerhor2-1/+7
2021-05-31interface: fix vnet_sw_interface_update_unnumberedDave Barach1-6/+13
2021-05-29tls: fix handling of failed connectsFlorin Coras1-16/+18
2021-05-29udp: add udp decapsulationArthur de Kerhor5-10/+193
2021-05-28gso: fix the error handlingMohsin Kazmi3-16/+52
2021-05-27interface: add tx-queue cli support for new tx infraMohsin Kazmi3-5/+109
2021-05-27ip: allow the 'ip6 enable' on tunnel interface typesNeale Ranns1-27/+19
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