summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2019-09-29tcp: handle sack renegingFlorin Coras4-135/+203
2019-09-29tcp: enable gso in tcp hoststackSimon Zhang6-3/+89
2019-09-29tcp: cc algos handle cwnd on congestion signalFlorin Coras3-12/+11
2019-09-29tcp: send rwnd update only if wnd is large enoughFlorin Coras3-7/+15
2019-09-29tcp: force zero window on full rx fifoFlorin Coras1-1/+4
2019-09-29tcp: validate connections in outputFlorin Coras1-9/+46
2019-09-29ethernet: move dmac filtering to inline functionMatthew Smith1-56/+63
2019-09-29session: avoid bihash list for session tablesFlorin Coras1-12/+38
2019-09-29gbp: fix set_mac() in unit testsBenoît Ganne1-6/+2
2019-09-29tcp: fix rx min/max fifo size parsingFlorin Coras1-13/+14
2019-09-29tcp: improve mss computationFlorin Coras3-43/+48
2019-09-29session : make sure session layer is enabled when cli operate the sessions.Guanghua Zhang1-0/+4
2019-09-28quic: disable quic plugin by defaultAloys Augustin2-0/+5
2019-09-28ipsec ip tcp l2: multiarch nodes cannot be declared as staticDamjan Marion9-15/+16
2019-09-28session: move svm_fifo_clear_deq_ntf to before calling the app callbackVladimir Kropylev1-2/+2
2019-09-28devices: fix issue of per_interface_next_indexMichael Yu1-3/+4
2019-09-28tcp: track zero rwnd errorsFlorin Coras2-1/+9
2019-09-27ip: remove unused function parameterSimon Zhang9-24/+15
2019-09-27lacp: continuing input packet trace from device driverSteven Luong1-5/+2
2019-09-27svm: fix fifo hdr freelist allocationFlorin Coras3-1/+7
2019-09-27hsa: clean up vpp_echo json outputDave Wallace1-11/+13
2019-09-27quic: enable stable quic testsDave Wallace1-5/+0
2019-09-27avf: reduce default ITR intervalDamjan Marion1-1/+1
2019-09-27tap: fix tap interface not working on Arm issueLijian.Zhang3-2/+13
2019-09-26stats: memory leak with per-node-counters onOle Troan1-0/+3
2019-09-26vppapitrace: add text outputOle Troan1-8/+65
2019-09-25misc: improve pcap drop trace outputDave Barach1-0/+54
2019-09-25misc: unify pcap rx / tx / drop traceDave Barach5-231/+161
2019-09-25interface: fix pcap drop trace in case of vlanBenoît Ganne1-1/+12
2019-09-25misc: classifier-based packet trace filterDave Barach9-7/+450
2019-09-25interface: use the correct condition for checking if the pcap fd is openAndrew Yourtchenko4-4/+4
2019-09-25interface: fix pcap_write functionAndrew Yourtchenko3-4/+6
2019-09-25hsa: fix http responseBenoît Ganne1-1/+1
2019-09-25ipsec: Fix NULL encryption algorithmNeale Ranns2-1/+9
2019-09-25rdma: fix pending packets check on txBenoît Ganne1-1/+1
2019-09-25rdma: use rings for buffers managementBenoît Ganne5-203/+243
2019-09-25quic: Fix listener vpp_session_handleNathan Skrzypczak1-0/+1
2019-09-25avf: print queue id in packet traceDamjan Marion3-4/+6
2019-09-25lacp: mark is_mp_safe for show and dump binary APISteven Luong2-0/+5
2019-09-25interface: Remove residual dpdk bonding codeSteven Luong5-18/+4
2019-09-25tcp: fix byte tracker samples flushFlorin Coras2-0/+14
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-25vlib: fix null pointer crash on strncmpSteven Luong1-2/+2
2019-09-25lb: fix memcpy error issueYulong Pei1-7/+3
2019-09-24sr: fix sr_set_encap_source replyVratko Polak1-1/+1
2019-09-24hsa: move udp_echo to vpp_echoNathan Skrzypczak3-1262/+183
2019-09-24misc: missing ntohl for bond_slave's custom dumpSteven Luong1-2/+2