aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2019-06-19gbp: Add support for arp unicast forward in gbp bridge domainMohsin Kazmi1-1/+8
2019-06-19l2: BD ARP termination entry API updateNeale Ranns4-51/+53
2019-06-19api: fix typos in api error descriptionsPaul Vinciguerra1-7/+7
2019-06-19ipsec: fix l2 header handling in ah encryptKlement Sekera1-6/+6
2019-06-19interface: Fix the tso segmentationMohsin Kazmi1-10/+9
2019-06-19mpls: fix header offset overflowBenoƮt Ganne1-3/+6
2019-06-19session: call session_dequeue_notify after svm_fifo_dequeue_dropVladimir Kropylev1-1/+4
2019-06-18tcp: allow custom output next nodeFlorin Coras2-0/+4
2019-06-18session: fix memory out of bound issueLijian.Zhang2-1/+9
2019-06-18vppinfra: rbtree custom insert/search/delFlorin Coras2-24/+99
2019-06-18ipsec: ipsec-tun protectNeale Ranns39-1995/+1655
2019-06-18fib: fib api updatesNeale Ranns60-3109/+2990
2019-06-18stats: off by one error in /sys/node/{calls,clocks,...}Ole Troan1-4/+4
2019-06-18stats: fix memory leakage when adding / deleting interfacesOle Troan6-20/+76
2019-06-18misc: vpp_papi- add tests, clean up pep8Paul Vinciguerra7-18/+202
2019-06-18api: string type to convert to vectorOle Troan12-71/+105
2019-06-18dpdk: check result of rte_mempool_create_emptyLijian.Zhang1-0/+15