[roll] Roll fuchsia [netstack3] Blanket impl for BufferTransportContext + more

Refactors the `Ipv4TransportLayerContext` & `Ipv6TransportLayerContext`
to a single `IpTransportLayerContext<I, C>` with an extension trait
`BufferIpTransportLayerContext<I, C, B>` which provides a `BufferMut`.
`BufferIpTransportLayerContext` was introduced to enable the blanket
implementation of `BufferTransportContext`.

These newly introduced/refactored traits and the existing
`InnerIcmpContext` are given blanket implementations.

This removes some (but not all) usages of the concrete type `Ctx` from
the IP module.

Original-Bug: 48578, 86168

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/686603
Original-Revision: 77274897f5a61a66a717d4690de5255e5e528c83
GitOrigin-RevId: 77a2c1aa6bc1d2d12461cc5cb6d1deb1b60b8e51
Change-Id: I5ea3dda0953a7a17c0fa61a5e599efe4258e5e41
1 file changed
tree: bbf37d38d7152dc627a911b90247f8b9b8654edc
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. test_durations
  12. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.