aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2017-08-02Fix tcp tx buffer allocationFlorin Coras15-120/+375
2017-08-02Make ip csum configurable in vlib buffer functionsFlorin Coras8-24/+28
2017-08-01FIB path weight incorrect in dump (VPP-922)Neale Ranns6-11/+17
2017-08-01P2P EthernetPavel Kotucek15-34/+559
2017-08-01SPAN/API:enable L2 dumpEyal Bari4-7/+25
2017-07-31ssvm->name must be a vector containing a c-string.Dave Wallace2-3/+5
2017-07-31jvpp: moving current tests to separate folder marked as examplesMatej Perina31-183/+114
2017-07-31CLI:add l2 input/outut to "sh int features"Eyal Bari6-15/+79
2017-07-31Fix fib_path encoding (VPP-921)Florin Coras1-0/+2
2017-07-31SPAN/CLI:fix disable + add errorsEyal Bari1-16/+44
2017-07-30Make tcp active open data structures thread safeFlorin Coras19-254/+321
2017-07-27ping: fixing wrong value when there are worker threadsMohammed Hawari2-9/+21
2017-07-27Fix interface reuse when running multithreadedDamjan Marion1-4/+12
2017-07-27Thread safe internal buffer managerDamjan Marion4-9/+18
2017-07-27vhost: debug vhost-user command needs better error checking on the syntax (VP...Steven1-5/+26
2017-07-26Fix lisp udp checksumFlorin Coras1-6/+18
2017-07-26VPP-905: Wrong define used in function start_workers.JingLiuZTE1-1/+2
2017-07-25Add sample config of bonded interface in startup.conf templateJohn Lo1-0/+10
2017-07-25Cleanup/refactor session layer codeFlorin Coras17-994/+1115
2017-07-25SANT: fib_table unlock (VPP-918)Matus Fabian2-1/+11
2017-07-24SPAN:add l2 mirrorEyal Bari10-138/+284
2017-07-23Improve L2 Input/Output Feature Infrastructure and UsageJohn Lo16-339/+160
2017-07-23Atomic bucket lockDave Barach2-41/+58
2017-07-21Improvements to tcp rx path and debuggingFlorin Coras13-183/+612
2017-07-21SNAT: in2out translation as an output feature hairpinning (VPP-913)Matus Fabian5-102/+402
2017-07-20acl-plugin: assertion failed at hash_lookup.c:226 when modifying ACLs applied...Andrew Yourtchenko1-0/+11
2017-07-20Fix coverity issue introduced with IP checksum offload commitDamjan Marion1-3/+3
2017-07-20Prevent double freeing of first segment manager.Dave Wallace1-1/+2
2017-07-20SNAT: in2out translation as an output feature (VPP-903)Matus Fabian5-38/+495
2017-07-20L2FWD:move vec_validate out of access functionEyal Bari2-2/+9
2017-07-19Add a bihash prefetchable bucket-level cacheDave Barach11-44/+329
2017-07-19Fix IP checksum offload metadata setupDave Barach1-2/+12
2017-07-18FIB path preferenceNeale Ranns13-62/+647
2017-07-18DHCP client option 61 "client_id"Neale Ranns4-2/+19
2017-07-18DHCP client - remove interface address when DHCP de-configuredNeale Ranns1-0/+1
2017-07-18TCP/UDP checksum offload APIDave Barach9-13/+173
2017-07-17Fix unlinking of /dev/shm files.Dave Wallace10-37/+65
2017-07-16Adjust replication context to match vnet_buffer(b)Dave Barach1-2/+2
2017-07-15Fixes and improved tcp/session debuggingFlorin Coras11-131/+1111
2017-07-14vnet_buffer_t flags cleanupDamjan Marion16-121/+127
2017-07-14Introduce l{2,3,4}_hdr_offset fields in the buffer metadataDamjan Marion16-92/+111
2017-07-14flowprobe: Fixed assert error with less than 1 second passive timerAndrew Li1-2/+2
2017-07-14dpdk: update buildSergio Gonzalez Monroy2-4/+51
2017-07-13VPP-895 multi-thread: fix vpp crash on show runtimeIgor Mikhailov (imichail)1-0/+29
2017-07-13dpdk: fix dpdk_buffer_pool_create nameChris Luke4-6/+6
2017-07-13Use clib_crc32c_uses_intrinsics instead of __SSE4_2__Christophe Fontaine1-1/+1
2017-07-13Fix typo for non x86 platforms.Christophe Fontaine1-1/+1
2017-07-13Fix crash with worker threads on 4K VXLAN/BD setup (VPP-907)John Lo8-173/+51
2017-07-12Deprecate support for flattened output nodesDamjan Marion5-277/+3
2017-07-12dpdk: prefetch 2nd cacheline of rte_mbuf during txDamjan Marion1-1/+1