Age | Commit message (Expand) | Author | Files | Lines |
2017-09-26 | NAT: remove worker_by_in lookup hash table (VPP-992) | Matus Fabian | 4 | -97/+30 |
2017-09-26 | acl-plugin: test: move the API calls to vpp_papi_provider.py | Andrew Yourtchenko | 4 | -152/+79 |
2017-09-26 | Memory overwritten when using unformat %u (VPP-987) | Aequitas | 3 | -19/+19 |
2017-09-25 | Fix Ubuntu java dependency regression. | Dave Wallace | 1 | -0/+1 |
2017-09-25 | Vagrant fails if Vagrantfile is a symlink on Windows 10. | Dave Wallace | 4 | -117/+131 |
2017-09-25 | Refactor multi-host socket_test.sh for bare-metal. | Dave Wallace | 2 | -18/+51 |
2017-09-25 | tcp: do not sample rtt for retransmitted segments | Florin Coras | 3 | -81/+100 |
2017-09-25 | acl-plugin: use vec_elt_at_index rather than pool_elt_at_index to access vect... | Andrew Yourtchenko | 1 | -2/+2 |
2017-09-25 | Fix usage string for vat | Jerome Tollet | 1 | -1/+2 |
2017-09-25 | Fix sending GARP/NA on Bonded Interface Active/Backup Link Up/Down | John Lo | 5 | -72/+101 |
2017-09-25 | Add binary API documentation | Dave Barach | 4 | -71/+475 |
2017-09-25 | NAT: session number limitation to avoid running out of memory crash (VPP-984) | Matus Fabian | 4 | -38/+120 |
2017-09-23 | libmemif: Jumbo frames data/buffer length fix | Jakub Grajciar | 2 | -83/+195 |
2017-09-22 | openSUSE build fix | Marco Varlese | 2 | -4/+6 |
2017-09-22 | Fix vpp "unix interactive" when running under emacs + gdb | Dave Barach | 1 | -3/+8 |
2017-09-22 | vhost-user: fix link-up status | Yoann Desmouceaux | 1 | -1/+1 |
2017-09-22 | acl-plugin: remove the clib_warning "ACL enabling..." | Andrew Yourtchenko | 1 | -4/+0 |
2017-09-22 | IP-MAC,ND:wildcard events,fix sending multiple events | Eyal Bari | 8 | -103/+288 |
2017-09-21 | vppctl,cli: Improve non-interactive vppctl (VPP-944) | Chris Luke | 2 | -89/+404 |
2017-09-21 | NAT: remove worker_by_out lookup hash table (VPP-989) | Matus Fabian | 3 | -133/+120 |
2017-09-21 | Fix for ssl dependency on debian 9 | Anton Ivanov | 1 | -2/+7 |
2017-09-21 | Unpack into temporary directory with longer name. | Thomas F Herbert | 1 | -2/+10 |
2017-09-20 | session: store tep port in net order | Florin Coras | 4 | -14/+14 |
2017-09-20 | Improve API message handler re-registration check | Dave Barach | 1 | -3/+5 |
2017-09-20 | LISP: add debug cli for neighbor discovery | Filip Tehlar | 4 | -6/+71 |
2017-09-20 | CLI: fix segfault when browsing an empty history | Yoann Desmouceaux | 1 | -3/+1 |
2017-09-20 | TCP: fix "tcp src-address" command with IPv6 | Yoann Desmouceaux | 1 | -1/+1 |
2017-09-20 | tcp: add option to punt traffic | Pierre Pfister | 5 | -30/+99 |
2017-09-20 | Use openssl 1.0 compat RPM for Fedora 26 and newer. | Thomas F Herbert | 2 | -2/+7 |
2017-09-20 | Fix DHCP client so it works for worker threads | John Lo | 2 | -2/+17 |
2017-09-20 | Add ip6-local feature arc | Pierre Pfister | 4 | -8/+101 |
2017-09-20 | NAT: don't call ipfix rpc when disabled (VPP-988) | Matus Fabian | 1 | -168/+181 |
2017-09-20 | NAT: move session and user lookup tables to per thread data (VPP-986) | Matus Fabian | 5 | -110/+151 |
2017-09-19 | format_sockaddr: add trivial support for AF_LOCAL sockets | Dave Barach | 1 | -0/+12 |
2017-09-19 | Add C++ API | Klement Sekera | 20 | -268/+2338 |
2017-09-19 | session/tcp: improve preallocated segment handling | Florin Coras | 12 | -138/+209 |
2017-09-19 | Treat label=0 as an invalid next-hop-via-label | Neale Ranns | 1 | -1/+7 |
2017-09-19 | LISP: support for neighbor discovery | Filip Tehlar | 9 | -110/+617 |
2017-09-19 | Set RX sw_if_index on decrypted routed IPsec buffers | Matthew Smith | 2 | -0/+3 |
2017-09-19 | Fix MPLS table create CLI | Neale Ranns | 1 | -7/+2 |
2017-09-19 | Add new C API | Klement Sekera | 19 | -14/+3943 |
2017-09-19 | Implement VXLAN encap tx checksum offload | John Lo | 1 | -39/+108 |
2017-09-19 | ACL plugin enable macip for ip4/ip6 traffic | Pavel Kotucek | 2 | -89/+204 |
2017-09-19 | Remove associated lisp-gpe entries when removing lisp local mapping. | Alberto Rodriguez-Natal | 2 | -7/+76 |
2017-09-18 | Fixes for issues Coverity has reported (VPP-972) | Chris Luke | 10 | -45/+74 |
2017-09-18 | L2BD,ARP-TERM:fix arp query report mechanism+test | Eyal Bari | 6 | -69/+288 |
2017-09-18 | ACL-plugin: fix coverity issue | Pavel Kotucek | 1 | -17/+17 |
2017-09-17 | Add multi-vm Vagrantfile for vcl-test. | Dave Wallace | 6 | -144/+272 |
2017-09-16 | dpdk: display EAL init args on startup | Damjan Marion | 1 | -0/+1 |
2017-09-15 | dpdk: cli to check for buffer leakage | Florin Coras | 7 | -6/+134 |