aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2018-09-20UDP-Encap: name counters for the stats segmentNeale Ranns9-214/+143
2018-09-20SR-MPLS: MPLS table checks (VPP-1422)Neale Ranns1-0/+17
2018-09-20session/svm: add want_tx_event flag to fifoFlorin Coras6-36/+42
2018-09-20Route counters in the stats segmentNeale Ranns10-85/+174
2018-09-20vhost-user: Add disable feature support in apiMohsin Kazmi4-2/+30
2018-09-20NAT44 virtual fragmentation reassembly for endpoint-dependent mode (VPP-1325)Juraj Sloboda6-147/+1296
2018-09-20vmxnet3: invoke vlib_buffer_enqueue_to_next() with the wrong buffers for chai...Steven1-7/+8
2018-09-19bihash template: reinstate the check for the available memory in the arenaAndrew Yourtchenko2-3/+3
2018-09-19GRE: fix 4o6 and 6o4 adj stackingNeale Ranns4-20/+24
2018-09-19dpdk: mask and warn if rx/tx offload is not availableDamjan Marion4-94/+115
2018-09-19L2-fib-dump: send 1 or 0 rather than flag valueNeale Ranns1-3/+3
2018-09-19socket api: do not delay sending of messagesFlorin Coras3-64/+42
2018-09-19nat: free port_bitmapdongjuan1-0/+7
2018-09-19session: improve close procedureFlorin Coras6-19/+56
2018-09-18Fix documentation for SHG in bridge domainYichen Wang1-1/+1
2018-09-18vmxnet3: add support for "non-default" next nodeSteven3-2/+76
2018-09-18disable scatter/gather for ENA with DPDK 18.08Matthew Smith1-1/+5
2018-09-18STATS: First go at documentationOle Troan1-0/+129
2018-09-18svm: better march support for svm fifoFlorin Coras2-96/+87
2018-09-18STATS: Optimistic concurrency handling in Python library.Ole Troan1-4/+24
2018-09-18STATS: Add Python 3 support to vpp_stats.py.Ole Troan2-4/+4
2018-09-17STATS: Dynamically mapped shared memory segmentOle Troan17-685/+769
2018-09-16Register cdp_input when enabled for the first timeDave Barach3-26/+42
2018-09-16vmxnet3: fix clang initialization errorFlorin Coras1-1/+2
2018-09-16fix nsh map index error, it will cause vpp appear Segmentation fault when vpp...zhanglimao1-1/+1
2018-09-15tls: fix openssl engine write complete conditionFlorin Coras1-1/+1
2018-09-15session: ensure detach is done with worker barrierFlorin Coras1-7/+12
2018-09-15tls: use application interface apisFlorin Coras1-15/+23
2018-09-14vmxnet3 device driverSteven Luong14-0/+3173
2018-09-14BIER API and load-balancing fixesNeale Ranns13-72/+257
2018-09-14Remove scaffoldingDave Barach2-14/+1
2018-09-14cpack: add deb/rpm packaging to VPP moduleDamjan Marion8-19/+108
2018-09-14dpdk: add detection of mellanox PMDsDamjan Marion1-0/+10
2018-09-14vlib: introduce user flags in vlib_frame_tDamjan Marion5-19/+23
2018-09-14acl-plugin: do not do clib_smp_atomic_add on per-worker countersAndrew Yourtchenko1-2/+2
2018-09-14Revert "L2-input: use vlib_buffer_enqueue_to_next"John Lo2-320/+242
2018-09-14Ehnance and fix vpp_api_test and custom_dump to support SR-MPLSJohn Lo2-33/+328
2018-09-14vcl: keep track of unexpected eventsFlorin Coras6-257/+303
2018-09-14cmake: use VPP package in VOMDamjan Marion1-1/+3
2018-09-14Fix memory leak in API/CLI to create/modify SR policiesJohn Lo4-0/+8
2018-09-13Add a polling configure to make thread bind with hardware enginePing Yu1-4/+9
2018-09-13L2-FWD: use vlib_buffer_enqueue_to_next and cache prefetch fixNeale Ranns4-201/+159
2018-09-13vppinfra: optmize clib_count_equal functionsDamjan Marion1-60/+136
2018-09-13NAT: TCP MSS clampingMatus Fabian9-0/+236
2018-09-12Trivial: Fix lisp flag labelPaul Vinciguerra1-1/+1
2018-09-13IP-neighbor: add and delete internal APINeale Ranns6-58/+118
2018-09-13Fix: vppapigen make build fails on fresh installPaul Vinciguerra4-3/+3
2018-09-13L2-input: use vlib_buffer_enqueue_to_nextNeale Ranns2-242/+320
2018-09-12fix bihash test codeDave Barach1-0/+7
2018-09-12cmake: create cmake VPP module, update sample-plugin so it uses itDamjan Marion10-135/+117