aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet
AgeCommit message (Expand)AuthorFilesLines
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
2018-07-07PipesNeale Ranns11-7/+1199
2018-07-05vxlan:use bihash_24_8 for ipv6 lookupEyal Bari3-116/+167
2018-07-04fix VPP-1312 Invalid UDP packet length in ipsecKlement Sekera1-1/+2
2018-07-04IP FIB dump - incorrect table-ID for deag pathsNeale Ranns1-1/+1
2018-07-04Remove unused members from ip4_fib_tNeale Ranns2-9/+3
2018-07-04add 'src-lookup' keyword for FIB pathsNeale Ranns1-0/+4
2018-07-03tcp: update snd_una_max for retranmsitsFlorin Coras2-3/+8
2018-07-02Fixing ip4-reassembly ip6-reassembly non feature node, next_node_index settingVijayabhaskar Katamreddy3-2/+2
2018-06-30tcp: fix single loop prefetchFlorin Coras2-3/+9