Age | Commit message (Expand) | Author | Files | Lines |
2017-03-14 | IOAM Coverity fix | AkshayaNadahalli | 8 | -34/+42 |
2017-03-14 | Update CSIT tests 170302 -> 170313 | Jan Gelety | 1 | -1/+1 |
2017-03-13 | VPP-659 Improve tcp/session debugging and testing | Florin Coras | 15 | -181/+636 |
2017-03-13 | VPP-279: Document changes for vnet/vnet/devices | Billy McFall | 4 | -4/+93 |
2017-03-13 | Add MAC address check in ethernet-input node if interface in L3 mode | John Lo | 3 | -8/+28 |
2017-03-13 | ACL plugin rejects ICMP messages (VPP-624) | Pavel Kotucek | 3 | -22/+1042 |
2017-03-13 | Refactor SNAT ICMP code | Juraj Sloboda | 4 | -314/+558 |
2017-03-10 | Retire vpp_lite | Damjan Marion | 18 | -92/+67 |
2017-03-10 | vlib: deduplicatee code in main and worker main loop | Damjan Marion | 4 | -142/+116 |
2017-03-10 | VPP-659 TCP improvements | Florin Coras | 22 | -161/+454 |
2017-03-10 | gmon: fix code commented out by mistake | Damjan Marion | 1 | -2/+1 |
2017-03-10 | LISP: fix Proxy-ETR show command, VPP-660 | Filip Tehlar | 4 | -8/+184 |
2017-03-10 | Fix vat_api_hookup name collision | Dave Barach | 1 | -3/+3 |
2017-03-10 | VPP-608: warnings be gone | Dave Barach | 1 | -0/+10 |
2017-03-10 | Fix MAP-E UT. Add functionality in MAP code to delete the pre-resolved next-h... | Neale Ranns | 3 | -16/+57 |
2017-03-10 | Fix coverity CIDs 161048, 163895 | Pavel Kotucek | 2 | -4/+1 |
2017-03-10 | VPP-608 Fix LISP warning | Florin Coras | 1 | -0/+1 |
2017-03-09 | make test: temporary disable MAP-E test | Damjan Marion | 1 | -0/+1 |
2017-03-09 | make test: automatic sanity check | Klement Sekera | 2 | -2/+18 |
2017-03-09 | make test: add make test-shell[-debug] targets | Klement Sekera | 2 | -0/+21 |
2017-03-09 | vlib_mains == 0 special cases be gone | Dave Barach | 16 | -598/+575 |
2017-03-09 | IMplementation for option to not create a FIB table entry when adding a neigh... | Neale Ranns | 13 | -96/+203 |
2017-03-09 | MAP pre-resolve - use FIB to track pre-resolved next-hop | Neale Ranns | 7 | -55/+391 |
2017-03-09 | Tests to target holes in adjacency and DPO test coverage | Neale Ranns | 7 | -16/+284 |
2017-03-09 | include rte_config header before any other dpdk include | Gabriel Ganne | 1 | -0/+1 |
2017-03-09 | dpdk: remove unnecesary CFLAGS modification | Damjan Marion | 1 | -4/+0 |
2017-03-08 | SNAT: deterministic map dump | Martin | 5 | -4/+153 |
2017-03-08 | SNAT: fix coverity warnings (VPP-608) | Matus Fabian | 1 | -2/+3 |
2017-03-08 | vlib: add process restart cli | Damjan Marion | 1 | -0/+20 |
2017-03-08 | make test: split into basic and extended tests | Klement Sekera | 4 | -10/+78 |
2017-03-08 | ARP resilience in the absence of IP config on input and output interfaces | Neale Ranns | 2 | -0/+21 |
2017-03-08 | dpdk: dpdk-input optimizations and fixes | Damjan Marion | 4 | -96/+126 |
2017-03-08 | API change (only) to not create a FIB table entry when adding a neighbor entry | Neale Ranns | 1 | -1/+6 |
2017-03-08 | vhost: binary API changes for interrupt mode | Steven | 4 | -10/+41 |
2017-03-08 | Change dpdk input node fixed-sleep units to usec | Dave Barach | 3 | -5/+5 |
2017-03-08 | FLOWPERPKT: New API definition in preparation for stateful flows. | Ole Troan | 1 | -1/+18 |
2017-03-08 | dpdk: Fixed QAT devices binding, bind the VFs only | Radu Nicolau | 1 | -3/+7 |
2017-03-08 | LISP: fix gpe sub-interface lookup | Filip Tehlar | 1 | -8/+8 |
2017-03-08 | BUG: multiple registrations of 'vl_api_ip6nd_proxy_details_t_handler | Neale Ranns | 1 | -7/+0 |
2017-03-08 | SNAT: user_session_dump is_ip4 and vat unformating added | Martin | 4 | -2/+24 |
2017-03-08 | Proxy ND (RFC4389 - or a sub-set thereof). This allows the 'emulation' of bri... | Neale Ranns | 11 | -79/+721 |
2017-03-08 | LISP: add stats API/CLI | Filip Tehlar | 5 | -0/+175 |
2017-03-08 | CGN: fix outside port calculation and set buffer error (VPP-623) | Matus Fabian | 2 | -18/+33 |
2017-03-07 | Register TCP with IP only if session is enabled | Florin Coras | 4 | -8/+44 |
2017-03-07 | fix gcc 5.4 warning: argument to 'sizeof' in 'memcpy' call is the same expres... | Gabriel Ganne | 3 | -17/+15 |
2017-03-07 | Missing plugin binary API command fns found after brief search | Dave Barach | 4 | -2/+17 |
2017-03-07 | DHCP Multiple Servers (VPP-602, VPP-605) | Neale Ranns | 13 | -235/+796 |
2017-03-07 | Fix endian issue in ARP Event Reply | Wojciech Dec | 2 | -6/+8 |
2017-03-07 | CLI: hide deleted interfaces | Eyal Bari | 5 | -5/+40 |
2017-03-07 | In-band OAM active probe (VPP-471) | AkshayaNadahalli | 23 | -59/+2742 |