aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-09-27VPP-990 remove registered handler if control ping failsMatej Perina3-0/+14
2017-09-27LISP: add API handlers for set/get transport protocolFilip Tehlar4-0/+194
2017-09-27VLAN support on host(af-packet) interface.Akshaya N1-3/+26
2017-09-27Update vagrant centos config to CentOS 7.4Dave Wallace3-2/+9
2017-09-27Fix: unnecesary uio binding for Mellanox NICSteve Shin1-1/+3
2017-09-27Various fixes for issues found by Coverity (VPP-972)Chris Luke5-3/+25
2017-09-27acl-plugin: take 2 at VPP-991 fix, this time with a test case which verifies it.Andrew Yourtchenko3-3/+42
2017-09-27make test: clean ext binaries when doing test-wipeKlement Sekera1-0/+1
2017-09-27Update CSIT tests 1700906 -> 170926Jan Gelety1-1/+1
2017-09-26Fix SUSE dependencies to contemplate both python and python3 scripts.Marco Varlese1-1/+1
2017-09-26tcp: update snd_nxt after congestion recoveryFlorin Coras2-9/+7
2017-09-26Add thread-safe event signaller, use RPC where requiredDave Barach5-5/+73
2017-09-26checkstyle: ignore old clang-format (centos)Klement Sekera1-2/+9
2017-09-26make test: don't recompile ext if not neededKlement Sekera1-4/+4
2017-09-26jvpp: lowering verbosity level for jvpp testsMatej Perina2-56/+55
2017-09-26NAT: remove worker_by_in lookup hash table (VPP-992)Matus Fabian4-97/+30
2017-09-26acl-plugin: test: move the API calls to vpp_papi_provider.pyAndrew Yourtchenko4-152/+79
2017-09-26Memory overwritten when using unformat %u (VPP-987)Aequitas3-19/+19
2017-09-25Fix Ubuntu java dependency regression.Dave Wallace1-0/+1
2017-09-25Vagrant fails if Vagrantfile is a symlink on Windows 10.Dave Wallace4-117/+131
2017-09-25Refactor multi-host socket_test.sh for bare-metal.Dave Wallace2-18/+51
2017-09-25tcp: do not sample rtt for retransmitted segmentsFlorin Coras3-81/+100
2017-09-25acl-plugin: use vec_elt_at_index rather than pool_elt_at_index to access vect...Andrew Yourtchenko1-2/+2
2017-09-25Fix usage string for vatJerome Tollet1-1/+2
2017-09-25Fix sending GARP/NA on Bonded Interface Active/Backup Link Up/DownJohn Lo5-72/+101
2017-09-25Add binary API documentationDave Barach4-71/+475
2017-09-25NAT: session number limitation to avoid running out of memory crash (VPP-984)Matus Fabian4-38/+120
2017-09-23libmemif: Jumbo frames data/buffer length fixJakub Grajciar2-83/+195
2017-09-22openSUSE build fixMarco Varlese2-4/+6
2017-09-22Fix vpp "unix interactive" when running under emacs + gdbDave Barach1-3/+8
2017-09-22vhost-user: fix link-up statusYoann Desmouceaux1-1/+1
2017-09-22acl-plugin: remove the clib_warning "ACL enabling..."Andrew Yourtchenko1-4/+0
2017-09-22IP-MAC,ND:wildcard events,fix sending multiple eventsEyal Bari8-103/+288
2017-09-21vppctl,cli: Improve non-interactive vppctl (VPP-944)Chris Luke2-89/+404
2017-09-21NAT: remove worker_by_out lookup hash table (VPP-989)Matus Fabian3-133/+120
2017-09-21Fix for ssl dependency on debian 9Anton Ivanov1-2/+7
2017-09-21Unpack into temporary directory with longer name.Thomas F Herbert1-2/+10
2017-09-20session: store tep port in net orderFlorin Coras4-14/+14
2017-09-20Improve API message handler re-registration checkDave Barach1-3/+5
2017-09-20LISP: add debug cli for neighbor discoveryFilip Tehlar4-6/+71
2017-09-20CLI: fix segfault when browsing an empty historyYoann Desmouceaux1-3/+1
2017-09-20TCP: fix "tcp src-address" command with IPv6Yoann Desmouceaux1-1/+1
2017-09-20tcp: add option to punt trafficPierre Pfister5-30/+99
2017-09-20Use openssl 1.0 compat RPM for Fedora 26 and newer.Thomas F Herbert2-2/+7
2017-09-20Fix DHCP client so it works for worker threadsJohn Lo2-2/+17
2017-09-20Add ip6-local feature arcPierre Pfister4-8/+101
2017-09-20NAT: don't call ipfix rpc when disabled (VPP-988)Matus Fabian1-168/+181
2017-09-20NAT: move session and user lookup tables to per thread data (VPP-986)Matus Fabian5-110/+151
2017-09-19format_sockaddr: add trivial support for AF_LOCAL socketsDave Barach1-0/+12
2017-09-19Add C++ APIKlement Sekera20-268/+2338