aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/ip/ip6_forward.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-04fib: midchain adjacency optimisationsNeale Ranns1-13/+24
2020-04-24ip: Setting the Link-Local address from the API enables IPv6 on theNeale Ranns1-2/+4
2020-04-23ip: Replace Sematics for Interface IP addressesNeale Ranns1-19/+81
2020-04-15urpf: Allow locally generated packets on TXNeale Ranns1-4/+0
2020-04-15misc: refactor calc_checksumsDave Barach1-3/+9
2020-04-08ip: do not clear the locally-originated flagNeale Ranns1-8/+2
2020-02-10ip6: fix l4 checksum with hop-by-hop headerMatthew Smith1-13/+23
2020-01-14classify: Reduce the include dependencies on vnet_classify.hNeale Ranns1-0/+1
2019-12-17ip: Protocol Independent IP NeighborsNeale Ranns1-185/+17
2019-12-08ip: coverity fixjohny1-8/+6
2019-12-05ip: fix cancel termination after receive malformed ip6 packetjohny1-3/+68
2019-12-04gso: remove the interface countMohsin Kazmi1-14/+6
2019-12-03fib: constify the adjacency in the rewrite nodesNeale Ranns1-1/+1
2019-11-11ip: functional interface to ip fragmentationOle Troan1-5/+10
2019-11-05ip: Fragmentation fixesNeale Ranns1-1/+1
2019-10-10tcp: custom checksum calculations for Ipv4/Ipv6Srikanth A1-56/+13
2019-10-09ip: only install IPv6 prefixes in FIB when the interface is upNeale Ranns1-39/+36
2019-09-25ip: refactor reassemblyKlement Sekera1-1/+1
2019-09-07ip: fix udp/tcp checksum corner casesDave Barach1-2/+16
2019-08-29ip: remove unused function parameterSimon Zhang1-1/+1
2019-08-12ip: allow addrs from the same prefix on intfMatthew Smith1-22/+129
2019-08-03ip: fix ip6/udp checksum for pkts using buffer chainingJohn Lo1-4/+12
2019-06-04Punt: specify packets by IP protocol TypeNeale Ranns1-0/+10
2019-05-30IP load-balance; perf improvement using the usual reciepeNeale Ranns1-168/+127
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