aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet
AgeCommit message (Expand)AuthorFilesLines
2018-10-23c11 safe string handling supportDave Barach219-781/+785
2018-10-23ipsec: fix wrong counter bumpKlement Sekera1-1/+1
2018-10-22ipsec fix missing node renamesKlement Sekera1-1/+1
2018-10-22Fix buffer overflow when fragmenting packets (VPP-1383)Juraj Sloboda1-2/+3
2018-10-22ipsec: split ipsec nodes into ip4/ip6 nodesKlement Sekera12-319/+510
2018-10-22lisp-gpe: register udp port only if enabled (VPP-1468)Florin Coras1-5/+7
2018-10-21tcp: count first lost hole (VPP-1465)Florin Coras1-14/+17
2018-10-20pipes: fix the l2.l2_len and the l[23]_hdr_offset setting behavior of pipe-rx...Andrew Yourtchenko1-29/+30
2018-10-19vppinfra: add atomic macros for __sync builtinsSirshak Das12-34/+35
2018-10-18tcp: fix sacks lost bytes counting (VPP-1465)Florin Coras1-16/+28
2018-10-18tls: fix connection failures/interrupts at scale (VPP-1464)Florin Coras4-27/+42
2018-10-18tcp: fix cleanup of non established connections (VPP-1463)Florin Coras2-1/+5
2018-10-18Ping; remove unused arraysNeale Ranns1-3/+0
2018-10-17vxlan:decap caching error (VPP-1462)Eyal Bari1-1/+1
2018-10-17IP Route add/del API is MP safeNeale Ranns1-0/+6
2018-10-17tcp: fix multiple fin retries (VPP-1461)Florin Coras2-10/+10
2018-10-17tcp: avoid sack processing when not needed (VPP-1460)Florin Coras2-3/+6
2018-10-17bond: tx optimizationsDamjan Marion3-307/+330
2018-10-17VPP-1459:Ip4 lookup fail when exist prefix cover.mu.duojiao1-3/+1
2018-10-16tls: fix multi threaded medium scale test (VPP-1457)Florin Coras7-11/+52
2018-10-16FIB: use vlib-log for debuggingNeale Ranns15-149/+237
2018-10-16Ping; report failures to the terminalNeale Ranns2-14/+39
2018-10-16vcl: fix bidirectional tests (VPP-1455)Florin Coras1-24/+24
2018-10-16Sticky Load-balanceNeale Ranns6-40/+497
2018-10-15vnet: create L2 feature arc infrastructureAndrew Yourtchenko7-2/+728
2018-10-15VPP-1448: Fix error when recurse on down the trie.mu.duojiao1-21/+19
2018-10-14vxlan:fix ip6 tunnel deletionEyal Bari1-1/+2
2018-10-14session: mark apis for deprecationFlorin Coras1-2/+9
2018-10-12session: don't wait indefinitely for apps to consume evts (VPP-1454)Florin Coras1-10/+28
2018-10-12vnet: complete the fix for l3_hdr_offset calculation for single loop fastpass...Andrew Yourtchenko1-1/+1
2018-10-12ip: add container proxy dump API (VPP-1364)Matus Fabian4-0/+121
2018-10-11bfd:fix handling session creation batchEyal Bari1-27/+34
2018-10-11L2: BM traffic does not use UU-FWD (VPP-1445)Neale Ranns1-1/+2
2018-10-10reassembly: get number of workers instead of threads (VPP-1435)Juraj Sloboda2-6/+6
2018-10-10L2-flood: no clone for 1 replicationNeale Ranns1-59/+69
2018-10-09vnet: ethernet-input incorrectly sets l3_hdr_offset in some casesAndrew Yourtchenko1-26/+26
2018-10-08Adding Multipath support for exclusive DPO based fib path entries via rpathVijayabhaskar Katamreddy2-2/+16
2018-10-08replicate trace fixNeale Ranns1-2/+6
2018-10-06bond: active-backup mode is using the wrong load balance algoSteven1-2/+4
2018-10-05bond: tx perf improvement, part troisDamjan Marion2-67/+166
2018-10-05session: fix local session tagging and cleanupFlorin Coras3-7/+5
2018-10-05On interface deletion - make sure any vlan qinq table is clearedJohn Lo1-0/+2
2018-10-05Improve ip_mroute_add_del documentationIan Wells1-4/+24
2018-10-05vxlan:ip4 decap:remove access to tunnel objectEyal Bari3-183/+190
2018-10-04Support reassembly for fragments coming to ip4-local nodeJuraj Sloboda3-0/+9
2018-10-04udp_echo: fix cut-through server modeFlorin Coras2-19/+26
2018-10-04MFIB-API: when programming an (S,G) fix the grp-lenNeale Ranns1-0/+4
2018-10-04VPP-1430: remove unnecessary paddingMarco Varlese1-2/+0
2018-10-04Fix handling of mpls_tunnel_add_del APIJohn Lo1-2/+16
2018-10-03ipsec: add missing ipv6 ah code & ipv6 testsKlement Sekera4-27/+103