aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/ip/ip6_forward.c
AgeCommit message (Expand)AuthorFilesLines
2018-07-09node functions cannot be always_inlineDamjan Marion1-1/+1
2018-04-18Fixes for 'make UNATTENDED=yes CC=clang CXX=clang verify'Neale Ranns1-2/+2
2018-03-29ip6: fix ip6-local urpf checkingFlorin Coras1-4/+7
2018-03-21reassembly: feature/concurrencyKlement Sekera1-1/+0
2018-03-18Remove unnumbered configuration on interface deleteNeale Ranns1-1/+2
2018-03-05IP6 link-local tableNeale Ranns1-3/+4
2018-03-016RD: Rewritten 6RD RFC5969 support.Ole Troan1-1/+2
2018-02-08ip: move lookup inline functions to header fileVijayabhaskar Katamreddy1-276/+1
2018-02-07classifier-based ACL: refactor + add output ACLAndrew Yourtchenko1-0/+6
2018-02-01IPv4/6 reassemblyKlement Sekera1-0/+2
2018-01-31Improved tracing for the IP[46] not-enabled case.Neale Ranns1-10/+10
2018-01-30Allow the provider of a midchain adjacency to pass context data that is retur...Neale Ranns1-3/+6
2018-01-09DVR: run L3 output featuresNeale Ranns1-1/+1
2017-12-15Fix icmp/udp/tcp punt/drop pathsVijayabhaskar Katamreddy1-3/+3
2017-12-13Separate heap for IPv4 mtriesNeale Ranns1-8/+3
2017-11-07vnet: ip4/6_local-> don't drop TCP/UCP marked for cksum calc fixJakub Grajciar1-6/+6
2017-11-03vnet: ip4/6_local->don't drop packet if marked for TCP/UDP offload cksum calc...Jakub Grajciar1-3/+12
2017-10-10session: add support for application namespacingFlorin Coras1-0/+26
2017-10-10punt and drop features:Neale Ranns1-71/+2
2017-10-04[aarch64] Fixes CLI crashes on dpaa2 platform.Christophe Fontaine1-3/+3
2017-10-03Repair vlib API socket serverDave Barach1-0/+8
2017-09-20Add ip6-local feature arcPierre Pfister1-6/+91
2017-09-11FIB table add/delete APINeale Ranns1-99/+4
2017-08-16tcp: fix v6 sessionsroot1-54/+64
2017-08-08L2 over MPLSNeale Ranns1-2/+2
2017-08-02Fix vpp crash sending arp or probing neighb (VPP-917)Pavel Kotucek1-0/+15
2017-07-14vnet_buffer_t flags cleanupDamjan Marion1-19/+25
2017-07-14Introduce l{2,3,4}_hdr_offset fields in the buffer metadataDamjan Marion1-3/+3
2017-06-23IP4/IP6 FIB: fix crash during interface deletePavel Kotucek1-0/+21
2017-06-01Fix 'ip probe' on /32Neale Ranns1-17/+22
2017-05-24IPv6 Performance bugsNeale Ranns1-18/+14
2017-05-11Validate ip6 interface fib tables early onFlorin Coras1-0/+5
2017-04-26IP Flow Hash Config fixesNeale Ranns1-7/+5
2017-04-24Improve Load-Balance MAPsNeale Ranns1-30/+74
2017-04-11MPLS Mcast coverity fixesNeale Ranns1-1/+1
2017-04-11Remove usued, redundant and deprecated code from lookup.hNeale Ranns1-15/+14
2017-04-07MPLS McastNeale Ranns1-0/+23
2017-04-06Use thread local storage for thread indexDamjan Marion1-12/+12
2017-03-29Mtrie optimisationsNeale Ranns1-6/+0
2017-03-27Mcast rewrite no memcpyNeale Ranns1-3/+3
2017-03-17Cache a 'has-features' flag on the adjacency for faster access. Reclaim the n...Neale Ranns1-8/+13
2017-03-07In-band OAM active probe (VPP-471)AkshayaNadahalli1-28/+4
2017-03-07make per-adj counters configurableNeale Ranns1-16/+32
2017-03-07Fixing loadbalancing over ECMP for recursive routesAkshayaNadahalli1-6/+5
2017-03-06ioam: manycast using iOAM and SR (VPP-628)Shwetha Bhandari1-74/+44
2017-03-03Changing the IP table for an interface is an error if the interface already h...Neale Ranns1-10/+29
2017-02-17Remove duplicate ip6 get interface address codeNeale Ranns1-6/+2
2017-02-13Out-of-tree Build Error fixAkshayaNadahalli1-0/+20
2017-02-13VPP-632 : InBand OAM AnalyserAkshayaNadahalli1-0/+3
2017-02-08Fix source address reachability check for ip6 local packetsAkshayaNadahalli1-6/+3