aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2017-11-30tap_v2: move netlink code to separate fileDamjan Marion4-76/+148
2017-11-30NAT44: identity NAT (VPP-1073)Matus Fabian3-7/+301
2017-11-30virtio: fast TAP interfaces with vhost-net backendDamjan Marion14-2/+2271
2017-11-30Fix CLI path parsing for via interface onlyNeale Ranns1-6/+6
2017-11-30Fix variable mismatchJuraj Sloboda1-1/+1
2017-11-30af_packet: update tx_frame even when ring exhaustedFlorin Coras1-2/+2
2017-11-30VCL: add vpp api q length to config file.Dave Wallace2-2/+25
2017-11-30mmap-based fixed-size record double-buffered loggerDave Barach4-0/+364
2017-11-29VCL-LDPRELOAD: Fix connect return value handling.Dave Wallace1-20/+15
2017-11-29VCL: drain the vpp app event queue.Dave Wallace1-0/+13
2017-11-29Add some indent-off to the node declarations in ip4-forwardNeale Ranns1-19/+42
2017-11-29session: fix preallocation of local endpoint tableFlorin Coras7-34/+41
2017-11-29NAT: Remove old SNAT API (VPP-1070)Matus Fabian4-2124/+231
2017-11-29Include allocated table memory in 'sh fib mem' outputNeale Ranns17-31/+271
2017-11-29DES-CBC/3DES-CBC support for VPP IPSec Core“mukeshyadav1984”4-26/+57
2017-11-29Configure vat-plugin-path and vat-plugin-name-filterDave Barach4-7/+47
2017-11-29VOM: logging, populate and stats fixesNeale Ranns22-251/+372
2017-11-29Make whole version string available in core filesFlorin Coras1-1/+3
2017-11-28VPP-246 Coding standards cleanup - vnet/vnet/classifykhemendra kumar10-1830/+2045
2017-11-28VPP-268 Coding standards cleanup - vnet/vnet/pluginKrishanpal singh1-0/+8
2017-11-28Shut down session queue input nodes on exitDave Barach2-0/+21
2017-11-28tcp: fix retransmissions under buffer shortageFlorin Coras7-35/+88
2017-11-28net/virtio: support modern device idGabriel Ganne2-1/+10
2017-11-28IPSec AH protocol enhancement in VPP native core“mukeshyadav1984”13-55/+892
2017-11-27dpdk: fix issue when tx offload stops working after MTU changeDamjan Marion2-19/+4
2017-11-27vcl: fix session handle in accept replyFlorin Coras1-3/+3
2017-11-27session: return bound listener for proxy acceptsFlorin Coras3-1/+14
2017-11-27dpdk: fix trajectory compilationFlorin Coras1-1/+1
2017-11-27VPP-253 Coding standards cleanup - vnet/vnet/greSwarup Nayak6-878/+968
2017-11-27Fix - sh ip fib mtrie sumNeale Ranns2-13/+18
2017-11-27SRv6 improvements to binary APIPablo Camarillo4-22/+84
2017-11-27Address COVERITY warningsMarco Varlese1-0/+6
2017-11-27VOM: favour make_sharedNeale Ranns13-45/+49
2017-11-27tcp: fix proxy connection validationFlorin Coras1-0/+4
2017-11-27vlib: make vlib_buffer_alloc inline functionDamjan Marion6-167/+84
2017-11-26Fix session rule port endianness.Milan Lenco3-16/+18
2017-11-26VPP-252 Coding standards cleanup - vnet/vnet/flowSwarup Nayak6-563/+663
2017-11-26FIB: optimise for src memory allocationsNeale Ranns5-121/+264
2017-11-26FIB: store the node type not the function pointer.Neale Ranns13-31/+11
2017-11-25VOM: handle null for iterator in dump cmdNeale Ranns1-2/+21
2017-11-25VCL: include vpp context in accept session reply msg.Dave Wallace1-17/+41
2017-11-25VCL: improve debug outputDave Wallace6-223/+339
2017-11-24GENEVE: shift/mask for headerMarco Varlese3-51/+133
2017-11-24dpdk: enable tx checksum offloads as default, add disable knobDamjan Marion3-2/+15
2017-11-24VOM: Additions to allow uses to UT applications that use VOMNeale Ranns51-295/+676
2017-11-24dpdk: avoid false sharing of dpdk_buffer_per_thread_dataDamjan Marion1-0/+1
2017-11-23memif: fix input node multiversion constructorDamjan Marion1-6/+6
2017-11-23memif: try harder to transmit packetsDamjan Marion1-13/+8
2017-11-23dpdk: prefetch both cachelines during buffer freeDamjan Marion1-1/+1
2017-11-23memif: multiversioningDamjan Marion3-19/+82