aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet
AgeCommit message (Expand)AuthorFilesLines
2019-01-09VXLAN: Prevent duplicate bypass graph nodes.Jon Loeliger2-4/+37
2019-01-08Fix name of ipv6-n-tupleHongjun Ni1-1/+1
2019-01-08virtio: fix kick race issueDamjan Marion3-10/+29
2019-01-07tapv2: add "tap_flags" field to the TAPv2 interface APIAndrew Yourtchenko3-0/+8
2019-01-07VOM: mroutesNeale Ranns4-6/+31
2019-01-07L2 BD API to flush all IP-MAC entries in the specified BDJohn Lo4-12/+83
2019-01-07Handle buffer alloc failure in vlib_buffer_add_dataDave Barach3-34/+72
2019-01-07Fix TCP checksum.Andrej Kozemcak1-1/+4
2019-01-06pktgen: support mixed multi/single chunk pcap replayDave Barach3-71/+165
2019-01-05vcl/session: add api for changing session app workerFlorin Coras5-15/+176
2019-01-04tcp: fix reset in syn-sentFlorin Coras1-2/+1
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