aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/ip/ip6_forward.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-09mpls: fix default mpls lb hash configVladislav Grishenko1-2/+1
2024-03-21ip: add support for buffer offload metadata in ip midchainArthur de Kerhor1-10/+0
2024-03-12misc: remove GNU Indent directivesDamjan Marion1-32/+0
2024-03-04ip: fix warning on interface ipv6 prefix removeVladislav Grishenko1-1/+1
2024-01-29ip: don't export useless error counters for ip6 rewriteArthur de Kerhor1-2/+0
2022-08-11ip: Use .api declared error countersNeale Ranns1-4/+7
2022-04-12ip: fix arc start in ip46-local for local mfib entriesAlexander Chernavin1-13/+14
2022-02-03ip nat: use ip rx sw_if_index in ip-local arc startFlorin Coras1-6/+6
2022-01-31ip: reassembly - add a way to disable for forusKlement Sekera1-1/+1
2022-01-31ip: fix length calculation in ip6-receiveKlement Sekera1-1/+1
2021-12-03ip: extension header parsing fails for fragment headerOle Troan1-8/+5
2021-11-23ip: unlock_fib on if deleteNathan Skrzypczak1-0/+9
2021-11-10ip: always set ip rx_sw_if_indexFlorin Coras1-3/+6
2021-10-21ip: Add ip46-local node for local swif[rx]Nathan Skrzypczak1-13/+48
2021-09-24ip: set error number on failed intf addrMatthew Smith1-1/+4
2021-09-13interface: fix init fib_index_by_sw_if_indexNathan Skrzypczak1-9/+9
2021-08-14ip: Fix crash in ip address add on sub-int without exact-matchPim van Pelt1-6/+3
2021-07-15misc: replace CLIB_PREFETCH with clib_prefetch_{load,store}Damjan Marion1-2/+2
2021-06-07pg: Reduce the inclusion of pg.hNeale Ranns1-0/+1
2021-05-06vlib: fix the offload flags sizeMohsin Kazmi1-2/+2
2021-05-05vlib: move offload flags to 1st cacheline in vlib_buffer_tMohsin Kazmi1-3/+3
2021-02-15vlib: refactor checksum offload supportMohsin Kazmi1-32/+30
2021-02-05ip: Remove unused include fileNeale Ranns1-1/+0
2021-01-21ip: use IPv6 flowlabel in flow hash computationAhmed Abdelsalam1-25/+10
2021-01-21ip: set correct error in ip6-localBenoƮt Ganne1-3/+3
2020-12-27ip: Use full reassembly for fragments in ip6-localNeale Ranns1-1/+1
2020-12-14misc: move to new pool_foreach macrosDamjan Marion1-3/+3
2020-11-20ip-neighbor: Use ip_address_t rather than ip46_address_tNeale Ranns1-1/+4
2020-10-19ip: Move the IP6 fib into ip6_[m]fib.cNeale Ranns1-46/+0
2020-10-05ipsec: Use bihash for tunnel lookupNeale Ranns1-0/+1
2020-06-08vxlan: Fixed checksum caclculation offsetVladimir Isaev1-6/+3
2020-05-27ethernet: fix DMAC check and skip unnecessary ones (VPP-1868)John Lo1-0/+7
2020-05-14ip: fix interface ip address del sw_if_index checkyedg1-1/+4
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