aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2017-07-11Horizontal (nSessions) scaling draftDave Barach29-285/+838
2017-07-11L2INPUT:fix features mask cailculationEyal Bari1-6/+10
2017-07-11memif: avoid double buffer freeDamjan Marion1-1/+0
2017-07-11SNAT: fixed bug in fallback to 3-tuple key for non TCP/UDP sessionsMatus Fabian1-0/+4
2017-07-10API:fix arp/ND event messages - remove contextEyal Bari2-6/+1
2017-07-10vlib: store buffer memory information in the buffer_mainDamjan Marion9-114/+96
2017-07-10VPP-904: fixes zero length CLI parameters parseAlexander Kotov1-2/+3
2017-07-10memif: mask interrupts on startup if we are in the polling modeDamjan Marion1-0/+8
2017-07-10vlib: fix issues with PCI handling codeDamjan Marion2-7/+7
2017-07-09format: Check for NaN when rendering doublesChris Luke2-1/+14
2017-07-08API: Add Python3 support to vpp_papi.pyOle Troan1-65/+97
2017-07-08lldp packet transmission on a bonded interfaceSteve Shin3-7/+11
2017-07-07ETH:optimized double is_tagged checkEyal Bari1-2/+24
2017-07-07SNAT: Fallback to 3-tuple key for non TCP/UDP sessions (VPP-884)Matus Fabian5-79/+578
2017-07-06Unlink /dev/shm files on application detach.Dave Wallace4-5/+36
2017-07-06DHCP complete event sends mask lengthNeale Ranns3-3/+7
2017-07-06VPP-902: LISP-CP: Wrong size in one_l2_arp_entries_get message.Ole Troan1-1/+1
2017-07-06dpdk: add FiftyGigabitEtherenet interface supportDamjan Marion3-0/+7
2017-07-06devices: show interface rx-placement displays the wrong information (VPP-894)Steven1-1/+3
2017-07-06unix: mkdir VPP_RUN_DIR before opening a socket in itChris Luke4-9/+35
2017-07-06vppinfra: revert clib_memcpy optimizationDamjan Marion2-10/+14
2017-07-06Send GARP/NA on bonded intf slave up/down if in active-backup modeJohn Lo7-8/+232
2017-07-05Buffer name inconsistently used a cstring/vec (VPP-901)Chris Luke1-3/+3
2017-07-05Add API support for LLDP config/interface setSteve Shin11-47/+401
2017-07-04acl-plugin: VPP-897: applying of large number of ACEs is slowAndrew Yourtchenko2-20/+45
2017-07-04acl-plugin: fix acl plugin test failing sporadically (VPP-898)Andrew Yourtchenko1-0/+5
2017-07-01Refactor API message handling codeKlement Sekera11-477/+609
2017-06-30VPP-893: handle multiple simultaneous event registrationsDave Barach2-1/+7
2017-06-30VPP debug image with worker threads hit assert on adding IP route with traffi...Neale Ranns3-1/+39
2017-06-30memif: API message handler registration bug-fixJakub Grajciar1-11/+0