aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet
AgeCommit message (Expand)AuthorFilesLines
2019-10-30l2: l2tp API cleanupJakub Grajciar2-24/+39
2019-10-29ip: refactor ip4_mtrie to use atomic store-releasejaszha031-14/+5
2019-10-29ip: refactor ip4_mtrie to atomically unset leavesjaszha031-4/+6
2019-10-29ethernet: VNET API to create sub-interfacesNeale Ranns3-55/+56
2019-10-29tcp: correct tcp connection lookup conditionRyujiro Shibuya1-7/+10
2019-10-28session: allow transport cleanup only if not deletedFlorin Coras1-2/+3
2019-10-28ip: Punt rather than drop unkown IPv6 ICMP packetsNeale Ranns1-5/+5
2019-10-28ping: move the echo responder into the ping pluginNeale Ranns2-200/+3
2019-10-28ip: reassembly fix sanity checksKlement Sekera2-5/+5
2019-10-28session: app-closed to transport-deleted on delete notifyFlorin Coras2-2/+2
2019-10-28ip: fix tracing of packet flagsKlement Sekera1-1/+1
2019-10-28ip: reassembly: fix use-after-freeBenoît Ganne2-5/+10
2019-10-25dhcp: fix crash on unicast renewal sendNeale Ranns1-4/+1
2019-10-25mdata: buffer metadata change tracker pluginDave Barach1-15/+37
2019-10-24gso: fix buffers traceBenoît Ganne1-0/+1
2019-10-24lacp: add actor steady state check prior to skip processing lacp pduSteven Luong2-26/+26
2019-10-23devices: vhoost cpu->copy array overflow on tcp jumbo frame (65535 bytes)Steven Luong2-2/+8
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