aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2020-06-17ip-neighbor: fix MLD hash key using stack pointerBenoît Ganne1-2/+2
2020-06-16misc: fix sonarclound warningsDave Barach3-2/+11
2020-06-16vlib: address sanitizer support for stack switch, enable clangDamjan Marion7-12/+83
2020-06-16build: fix address sanitizer default argsBenoît Ganne1-1/+1
2020-06-16interface: add minimal vpp pkt trace for error-dropDave Barach2-8/+125
2020-06-16nat: improve outside port selection & perfKlement Sekera4-87/+110
2020-06-16gtpu: support separate rx-decap and encap-tx teid valuesJohn Lo6-76/+232
2020-06-16virtio: add vhost sw_if_index filter for sw_interface_vhost_user_dumpSteven Luong4-6/+23
2020-06-16gso: fix the udp checksum in testMohsin Kazmi2-13/+8
2020-06-15api: check id is valid for bounce checkingBenoît Ganne1-1/+1
2020-06-15vcl: move helper functions out of header fileFlorin Coras4-101/+105
2020-06-15vxlan: remove judgement with always trueZhiyong Yang1-27/+15
2020-06-15buffers: fix non-default sized buffers initializationBenoît Ganne1-5/+21
2020-06-15dpdk: cryptodev: fix non-null terminated stringsBenoît Ganne1-4/+4
2020-06-15ikev2: announce both 'ESN' and 'No ESN'Filip Tehlar1-1/+0
2020-06-12vlib: node recyling and node deletion missing triggering graph node syncSteven Luong1-27/+1
2020-06-12virtio: interface type based improvementsMohsin Kazmi3-75/+142
2020-06-12ip: allocate ip4 mtrie pages in htlb memoryDave Barach3-2/+48
2020-06-11ikev2: don't add DH group in ESP transform proposalsFilip Tehlar2-10/+10
2020-06-11nat: properly scale out2in-ed hash on initKlement Sekera1-1/+3
2020-06-11nat: simplify bihash buckets/mem configKlement Sekera8-31/+95
2020-06-10vapi: memset allocated messages to zeroKlement Sekera1-0/+4
2020-06-10ip: reassembly: LRU algorithm should eliminate the longest unused nodeszhengdelun2-2/+2
2020-06-10nat: optimize prefetchingKlement Sekera6-18/+18
2020-06-09tap: enable gso/csum offload for tunMohsin Kazmi1-7/+0
2020-06-09vxlan: fix the inner packet checksum calculationMohsin Kazmi2-4/+101
2020-06-09misc: add code styling for vxlan encap and vxlan_packet filesMohsin Kazmi2-256/+282
2020-06-08tcp: improve rtt estimation with rate samplingFlorin Coras1-18/+29
2020-06-08vlib: stop inlining vlib_add_trace(...)Dave Barach2-2/+17
2020-06-08vlib: Coverity fixDave Barach1-1/+1
2020-06-08vxlan: Fixed checksum caclculation offsetVladimir Isaev6-72/+44
2020-06-08nat: more long read after short write optimizationKlement Sekera15-1060/+1051
2020-06-07mactime: print error if feature not enabledDave Barach1-1/+8
2020-06-07fib: fix multiple dpo pool expand casesDave Barach6-7/+76
2020-06-05fib: fix adj pool expand casesDave Barach1-1/+24
2020-06-04fib: add barrier sync, pool/vector expand casesDave Barach3-1/+66
2020-06-04nat: fix coverity warningKlement Sekera1-1/+1
2020-06-04ikev2: session cleanup after profile is deletedFilip Tehlar2-52/+119
2020-06-04dpdk: cleanup, add rx queue structDamjan Marion5-59/+31
2020-06-04nat: fixed input validationFilip Varga7-21/+22
2020-06-04nat: add tracing for nat44-hairpinningKlement Sekera3-15/+84
2020-06-03vlib: improve node interrupt handlingDamjan Marion3-47/+81
2020-06-03nat: refactor mss_clamping to not depend on snat_main_tOle Troan9-68/+83
2020-06-02ikev2: remove unused hash computationFilip Tehlar1-4/+1
2020-06-01ip: fix IPv6 mask to prefix length conversionAndreas Schultz2-20/+10
2020-06-01nat: update ip4-udp src port for checksum == 0 pktsDave Barach1-3/+6
2020-05-29lisp: fix api_format referencePaul Vinciguerra1-2/+2
2020-05-29bonding: Revert adjust link stateMatthew Smith1-20/+3
2020-05-29lisp: fix api_formatFlorin Coras1-6/+6
2020-05-29lisp: fix custom dumpFlorin Coras2-16/+28