Age | Commit message (Expand) | Author | Files | Lines |
2019-12-17 | ip: Protocol Independent IP Neighbors |  Neale Ranns | 1 | -1/+1 |
2019-11-26 | fib: Fix crash on cover update to non activated adj source |  Neale Ranns | 1 | -0/+64 |
2019-11-26 | fib: Table Replace |  Neale Ranns | 1 | -1/+131 |
2019-11-15 | tests: Remove the unrequired VPP IP address/prefix class wrappers |  Neale Ranns | 1 | -18/+20 |
2019-11-05 | misc: Fix python scripts shebang line |  Renato Botelho do Couto | 1 | -1/+1 |
2019-11-05 | ip: Fragmentation fixes |  Neale Ranns | 1 | -0/+11 |
2019-10-21 | ip: test support python3 |  Ole Troan | 1 | -33/+33 |
2019-10-16 | tests: cli wrapper should return string |  Ole Troan | 1 | -3/+3 |
2019-08-20 | api: Cleanup APIs interface.api |  Jakub Grajciar | 1 | -8/+11 |
2019-08-12 | ip: allow addrs from the same prefix on intf |  Matthew Smith | 1 | -6/+59 |
2019-07-19 | ip: admin change affects intf IPv4 addr routes |  Matthew G Smith | 1 | -0/+74 |
2019-06-18 | fib: fib api updates |  Neale Ranns | 1 | -132/+69 |
2019-06-04 | punt: fix the set_punt API/CLI which was rejecting valid ports |  Neale Ranns | 1 | -1/+20 |
2019-05-16 | tests: refactor. Replace literal constant w/ named constant. |  Paul Vinciguerra | 1 | -19/+21 |
2019-04-11 | Tests: Refactor tearDown show command logging, add lifecycle markers. |  Paul Vinciguerra | 1 | -3/+4 |
2019-04-10 | Tests Cleanup: Fix missing calls to setUpClass/tearDownClass. |  Paul Vinciguerra | 1 | -0/+104 |
2019-03-28 | Typos. A bunch of typos I've been collecting. |  Paul Vinciguerra | 1 | -4/+4 |
2019-03-15 | Revert "API: Cleanup APIs interface.api" |  Ole Trøan | 1 | -11/+8 |
2019-03-15 | API: Cleanup APIs interface.api |  Jakub Grajciar | 1 | -8/+11 |
2019-03-14 | TEST: link-state up/down notifications on FIB forwarding |  Neale Ranns | 1 | -1/+82 |
2019-03-11 | vpp_papi_provider: Remove more wrapper functions. |  Ole Troan | 1 | -8/+12 |
2019-03-11 | VPP-1508: Tests: Fix vpp_api struct.error under py3. |  Paul Vinciguerra | 1 | -2/+2 |
2019-03-11 | VPP-1508: Use scapy.compat to manage packet level library differences. |  Paul Vinciguerra | 1 | -2/+3 |
2019-03-07 | Tests: Refactor payload_to_info() |  Paul Vinciguerra | 1 | -3/+3 |
2019-03-07 | VPP-1508: Python3 tests. Explicitly specify string formatting. |  Paul Vinciguerra | 1 | -2/+2 |
2019-03-06 | test framework: vpp_papi_provider.py - further cleanup |  Ole Troan | 1 | -14/+12 |
2018-12-17 | Fix TestIPv4FibCrud interdependencies. |  Paul Vinciguerra | 1 | -0/+14 |
2018-12-12 | PAPI: Allow ipaddress object as argument and return values from API calls |  Ole Troan | 1 | -6/+6 |
2018-12-10 | IP-local: any IP can appear as the source (VPP-1522) |  Neale Ranns | 1 | -0/+19 |
2018-12-06 | API: Change ip4_address and ip6_address to use type alias. |  Ole Troan | 1 | -1/+1 |
2018-12-05 | VPP-1508 python3 tests: xrange |  Paul Vinciguerra | 1 | -11/+13 |
2018-11-29 | VPP-1507: Added binary api to dump configured ip_punt_redirect |  Pavel Kotucek | 1 | -4/+37 |
2018-11-27 | VPP-1508 python3 tests: .encode('hex') |  Paul Vinciguerra | 1 | -6/+5 |
2018-11-26 | Python3 tests: Fix asserts. |  Paul Vinciguerra | 1 | -2/+2 |
2018-10-22 | Fix buffer overflow when fragmenting packets (VPP-1383) |  Juraj Sloboda | 1 | -0/+50 |
2018-10-15 | VPP-1448: Fix error when recurse on down the trie. |  mu.duojiao | 1 | -0/+49 |
2018-09-07 | IP route update fix when multipath and drop set |  Neale Ranns | 1 | -1/+27 |
2018-08-03 | loop counter to prevent infiinte number of look ups per-packet |  Neale Ranns | 1 | -0/+18 |
2018-07-20 | IP directed broadcast |  Neale Ranns | 1 | -0/+69 |
2018-07-02 | make_test: add icmp packet size sweep and icmp echo tests |  Jan Gelety | 1 | -24/+100 |
2018-06-11 | MTU: Software interface / Per-protocol MTU support |  Ole Troan | 1 | -2/+4 |
2018-05-23 | VPP-1283: IPv4 PMTU missing MTU value in ICMP4 message. |  Ole Troan | 1 | -1/+1 |
2018-04-13 | Revert "MTU: Setting of MTU on software interface (instead of hardware interf... |  Damjan Marion | 1 | -1/+1 |
2018-04-13 | MTU: Setting of MTU on software interface (instead of hardware interface) |  Ole Troan | 1 | -1/+1 |
2018-02-12 | Improve MTU handling |  Neale Ranns | 1 | -0/+26 |
2018-01-09 | test: consolidate the multiple versions of send_and_* |  Neale Ranns | 1 | -73/+0 |
2017-11-11 | MPLS disposition actions at the tail of unicast LSPs |  Neale Ranns | 1 | -1/+0 |
2017-10-31 | Refactor IP input checks for re-use at MPLS disposition |  Neale Ranns | 1 | -0/+135 |
2017-10-14 | Source Lookup progammable via API |  Neale Ranns | 1 | -1/+109 |
2017-10-10 | punt and drop features: |  Neale Ranns | 1 | -1/+111 |