aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-12-16VPP-1523: harden reassemblyKlement Sekera2-7/+45
2018-12-16IP6-MFIB: replace the radix tree with bihash (VPP-1526)Neale Ranns15-194/+266
2018-12-16VOM: fixes for statsNeale Ranns4-10/+9
2018-12-14String type: Fix off by one errorOle Troan3-5/+5
2018-12-14Revert gerrit 16429 to fix a Debian build-breakDave Barach1-22/+44
2018-12-14NAT: counters (VPP-1484)Matus Fabian9-77/+477
2018-12-14Fix test resultsjuraj.linkes1-19/+23
2018-12-14Fix compiling issue with GCC-8.x in string test functionsLijian.Zhang1-44/+22
2018-12-14VPP-1510: add support for punt deletePavel Kotucek1-1/+12
2018-12-13MAP: Fix inverted 'is_add'/'is_del' flag in map_pre_resolve() call.Jon Loeliger1-1/+1
2018-12-13reassembly: fix internal buffer count accountingKlement Sekera2-0/+34
2018-12-13VPP-1522: harden reassembly codeKlement Sekera5-43/+85
2018-12-13fix vlib_buffer_chain_compress assert in debugKlement Sekera1-1/+2
2018-12-13tcp: drop handshake ack with fin setFlorin Coras1-1/+1
2018-12-13make build failure.Paul Vinciguerra4-7/+7
2018-12-13test/hook.py. Add human-friendly annotations to log msgs.Paul Vinciguerra1-3/+19
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-13ldp/vcl: reduce debug verbosityFlorin Coras2-336/+129
2018-12-13tcp: validate seq for handshake ackFlorin Coras2-0/+9
2018-12-13session/tcp: support tx flush markFlorin Coras8-7/+61
2018-12-13API: Use string type instead of u8.Ole Troan30-105/+349
2018-12-13docs: Update the requirementsjdenisco2-10/+10
2018-12-13ip4_rewrite_inline: fix variable errorZhiyong Yang1-2/+2
2018-12-13vapi: code cleanupKlement Sekera1-5/+4
2018-12-13vom: Add support for new statsMohsin Kazmi14-267/+991
2018-12-12VPP-1529: check hop-by-hop header lengthDave Barach1-7/+37
2018-12-12VOM: vxlan-tunnel takes egress interface for multicastNeale Ranns7-18/+51
2018-12-12dpdk: net/bonding: fix buffer corruption in packetsIgor Mikhailov (imichail)1-0/+203
2018-12-12Fix CDP failure in make testLijian.Zhang2-3/+4
2018-12-12PAPI: Allow ipaddress object as argument and return values from API callsOle Troan13-273/+304
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-11New api in order to get max entries of connection table is added.Khers3-5/+83
2018-12-11Fix vat dependenciesjuraj.linkes1-0/+2
2018-12-11Fix typo in sanity test descriptionjuraj.linkes1-1/+1
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-11MAP: Add API support for setting parameters.Jon Loeliger4-212/+648
2018-12-10VOM: vxlan-gbpNeale Ranns12-101/+523
2018-12-10IP-local: any IP can appear as the source (VPP-1522)Neale Ranns2-3/+34
2018-12-10test/framework.py: change logger to return 'e' format.Paul Vinciguerra1-15/+13
2018-12-10Python API: Use services to determine stream RPCOle Troan1-4/+11
2018-12-10Test framework: StringIO fixes for Python3Ole Troan23-126/+124
2018-12-07FIB recusrion loop checks traverse midchain adjacenciesNeale Ranns11-149/+399
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