aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2021-06-17tls: increase engine bits room in handle to support custom engine typejxm1-1/+1
2021-06-17fib: changing parsing order to avoid corner caseArthur de Kerhor1-3/+3
2021-06-17mpls: CLI to show the MPLS forwarding state of an interfaceNeale Ranns1-0/+69
2021-06-16vcl: fix fifo sharingFlorin Coras6-2/+35
2021-06-16vcl: fix worker cleanupFlorin Coras1-0/+7
2021-06-16vcl: basic support for epoll level-triggered evtsFlorin Coras5-11/+108
2021-06-16fib: copy the path extentions when creating fib src rr entryStanislav Zaikin1-0/+11
2021-06-16nat: test all intf addrs in is_interface_addr()Alexander Chernavin4-20/+42
2021-06-16nat: fix crash when translate unknown proto packetsAlexander Chernavin2-4/+5
2021-06-16stats: fix counters name overflowBenoît Ganne1-6/+6
2021-06-16api: remove custom dumpFilip Tehlar3-3145/+3
2021-06-15ipsec: fix length check when adding footer+icvBenoît Ganne1-1/+2
2021-06-15tcp: prevent timer handler being called frequentlyliuyacan4-6/+18
2021-06-14nsh: api cleanupFilip Tehlar2-174/+8
2021-06-14vcl: improve shutdown()liuyacan6-54/+40
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-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