Age | Commit message (Expand) | Author | Files | Lines |
2017-10-04 | dpdk: use vpp physmem allocator for dpdk buffers | Damjan Marion | 2 | -63/+144 |
2017-10-04 | Dump of deag/lookup routes has is_drop=1 (VPP-995) | Neale Ranns | 1 | -0/+2 |
2017-10-04 | libmemif: memif_rx_burst fix | Jakub Grajciar | 1 | -2/+2 |
2017-10-04 | memif: crash on slave mode | Steven | 1 | -0/+1 |
2017-10-04 | Update CSIT tests 170926 -> 171002 | Jan Gelety | 1 | -1/+1 |
2017-10-04 | VPP-1001 - update AF Packet Driver to for modern kernels | Anton Ivanov | 4 | -10/+119 |
2017-10-04 | Add API support to dump IPsec SAs | Matthew Smith | 3 | -0/+292 |
2017-10-03 | api: fix internal client registrations | Florin Coras | 1 | -0/+2 |
2017-10-03 | Update L2FIB entry timestamp only if BD aging enabled (VPP-1002) | John Lo | 3 | -3/+6 |
2017-10-03 | L2FIB,TEST:add max macs in event test | eyal bari | 1 | -0/+22 |
2017-10-03 | tcp: updates to connection closing procedure (VPP-996) | Florin Coras | 4 | -17/+63 |
2017-10-03 | jvpp: added logs for sending and receiving event messages (VPP-982) | Matej Perina | 5 | -0/+30 |
2017-10-03 | Repair vlib API socket server | Dave Barach | 89 | -1106/+2510 |
2017-10-03 | Propagate duplicate IF addr add/del error up to API. | Jon Loeliger | 3 | -8/+30 |
2017-10-03 | make test: Copy api_post_mortem.$$ file tmp test dir for archiving. | Dave Wallace | 2 | -7/+13 |
2017-10-02 | L2-FIB:add mac learn events test | Eyal Bari | 3 | -56/+76 |
2017-09-30 | make test: Create link to failed test dir on timeout. | Dave Wallace | 2 | -1/+7 |
2017-09-30 | make test: archive failed test data with build logs. | Dave Wallace | 2 | -17/+32 |
2017-09-29 | make test: fix/disable VAPI tests on centos | Klement Sekera | 5 | -2/+33 |
2017-09-28 | cdp/lldp: punt for no buffer | Steven | 2 | -0/+6 |
2017-09-28 | C++ API: remove deprecated throw lists | Klement Sekera | 1 | -8/+4 |
2017-09-28 | drop python3 dependency | Klement Sekera | 4 | -29/+26 |
2017-09-27 | Update package version | Florin Coras | 1 | -1/+1 |
2017-09-28 | General documentation updates | Chris Luke | 16 | -83/+117 |
2017-09-28 | tun/tap: Bad packets sent to kernel via tun/tap interface | Steven | 2 | -22/+29 |
2017-09-27 | VPP-990 remove registered handler if control ping failsv18.01-rc0 | Matej Perina | 3 | -0/+14 |
2017-09-27 | LISP: add API handlers for set/get transport protocol | Filip Tehlar | 4 | -0/+194 |
2017-09-27 | VLAN support on host(af-packet) interface. | Akshaya N | 1 | -3/+26 |
2017-09-27 | Update vagrant centos config to CentOS 7.4 | Dave Wallace | 3 | -2/+9 |
2017-09-27 | Fix: unnecesary uio binding for Mellanox NIC | Steve Shin | 1 | -1/+3 |
2017-09-27 | Various fixes for issues found by Coverity (VPP-972) | Chris Luke | 5 | -3/+25 |
2017-09-27 | acl-plugin: take 2 at VPP-991 fix, this time with a test case which verifies it. | Andrew Yourtchenko | 3 | -3/+42 |
2017-09-27 | make test: clean ext binaries when doing test-wipe | Klement Sekera | 1 | -0/+1 |
2017-09-27 | Update CSIT tests 1700906 -> 170926 | Jan Gelety | 1 | -1/+1 |
2017-09-26 | Fix SUSE dependencies to contemplate both python and python3 scripts. | Marco Varlese | 1 | -1/+1 |
2017-09-26 | tcp: update snd_nxt after congestion recovery | Florin Coras | 2 | -9/+7 |
2017-09-26 | Add thread-safe event signaller, use RPC where required | Dave Barach | 5 | -5/+73 |
2017-09-26 | checkstyle: ignore old clang-format (centos) | Klement Sekera | 1 | -2/+9 |
2017-09-26 | make test: don't recompile ext if not needed | Klement Sekera | 1 | -4/+4 |
2017-09-26 | jvpp: lowering verbosity level for jvpp tests | Matej Perina | 2 | -56/+55 |
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 |