aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/ip/ip6_forward.c
AgeCommit message (Expand)AuthorFilesLines
2019-04-10Make tcp/udp/icmp compute checksum safer for buffer-chain caseJohn Lo1-1/+1
2019-04-08fixing typosJim Thompson1-1/+1
2019-03-28IPSEC: run encrpyt as a feautre on the tunnelNeale Ranns1-6/+23
2019-03-26ip6-rewrite: bug fix buffer->error in dual loopKingwel Xie1-2/+12
2019-02-19tap gso: experimental supportAndrew Yourtchenko1-10/+44
2019-02-19ip6-local: fix uninitialized variable errorDamjan Marion1-1/+1
2019-02-18Explicit dual-loop in ip6-localBenoît Ganne1-72/+134
2019-02-15Optimize ip6-localBenoît Ganne1-246/+187
2019-02-14Add -fno-common compile optionBenoît Ganne1-1/+3
2019-02-13ip6: convert code to new multiarchDamjan Marion1-91/+57
2018-12-16IP6-MFIB: replace the radix tree with bihash (VPP-1526)Neale Ranns1-2/+5
2018-12-12Change ipsec feature node namesPierre Pfister1-4/+4
2018-11-26Add a feature arc consistency checkDave Barach1-0/+3
2018-11-14Remove c-11 memcpy checks from perf-critical codeDave Barach1-14/+14
2018-11-12IPv6: Make link-local configurable per-interface (VPP-1446)Juraj Sloboda1-0/+31
2018-11-08IP load-balance; trace at the end of the node so the flow hash used is displayedNeale Ranns1-3/+3
2018-10-23c11 safe string handling supportDave Barach1-3/+3
2018-10-22ipsec: split ipsec nodes into ip4/ip6 nodesKlement Sekera1-4/+4
2018-10-04Support reassembly for fragments coming to ip4-local nodeJuraj Sloboda1-0/+1
2018-09-27IPIP and IPv6 fragmentationOle Troan1-1/+2
2018-08-17VPP-1392: VXLAN fails with IP fragmentationOle Troan1-1/+1
2018-07-21fix IP directed broadcast node declarationsMatthew Smith1-1/+1
2018-07-20IP directed broadcastNeale Ranns1-7/+21
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