aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2019-07-31devices interface tests: vhosst GSO supportSteven Luong10-25/+310
2019-07-31qos: Store functionNeale Ranns6-6/+663
2019-07-31vppapigen: implement reversible repr'sPaul Vinciguerra1-15/+34
2019-07-31build: Append build number for cpack packagesYohanPipereau1-31/+32
2019-07-31pg: clarify the text of error messageAndrew Yourtchenko1-1/+1
2019-07-31vlib: fix format_error_traceDave Barach1-1/+2
2019-07-31vppinfra: added performance test for clib_rwlock_t (test_rwlock.c)jaszha032-0/+265
2019-07-31vppinfra: refactor test_and_set spinlocks to use clib_spinlock_tjaszha0317-105/+83
2019-07-31vppinfra: added lock performance test for clib_spinlock_t (test_spinlock.c)jaszha032-0/+207
2019-07-31vcl: fix epoll chain validationFlorin Coras1-22/+22
2019-07-31api papi: add alias for timestamp(datetime)/timedeltaPaul Vinciguerra4-37/+56
2019-07-31vppapigen: add endian_string for f64Paul Vinciguerra1-0/+1
2019-07-31ip: Ensure reassembly runs before IPSec decrypt.Neale Ranns2-2/+6
2019-07-31fib: Add some path-list flags to its keyNeale Ranns2-1/+11
2019-07-31fib: fix calls to unformat_fib_pathNeale Ranns5-7/+10
2019-07-31ipsec: Typo in flag nameNeale Ranns1-1/+1
2019-07-30quic: fix cert loadingNathan Skrzypczak3-12/+17
2019-07-30quic: cleanup and refactorisationAloys Augustin7-525/+634
2019-07-30vppinfra: refactor use of CLIB_MEMORY_BARRIER ()jaszha037-27/+14
2019-07-30vlib: Fix packet tracingNeale Ranns1-1/+1
2019-07-30tap: fix segv when host-if-name is not givenMohsin Kazmi1-8/+10
2019-07-30vppinfra: conformed spinlocks to use CLIB_PAUSEjaszha036-8/+14
2019-07-29misc: add vnet/pipeline.h exampleDave Barach1-1/+89
2019-07-29session: fix vpp to app msg generationFlorin Coras3-68/+32
2019-07-29vcl: fix config parsing of hex valuesFlorin Coras1-24/+23
2019-07-29api acl: breakout acl_types.api for reuse by othersPaul Vinciguerra2-79/+101
2019-07-28fib: add invalid source type and fix debug logBenoît Ganne3-19/+22
2019-07-28api: add vl_api_version_t typePaul Vinciguerra5-0/+47
2019-07-28pg: add GSO supportMohsin Kazmi8-13/+126
2019-07-28sr: ipv6 segment routing header (srh) updateAhmed Abdelsalam5-1584/+21
2019-07-28sr: fix srv6 end.t behaviorAhmed Abdelsalam1-1/+2
2019-07-27session: define connection id lengthFlorin Coras2-7/+15
2019-07-26session: separate ctrl, new and old eventsFlorin Coras4-89/+126
2019-07-26tcp: count resets sentFlorin Coras2-0/+7
2019-07-26quic: coverity fixesNathan Skrzypczak2-9/+30
2019-07-26session tcp: handle rxt and acks as custom eventsFlorin Coras13-185/+212
2019-07-26dhcp ip: DSCP settings for transmitted DHCP packetsNeale Ranns12-18/+117
2019-07-26dpdk: fix vlan strippingNeale Ranns1-11/+15
2019-07-26dhcp: send unicast and broadcast packets via the IP adjacencyNeale Ranns4-40/+54
2019-07-25misc: remove unnecessary cast in classifyZhiyong Yang2-24/+14
2019-07-25build: vppapigen search VPP_INCLUDE_DIR if setBenoît Ganne1-2/+8
2019-07-25build: package .api files in vpp-devBenoît Ganne1-1/+1
2019-07-25session: add transport deleted stateFlorin Coras4-11/+14
2019-07-25vppinfra: fix coverity warning in mpcap.cDave Barach1-5/+14
2019-07-25build: add missing .api files for packagingBenoît Ganne1-1/+8
2019-07-25misc: leverage vlib_buffer_get_current in srpZhiyong Yang1-1/+1
2019-07-25memif: Fix uninitialized variable as reported by coveritySteven Luong1-1/+2
2019-07-25bonding: incorrect RX counters for bond interfaceSteven Luong2-44/+36
2019-07-24acl: implement countersAndrew Yourtchenko5-9/+183
2019-07-24qos: QoS dump APIsNeale Ranns10-123/+601