aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet
AgeCommit message (Expand)AuthorFilesLines
2019-03-02session: cleanup/rename functionsFlorin Coras21-261/+188
2019-03-02session: cleanup session event typesFlorin Coras10-74/+63
2019-03-01tcp: allow future acks if in windowFlorin Coras1-4/+9
2019-03-01IPSEC: tunnel-input; don't load the HW interface structNeale Ranns4-43/+41
2019-03-01session: refactor local connectsFlorin Coras11-886/+474
2019-02-28MPLS: tunnel delete crashNeale Ranns1-0/+6
2019-02-28TEST: IPSEC NAT-T with UDP headerNeale Ranns1-0/+1
2019-02-27session: refactor local/cut-through listensFlorin Coras7-188/+262
2019-02-27VPP-1576: fix Coverity issuesDave Barach1-1/+2
2019-02-26VPP-1574: minimize RPC barrier sync callsDave Barach1-5/+25
2019-02-26session: fix local bindsFlorin Coras2-3/+4
2019-02-26Move pcap rx/tx trace code out of the dpdk pluginDave Barach3-17/+374
2019-02-25Fix broken ASSERTDave Barach1-1/+2
2019-02-25IKEv2 to pluginNeale Ranns11-7252/+19
2019-02-25buffer chain linearizationKlement Sekera4-339/+92
2019-02-23vhoat: potential crash in map_guest_mem using debug imageSteven Luong1-1/+14
2019-02-23session: separate local session logicFlorin Coras10-529/+607
2019-02-22tcp: keep snd sack block free listFlorin Coras3-2/+7
2019-02-22IPSEC: header exportsNeale Ranns8-1/+10
2019-02-22Callback functions must have the correct signatureNeale Ranns3-4/+8
2019-02-22tcp: send enough dupacks to cover all sack holesFlorin Coras4-14/+37
2019-02-22session/vcl: fix coverity warningsFlorin Coras1-1/+1
2019-02-22tapv2: coverity strikes backSteven Luong1-5/+4
2019-02-22Add no-append flag to vlib_frame_tDamjan Marion2-0/+2
2019-02-21vhost: VPP stalls with vhost performing control plane actionsSteven Luong3-214/+259
2019-02-21Revert "bond: problem switching from l2 to l3"Peter Mikus1-11/+0
2019-02-21vcl/session: send unlisten over message queueFlorin Coras3-2/+39
2019-02-21tcp: drop outstanding data when entering closing stateFlorin Coras4-7/+16
2019-02-20pg: fix payload hex-string bugKingwel Xie1-6/+8
2019-02-20pg: fix tracing when device-input feature arc is usedDamjan Marion1-6/+4
2019-02-20pg: fix crash when multiple streams are enqueuing to the same nextDamjan Marion1-1/+1
2019-02-20pg: remove no-recycle optionDamjan Marion2-6/+0
2019-02-20session: fix local sessions disconnectsFlorin Coras2-22/+21
2019-02-20tls: add vcl testFlorin Coras3-7/+7
2019-02-20IPSEC: API coverity error of unitialised stat_index valueNeale Ranns1-0/+2
2019-02-20IPSEC-GRE: no clib_warning in the DPNeale Ranns1-3/+0
2019-02-19reassembly: handle ip6 atomic fragmentsKlement Sekera1-6/+3
2019-02-19reassembly: fix buffer usage counterKlement Sekera1-5/+7
2019-02-19VPP-1568:when entry src cover change, recursive-loop fib still can not work.mu.duojiao1-0/+9
2019-02-19tap gso: experimental supportAndrew Yourtchenko14-59/+786
2019-02-19VPP-1573 fix crash in ip6 reassemblyKlement Sekera1-1/+1
2019-02-19ip6-local: fix uninitialized variable errorDamjan Marion1-1/+1
2019-02-18tls: fix openssl/mbedtls use of app_wrk indexFlorin Coras2-15/+15
2019-02-18session: move fifo allocation logic to app workerFlorin Coras8-175/+158
2019-02-18tcp: harden for high scale scenariosFlorin Coras9-35/+82
2019-02-18DHCP: trace flags copied from old to new not vice-versaNeale Ranns2-2/+2
2019-02-18Explicit dual-loop in ip6-localBenoît Ganne1-72/+134
2019-02-18IPSEC: move SA counters into the stats segmentNeale Ranns11-18/+66
2019-02-18tcp: fix handling of retransmitted synsFlorin Coras2-16/+26
2019-02-15Optimize ip6-localBenoît Ganne1-246/+187