Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-23 | add GREHeaderSize | Mikael Magnusson | |
2021-01-23 | fix gre protocol number | Mikael Magnusson | |
2021-01-23 | WIP GRE tunnel | Mikael Magnusson | |
2020-11-16 | Merge release-20201109.0-49-g758e45618 (automated) | gVisor bot | |
2020-11-16 | Clean up fragmentation.Process | Toshi Kikuchi | |
- Pass a PacketBuffer directly instead of releaseCB - No longer pass a VectorisedView, which is included in the PacketBuffer - Make it an error if data size is not equal to (last - first + 1) - Set the callback for the reassembly timeout on NewFragmentation PiperOrigin-RevId: 342702432 | |||
2020-09-30 | Merge release-20200921.0-78-g3ef549b67 (automated) | gVisor bot | |
2020-09-29 | Set transport protocol number during parsing | Kevin Krakauer | |
PiperOrigin-RevId: 334535896 | |||
2020-09-18 | Merge release-20200907.0-138-g360006d89 (automated) | gVisor bot | |
2020-09-18 | Use common parsing utilities when sniffing | Ghanan Gowripalan | |
Extract parsing utilities so they can be used by the sniffer. Fixes #3930 PiperOrigin-RevId: 332401880 |