aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2019-08-20fix pcap_write functionJack Xu6-4/+13
2019-08-20api: Cleanup APIs interface.apiJakub Grajciar9-250/+333
2019-08-20tcp: forward conn resets through tcp-outputFlorin Coras1-32/+20
2019-08-20vppapigen: remove python2 supportPaul Vinciguerra1-28/+30
2019-08-19dns: handle multiple replies for single requestsDave Barach3-59/+121
2019-08-19hsa: move udp_echo to vpp_echoNathan Skrzypczak3-1262/+183
2019-08-19hsa: move tcp_echo to vpp_echoNathan Skrzypczak3-1420/+144
2019-08-19quic: fix rx_callback refactoringNathan Skrzypczak1-1/+1
2019-08-19vppapigen map: raise ValueError when fieldname is python keywordPaul Vinciguerra3-6/+10
2019-08-19dpdk: fix ipsec coverity warningMatthew Smith1-2/+4
2019-08-19vlib: fix vlib_buffer_main_init_numa_node memory leak.Guanghua Zhang1-3/+8
2019-08-19build: fix vpp compilation failure on ThunderX2 and AmpJianlin Lv1-1/+1
2019-08-19vppinfra: Update "show cpu" output for AArch64 chipsNitin Saxena1-15/+18
2019-08-19ip: leverage existing vlib_buffer_advanceZhiyong Yang1-6/+3
2019-08-19nsh: rewrite nsh_output_inlineZhiyong Yang1-32/+30
2019-08-19rdma: add support for MAC changesBenoît Ganne2-1/+35
2019-08-19dpdk: add TSO support in dpdk plugin.Chenmin Sun3-1/+44
2019-08-19dpdk: QAT devices update, add c4xxx and xeon d15xxJim Thompson1-1/+2
2019-08-19devices: skip checksum calculation if guest supports checksum offloadSteven Luong1-3/+7
2019-08-19rdma: add support for input feature arcsBenoît Ganne1-29/+35
2019-08-19session: add explicit reset apiFlorin Coras6-6/+72
2019-08-19tcp: set cc_algo on connection allocFlorin Coras3-6/+19
2019-08-19tcp: allow cc algos to set pacing rateFlorin Coras2-8/+15
2019-08-17gso: fix l3 and l4 header offset in case of tagged interfaceMohsin Kazmi2-0/+28
2019-08-17gso: fix the segmentation to use current_data offsetMohsin Kazmi1-15/+16
2019-08-17bonding lacp: deleting virtual interface which was enslaved may cause crashSteven Luong5-46/+66
2019-08-16acl: fix stats-segment counters validation on acl updateAndrew Yourtchenko2-8/+46
2019-08-16devices: vhost-user crashes displaying show trace for deleted interfaceSteven Luong1-6/+10
2019-08-16hsa: Refactor quic_echo to allow other protocolsNathan Skrzypczak9-2322/+2884
2019-08-16tcp: fix cc algo name parsingFlorin Coras1-1/+1
2019-08-16quic: quic_app_rx_callback refactor.Mathias Raoul1-117/+167
2019-08-16gso: remove the ip checksum flag in case of ipv6Mohsin Kazmi2-2/+0
2019-08-16ipsec: fix missed IPSEC_INTEG_ALG_MD5_96Dmitry Vakhrushev1-0/+5
2019-08-15dhcp: resolver process node index in main_tDave Barach4-5/+3
2019-08-15vlib: copy trace_handle in vlib_buffer_copy/clone() functionsJohn Lo7-19/+3
2019-08-15dpdk: ipsec tunnel support for ip6-in-ip4Matthew G Smith2-23/+10
2019-08-15stats: refactor header filesDave Barach5-82/+104
2019-08-14tcp: extend protocol configurationFlorin Coras5-133/+195
2019-08-14gbp: do not scan gbp bihash if not instantiatedBenoît Ganne1-0/+6
2019-08-13svm: fix svmtool and svmdbtool segment fault.Guanghua Zhang2-0/+4
2019-08-13session: fix enqueue notification on 32bit systemsFlorin Coras1-3/+10
2019-08-13fib: add adj_midchain.h to the list of files to install in the include pathAlberto Compagno1-0/+1
2019-08-12http_static: fix session expiration timer bugsDave Barach1-33/+52
2019-08-12ip: allow addrs from the same prefix on intfMatthew Smith4-101/+396
2019-08-12tcp: handle fin+rst+syn in closing stateFlorin Coras1-0/+2
2019-08-12http_static: debug spew control, session expiration timersDave Barach1-18/+42
2019-08-10http_static: tls supportDave Barach1-100/+356
2019-08-09crypto: add '-maes' compile switchBenoît Ganne2-2/+2
2019-08-09quic: handle session migration notificationsAloys Augustin1-63/+38
2019-08-09vlib: fix vlib_buffer_copy to preserve buffer flags bitJohn Lo1-3/+8