Age | Commit message (Expand) | Author | Files | Lines |
2016-11-30 | Enabling AES-GCM-128 with 16B ICV support |  Radu Nicolau | 11 | -95/+332 |
2016-11-30 | VPP-530: adapt jvpp generation for VPP API splitting |  Marek Gradzki | 5 | -46/+65 |
2016-11-30 | VXLAN multicast dst (remote) address support |  Eyal Bari | 20 | -216/+379 |
2016-11-30 | Start spliting vpe.api into logically related pieces |  Dave Barach | 18 | -215/+483 |
2016-11-29 | Improve test for unlocking LISP src FIB |  Florin Coras | 1 | -9/+18 |
2016-11-29 | span: fix wrong next1 feature index in dual loop |  Pavel Kotucek | 1 | -3/+3 |
2016-11-29 | Have make verify check deb and rpm builds |  Ed Warnicke | 1 | -5/+11 |
2016-11-29 | Added make test to make verify |  Ed Warnicke | 1 | -3/+3 |
2016-11-29 | Fix "TypeError: cannot concatenate 'str' and 'NoneType' objects" |  Ed Warnicke | 1 | -1/+1 |
2016-11-29 | Update CSIT tests 161120 -> 161128 |  Jan | 1 | -1/+1 |
2016-11-28 | Add support for using documentation siphons in multiple ways |  Chris Luke | 19 | -32/+199 |
2016-11-28 | GRE Tests update after postinit removal |  Neale Ranns | 2 | -2/+4 |
2016-11-28 | snat: fix coverity issues |  Matus Fabian | 3 | -2/+10 |
2016-11-28 | Clean up the Lua API, make it luajit-only, no C |  Andrew Yourtchenko | 5 | -240/+28 |
2016-11-28 | make test: detect early vpp crash |  Klement Sekera | 2 | -16/+18 |
2016-11-28 | snat: thread safe (VPP-443) |  Matus Fabian | 7 | -188/+1066 |
2016-11-28 | dpdk: add ipsec cryptodev support |  Sergio Gonzalez Monroy | 31 | -159/+2651 |
2016-11-27 | Unlock LISP source FIB if only default left |  Florin Coras | 1 | -2/+12 |
2016-11-25 | l2: quad loop l2input, l2learn and l2output nodes |  Damjan Marion | 3 | -217/+265 |
2016-11-25 | l2: fix latency issue casued by unnecesary read of previous cacheline |  Damjan Marion | 1 | -1/+1 |
2016-11-24 | String (key,value) pair serialization |  Dave Barach | 3 | -0/+162 |
2016-11-24 | vhost-user: add retry sequence in tx code |  Damjan Marion | 1 | -176/+187 |
2016-11-24 | vlib: remove old memcpy implementation |  Damjan Marion | 1 | -63/+1 |
2016-11-24 | vhost: CLI delete interface by name |  Pierre Pfister | 1 | -4/+11 |
2016-11-24 | vhost: Delete thread configuration when interface deleted |  Pierre Pfister | 1 | -0/+2 |
2016-11-24 | Remove postinit from make-test interfaces |  Matej Klotton | 4 | -44/+33 |
2016-11-24 | vlib: merge buffers.c and dpdk_buffer.c |  Damjan Marion | 3 | -1379/+515 |
2016-11-24 | dpdk: remove old patches |  Damjan Marion | 65 | -50996/+0 |
2016-11-24 | ipsec: remove dependency on DPDK > 0 |  Damjan Marion | 1 | -81/+0 |
2016-11-24 | l2: remove unused l3 packet type discovery in l2 path |  Damjan Marion | 2 | -78/+1 |
2016-11-23 | dpdk: switch to 16.11 |  Damjan Marion | 2 | -2/+1 |
2016-11-23 | dpdk: remove rte_mbuf modifications at many places in the code |  Damjan Marion | 21 | -350/+23 |
2016-11-23 | l2: quad loop l2fwd node |  Damjan Marion | 2 | -28/+158 |
2016-11-23 | dpdk: input node next and error optimizations |  Damjan Marion | 3 | -126/+117 |
2016-11-23 | Fix coverity warnings, VPP-486 |  Dave Barach | 3 | -1/+5 |
2016-11-23 | CSIT-473: L2 FIB tests |  Jan | 2 | -14/+445 |
2016-11-22 | dpdk: quad loop dpdk tx and code optimizations |  Damjan Marion | 4 | -253/+181 |
2016-11-22 | GRE tests and fixes |  Neale Ranns | 22 | -76/+1095 |
2016-11-22 | Fix coverity warnings, VPP-486 |  Dave Barach | 3 | -16/+21 |
2016-11-22 | Span node configuration fix |  Christophe Fontaine | 1 | -3/+3 |
2016-11-22 | Prevent a frame leak when a pending node dispatches packets to itself. |  Neale Ranns | 1 | -6/+30 |
2016-11-22 | add vpp banner graphic when vpp-cli starts |  Padraig Connolly | 1 | -3/+14 |
2016-11-22 | vppinfra: fix TSC clock detection on newer intel CPUs |  Damjan Marion | 2 | -1/+6 |
2016-11-22 | VAT: don't pass u8 to unformat - it expects an 4 byte integer |  Neale Ranns | 1 | -2/+2 |
2016-11-22 | Fix issues reported by coverity |  Pavel Kotucek | 1 | -1/+5 |
2016-11-21 | Dual Loop Load-Balance Nodes |  Neale Ranns | 3 | -129/+561 |
2016-11-21 | Add client-side msg_name_and_crc -> msg_index table |  Dave Barach | 28 | -501/+680 |
2016-11-21 | Update CSIT tests 161113 -> 161120 |  Jan | 1 | -1/+1 |
2016-11-21 | Convergence Improvements |  Neale Ranns | 12 | -37/+380 |
2016-11-19 | pg: avoid possible buffer leak |  Damjan Marion | 1 | -1/+1 |