aboutsummaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2020-11-25ip-neighbor: Send API event when neighbor is removedNeale Ranns1-0/+35
2020-11-24tests: remove bond, pipe, session and api_namespace from vpp_papi_providerJakub Grajciar5-61/+12
2020-11-24tests: remove svs, proxy_arp and gso from vpp_papi_providerOle Troan3-85/+13
2020-11-24tests: [re]enable an ARP test form incompleteNeale Ranns1-8/+3
2020-11-20ip-neighbor: Use ip_address_t rather than ip46_address_tNeale Ranns2-1/+8
2020-11-17tests: move crypto tests to src/vnet/crypto/testDave Wallace1-28/+0
2020-11-17tests: move classifier tests to src/vnet/classify/testDave Wallace2-1059/+0
2020-11-17tests: move vpp-api tests to src/vpe-api/testDave Wallace3-174/+0
2020-11-17tests: move gre tests to src/vnet/gre/testDave Wallace1-1275/+0
2020-11-17tests: move GSO/GRO tests to src/vnet/gso/testDave Wallace2-855/+0
2020-11-16tests: move cli tests to src/vlib/testDave Wallace1-89/+0
2020-11-16tests: move buffer tests to src/vlib/testDave Wallace1-29/+0
2020-11-16tests: move bihash tests to src/vppinfra/testDave Wallace1-71/+0
2020-11-10classify: fix classify filter trace del cli processingJon Loeliger2-7/+5
2020-11-02ipsec: Tunnel SA DSCP behaviourNeale Ranns6-25/+230
2020-10-21ipsec: support for multipoint on ipsec interfacesNeale Ranns2-4/+128
2020-10-21ip: convert u32 entry_flags to vl_api_mfib_entry_flags_t on mroute APINeale Ranns6-140/+185
2020-10-16misc: deprecate VOMDamjan Marion3-2378/+3
2020-10-16ipsec: fix instance, and cli del for new ipsec interfaceEric Kinzie2-4/+23
2020-10-08gre: MPLS over GRE does not select correct fixup functionNeale Ranns1-1/+55
2020-10-08ip-neighbor: Grat ARPs from different subnet are droppedNeale Ranns2-1/+33
2020-10-08ipsec: Allow SAs with NULL auth &crypto on IPSec interfaceNeale Ranns1-4/+25
2020-10-08fib: Register multicast MAC with interface for accepting interfacesNeale Ranns1-2/+33
2020-10-07api: add heap alloc to vpp statsOle Troan1-1/+0
2020-09-30ikev2: better packet parsing functionsFilip Tehlar1-0/+24
2020-09-22lisp: Move to pluginNeale Ranns2-208/+2
2020-09-21geneve: Move to pluginNeale Ranns1-307/+0
2020-09-21misc: Move l2tp to pluginNeale Ranns1-47/+0
2020-09-21build: remove opensuse build infraDave Wallace1-1/+1
2020-09-17teib: Add adj-fibs for peers/adjacencies on p2mp interfaceNeale Ranns2-4/+52
2020-09-09wireguard: initial implementation of wireguard protocolArtem Glazychev2-1/+5
2020-09-07ipsec: fix padding/alignment for native IPsec encryptionChristian Hopps4-33/+101
2020-09-04vpp: Fix node APIsNathan Skrzypczak1-1/+1
2020-09-02bonding: add bond_create2 API to include gso optionSteven Luong2-16/+26
2020-08-31vpp_config: update node variants to skx and iclRay Kinsella1-2/+2
2020-08-27tests: "force solo" testcase supportAndrew Yourtchenko6-8/+102
2020-08-14gso: packet coalesce libraryMohsin Kazmi2-0/+162
2020-08-06misc: harmonize namesDave Barach1-2/+2
2020-08-03unittest: add clib_count_equal_u8/16/32/64 testsBenoƮt Ganne1-1/+1
2020-07-31ip-neighbor: Allow to replace dynamic entryVladimir Isaev1-0/+110
2020-07-28bonding: toggle bond admin state may cause hw link state to downSteven Luong1-2/+37
2020-07-28ip: svr: improve performance for non-fragmentsKlement Sekera1-0/+66
2020-07-28bonding lacp: replace slave string with memberSteven Luong2-39/+42
2020-07-24geneve: support geneve interface acting as a bviOle Troan1-2/+71
2020-07-21ipsec: Dedicated IPSec interface typeNeale Ranns3-4/+343
2020-07-16gre: fix outer ip6 lengthAloys Augustin1-0/+9
2020-06-24tests: fix deps pinning / patchingAloys Augustin1-5/+3
2020-06-20tests: improve lcov stats for memory_api.cDave Barach1-1/+19
2020-06-16gso: fix the udp checksum in testMohsin Kazmi1-2/+2
2020-06-10vapi: memset allocated messages to zeroKlement Sekera2-20/+0
n behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS APPENDIX: How to apply the Apache License to your work. To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives. Copyright [yyyy] [name of copyright owner] Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.