aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet
AgeCommit message (Expand)AuthorFilesLines
2021-06-14linux-cp: Add tests for tun devicesNeale Ranns3-0/+46
2021-06-14pg: A Tunnel mode variant of a pg interfaceNeale Ranns5-24/+127
2021-06-12session: fix listener ct transport retrieval on acceptFlorin Coras1-6/+8
2021-06-12tcp: fix proto in port reuse checkFlorin Coras1-2/+2
2021-06-11session: half-open free only on main threadFlorin Coras1-4/+3
2021-06-11gso: fix the gro re-ordering for packets with PSHMohsin Kazmi1-25/+54
2021-06-09l2: fix vrrp prefix mac comparisonTianyu Li1-2/+2
2021-06-08fib: make sure dpo is valid even when path pool expandsBenoît Ganne1-8/+22
2021-06-08fib: make sure adj is valid during walkBenoît Ganne1-0/+3
2021-06-08ipsec: fix async crypto frame leakMatthew Smith2-54/+50
2021-06-07pg: Reduce the inclusion of pg.hNeale Ranns21-83/+87
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