aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet
AgeCommit message (Expand)AuthorFilesLines
2019-09-27tap: fix tap interface not working on Arm issueLijian.Zhang1-1/+6
2019-09-25misc: improve pcap drop trace outputDave Barach1-0/+54
2019-09-25misc: unify pcap rx / tx / drop traceDave Barach4-229/+152
2019-09-25interface: fix pcap drop trace in case of vlanBenoƮt Ganne1-1/+12
2019-09-25misc: classifier-based packet trace filterDave Barach8-7/+449
2019-09-25interface: use the correct condition for checking if the pcap fd is openAndrew Yourtchenko3-3/+3
2019-09-25interface: fix pcap_write functionAndrew Yourtchenko2-1/+6
2019-09-25ipsec: Fix NULL encryption algorithmNeale Ranns2-1/+9
2019-09-25interface: Remove residual dpdk bonding codeSteven Luong5-18/+4
2019-09-25tcp: fix byte tracker samples flushFlorin Coras1-0/+1
2019-09-25ipsec: Add 'detail' option to 'sh ipsec sa'Neale Ranns1-4/+8
2019-09-25ip: reassembly: remove unnecessary codeKlement Sekera2-6/+0
2019-09-25ip: fix merge issueKlement Sekera1-2/+0
2019-09-25ip: reassembly: send packet out on correct workerKlement Sekera2-92/+287
2019-09-24sr: fix sr_set_encap_source replyVratko Polak1-1/+1
2019-09-24tcp: add option for always on event loggingFlorin Coras7-184/+370
2019-09-21tcp: forward conn resets through tcp-outputFlorin Coras1-32/+20
2019-09-21ip: leverage existing vlib_buffer_advanceZhiyong Yang1-6/+3
2019-09-20session: add explicit reset apiFlorin Coras6-6/+72
2019-09-20tcp: set cc_algo on connection allocFlorin Coras3-6/+19
2019-09-20tcp: allow cc algos to set pacing rateFlorin Coras2-8/+15
2019-09-20bonding lacp: deleting virtual interface which was enslaved may cause crashSteven Luong3-26/+39
2019-09-20devices: vhost-user crashes displaying show trace for deleted interfaceSteven Luong1-6/+10
2019-09-19misc: fix pcap rx/tx status commandDave Barach1-1/+1
2019-09-19ipsec: fix missed IPSEC_INTEG_ALG_MD5_96Dmitry Vakhrushev1-0/+5
2019-09-18ip: allow addrs from the same prefix on intfMatthew Smith4-101/+396
2019-09-12api: split vl_api_prefix into twoOle Troan3-4/+20
2019-09-10misc: clean up "pcap [rx|tx] trace" debug CLIDave Barach2-167/+161
2019-09-09api: enforce vla is last and fixed string typeOle Troan4-17/+18
2019-09-07ip: fix udp/tcp checksum corner casesDave Barach2-5/+31
2019-09-05tap: revert clean-up when linux will delete the tap interfaceMohsin Kazmi2-43/+0
2019-09-04ethernet: fix dmac check avx2 loop conditionMatthew Smith1-1/+1
2019-09-03tap: interface rx counter not increment correctSteven Luong1-1/+1
2019-09-02ip: ip6_preflen_to_mask incorrect result for prefix len > 64Andrew Yourtchenko1-0/+1
2019-09-02gso: fix segmentation when gso_size greater than vlib buffer sizeMohsin Kazmi1-1/+4
2019-08-23dns: cherry-pick 21444, 21468 from masterDave Barach9-4460/+0
2019-08-20devices: skip checksum calculation if guest supports checksum offloadSteven Luong1-3/+7
2019-08-20tcp: default to debug disabledFlorin Coras1-1/+1
2019-08-20dns: handle multiple replies for single requestsDave Barach3-59/+121
2019-08-19dhcp: resolver process node index in main_tDave Barach4-5/+3
2019-08-19gso: fix l3 and l4 header offset in case of tagged interfaceMohsin Kazmi2-0/+28
2019-08-18gso: fix the segmentation to use current_data offsetMohsin Kazmi1-15/+16
2019-08-17gso: remove the ip checksum flag in case of ipv6Mohsin Kazmi2-2/+0
2019-08-16tcp: fix cc algo name parsingFlorin Coras1-1/+1
2019-08-15vlib: copy trace_handle in vlib_buffer_copy/clone() functionsJohn Lo5-15/+1
2019-08-14tcp: extend protocol configurationv19.08-rc2Florin Coras5-133/+195
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-12tcp: handle fin+rst+syn in closing stateFlorin Coras1-0/+2
2019-08-12api: vppapitrace JSON/API trace converterOle Troan1-1/+1