aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-01-08vcl/ldp: select cleanup/improvementsFlorin Coras4-254/+223
2019-01-07string_test: coverity woeSteven1-6/+0
2019-01-07tapv2: add "tap_flags" field to the TAPv2 interface APIAndrew Yourtchenko4-2/+11
2019-01-07avf: allocate descriptor memory from local numaDamjan Marion7-14/+52
2019-01-07VOM: mroutesNeale Ranns17-123/+1378
2019-01-07L2 BD API to flush all IP-MAC entries in the specified BDJohn Lo6-13/+133
2019-01-07MAP: Prevent duplicate MAP-E/T graph nodes.Jon Loeliger3-0/+35
2019-01-07Change vpp code to align with openssl interface changePing Yu3-36/+27
2019-01-07Handle buffer alloc failure in vlib_buffer_add_dataDave Barach5-42/+81
2019-01-07Fix TCP checksum.Andrej Kozemcak1-1/+4
2019-01-07vcl/ldp: add locked sessions shim layerFlorin Coras7-1297/+890
2019-01-07Update tcpdump / wireshark packet format writeupDave Barach1-6/+14
2019-01-07gbp: Fix typo in conditionMohsin Kazmi1-1/+1
2019-01-06vpp-api: Add context to VPPStatsIOError.Paul Vinciguerra2-7/+29
2019-01-06pktgen: support mixed multi/single chunk pcap replayDave Barach3-71/+165
2019-01-05vcl/session: add api for changing session app workerFlorin Coras11-183/+544
2019-01-05socket API: Use pool index instead of handle in sock_delete handlerOle Troan1-1/+1
2019-01-05VPP-1508: Python3: Support simultaneous p2/p3 venvs.Paul Vinciguerra1-1/+1
2019-01-04tcp: fix reset in syn-sentFlorin Coras1-2/+1
2019-01-04Add TLS support for VCLPing Yu7-10/+246
2019-01-04libmemif: fix incorrect write leading to memory corruptionKoichiro Den1-3/+3
2019-01-04VPP-1525: additional fixes for strings in JapiMichal Cmarada5-21/+104
2019-01-03tcp: add more closing state arcsFlorin Coras1-0/+19
2019-01-03tcp: better randomize issFlorin Coras2-4/+41
2019-01-03Fix used-before-set in vl_api_bridge_flags_t_handlerDave Barach1-1/+2
2019-01-03Fix an issue in tls.cPing Yu1-1/+3
2019-01-02Revert "add ipsecmb plugin"Florin Coras12-2631/+2
2019-01-02Fixes for buliding for 32bit targets:David Johnson33-120/+162
2019-01-02Add microarch details to 'show cpu'.Paul Vinciguerra2-3/+5
2019-01-02ipsec: fix support check when using AES-GCMMatthew Smith1-10/+15
2019-01-02add ipsecmb pluginKlement Sekera12-2/+2631
2019-01-02ldp/vcl: epoll and shutdown cleanupFlorin Coras2-141/+77
2019-01-01Default huge page size to the regular page sizeDave Barach1-0/+6
2019-01-01buffers: remove unused codeDamjan Marion18-506/+22
2019-01-01vcl/ldp: add write msg function and fine tuningFlorin Coras9-94/+94
2018-12-31binary api clients: wait for vpp to startDave Barach1-0/+29
2018-12-29avf: tx dequeue optimizationsDamjan Marion3-11/+34
2018-12-29avf: chained buffers rx supportDamjan Marion4-44/+132
2018-12-28avf: chained buffers tx supportDamjan Marion2-104/+109
2018-12-28vppinfra: add simple ring implementationDamjan Marion1-0/+134
2018-12-28session: free session after transport and app confirmFlorin Coras14-83/+98
2018-12-28vcl: handle invalid sessions in epollFlorin Coras1-3/+10
2018-12-28vpp_papi: MACAddress equals fails in unittest.Paul Vinciguerra2-0/+21
2018-12-27MAP: Install lpm.h as map.h references it.Jon Loeliger1-0/+1
2018-12-27install-dep: force osleap boost dep installFlorin Coras1-4/+4
2018-12-26tcp: add more last-ack arcsFlorin Coras1-0/+19
2018-12-26tcp: separate active and passive establish timersFlorin Coras5-94/+107
2018-12-26avf: optimize RX functionDamjan Marion3-100/+86
2018-12-25tcp: add fin-wait-1 dispatch arcsFlorin Coras1-0/+19
2018-12-24GBP: fix dump and VOM populateNeale Ranns13-207/+98