summaryrefslogtreecommitdiffstats
path: root/src/vnet/ip/ip6_forward.c
AgeCommit message (Expand)AuthorFilesLines
2018-07-11avoid using thread local storage for thread indexDamjan Marion1-2/+2
2018-06-26node functions cannot be always_inlineDamjan Marion1-1/+1
2018-06-19Check get packet template allocation failure (VPP-1321)John Lo1-0/+2
2018-06-14Use unicast DMAC for IP neighbor pool refresh probesJohn Lo1-2/+3
2018-06-14MTU: IP fragmentation added to ip4-rewrite and ip6-rewriteOle Troan1-12/+35
2018-06-04ip4: optimize ip4_localFlorin Coras1-0/+1
2018-06-04ip: save fib index for buffer in ip lookupFlorin Coras1-21/+9
2018-05-23VPP-1283: IPv6 PMTU missing MTU value in ICMP6 message.Ole Troan1-16/+26
2018-05-15No overlapping sub-nets on any interface in the same table/VRF (VPP-943)Neale Ranns1-0/+44
2018-04-27IPv6 NS: use the mcast rewrite node to fill in the destination MACNeale Ranns1-263/+0
2018-04-18Mcast rewrite optimisationsNeale Ranns1-3/+21
2018-04-13Revert "MTU: Setting of MTU on software interface (instead of hardware interf...Damjan Marion1-61/+43
2018-04-13MTU: Setting of MTU on software interface (instead of hardware interface)Ole Troan1-43/+61
2018-04-12Fixes 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