aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet
AgeCommit message (Expand)AuthorFilesLines
2019-05-02mp_safe SW_INTERFACE_DUMP, SW_INTERFACE_DETAILS, SW_INTERFACE_TAG_ADD_DEL,Steven Luong3-0/+9
2019-03-05Fix 'show interface span' field lengthIgor Mikhailov (imichail)1-2/+2
2019-02-21vhost: VPP stalls with vhost performing control plane actions [VPP-1572]Steven Luong3-216/+259
2019-01-30bond: packet drops on VPP bond interface [VPP-1544]Steven2-20/+21
2018-12-05MPLS: buffer over-run with incorrectly init'd vector. fix VAT dumpNeale Ranns1-1/+1
2018-12-05IPSEC-AH: fix packet dropNeale Ranns2-7/+0
2018-11-03vhost_user: Fix setting MTU using uninitialized variableJuraj Sloboda1-2/+1
2018-10-17VPP-1448: Fix error when recurse on down the trie.mu.duojiao1-21/+19
2018-10-17VPP-1459:Ip4 lookup fail when exist prefix cover.mu.duojiao1-3/+1
2018-10-01SCTP: fix overflow issue with timestampMarco Varlese5-23/+29
2018-09-28IP ttl check in ip4-input missing for single packet path.Ole Troan1-0/+3
2018-09-25MPLS tunnel dump fixNeale Ranns3-4/+8
2018-09-25BIER; bi-dir to/from underlayNeale Ranns7-59/+110
2018-09-21GRE: fix 4o6 and 6o4 adj stackingNeale Ranns4-20/+24
2018-09-02vhost: Fix VPP crash when reloading VM with mixed-type ports [VPP-1406]Yichen Wang2-1/+15
2018-08-31SR-MPLS: fixes and testsNeale Ranns4-3/+30
2018-08-29SR-mpls: do not pass empty label stack to fibNeale Ranns1-10/+11
2018-08-29Consolidate table->index conversion in fib-path CLI processingNeale Ranns3-36/+14
2018-08-28Adjacency walks protected by 'walk in progress' flagNeale Ranns2-2/+12
2018-08-28MPLS: allow 16 as a valid output labelNeale Ranns1-1/+1
2018-08-22IPIP and SIXRD tunnels create API needs table-IDs not fib-indexesNeale Ranns8-58/+146
2018-08-17VPP-1392: VXLAN fails with IP fragmentationOle Troan4-2/+6
2018-08-07Fix dangling reference in l2fib_scan(...)Dave Barach1-0/+8
2018-08-03loop counter to prevent infiinte number of look ups per-packetNeale Ranns5-4/+100
2018-08-01fix 'sh vxlan tunnels'Neale Ranns1-15/+4
2018-07-30Reverse the logic of flagging malformed packet in fragmentation code to allow...Rajesh Saluja1-1/+1
2018-07-27Fix memory leak in processing of ICMPv6 RA event (VPP-1360)Juraj Sloboda1-1/+2
2018-07-24fix vector index range checks (VPP-1353)Eyal Bari8-8/+8
2018-07-23QOS: mark/record fix feature ordering c-n-p errorNeale Ranns1-5/+5
2018-07-23QoS: marking and recording for MPLS and VLANNeale Ranns3-18/+267
2018-07-22Loopback tx: support multiple tx intfcs per frameDave Barach1-153/+197
2018-07-19ip4-input and ip4-input-no-checksum should be siblingsNeale Ranns1-11/+1
2018-07-18qos mark/record: fix disable-sw_if_index range checkEyal Bari2-2/+2
2018-07-18loopback:fix delete to check interface classEyal Bari1-13/+6
2018-07-18VOM: support for pipesNeale Ranns2-10/+10
2018-07-15VPP-1341: fix loopback interface graph arcsDave Barach4-66/+175
2018-07-14Improve IP4 ARP and IP6 ND Events Notificationv18.10-rc0John Lo2-11/+32
2018-07-13VPP-1338: fix ipsec api coverity warningsDave Barach1-4/+3
2018-07-12srv6: fix pointers in quad loopsFrancois Clad1-6/+6
2018-07-11session: push tx notifications only if neededFlorin Coras1-1/+6
2018-07-11avoid using thread local storage for thread indexDamjan Marion36-58/+59
2018-07-11bridge-domain:fix no_flood countEyal Bari1-0/+3
2018-07-10VPP-1337: Dangling reference be gone!Dave Barach3-0/+6
2018-07-10FIB path dump: fix next-hop-table ID for recursive routesNeale Ranns2-2/+3
2018-07-09IGMP improvementsNeale Ranns8-24/+236
2018-07-09vxlan:use bihash_16_8 for ipv4 lookupEyal Bari3-66/+76
2018-07-09new pipe code does not use stdintsNeale Ranns1-2/+2
2018-07-08Fix IPsec intf tx node setup at intf creationMatthew Smith1-2/+2
2018-07-08session/svm: fix coverity warningsFlorin Coras1-1/+5
2018-07-08vhost: Add multi-versioning supportMohsin Kazmi6-1534/+1667