aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet
AgeCommit message (Expand)AuthorFilesLines
2019-09-04bfd: API cleanupJakub Grajciar2-84/+66
2019-09-04stats: add /if/<n>/<n>/state for lacp interface stateSteven Luong2-2/+31
2019-09-04session: improve cliFlorin Coras6-145/+345
2019-09-04tcp: cc algos handle cwnd on congestion signalFlorin Coras3-12/+11
2019-09-04ethernet: move dmac filtering to inline functionMatthew Smith1-56/+63
2019-09-04session: avoid bihash list for session tablesFlorin Coras1-12/+38
2019-09-03ethernet: fix dmac check avx2 loop conditionMatthew Smith1-1/+1
2019-09-03api: enforce vla is last and fixed string typeOle Troan4-25/+21
2019-09-03tap: fix tap interface not working on Arm issueLijian.Zhang1-1/+6
2019-09-03tcp: send rwnd update only if wnd is large enoughFlorin Coras3-7/+15
2019-09-02tap: interface rx counter not increment correctSteven Luong1-1/+1
2019-09-02ipsec ip tcp l2: multiarch nodes cannot be declared as staticDamjan Marion8-15/+15
2019-08-31tcp: fix rx min/max fifo size parsingFlorin Coras1-13/+14
2019-08-30session: move svm_fifo_clear_deq_ntf to before calling the app callbackVladimir Kropylev1-2/+2
2019-08-30devices: fix issue of per_interface_next_indexMichael Yu1-3/+4
2019-08-30tcp: force zero window on full rx fifoFlorin Coras1-1/+4
2019-08-30tcp: improve mss computationFlorin Coras3-43/+48
2019-08-30tcp: track zero rwnd errorsFlorin Coras2-1/+9
2019-08-30session : make sure session layer is enabled when cli operate the sessions.Guanghua Zhang1-0/+4
2019-08-29ip: remove unused function parameterSimon Zhang6-17/+12
2019-08-29svm: fix fifo hdr freelist allocationFlorin Coras1-0/+2
2019-08-28bier: API cleanupJakub Grajciar1-7/+7
2019-08-28session: fix unbind coverity warningFlorin Coras1-0/+7
2019-08-27ipsec: Add 'detail' option to 'sh ipsec sa'Neale Ranns1-4/+8
2019-08-27interface: Remove residual dpdk bonding codeSteven Luong5-18/+4
2019-08-27session: move ctrl messages from bapi to mqFlorin Coras9-106/+675
2019-08-27ipsec: Fix NULL encryption algorithmNeale Ranns2-1/+9
2019-08-27ip: reassembly: remove unnecessary codeKlement Sekera2-6/+0
2019-08-26gso: fix segmentation when gso_size greater than vlib buffer sizeMohsin Kazmi1-1/+4
2019-08-26ip: ip6_preflen_to_mask incorrect result for prefix len > 64Andrew Yourtchenko1-0/+1
2019-08-23tcp: fix byte tracker samples flushFlorin Coras1-0/+1
2019-08-22dns: make the dns name resolver a pluginDave Barach9-4464/+0
2019-08-22ip: fix merge issueKlement Sekera1-2/+0
2019-08-22sr: fix sr_set_encap_source replyVratko Polak1-1/+1
2019-08-21tcp: add option for always on event loggingFlorin Coras7-184/+370
2019-08-21dns: add basic functional "make test" caseDave Barach1-0/+4
2019-08-21tcp: default to debug disabledFlorin Coras1-1/+1
2019-08-20vppapigen: remove support for legacy typedefsPaul Vinciguerra12-45/+32
2019-08-20ip: reassembly: send packet out on correct workerKlement Sekera2-92/+287
2019-08-20fix pcap_write functionJack Xu3-1/+8
2019-08-20api: Cleanup APIs interface.apiJakub Grajciar5-188/+256
2019-08-20tcp: forward conn resets through tcp-outputFlorin Coras1-32/+20
2019-08-19dns: handle multiple replies for single requestsDave Barach3-59/+121
2019-08-19ip: leverage existing vlib_buffer_advanceZhiyong Yang1-6/+3
2019-08-19devices: skip checksum calculation if guest supports checksum offloadSteven Luong1-3/+7
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