summaryrefslogtreecommitdiffstats
path: root/src/vnet
AgeCommit message (Expand)AuthorFilesLines
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
2018-12-13session/tcp: support tx flush markFlorin Coras7-4/+47
2018-12-13ip4_rewrite_inline: fix variable errorZhiyong Yang1-2/+2
2018-12-12fix spurious error setting SA on ipsec intfMatthew Smith1-1/+1
2018-12-12Change ipsec feature node namesPierre Pfister6-32/+32
2018-12-11Add IPSec interface FIB index for TX packetPierre Pfister6-6/+36
2018-12-11Fix [csit-dev] CSIT IPv6 IPSec transport mode tests are failingjackiechen19851-1/+9
2018-12-10IP-local: any IP can appear as the source (VPP-1522)Neale Ranns1-3/+15
2018-12-07FIB recusrion loop checks traverse midchain adjacenciesNeale Ranns10-149/+338
2018-12-07tcp: improve check for invalid sack blocksFlorin Coras1-1/+3
2018-12-07tcp: measure us rtt with syn-ackFlorin Coras1-0/+1
2018-12-07tcp: fix timestamp check and pawsFlorin Coras1-5/+2
2018-12-07tcp: better handling of options only allowed in synsFlorin Coras1-9/+18
2018-12-07tcp: validate connection state in retransmitFlorin Coras1-2/+2
2018-12-07tcp: fix length checkFlorin Coras1-3/+14
2018-12-07VPP-1506: dump local punts and registered punt socketsPavel Kotucek8-66/+489
2018-12-07Fix VPP-1515 IPSec receive packet error in transport mode with udp encapjackiechen19852-4/+14
2018-12-06API: Change ip4_address and ip6_address to use type alias.Ole Troan3-11/+6