summaryrefslogtreecommitdiffstats
path: root/src/vnet
AgeCommit message (Expand)AuthorFilesLines
2020-02-26span: API cleanupJakub Grajciar2-13/+23
2020-02-26api: improve api string safetyJakub Grajciar3-4/+4
2020-02-25svm: minimal initial fifoFlorin Coras5-2/+7
2020-02-25session: basic fifo-tuning-logicRyujiro Shibuya8-9/+93
2020-02-25session svm: tracking segment memory usageRyujiro Shibuya4-19/+90
2020-02-25svm: refactor fifoFlorin Coras4-91/+7
2020-02-25feature: provide a u16 version of vnet_feature_nextNeale Ranns2-3/+9
2020-02-25tcp: handle cleanups without timersFlorin Coras4-36/+78
2020-02-25vlib: Punt reason allocation listener enable/disable callbackNeale Ranns5-23/+79
2020-02-24tcp: dynamic max timers per loopFlorin Coras2-3/+22
2020-02-24ethernet: trivial additionsNeale Ranns2-0/+9
2020-02-24l2: remove unused types and includes form feature arc codeNeale Ranns2-26/+0
2020-02-23session: include timer generated packets in max burstFlorin Coras1-1/+2
2020-02-23session: minimize number of tx eventsFlorin Coras1-8/+21
2020-02-22tcp: remove useless predictionSimon Zhang1-3/+1
2020-02-21fib: Uninitialised pad in the prefix (coverity warning)Neale Ranns1-0/+2
2020-02-21ipsec: IPSec protection for multi-point tunnel interfacesNeale Ranns17-165/+659
2020-02-21ipip: Unintialized return variable (coverity warning)Neale Ranns1-0/+1
2020-02-21ip: Unintialized variables in prefx setup (coverity warning)Neale Ranns2-0/+2
2020-02-21dhcp: update secondary radv_info structuresDave Barach2-5/+75
2020-02-20tcp: fix coverity warning in btFlorin Coras1-1/+1
2020-02-20lisp: fix coverity warningsFlorin Coras1-0/+1
2020-02-20fib: adjacency midchain teardown (VPP-1841)Neale Ranns3-5/+40
2020-02-20ip-neighbor: Fix aging timeoutVladimir Isaev1-12/+19
2020-02-20fib: fib path realloc during midchain stackNeale Ranns1-9/+13
2020-02-19tcp: fix syn-sent resetFlorin Coras1-2/+2
2020-02-19tls: handle disconect and reset in async modeYu Ping1-3/+10
2020-02-18devices: netlink: add more error loggingMohsin Kazmi1-10/+50
2020-02-18crypto: show crypto handlers re-designFilip Tehlar2-24/+37
2020-02-18tcp: add fib to connection cli outputFlorin Coras1-2/+2
2020-02-18misc: fix coverity warningsDave Barach8-10/+10
2020-02-18tcp: allow custom mss on connectsFlorin Coras2-0/+6
2020-02-18tcp: pace timer handlingFlorin Coras3-158/+168
2020-02-17misc: fix coverity warningsDave Barach9-15/+18
2020-02-17bfd: use tw_timer_template instead of legacy wheelKlement Sekera7-309/+336
2020-02-15tap: fix the default parameter for num_rx_queuesMohsin Kazmi1-9/+3
2020-02-14tls: remove session lookup operation in TLSYu Ping1-2/+0
2020-02-14tcp: reset fin-wait-2 timeout connectionsFlorin Coras2-0/+9
2020-02-14tunnel: add FEATURE.yamlNeale Ranns1-0/+9
2020-02-14tcp: improve reset generation in reset nodeFlorin Coras2-57/+41
2020-02-14tcp: minimal set of worker statsFlorin Coras4-7/+115
2020-02-13fib: Fix some more realloc errorsNeale Ranns5-55/+34
2020-02-12classify: fix "show classify filter" debug CLIDave Barach1-3/+1
2020-02-12tcp: improve invalid packet handling in syn-rcvdFlorin Coras2-4/+14
2020-02-12tcp: move connections to wrk ctxFlorin Coras2-47/+47
2020-02-12tcp: postpone rst handlingFlorin Coras3-71/+133
2020-02-11vppinfra: remove the historical mheap memory allocatorDave Barach3-25/+3
2020-02-11misc: fix coverity warningsDave Barach1-2/+8
2020-02-11ipsec: add support for chained buffersFilip Tehlar7-154/+790
2020-02-11session: avoid scanning new io list under loadFlorin Coras2-21/+51