aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2019-06-28igmp: Trace more data form input packetsNeale Ranns2-7/+16
2019-06-27tcp: Setup initial CWND as configuredVladimir Kropylev2-0/+11
2019-06-27sctp: add option to enable/disableFlorin Coras2-21/+79
2019-06-27session: Add transport vft protocol optionsNathan Skrzypczak10-33/+57
2019-06-27svm: improve fifo segment testFlorin Coras1-1/+13
2019-06-27lacp: custom dump for sw_interface_lacp_dumpSteven Luong1-3/+30
2019-06-26papi: prevent message_table inconsistenciesVratko Polak1-0/+2
2019-06-26tcp session: improvement to testsFlorin Coras2-12/+29
2019-06-26bonding: fix comment typoZhiyong Yang1-1/+1
2019-06-26svm: fix fifo segment free chunk bytes accountingFlorin Coras3-21/+121
2019-06-26fib: default flow hash config for each DPO protocol typeNeale Ranns3-2/+24
2019-06-26vppinfra: add u64x2_scatter/u32x4_scatterLijian.Zhang1-0/+16
2019-06-26gbp: enforce same endpoint mac and ip srcBenoƮt Ganne1-6/+15
2019-06-26api: refactor format_vl_api_prefix_t return keysPaul Vinciguerra10-40/+38
2019-06-26api: Remove the inlines file and replace with library functionsNeale Ranns11-67/+55
2019-06-26api: initialize sw_if_index earlier in vxlan_gbp_tunnel_add_delPaul Vinciguerra1-1/+1
2019-06-26misc: add bond_dump, slave_dump, and rx_placement_dumpSteven Luong1-6/+6
2019-06-26vmxnet3: custom dump and debug cli fixSteven Luong3-27/+84
2019-06-26fib: adj cover refinement check changeNeale Ranns1-1/+3
2019-06-26hsa: move vcl test apps to hsaFlorin Coras11-31/+37
2019-06-26misc: fix sctp test with debug imagesFlorin Coras1-1/+2
2019-06-25tcp: window update ackVladimir Kropylev2-0/+33
2019-06-25vppinfra: fix tw_timer_first_expires_in_ticks for multiple wheelsAndreas Schultz1-0/+13
2019-06-25tcp: delivery rate estimatorFlorin Coras11-28/+1100
2019-06-25lisp: move cp tests to unittestFlorin Coras6-1351/+1433
2019-06-25hsa: move external echo apps to hsaFlorin Coras5-26/+22
2019-06-25svm: make sure chunk search does not return tnilFlorin Coras1-0/+2
2019-06-25hsa: move session-apps to host-stack apps pluginFlorin Coras9-18/+57
2019-06-25api: fix vac_read return codesPaul Vinciguerra2-4/+13
2019-06-25ipsec: print spi in hexadecimalGuillaume Solignac7-17/+19
2019-06-25avf: fix clear hw statsFilip Tehlar3-2/+14
2019-06-25ipsec: return error if the engine backend has no handler for theNeale Ranns3-1/+32
2019-06-24quic: server create streams test caseDave Wallace2-379/+630
2019-06-24session: full lock on session_send_evt_to_threadNathan Skrzypczak2-12/+4
2019-06-24vlib: packet tracer support for pkt thread handoffsDave Barach14-54/+731
2019-06-24api: implement ipfix_flushPaul Vinciguerra2-3/+38
2019-06-22lacp: convert clib_warning to event loggerSteven Luong4-20/+78
2019-06-21vppinfra: add u64x2_gather/u32x4_gatherLijian.Zhang1-0/+18
2019-06-21tcp: add option to pass opaque to next nodeFlorin Coras3-3/+12
2019-06-20vppapigen: allow negative number in NUM tokenOle Troan1-1/+1
2019-06-20interface: fix the incorrect sizes/offsets in the tso segmentationAndrew Yourtchenko1-2/+2
2019-06-20ipsec: add ipsec api custom-dump routinesDave Barach1-1/+157
2019-06-20quic: remove session flags identifying Q/S sessionsNathan Skrzypczak4-12/+10
2019-06-20vat: vec_free/errmsh copy paste errorOle Troan1-2/+1
2019-06-20misc: papi - add __repr__ to FuncWrapperPaul Vinciguerra1-0/+3
2019-06-20api: fix return code in vxlan_gbp_tunnel_add_delPaul Vinciguerra1-1/+1
2019-06-20tap: fix the total length of packet for stats byteMohsin Kazmi1-3/+3
2019-06-20tap: add support to configure tap interface host MTU sizeMohsin Kazmi10-3/+101
2019-06-20buffers: fix crashKlement Sekera3-3/+101
2019-06-19vppinfra: fix rbtree node deleteFlorin Coras2-4/+12