aboutsummaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2018-10-17VPP-1448: Fix error when recurse on down the trie.mu.duojiao1-0/+50
2018-10-01IGMP: handle (*,G) report with no source addressesNeale Ranns1-0/+16
2018-10-01SCTP: fix overflow issue with timestampMarco Varlese1-1/+1
2018-09-25MPLS tunnel dump fixNeale Ranns2-2/+21
2018-09-25BIER; bi-dir to/from underlayNeale Ranns1-0/+31
2018-09-21GRE: fix 4o6 and 6o4 adj stackingNeale Ranns1-0/+87
2018-09-06NAT: fix maximum out of order fragments (VPP-1399)Matus Fabian1-6/+8
2018-09-05sctp: reduce the number of clients and mbytes (VPP-1396)Marco Varlese1-1/+1
2018-08-31NAT44: fix next_src_nat (VPP-1384)Matus Fabian1-0/+57
2018-08-31SR-MPLS: fixes and testsNeale Ranns3-0/+286
2018-08-22IPIP and SIXRD tunnels create API needs table-IDs not fib-indexesNeale Ranns3-41/+137
2018-08-17VPP-1392: VXLAN fails with IP fragmentationOle Troan1-1/+46
2018-08-03loop counter to prevent infiinte number of look ups per-packetNeale Ranns2-1/+138
2018-07-23NAT44: fix forwarding feature bug (VPP-1349)v18.07-rc2Matus Fabian1-16/+3
2018-07-23QoS: marking and recording for MPLS and VLANNeale Ranns1-4/+210
2018-07-19gbp: Add support for ACLMohsin Kazmi1-10/+78
2018-07-18VOM: support for pipesNeale Ranns2-6/+82
2018-07-13srv6-as: Adding support for L2 trafficFrancois Clad1-0/+199
2018-07-13srv6-as: Adding test casesFrancois Clad1-0/+692
2018-07-11srv6: Fixing SRH parsing bug in Scapy 2.4Francois Clad1-0/+28
2018-07-11make_test: Add missing classifier testsJan Gelety3-126/+1294
2018-07-10NAT44: multiple outside FIB tables (VPP-1314)Matus Fabian1-21/+442
2018-07-10Do not translate packets destined for NAT64 inside interface (VPP-1331)Juraj Sloboda1-2/+60
2018-07-09IGMP improvementsNeale Ranns5-243/+642
2018-07-09vxlan:use bihash_16_8 for ipv4 lookupEyal Bari1-5/+5
2018-07-07PipesNeale Ranns2-0/+267
2018-07-05VPP-1335 vapi crash when memclnt_keepalive receivedKlement Sekera1-4/+4
2018-07-04fix VPP-1312 Invalid UDP packet length in ipsecKlement Sekera1-26/+22
2018-07-03vom: Add cross connect supportMohsin Kazmi1-0/+64
2018-07-02make_test: add icmp packet size sweep and icmp echo testsJan Gelety2-47/+201
2018-06-29IP4 Router Alert option handling for IGMPNeale Ranns1-1/+5
2018-06-28make test: fix profilingKlement Sekera1-1/+1
2018-06-27make test: easy profiling via make test PROFILE=1Klement Sekera2-2/+25
2018-06-26NAT44: fix nat44_ed_not_translate_output_feature (VPP-1329)Matus Fabian1-0/+25
2018-06-26L3DSR fix ip checksum issue and add testHongjun Ni1-0/+6
2018-06-26Add negative tests for leaking across different VRFs - ip4/6Jan Gelety2-31/+172
2018-06-25make test: fix RETRIES when setUpClass throwsKlement Sekera2-2/+25
2018-06-25make test: fix broken interfaces #2Klement Sekera5-86/+84
2018-06-24Revert "Revert "make test: fix broken interfaces""Klement Sekera23-86/+61
2018-06-24Revert "Revert "ipsec: VPP-1316 calculate IP/TCP/UDP inner checksums""Klement Sekera13-574/+634
2018-06-22Revert "ipsec: VPP-1316 calculate IP/TCP/UDP inner checksums"Ole Troan13-634/+574
2018-06-22Revert "make test: fix broken interfaces"Ole Troan23-61/+86
2018-06-22make test: fix broken interfacesKlement Sekera23-86/+61
2018-06-22Python API: Add enum and union support.Ole Troan2-487/+1
2018-06-21test:vxlan over ipv6 testsEyal Bari6-6/+213
2018-06-21ipsec: VPP-1316 calculate IP/TCP/UDP inner checksumsKlement Sekera13-574/+634
2018-06-21Implement DHCPv6 IA NA client (VPP-1094)Juraj Sloboda2-32/+388
2018-06-19Fixed bugs in SRv6 APIPablo Camarillo3-45/+50
2018-06-18Revert "Python API: Add enum and union support."Ole Trøan2-3/+451
2018-06-17Python API: Add enum and union support.Ole Troan2-451/+3