aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2021-06-14pg: A Tunnel mode variant of a pg interfaceNeale Ranns5-24/+127
2021-06-13vlib: fix dangling reference in node_by_name hashDave Barach1-1/+4
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-11memif: fix crash with zero-copy slaveDamjan Marion1-1/+1
2021-06-10vcl: touch fifo on epoll del only if session openFlorin Coras1-3/+6
2021-06-10memif: fix the spinlock and unlock issue.fangtong1-1/+2
2021-06-09l2: fix vrrp prefix mac comparisonTianyu Li1-2/+2
2021-06-09cnat: fix spinlockNathan Skrzypczak1-1/+4
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-08vppinfra: pool_free_elts() now supports fixed-size poolsDave Barach3-29/+99
2021-06-07vcl: accept zero length writesFlorin Coras1-7/+8
2021-06-07vcl: avoid multiple reads on peekFlorin Coras1-0/+4
2021-06-07tls: change picotls plugin crypto module to accommodate new version picotlsSimon Zhang2-3/+3
2021-06-07pg: Reduce the inclusion of pg.hNeale Ranns21-83/+87
2021-06-05vcl: epoll error handling fixes and improvementsFlorin Coras2-6/+22
2021-06-04ipsec: fix crypto ops in esp decryptBenoît Ganne1-2/+7
2021-06-04dpdk: silence coverity warning on use of uninitialized valuepibr1-0/+1
2021-06-04policer: fix vnet/policer cli <policer bind [unbind] name <name> <worker>> ha...jinshaohui1-2/+2
2021-06-03vcl: avoid updating errno on ldp init checkFlorin Coras1-71/+43
2021-06-03svm: release mem order for fifo chunk list CASFlorin Coras1-6/+9
2021-06-03session: avoid ct connects loopFlorin Coras1-1/+2
2021-06-03session: lcl transport info on acceptFlorin Coras3-2/+5
2021-06-03linux-cp: use default adjacencyMatthew Smith1-21/+16
2021-06-03fib: fix flags updates when adding routes with a udp encap pathArthur de Kerhor1-1/+1
2021-06-02vcl: ldp placeholder for SO_LINGERFlorin Coras1-0/+3
2021-06-01srtp: cleanup build and default to disabledFlorin Coras2-12/+1
2021-06-01udp: calculate inner checksums if needed before udp encapArthur de Kerhor2-1/+7
2021-05-31nat: fix broken nat44-ed cliRuslan Babayev2-10/+1
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-29hsa: proxy listener support addition of fifo segmentsFlorin Coras1-0/+1
2021-05-28tls: fix handling of failed acceptsFlorin Coras1-3/+12
2021-05-28svm: fix inadequate atomic load for chunk mgrDave Wallace1-3/+3
2021-05-28gso: fix the error handlingMohsin Kazmi3-16/+52
2021-05-27vlib: handoff reworkDamjan Marion5-282/+177
2021-05-27build: kindly ask python not to polute src/Damjan Marion3-6/+7
2021-05-27dpdk: bump to 21.05Fan Zhang2-12/+29
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-26dpdk: fix missing symbolFan Zhang3-11/+23
2021-05-26vppinfra: explicit blocking mode for sock connectsFlorin Coras4-5/+9
2021-05-26fib: During the mfib lookup set the unicast FIB index in the packet so that a...Neale Ranns1-26/+28
2021-05-26pg: revert exec file fixesRay Kinsella1-6/+1
2021-05-26nat: add thread index assertionsKlement Sekera4-0/+11