aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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-11docs: cleanup, remove stale materialDave Barach78-2370/+16
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 Barach4-29/+112
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-05build: fix centos-8 cmake missing package dependencyDave Wallace1-1/+1
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-04build: fix build error after make wipeTianyu Li1-1/+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-03build: fix install-deps on centos-8Dave Wallace1-1/+1
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 Kerhor2-6/+6
2021-06-03misc: bug fixes and improvements for stats Fuse fsArthur de Kerhor8-122/+267
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 Kerhor7-14/+372
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 Wallace2-6/+4
2021-05-28build: bash set in ./configureDamjan Marion1-0/+1
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 Zhang3-15/+32
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 Ranns2-29/+97