Age | Commit message (Expand) | Author | Files | Lines |
2019-06-24 | api: implement ipfix_flush |  Paul Vinciguerra | 2 | -37/+37 |
2019-06-24 | tests: refactor VppDiedError. |  Paul Vinciguerra | 3 | -29/+32 |
2019-06-20 | tests: move output from CI results and put in log |  Paul Vinciguerra | 1 | -1/+1 |
2019-06-20 | tests: add sudo to gdb commands |  Paul Vinciguerra | 1 | -2/+3 |
2019-06-20 | buffers: fix crash |  Klement Sekera | 1 | -0/+29 |
2019-06-19 | l2: BD ARP termination entry API update |  Neale Ranns | 3 | -27/+31 |
2019-06-19 | tests: send packet output to log - test_punt.py |  Paul Vinciguerra | 1 | -1/+0 |
2019-06-18 | tests: fix checkstyle failure in test_stats_client.py |  Steven Luong | 1 | -1/+4 |
2019-06-18 | ipsec: fix ipv6 tunnel protect tests |  Florin Coras | 1 | -2/+1 |
2019-06-18 | ipsec: ipsec-tun protect |  Neale Ranns | 7 | -129/+792 |
2019-06-18 | fib: fib api updates |  Neale Ranns | 52 | -1422/+1224 |
2019-06-18 | stats: fix memory leakage when adding / deleting interfaces |  Ole Troan | 1 | -1/+18 |
2019-06-18 | ip: reassembly-separate feature and custom code |  Klement Sekera | 1 | -0/+18 |
2019-06-14 | ipsec: Correctly rewind the buffer to the IP header when punting UDP encapped... |  Neale Ranns | 3 | -15/+47 |
2019-06-12 | tests: filter sw_interface_dump in tests. |  Paul Vinciguerra | 2 | -3/+3 |
2019-06-07 | bfd: UT for BFD session over GRE tunnel |  Neale Ranns | 2 | -14/+113 |
2019-06-07 | VOM-test: fix the UT post BVI and Bridge-domain changes |  Neale Ranns | 1 | -7/+27 |
2019-06-07 | tests: framework gracefully handle 'VppTransportShmemIOError' |  Paul Vinciguerra | 2 | -16/+18 |
2019-06-07 | tests: fix broken test test_gtpu.py TestGtpuUDP |  Paul Vinciguerra | 1 | -1/+1 |
2019-06-06 | IP-Punt-redirect: allow the use of a FIB path to describe how to |  Neale Ranns | 1 | -3/+6 |
2019-06-06 | gbp: fix lpm classification with vlan |  Benoît Ganne | 1 | -0/+33 |
2019-06-05 | L3 cross connect |  Neale Ranns | 1 | -0/+174 |
2019-06-05 | IPSEC: some CLI fixes |  Neale Ranns | 1 | -0/+28 |
2019-06-04 | Tests: simple refactor in vpp_pg_interface. |  Paul Vinciguerra | 1 | -25/+23 |
2019-06-04 | punt: fix the set_punt API/CLI which was rejecting valid ports |  Neale Ranns | 1 | -1/+20 |
2019-06-04 | Punt: specify packets by IP protocol Type |  Neale Ranns | 1 | -3/+160 |
2019-05-30 | ipip: refactor ipip.api with explicit types |  Ole Troan | 1 | -37/+67 |
2019-05-29 | gtpu: unit-test check udp ports |  Jakub Grajciar | 1 | -0/+87 |
2019-05-29 | Tests: vpp_pg_interface. Don't rewrite Dot1AD ethertype. |  Paul Vinciguerra | 1 | -11/+0 |
2019-05-29 | make test: fix packet counter assert |  Klement Sekera | 3 | -27/+33 |
2019-05-29 | map: Use vl_api_string macros. |  Paul Vinciguerra | 1 | -4/+44 |
2019-05-28 | l2tp: l2tp-decap-local don't accept packets unless configured |  Jakub Grajciar | 1 | -0/+48 |
2019-05-28 | make test: add option in pg interfaces for duplicating packets |  Alexandre Poirrier | 1 | -2/+12 |
2019-05-28 | Punt: socket register for exception dispatched/punted packets based on reason |  Neale Ranns | 2 | -326/+505 |
2019-05-28 | Add an ip6 local hop-by-hop protocol demux table |  Dave Barach | 1 | -1/+14 |
2019-05-28 | gre: don't register gre input nodes unless a gre tunnel is created |  Jakub Grajciar | 1 | -0/+46 |
2019-05-27 | IPIP tunnel: use address types on API |  Neale Ranns | 2 | -22/+25 |
2019-05-22 | make test: fix bug due to concurrent commits |  Klement Sekera | 1 | -4/+4 |
2019-05-22 | make test: Fix QUIC External apps transfer test |  Dave Wallace | 1 | -3/+9 |
2019-05-22 | stats: support multiple works for error counters |  Ole Troan | 6 | -64/+84 |
2019-05-20 | openssl plugin 3des routine iv_len fix |  Vladimir Ratnikov | 1 | -2/+10 |
2019-05-20 | reassembly: prevent long chain attack |  Klement Sekera | 3 | -0/+95 |
2019-05-17 | Tests: Refactor. Remove copies of enums. |  Paul Vinciguerra | 4 | -62/+69 |
2019-05-17 | make test: Add QUIC serial transfer test |  Dave Wallace | 1 | -2/+38 |
2019-05-17 | Tests: Raise exception if API cli_inband command fails. |  Paul Vinciguerra | 7 | -18/+29 |
2019-05-17 | gbp: Add unit tests for contracts |  Mohsin Kazmi | 1 | -1/+224 |
2019-05-16 | tests: refactor. Replace literal constant w/ named constant. |  Paul Vinciguerra | 14 | -216/+257 |
2019-05-15 | vpp_papi: remove dependency on environment var. VPP_API_DIR. |  Paul Vinciguerra | 1 | -10/+9 |
2019-05-14 | tests: test_pipe.py. Fix missing import. |  Paul Vinciguerra | 1 | -4/+5 |
2019-05-14 | tests: fix TestMPLSPIC tests in test_mpls.py. |  Paul Vinciguerra | 1 | -28/+82 |