aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet
AgeCommit message (Expand)AuthorFilesLines
2019-10-23sr: add "set sr encaps hop-limit" commandIgnas Bačius5-1/+74
2019-10-23tcp: improve rate samples for retansmitted segmentsFlorin Coras3-77/+184
2019-10-23tcp: fix sack retransmit beyond snd_nxtFlorin Coras2-2/+13
2019-10-22ikev2: fix GCM cipherFilip Tehlar1-9/+17
2019-10-22ip: reassembly: avoid corruption in vnet bufferKlement Sekera1-17/+18
2019-10-18ipsec: fix tunnel protection removalFilip Tehlar1-1/+1
2019-10-22ip: ipfix-export API updateJakub Grajciar2-22/+38
2019-10-22vppinfra: add vec_set_len()Benoît Ganne2-4/+6
2019-10-21tls: enable tls engine as the default engineYu Ping1-1/+1
2019-10-21session: support registration of custom crypto enginesFlorin Coras3-1/+22
2019-10-21vcl: add api to set lcl ipFlorin Coras3-1/+3
2019-10-18ip: trivial typos in docsPaul Vinciguerra2-9/+9
2019-10-17session: unify buffer tx dispatchingFlorin Coras1-26/+11
2019-10-17session tcp: infra for transports to send buffersFlorin Coras4-60/+36
2019-10-17tcp: avoid sending acks when data availableFlorin Coras3-5/+24
2019-10-17tcp: Init cwnd from ssthresh.Sergey Ivanushkin2-2/+38
2019-10-17ip: punt API cleanupJakub Grajciar1-6/+6
2019-10-17ip: rd_cp API cleanupJakub Grajciar1-4/+6
2019-10-17bonding: fix interface deletionBenoît Ganne1-15/+7
2019-10-17tcp: fix mss flag in option parsingFlorin Coras1-1/+1
2019-10-16session: increase max ctrl msg sizeFlorin Coras3-2/+13
2019-10-16tcp: avoid head retransmit if scoreboard has no holesFlorin Coras2-3/+2
2019-10-16bonding: graph node running after bond-input in feature arc may crashSteven Luong2-3/+42
2019-10-16flow: Add 'drop' and 'redirect-to-queue' actions supportChenmin Sun1-0/+5
2019-10-16fib: fix use-after-free for interface adj removalBenoît Ganne1-0/+3
2019-10-16session: fix use-after-freeBenoît Ganne1-1/+1
2019-10-15ipip: fix typos in short_helpIgnas Bacius1-3/+3
2019-10-14gso: Add gso feature arcMohsin Kazmi9-377/+1051
2019-10-14ping: Move to pluginMohsin Kazmi6-1370/+11
2019-10-14fib: recursive calculation leads to delegate pool reallocNeale Ranns1-4/+14
2019-10-12tls: allow disconnects from main threadFlorin Coras1-1/+4
2019-10-11lisp: fix dangling references to bihash tablesDave Barach1-6/+26
2019-10-11tcp: refactor flags into cfg and conn flagsFlorin Coras4-31/+89
2019-10-11ip: reassembly: trace ip headers over worker handoffsKlement Sekera5-27/+87
2019-10-11ip: RD-CP API incorrect reply codeNeale Ranns1-1/+1
2019-10-11bonding: feature arc may not be enabled for the slave interfaceSteven Luong1-2/+2
2019-10-10tcp: improve pacing after idle send periodsFlorin Coras6-76/+124
2019-10-10tcp: retry lost retransmitsFlorin Coras7-155/+205
2019-10-10ip: fix clang debug compilationBenoît Ganne1-3/+1
2019-10-10session: fix typos & cert_key store initNathan Skrzypczak2-6/+4
2019-10-10tcp: custom checksum calculations for Ipv4/Ipv6Srikanth A6-122/+194
2019-10-10tcp: fix tso not work in single buffer issueSimon Zhang2-6/+9
2019-10-10sr: fix deleting an SR l2 steering policyAhmed Abdelsalam1-3/+7
2019-10-10geneve: API cleanupJakub Grajciar2-32/+31
2019-10-09session: avoid old io dispatch if no slots left to sendRyujiro Shibuya1-2/+3
2019-10-09map: use ip6-full-reassembly instead of own codeKlement Sekera4-0/+70
2019-10-09interface: dump the interface device typeMohsin Kazmi2-0/+8
2019-10-09ip: fix coverity warningKlement Sekera1-3/+7
2019-10-09interface: callback to manage extra MAC addressesMatthew Smith6-1/+256
2019-10-09mpls: support fragmentation of mpls output packetRajesh Goel6-16/+120