aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet
AgeCommit message (Expand)AuthorFilesLines
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 Coras1-4/+0
2019-01-02Fixes for buliding for 32bit targets:David Johnson7-15/+23
2019-01-02ipsec: fix support check when using AES-GCMMatthew Smith1-10/+15
2019-01-02add ipsecmb pluginKlement Sekera1-0/+4
2019-01-01buffers: remove unused codeDamjan Marion12-39/+18
2019-01-01vcl/ldp: add write msg function and fine tuningFlorin Coras5-26/+61
2018-12-28session: free session after transport and app confirmFlorin Coras12-80/+95
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-25tcp: add fin-wait-1 dispatch arcsFlorin Coras1-0/+19
2018-12-24FIB: adj src assert fix part 2Neale Ranns1-1/+8
2018-12-24tcp: compute seq_end in tcp_inputFlorin Coras3-50/+41
2018-12-23FIB: remove assert from adj srcNeale Ranns1-1/+0
2018-12-22tcp: improve waitclose in closing statesFlorin Coras6-17/+83
2018-12-22ethernet-input tagged packets optimizationsDamjan Marion1-269/+474
2018-12-22tapv2: coverity woeSteven1-2/+4
2018-12-21http server: improvementsFlorin Coras3-109/+291
2018-12-21MFIB: coverity fixesNeale Ranns2-7/+16
2018-12-21tcp: fix fin_wait_1 condition to send finFlorin Coras4-3/+20
2018-12-20tcp: fix syn-sent resetFlorin Coras1-7/+9
2018-12-20FIB: encode the label stack in the FIB path during table dumpNeale Ranns14-22/+176
2018-12-20delete policer classify repeat count drop packets when action is DROPcohu1-5/+0
2018-12-20reassembly: replace asserts with error countersKlement Sekera4-128/+272
2018-12-19session: add cli option to dump session elogFlorin Coras3-3/+31
2018-12-19tcp: fix fin in syn-rcvdFlorin Coras2-11/+18
2018-12-19tcp: add more state machine arcsFlorin Coras1-5/+79
2018-12-19tcp/session: notify transport of close when tx fifo is not emptyFlorin Coras4-22/+29
2018-12-19session: handle close before app accept replyFlorin Coras3-7/+5
2018-12-18tcp/session: drop connections if message queue is fullFlorin Coras4-21/+28
2018-12-18MFIB: recurse resolution through an MFIB entryNeale Ranns23-177/+1630
2018-12-18PAPI: Add MACAddress object wrapper for vl_api_mac_address_tOle Troan5-18/+9
2018-12-18tcp: cleanup connections if handshake failsFlorin Coras1-3/+2
2018-12-17tcp: fix handling of broken syn optionsFlorin Coras4-5/+15
2018-12-17tcp: accept rst that fail pawsFlorin Coras1-9/+9
2018-12-17stats: Deprecate old stats frameworkOle Troan1-74/+0
2018-12-17vcl/session: handle reset/disconnect before app acceptFlorin Coras4-13/+22
2018-12-16VPP-1523: harden reassemblyKlement Sekera1-5/+3
2018-12-16IP6-MFIB: replace the radix tree with bihash (VPP-1526)Neale Ranns11-156/+204
2018-12-14VPP-1510: add support for punt deletePavel Kotucek1-1/+12
2018-12-13reassembly: fix internal buffer count accountingKlement Sekera1-0/+3
2018-12-13VPP-1522: harden reassembly codeKlement Sekera2-24/+40
2018-12-13tcp: drop handshake ack with fin setFlorin Coras1-1/+1
2018-12-13make build failure.Paul Vinciguerra2-4/+4
2018-12-13Fix VPP-1530 Classify session creation errorjackiechen19851-1/+1
2018-12-13tcp: fix handling of no wscale in synsFlorin Coras2-1/+6
2018-12-13tcp: validate seq for handshake ackFlorin Coras1-0/+8