aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet
AgeCommit message (Expand)AuthorFilesLines
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
2019-02-15Fix connexion segfault in session api affecting tcp_echoNathan Skrzypczak1-1/+2
2019-02-15FIB: pass a copy the walk contextNeale Ranns1-1/+3
2019-02-14ipsec: memory leak fixupKingwel Xie1-1/+4
2019-02-14Add -fno-common compile optionBenoît Ganne21-16/+28
2019-02-13ip6: convert code to new multiarchDamjan Marion3-97/+87
2019-02-13IPSEC: restack SAs on backend changeNeale Ranns3-13/+42
2019-02-12ipsec: cli bug fixKingwel Xie1-6/+23
2019-02-11IPSEC-tun: The tunnel DB uses the network order SPI to save the byte swap in ...Neale Ranns2-8/+11
2019-02-11session: add config for evt qs segment sizeFlorin Coras2-3/+6
2019-02-11session: cleanup application interfaceFlorin Coras15-653/+561
2019-02-11ipsec: multi-arch, next-node-index cleanupKingwel Xie5-27/+55
2019-02-09buffers: fix typoDamjan Marion16-22/+21
2019-02-09tls: move test certificates to separate header fileFlorin Coras8-76/+102
2019-02-09session: refactor listen logicFlorin Coras17-645/+598
2019-02-07tcp: fix fib_index for v6 ll packetsFlorin Coras1-0/+7
2019-02-07IPSEC: remove unused members of main structNeale Ranns1-4/+0
2019-02-07IPSEC: no second lookup after tunnel encapNeale Ranns15-444/+716
2019-02-07Fix parsing overflow in unformat_mac_address_t()Benoît Ganne1-3/+3
2019-02-07tcp: fix reset sending in syn-sentFlorin Coras3-6/+7
2019-02-06buffers: make buffer data size configurable from startup configDamjan Marion16-21/+24
2019-02-06virtio: enable msix interrupt modeMohsin Kazmi4-44/+114
2019-02-06virtio: Use new buffer optimizationMohsin Kazmi5-2/+24
2019-02-06transport: cleanupFlorin Coras19-544/+571
2019-02-05session: cleanup part 3Florin Coras7-234/+245
2019-02-05session: cleanup part 2Florin Coras8-1191/+1228