Age | Commit message (Expand) | Author | Files | Lines |
2017-11-07 | SNAT: IP fragmentation (VPP-890) | Matus Fabian | 1 | -0/+37 |
2017-11-07 | UDP Encapsulation. | Neale Ranns | 1 | -0/+39 |
2017-11-07 | NAT: DS-Lite (VPP-1040) | Matus Fabian | 1 | -0/+28 |
2017-10-31 | l2fib: MAC: Fix uint64 to u8 byte array | Mohsin Kazmi | 1 | -1/+1 |
2017-10-26 | NAT: delete session API/CLI (VPP-1041) | Matus Fabian | 1 | -0/+23 |
2017-10-25 | VPP-1033: Python API support arbitrary sized input parameters. | Ole Troan | 1 | -2/+2 |
2017-10-19 | Remove unused 'not_last' parameter from ip_add_del_route | Marek Gradzki | 1 | -7/+2 |
2017-10-14 | Source Lookup progammable via API | Neale Ranns | 1 | -0/+4 |
2017-10-10 | punt and drop features: | Neale Ranns | 1 | -0/+57 |
2017-10-06 | Initial GENEVE TUNNEL implementation and tests. | Marco Varlese | 1 | -0/+32 |
2017-10-05 | Distributed Virtual Router Support | Neale Ranns | 1 | -0/+2 |
2017-10-02 | L2-FIB:add mac learn events test | Eyal Bari | 1 | -0/+9 |
2017-09-27 | acl-plugin: take 2 at VPP-991 fix, this time with a test case which verifies it. | Andrew Yourtchenko | 1 | -0/+10 |
2017-09-26 | acl-plugin: test: move the API calls to vpp_papi_provider.py | Andrew Yourtchenko | 1 | -0/+29 |
2017-09-22 | IP-MAC,ND:wildcard events,fix sending multiple events | Eyal Bari | 1 | -0/+6 |
2017-09-18 | L2BD,ARP-TERM:fix arp query report mechanism+test | Eyal Bari | 1 | -3/+9 |
2017-09-12 | ACL-plugin add "replace" semantics for adding a new MacIP acl | Pavel Kotucek | 1 | -6/+14 |
2017-09-11 | FIB table add/delete API | Neale Ranns | 1 | -12/+34 |
2017-09-08 | ACL-plugin MACIP ACLs tests | Pavel Kotucek | 1 | -0/+55 |
2017-09-06 | NAT: Destination NAT44 with load-balancing (VPP-954) | Matus Fabian | 1 | -0/+30 |
2017-08-23 | NAT: Rename snat plugin to nat (VPP-955) | Matus Fabian | 1 | -100/+87 |
2017-08-22 | SRv6 tests | Kris Michielsen | 1 | -0/+118 |
2017-08-16 | SNAT: Make proto optional in nat64_bib_dump (VPP-942) | Matus Fabian | 1 | -4/+4 |
2017-08-11 | Dedicated SW Interface Event | Neale Ranns | 1 | -7/+2 |
2017-08-09 | Add PPPoE Plugin | Hongjun Ni | 1 | -0/+26 |
2017-08-08 | L2 over MPLS | Neale Ranns | 1 | -2/+2 |
2017-08-01 | P2P Ethernet | Pavel Kotucek | 1 | -0/+25 |
2017-07-24 | SPAN:add l2 mirror | Eyal Bari | 1 | -2/+5 |
2017-07-20 | SNAT: in2out translation as an output feature (VPP-903) | Matus Fabian | 1 | -0/+23 |
2017-07-18 | DHCP client option 61 "client_id" | Neale Ranns | 1 | -0/+2 |
2017-07-18 | DHCP client - remove interface address when DHCP de-configured | Neale Ranns | 1 | -0/+15 |
2017-07-04 | TEST:add L2BD arp term tests | Eyal Bari | 1 | -0/+8 |
2017-06-21 | NAT64: custom prefix | Matus Fabian | 1 | -5/+27 |
2017-06-21 | L2-VTR: add vtr tests | Eyal Bari | 1 | -0/+8 |
2017-06-08 | NAT64: Add NAT64 support for snat plugin (VPP-699) | Matus Fabian | 1 | -0/+118 |
2017-06-06 | Rework vxlan-gpe to support FIB 2.0 and bypass mode | Hongjun Ni | 1 | -0/+35 |
2017-05-16 | L2FIB: add flush test | Eyal Bari | 1 | -0/+21 |
2017-05-15 | Add GTP-U plugin. VPP-694 | Hongjun Ni | 1 | -0/+32 |
2017-04-26 | IP Flow Hash Config fixes | Neale Ranns | 1 | -0/+19 |
2017-04-26 | CGN: Session dump, test naming for ports fixed | Martin Gálik | 1 | -0/+15 |
2017-04-26 | CGNAT: close session API and CLI commands. | Martin Gálik | 1 | -0/+46 |
2017-04-12 | CGN: configurable timeouts | Matus Fabian | 1 | -0/+27 |
2017-04-07 | MPLS Mcast | Neale Ranns | 1 | -2/+14 |
2017-04-06 | BFD-FIB interactions | Neale Ranns | 1 | -2/+3 |
2017-03-15 | Python API: Change from cPython to CFFI. | Ole Troan | 1 | -1/+1 |
2017-03-09 | IMplementation for option to not create a FIB table entry when adding a neigh... | Neale Ranns | 1 | -0/+3 |
2017-03-09 | MAP pre-resolve - use FIB to track pre-resolved next-hop | Neale Ranns | 1 | -0/+28 |
2017-03-08 | SNAT: deterministic map dump | Martin | 1 | -0/+7 |
2017-03-08 | SNAT: user_session_dump is_ip4 and vat unformating added | Martin | 1 | -2/+4 |
2017-03-08 | Proxy ND (RFC4389 - or a sub-set thereof). This allows the 'emulation' of bri... | Neale Ranns | 1 | -0/+6 |