aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2018-02-27memif: Fix a message initialization problem in VATJon Loeliger1-3/+2
2018-02-27sctp: sctp_output.c failed to compile when VLIB_BUFFER_TRACE_TRAJECTORY is en...Steven1-1/+1
2018-02-27VOM: interface: Fix the vhost user interfaceMohsin Kazmi2-1/+5
2018-02-27SRv6: API uses table-IDs not FIB indiciesNeale Ranns1-3/+3
2018-02-26Added u8x16,u32x4,u64x2 variants of _zero_byte_mask(x) for ARM/NEON platform....Adrian Oanca2-8/+24
2018-02-26SCTP: Handle a COOKIE ECHO/ACK when a TCB ExistsMarco Varlese4-17/+146
2018-02-26SCTP: handle INIT corner-case handlingMarco Varlese4-5/+215
2018-02-26Fix current data offset to use vlib_buffer_get_current in input/output ACLSteve Shin1-5/+5
2018-02-26vlib: use vfio fd for accessing PCI config spaceDamjan Marion1-32/+29
2018-02-26IPv6 MLD; pointer address used as hash keyNeale Ranns1-3/+3
2018-02-26vnet: add 25G interface speed flagDamjan Marion2-2/+10
2018-02-26vlib: add vlib_buffer_free_from_ringDamjan Marion1-0/+26
2018-02-26vnet: add vnet_device_input_have_features functionDamjan Marion1-0/+7
2018-02-26vlib: fix formatting in pci_config.hDamjan Marion1-103/+111
2018-02-25Fix bug in dpdk_crypto_session_disposal()Matthew Smith1-0/+2
2018-02-25vapi: handle more magicKlement Sekera1-3/+15
2018-02-25SCTP: fix connection memory corruptionMarco Varlese4-14/+23
2018-02-24Fix crypto session deletion crashMatthew Smith1-6/+9
2018-02-24LDP: Refactor epoll_ctl wrapper.Dave Wallace4-48/+348
2018-02-24u8x16_compare_byte_mask - optimize to use 128bit registers as suggested by Ni...Adrian Oanca1-24/+9
2018-02-23VXLAN: Instance numbers now properly freed upon delete.Jon Loeliger1-1/+1
2018-02-23VCL/LDP: Suppress trace output unless debug is enabled.Dave Wallace2-26/+32
2018-02-23Convert a pcap file to a set of C initializersDave Barach3-2/+148
2018-02-23Disable scatter-gather for ENAMatthew Smith1-0/+1
2018-02-23Add prefetch inlines, update bi-hash doc tagsDave Barach2-12/+90
2018-02-22VOM: vhost-use interfacesNeale Ranns7-15/+303
2018-02-22bihash table size perf/scale improvementsDave Barach4-44/+84
2018-02-22VCL: Fix for vppcom_session_listen() q_len <= 0 crashKeith Burns (alagalah)1-0/+3
2018-02-21vppinfra: change default cache line size 64 bytesDamjan Marion1-10/+2
2018-02-21vppinfra: remove vector_iwmmxt.hDamjan Marion3-127/+0
2018-02-21SCTP: minor refactorMarco Varlese5-31/+50
2018-02-21add 'is_all_zero(x)' for NEONAdrian Oanca1-0/+24
2018-02-21Adj Delegates; don't store raw pointersNeale Ranns4-43/+37
2018-02-20Fix reset the vlan flags when main interface is deleted.Steve Shin1-0/+2
2018-02-20SCTP: congestion controlMarco Varlese5-184/+251
2018-02-20vppinfra: autogerate vector typedefs and basic inline functionsDamjan Marion5-379/+83
2018-02-20Reset expired timer vector length after callbackDave Barach1-1/+4
2018-02-20vppcomm refactorKeith Burns (alagalah)1-428/+245
2018-02-20vppinfra: CLIB_HAVE_VEC128 mandates SSE4.2Damjan Marion5-11/+7
2018-02-19dpdk: Fix MTU calc for NICs that support mtu<9216Nitin Saxena1-34/+66
2018-02-19Use neutral vector code for ethernet_frame_is_taggedDamjan Marion3-41/+68
2018-02-19virtio: add missing tx lock when running multithreadedDamjan Marion3-0/+10
2018-02-19VCL: config api prefix using env var.Dave Wallace2-21/+95
2018-02-19Adjacency Delegate updatesNeale Ranns7-157/+287
2018-02-19VOM: acl: Some necessary fixesMohsin Kazmi3-7/+13
2018-02-18vlib: fix pci initDamjan Marion1-2/+1
2018-02-18fix format_hexdumpDamjan Marion1-1/+2
2018-02-17vpp_papi: remove legacy way of calling VPP APIsKlement Sekera1-7/+0
2018-02-17vpp_papi: reduce memory leaksKlement Sekera1-12/+16
2018-02-17SCTP: 'multi-home' supportMarco Varlese6-186/+218