aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet
AgeCommit message (Expand)AuthorFilesLines
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
2018-06-30session: send tx notification to appFlorin Coras3-188/+229
2018-06-29ipsec: fix VPP-1333 - crash in ipsec policy cliKlement Sekera1-0/+6
2018-06-29Removing the static keyword do_fragment routines, so that could be accessed o...Vijayabhaskar Katamreddy2-3/+8
2018-06-29IP4 Router Alert option handling for IGMPNeale Ranns4-14/+156
2018-06-28vcl: move binary api and cfg to separate filesFlorin Coras3-4/+0
2018-06-28vcl: refactor vcl sessionFlorin Coras1-12/+17
2018-06-28reassembly: optimize bihash usageKlement Sekera2-45/+38
2018-06-28ip: vectorized ip checksumDamjan Marion2-69/+119
2018-06-27gcc8 and Wstringop-truncationMarco Varlese1-2/+2
2018-06-26tcp/session: tx optimizationsFlorin Coras4-22/+53
2018-06-26Fix assert issue in ip_csum_add_even()Hongjun Ni1-1/+2
2018-06-26tcp: avoid doing work in tcp_rcv_sacks for no sacksFlorin Coras1-2/+3
2018-06-26node functions cannot be always_inlineDamjan Marion7-18/+18