aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins
AgeCommit message (Expand)AuthorFilesLines
2018-10-02Update code to compute checksum for buffer chainsJuraj Sloboda2-6/+10
2018-10-02tls: fix disconnects for sessions with pending dataFlorin Coras2-20/+20
2018-10-01Source VRF SelectNeale Ranns7-0/+1141
2018-10-01Rename device class from PPPPOE to PPPoEPaul Vinciguerra2-10/+10
2018-10-01thread: Add show threads apiMohsin Kazmi3-3/+3
2018-10-01IGMP: handle (*,G) report with no source addressesNeale Ranns1-8/+14
2018-09-28MAP: Add check for well known ports.Ole Troan1-0/+8
2018-09-27MAP: Correctly print ea-bits-len in map commands.Ole Troan1-1/+1
2018-09-27MAP: 64-bit DMROle Troan2-17/+15
2018-09-27dpdk_plugin: fix mlx5 build and runtime issuesSirshak Das1-2/+10
2018-09-27add cmake build option to build openssl asyncPing Yu1-0/+11
2018-09-27avf: may crash if failed to allocate buffers to ringSteven1-1/+1
2018-09-27IPIP and IPv6 fragmentationOle Troan4-19/+4
2018-09-26vmxnet3: delete interface causes a crashSteven1-9/+4
2018-09-26acl-plugin: fix the stateful ICMP handling and add testcasesAndrew Yourtchenko1-39/+40
2018-09-26dpdk: fix QSFP+ module infoDamjan Marion1-1/+2
2018-09-26NAT44: endpoint-dependent mode session timeout improvement (VPP-1423)Matus Fabian2-0/+28
2018-09-25L2 BD: introduce a BD interface on which to send UU packetsNeale Ranns1-2/+2
2018-09-25dpdk: show pluggable info in 'show hardware'Damjan Marion2-2/+30
2018-09-25acl-plugin: optimize session idle timer checksAndrew Yourtchenko5-32/+93
2018-09-25vmxnet3: guard against array overflowSteven1-2/+3
2018-09-25NAT44: fix nat44_o2i_ed_is_idle_session_cb (VPP-1424)Matus Fabian2-4/+1
2018-09-24NAT44: endpoint-dependent mode session timeout improvement (VPP-1423)Matus Fabian4-27/+63
2018-09-24nsim: fix multiple definitions of nsim_nodeDamjan Marion2-3/+1
2018-09-24avf: rename interface nameDamjan Marion2-2/+2
2018-09-24Network delay simulator pluginDave Barach9-0/+1522
2018-09-24Trivial: Clean up some typos.Paul Vinciguerra44-91/+91
2018-09-24LB: fix flush flow table issueHongjun Ni5-69/+90
2018-09-21vmxnet3: Add hardware link status handlingSteven6-8/+66
2018-09-21NAT: Refactoring / Housekeeping (VPP-1415)Matus Fabian19-10848/+11482
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-19dpdk: mask and warn if rx/tx offload is not availableDamjan Marion4-94/+115
2018-09-19nat: free port_bitmapdongjuan1-0/+7
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-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-14vmxnet3 device driverSteven Luong14-0/+3173
2018-09-14dpdk: add detection of mellanox PMDsDamjan Marion1-0/+10
2018-09-14acl-plugin: do not do clib_smp_atomic_add on per-worker countersAndrew Yourtchenko1-2/+2
2018-09-13Add a polling configure to make thread bind with hardware enginePing Yu1-4/+9
2018-09-13NAT: TCP MSS clampingMatus Fabian9-0/+236
2018-09-12fix bihash test codeDave Barach1-0/+7
2018-09-12Always use 'lib' instead of 'lib64'Damjan Marion1-3/+2
2018-09-12Fix LB memory leak and remove useless codePierre Pfister1-11/+1
2018-09-12device flags will set in dpdk_update_link_state.Khers1-2/+0
2018-09-12Fix create memif socketEd Warnicke1-16/+0