Age | Commit message (Expand) | Author | Files | Lines |
2017-08-23 | NAT: Rename snat plugin to nat (VPP-955) | Matus Fabian | 2 | -536/+525 |
2017-08-22 | SRv6 tests | Kris Michielsen | 4 | -0/+2538 |
2017-08-21 | PPPoE usses a midchain adjacency stack on an interface-tx DPO | Neale Ranns | 1 | -1/+2 |
2017-08-18 | make test: fix broken passing of return value | Klement Sekera | 2 | -5/+6 |
2017-08-17 | Fix socket_test.sh to run iperf3 in docker. | Dave Wallace | 1 | -16/+31 |
2017-08-17 | make test: collect symlinks to failed tests | Klement Sekera | 3 | -2/+48 |
2017-08-16 | SNAT: Make proto optional in nat64_bib_dump (VPP-942) | Matus Fabian | 2 | -20/+8 |
2017-08-16 | NAT64: Fallback to 3-tuple key for non TCP/UDP sessions (VPP-884) | Matus Fabian | 1 | -18/+37 |
2017-08-15 | Support proxy ARP on mirrored TAP interfaces | Neale Ranns | 2 | -0/+70 |
2017-08-14 | SNAT: fix overlapping address space test | Matus Fabian | 1 | -2/+2 |
2017-08-14 | Fix VCL LD_PRELOAD lib location in socket_test.sh | Dave Wallace | 1 | -9/+16 |
2017-08-14 | make test: properly handle ctrl-c | Klement Sekera | 3 | -3/+36 |
2017-08-12 | make test: fix broken DEBUG=gdb* options | Klement Sekera | 2 | -44/+56 |
2017-08-11 | Dedicated SW Interface Event | Neale Ranns | 1 | -7/+2 |
2017-08-11 | Add VPP Communications Library (VCL) | Dave Wallace | 1 | -0/+637 |
2017-08-10 | make test: bump default test timeout to 10 minutes | Klement Sekera | 1 | -1/+1 |
2017-08-10 | make test: detect hung tests | Klement Sekera | 6 | -29/+148 |
2017-08-10 | acl-plugin: all TCP sessions treated as transient (VPP-932) | Andrew Yourtchenko | 1 | -10/+140 |
2017-08-09 | Add PPPoE Plugin | Hongjun Ni | 3 | -0/+710 |
2017-08-08 | L2 over MPLS | Neale Ranns | 9 | -112/+331 |
2017-08-07 | make test: kill all remaining subprocesses on exit | Klement Sekera | 2 | -1/+26 |
2017-08-03 | DHCP Client: receive unicast ACKs | Neale Ranns | 1 | -21/+71 |
2017-08-01 | Tests for recursive load-balancing with no choices. | Neale Ranns | 2 | -5/+68 |
2017-08-01 | P2P Ethernet | Pavel Kotucek | 3 | -0/+586 |
2017-07-24 | SPAN:add l2 mirror | Eyal Bari | 2 | -33/+322 |
2017-07-21 | SNAT: in2out translation as an output feature hairpinning (VPP-913) | Matus Fabian | 1 | -1/+1 |
2017-07-20 | SNAT: in2out translation as an output feature (VPP-903) | Matus Fabian | 2 | -0/+169 |
2017-07-18 | make test: improve console output messages | Klement Sekera | 1 | -3/+3 |
2017-07-18 | DHCP client option 61 "client_id" | Neale Ranns | 2 | -2/+34 |
2017-07-18 | DHCP client - remove interface address when DHCP de-configured | Neale Ranns | 2 | -21/+152 |
2017-07-18 | TEST:add l2bd nd term tests | Eyal Bari | 1 | -6/+119 |
2017-07-07 | SNAT: Fallback to 3-tuple key for non TCP/UDP sessions (VPP-884) | Matus Fabian | 1 | -1/+246 |
2017-07-04 | TEST:add L2BD arp term tests | Eyal Bari | 3 | -0/+273 |
2017-07-03 | SNAT: fix failing test_session_limit_per_user (VPP-896) | Matus Fabian | 1 | -0/+2 |
2017-06-27 | L2-LEARN:fix l2fib entry seq num not updated on hit (VPP-888) | Eyal Bari | 1 | -29/+29 |
2017-06-27 | FLOWPROBE: Add flowstartns, flowendns and tcpcontrolbits | Ole Troan | 1 | -10/+96 |
2017-06-21 | acl-plugin: CLI to clear all sessions | Andrew Yourtchenko | 1 | -0/+37 |
2017-06-21 | NAT64: custom prefix | Matus Fabian | 2 | -7/+164 |
2017-06-21 | ARP: ignore non-connected routes and non-interface sources when determing if ... | Neale Ranns | 1 | -2/+70 |
2017-06-21 | L2-VTR: add vtr tests | Eyal Bari | 4 | -65/+455 |
2017-06-20 | SNAT: unknow protocol hairpinning fix | Matus Fabian | 1 | -2/+57 |
2017-06-19 | L2FWD:fix seq_num overwritten + validate l2fib entries when forwarding | Eyal Bari | 1 | -3/+0 |
2017-06-19 | SNAT: NAT packet with unknown L4 protocol if match 1:1 NAT | Matus Fabian | 1 | -1/+49 |
2017-06-19 | acl-plugin: bihash-based ACL lookup | Andrew Yourtchenko | 3 | -0/+18 |
2017-06-19 | NAT64: Hairpinning (VPP-699) | Matus Fabian | 1 | -14/+271 |
2017-06-13 | Flowprobe - tests speed-up | Pavel Kotucek | 1 | -183/+151 |
2017-06-13 | SNAT: fix 1:1 NAT without port hairpinning TCP checksum update | Matus Fabian | 1 | -0/+17 |
2017-06-12 | L2FIB:fix crash in show with deleted subif entries | Eyal Bari | 1 | -0/+3 |
2017-06-09 | NAT64: ICMP error support | Matus Fabian | 1 | -0/+90 |
2017-06-08 | NAT64: Add NAT64 support for snat plugin (VPP-699) | Matus Fabian | 2 | -5/+530 |