Age | Commit message (Expand) | Author | Files | Lines |
2018-09-11 | vat: remove the endiness for u8 |  Mohsin Kazmi | 1 | -1/+1 |
2018-09-11 | VAT: plugin load errors |  Ole Troan | 2 | -4/+22 |
2018-09-11 | remove libvlib from libvlibmemoryclient libs |  Matthew Smith | 2 | -2/+2 |
2018-09-11 | nat: fix busy ports of each thread |  dongjuan | 1 | -4/+15 |
2018-09-11 | Replacing vtbl NEON intrinsic with rev NEON intrinsic for byte_swap. |  Sirshak Das | 1 | -5/+1 |
2018-09-11 | Add u32x4_extend_to_u64x2 for aarch64 using NEON intrinsics |  Sirshak Das | 1 | -0/+6 |
2018-09-11 | Add horizontal add (hadd) vector intrinsic via NEON. |  Sirshak Das | 1 | -0/+6 |
2018-09-11 | vapi: support VLAs in typedefs |  Klement Sekera | 2 | -28/+96 |
2018-09-10 | dpdk: clean interface link information on admin down / stop |  Damjan Marion | 1 | -0/+1 |
2018-09-10 | dpdk-plugin: do not request SCTP offload, some cards do not support it while ... |  Andrew Yourtchenko | 1 | -2/+2 |
2018-09-10 | new multiversioning on ethernet input nodes |  Damjan Marion | 2 | -35/+17 |
2018-09-10 | vxlan-gbp: Add support for vxlan gbp |  Mohsin Kazmi | 24 | -36/+3470 |
2018-09-10 | cmake: put vpp_api_test back to packaging |  Damjan Marion | 1 | -1/+1 |
2018-09-10 | session: lock app worker mq for io events |  Florin Coras | 8 | -102/+130 |
2018-09-09 | vlib: crash in linux_epoll_input_inline for accessing free file index [VPP-1412] |  Steven | 1 | -2/+31 |
2018-09-08 | L2 BVI/FIB: Update L2 FIB table when BVI's MAC changes |  Neale Ranns | 25 | -15/+77 |
2018-09-08 | vcl: set worker pthread stop key |  Florin Coras | 4 | -2/+12 |
2018-09-08 | vcl: register workers in order |  Florin Coras | 4 | -5/+19 |
2018-09-08 | session: detect namespace for transport apps |  Florin Coras | 3 | -4/+20 |
2018-09-07 | session: fix reentrant listens |  Florin Coras | 3 | -16/+22 |
2018-09-07 | Improve NTP / kernel time change event handling |  Dave Barach | 2 | -2/+34 |
2018-09-07 | cmake: set packaging component for different files |  Damjan Marion | 9 | -17/+46 |
2018-09-07 | Cavium OcteonTX: cache line fix |  Marco Varlese | 1 | -5/+9 |
2018-09-07 | VPP-API: Cancel timeout thread without sending READ_TIMEOUT message. |  Ole Troan | 1 | -8/+6 |
2018-09-07 | L2-FIB: replace bit-fields with flags |  Neale Ranns | 6 | -69/+132 |
2018-09-07 | IP route update fix when multipath and drop set |  Neale Ranns | 2 | -23/+31 |
2018-09-07 | PAPI: Unpack embedded types with variable length arrays. |  Ole Troan | 3 | -36/+97 |
2018-09-07 | Remove qsort.c from vppinfra |  Damjan Marion | 1 | -1/+0 |
2018-09-07 | vcl: refactor test client to support workers |  Florin Coras | 8 | -640/+589 |
2018-09-07 | Add flush flag on del as command |  Hongjun Ni | 5 | -16/+164 |
2018-09-07 | geneve: fix variable initial value |  Zhiyong Yang | 1 | -1/+1 |
2018-09-07 | cmake: Fix compilation for OCTEONTx |  Nitin Saxena | 1 | -5/+5 |
2018-09-07 | Silence warning over ignored return value (CID 187932) |  Chris Luke | 1 | -2/+2 |
2018-09-06 | vxlan: improve encap performance |  Zhiyong Yang | 1 | -2/+10 |
2018-09-06 | eth_mac_equal takes const pointers |  Neale Ranns | 1 | -1/+1 |
2018-09-06 | vxlan_gpe: optimize encap performance |  Zhiyong Yang | 1 | -32/+47 |
2018-09-06 | Fix Telnet option processing issue |  Chris Luke | 1 | -1/+8 |
2018-09-06 | acl-plugin: VPP-1400: fix crash when removing a session entry |  Andrew Yourtchenko | 1 | -0/+2 |
2018-09-06 | vcl/session/svm: fix coverity warnings |  Florin Coras | 3 | -5/+12 |
2018-09-06 | session: support multiple worker binds |  Florin Coras | 18 | -366/+660 |
2018-09-06 | Enum type on the API for QoS sources |  Neale Ranns | 3 | -15/+52 |
2018-09-06 | NAT: fix maximum out of order fragments (VPP-1399) |  Matus Fabian | 6 | -8/+38 |
2018-09-05 | STATS: Update Prometheus port |  Ole Troan | 1 | -1/+1 |
2018-09-05 | Add missing API MAC address encode implementation |  Neale Ranns | 1 | -0/+1 |
2018-09-05 | acl-plugin: VPP-1400: VPP may crash when performing ACL modifications on appl... |  Andrew Yourtchenko | 2 | -61/+91 |
2018-09-04 | NAT: add support for configurable port range (VPP-1346) |  Matus Fabian | 5 | -3/+310 |
2018-09-04 | avf: fix random rss key |  Jakub Grajciar | 1 | -2/+2 |
2018-09-04 | l2_output:skip processing if no features are enabled |  Eyal Bari | 1 | -2/+6 |
2018-09-04 | vcl: refactor test apps to use multiple workers |  Florin Coras | 3 | -324/+344 |
2018-09-04 | Fixed showing negative count in stats show CLI |  Naoyuki Mori | 2 | -4/+4 |