Age | Commit message (Expand) | Author | Files | Lines |
2017-08-22 | SRv6 tests | Kris Michielsen | 7 | -32/+2739 |
2017-08-22 | dpdk: define MACHINE before it is used | Damjan Marion | 1 | -2/+1 |
2017-08-22 | ping: remove unnecesary x86 intrinsics #include | Damjan Marion | 1 | -1/+0 |
2017-08-21 | dpdk: disable tun/tap PMD | Damjan Marion | 1 | -0/+1 |
2017-08-21 | PPPoE usses a midchain adjacency stack on an interface-tx DPO | Neale Ranns | 16 | -992/+901 |
2017-08-19 | Fixed ip add bug for ip6 with review comments | pragash | 1 | -4/+4 |
2017-08-18 | session: fix multi-buffer segments | Florin Coras | 3 | -34/+40 |
2017-08-18 | gpe: fix sub-interface hash lookup | Florin Coras | 2 | -10/+10 |
2017-08-18 | Python API: Fix error message typo. | Ole Troan | 1 | -1/+1 |
2017-08-18 | API: More gracefully fail when opening shared memory segment fails. | Ole Troan | 3 | -8/+15 |
2017-08-18 | IP4_FIB stats API not indexing after FIB changes - VPP-951 | Keith Burns (alagalah) | 1 | -1/+3 |
2017-08-18 | Update CSIT tests 170731 -> 170814 | Jan Gelety | 1 | -1/+1 |
2017-08-18 | feature: exit on misconfigured features (VPP-915) | Florin Coras | 1 | -3/+7 |
2017-08-18 | Use correct msg ID in the sw-interface-event from TAP and VHOST | Neale Ranns | 2 | -2/+2 |
2017-08-18 | Fix vpp crash when adding macip acl | Pavel Kotucek | 1 | -1/+1 |
2017-08-18 | Fix small issues in ACL api | Pavel Kotucek | 1 | -3/+11 |
2017-08-18 | acl-plugin: time out the sessions created by main thread too (VPP-948) | Andrew Yourtchenko | 4 | -13/+28 |
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 | TCP source address automation | Dave Barach | 8 | -17/+486 |
2017-08-17 | make test: collect symlinks to failed tests | Klement Sekera | 4 | -3/+49 |
2017-08-17 | Python API: VPP-947 Empty chroot_prefix fails on encode() | Ole Troan | 3 | -4/+209 |
2017-08-16 | jvpp: suppress unwritten fields warrning found in DTO's hashCode | Marek Gradzki | 2 | -0/+42 |
2017-08-16 | ip4: cleanup ip local | Florin Coras | 1 | -153/+85 |
2017-08-16 | tcp: fix v6 sessions | root | 7 | -81/+90 |
2017-08-16 | SNAT: Make proto optional in nat64_bib_dump (VPP-942) | Matus Fabian | 6 | -65/+123 |
2017-08-16 | No context in SW interface event | Neale Ranns | 2 | -3/+8 |
2017-08-16 | tcp: improve builtin http server | Florin Coras | 5 | -197/+108 |
2017-08-16 | Add missing counters for P2P ethernet interfaces | Pavel Kotucek | 2 | -0/+40 |
2017-08-16 | NAT64: Fallback to 3-tuple key for non TCP/UDP sessions (VPP-884) | Matus Fabian | 11 | -152/+807 |
2017-08-16 | VCL: copy complete ip addr to/from vpe-api buf. | Dave Wallace | 1 | -18/+7 |
2017-08-16 | jvpp: move JVppReply's id out of synchronized block | Marek Gradzki | 2 | -15/+17 |
2017-08-15 | Support proxy ARP on mirrored TAP interfaces | Neale Ranns | 3 | -4/+86 |
2017-08-15 | acl-plugin: don't attempt to delete the ACLs on interface deletion if ACL plu... | Andrew Yourtchenko | 1 | -0/+4 |
2017-08-15 | IPv6 local-address for P2P ethernet interfaces | Pavel Kotucek | 1 | -1/+2 |
2017-08-15 | VPP-939: Update CLI Helptext for rx-placement commands | Billy McFall | 2 | -94/+293 |
2017-08-15 | tcp: state machine improvements | Florin Coras | 7 | -23/+40 |
2017-08-15 | Previous version was still downloading, unpacking and building IPSEC / AES | Marco Varlese | 1 | -6/+12 |
2017-08-15 | coverity: remove dependency on uint32_t in fib_test.c | Marek Gradzki | 1 | -1/+1 |
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 | TCP: Update time_now once per burst | Florin Coras | 4 | -3/+15 |
2017-08-14 | FIB table add/delete API only | Neale Ranns | 5 | -0/+163 |
2017-08-14 | TCP: update builtin server/client cli help | Florin Coras | 2 | -5/+19 |
2017-08-14 | make test: properly handle ctrl-c | Klement Sekera | 3 | -3/+36 |
2017-08-14 | jvpp: ignore messages if callback method is missing (VPP-548) | Marek Gradzki | 1 | -0/+8 |
2017-08-14 | dpdk: force libdir for isa-l crypto library | Sergio Gonzalez Monroy | 1 | -1/+2 |
2017-08-14 | Added MD5SUM for DPDK 17.08 tarball as a first step towards migration | Marco Varlese | 1 | -0/+1 |
2017-08-14 | dpdk: cleanup unused build option *_uses_dpdk_cryptodev_sw | Sergio Gonzalez Monroy | 4 | -20/+4 |
2017-08-14 | jvpp: make shm_prefix configurable (VPP-591) | Jan Srnicek | 5 | -24/+62 |