Age | Commit message (Expand) | Author | Files | Lines |
2019-01-20 | buffers: don't init metadata, as it is already initialized |  Damjan Marion | 6 | -51/+1 |
2019-01-20 | buffers: keep buffer_main in vlib_main_t |  Damjan Marion | 2 | -3/+3 |
2019-01-20 | minor fixup in map doc (people -> seconds) |  Jim Thompson | 1 | -1/+1 |
2019-01-18 | Fix GCC 8 compiler warnings on strncpy's truncated copy on debian distro |  Steven Luong | 1 | -0/+12 |
2019-01-19 | buffers: remove free-list information from buffer metadata |  Damjan Marion | 1 | -2/+1 |
2019-01-18 | Add vlib_buffer_copy_indices inline function |  Damjan Marion | 3 | -3/+3 |
2019-01-18 | deprecate clib_memcpy64_x4 |  Damjan Marion | 5 | -47/+57 |
2019-01-17 | cmake: initial cross-compilation support |  Damjan Marion | 1 | -0/+5 |
2019-01-17 | Fix ASSERT usage issue in cryptodev |  Simon Zhang | 1 | -1/+1 |
2019-01-16 | fix dpdk cryptodev enable issuev19.04-rc0 |  Simon Zhang | 1 | -6/+9 |
2019-01-16 | NAT: Fixed issues with dropping reverse packets with output-feature. |  Dmitry Vakhrushev | 1 | -0/+32 |
2019-01-15 | vmxnet3: add numa support and link speed |  Steven | 4 | -13/+23 |
2019-01-13 | remove useless line in dpdk cryptodev |  Simon Zhang | 1 | -2/+0 |
2019-01-13 | dpdk: show hardware may display the wrong information for rss active |  Steven | 1 | -0/+1 |
2019-01-12 | session: generate wrong thread errors instead of crashing |  Florin Coras | 1 | -1/+2 |
2019-01-11 | gbp2: Fix typo in condition |  Mohsin Kazmi | 1 | -1/+3 |
2019-01-10 | strncpy_s_inline copies more bytes than necessary |  Steven | 1 | -1/+10 |
2019-01-09 | gbp: Fix coverity warnings |  Mohsin Kazmi | 4 | -9/+19 |
2019-01-07 | string_test: coverity woe |  Steven | 1 | -6/+0 |
2019-01-07 | avf: allocate descriptor memory from local numa |  Damjan Marion | 2 | -14/+31 |
2019-01-07 | MAP: Prevent duplicate MAP-E/T graph nodes. |  Jon Loeliger | 3 | -0/+35 |
2019-01-07 | Change vpp code to align with openssl interface change |  Ping Yu | 3 | -36/+27 |
2019-01-07 | gbp: Fix typo in condition |  Mohsin Kazmi | 1 | -1/+1 |
2019-01-02 | Revert "add ipsecmb plugin" |  Florin Coras | 7 | -2546/+0 |
2019-01-02 | Fixes for buliding for 32bit targets: |  David Johnson | 5 | -5/+9 |
2019-01-02 | add ipsecmb plugin |  Klement Sekera | 7 | -0/+2546 |
2019-01-01 | buffers: remove unused code |  Damjan Marion | 1 | -18/+0 |
2018-12-29 | avf: tx dequeue optimizations |  Damjan Marion | 3 | -11/+34 |
2018-12-29 | avf: chained buffers rx support |  Damjan Marion | 4 | -44/+132 |
2018-12-28 | avf: chained buffers tx support |  Damjan Marion | 2 | -104/+109 |
2018-12-28 | session: free session after transport and app confirm |  Florin Coras | 2 | -3/+3 |
2018-12-27 | MAP: Install lpm.h as map.h references it. |  Jon Loeliger | 1 | -0/+1 |
2018-12-26 | avf: optimize RX function |  Damjan Marion | 3 | -100/+86 |
2018-12-24 | GBP: fix dump and VOM populate |  Neale Ranns | 1 | -2/+2 |
2018-12-24 | crypto-input: bug fix check-op |  Kingwel Xie | 1 | -6/+6 |
2018-12-23 | avf: optimize rx ring refill |  Damjan Marion | 1 | -76/+53 |
2018-12-23 | avf: new ethernet-input support |  Damjan Marion | 3 | -183/+44 |
2018-12-23 | avf: add option to specify interface name |  Damjan Marion | 4 | -0/+11 |
2018-12-22 | dpdk: switch to in-memory mode, deprecate use of socket-mem |  Damjan Marion | 1 | -112/+25 |
2018-12-22 | crypto-input impprovement: |  Kingwel Xie | 1 | -74/+163 |
2018-12-21 | GBP: add allowed ethertypes to contracts |  Neale Ranns | 5 | -55/+129 |
2018-12-21 | MAP: Convert from DPO to input feature. |  Jon Loeliger | 11 | -477/+582 |
2018-12-21 | NAT: fix coverity error 190176 (VPP-1474) |  Matus Fabian | 1 | -0/+2 |
2018-12-21 | Revert "Build issue after https://gerrit.fd.io/r/#/c/16508/." |  Ole Trøan | 1 | -3/+3 |
2018-12-20 | NAT: total users and sessions gauges (VPP-1484) |  Matus Fabian | 10 | -9/+154 |
2018-12-20 | FIB: encode the label stack in the FIB path during table dump |  Neale Ranns | 1 | -1/+1 |
2018-12-20 | Build issue after https://gerrit.fd.io/r/#/c/16508/. |  Paul Vinciguerra | 1 | -3/+3 |
2018-12-20 | Trivial: fix src/plugins/map/test.c memory leak |  Paul Vinciguerra | 1 | -1/+2 |
2018-12-19 | MAP: Add API support for MAP input feature. |  Jon Loeliger | 4 | -0/+216 |
2018-12-19 | vlib: support Hyper-v/Azure VMBus |  Stephen Hemminger | 1 | -0/+32 |