Russ Cox
|
290c469a71
|
all: gofmt
Gofmt to update doc comments to the new formatting.
For golang/go#51082.
Change-Id: Iae68a9cd600060577271575e893ecb23bed1e509
Reviewed-on: https://go-review.googlesource.com/c/net/+/399599
Run-TryBot: Russ Cox <rsc@golang.org>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Auto-Submit: Russ Cox <rsc@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
|
2022-04-12 02:06:05 +00:00 |
|
Matt Layher
|
1961d9def2
|
bpf: add Go implementation of virtual machine
Fixes golang/go#16055.
Change-Id: I80437e2895b0f2bf23e090dec29bd20c2900db9a
Reviewed-on: https://go-review.googlesource.com/24136
Reviewed-by: David Anderson <danderson@google.com>
Run-TryBot: Mikio Hara <mikioh.mikioh@gmail.com>
Reviewed-by: Mikio Hara <mikioh.mikioh@gmail.com>
|
2016-06-18 00:31:17 +00:00 |
|
David Anderson
|
1dd0d85fc0
|
bpf: correct spelling of marshaling in package doc.
Change-Id: Ied9b2589b4aa5cb445dd368864df047c84848a95
Reviewed-on: https://go-review.googlesource.com/21217
Reviewed-by: Mikio Hara <mikioh.mikioh@gmail.com>
|
2016-03-28 08:44:40 +00:00 |
|
David Anderson
|
27276f6b36
|
bpf: add package documentation describing the BPF virtual machine.
Change-Id: I2fcb07bdc104c488aa61a6c6b6ee8797e60e868a
Reviewed-on: https://go-review.googlesource.com/21216
Reviewed-by: Mikio Hara <mikioh.mikioh@gmail.com>
|
2016-03-28 07:53:43 +00:00 |
|
David Anderson
|
3c208088b6
|
bpf: new package to assemble and disassemble Berkeley Packet Filter programs.
The package currently implements the operations defined by
https://www.kernel.org/doc/Documentation/networking/filter.txt , which
comprises the base BPF virtual machine plus the Linux kernel's extension
opcodes.
Updates golang/go#14982
Change-Id: Iafb43d80e067040e60465a9bfb7d5f2ca90cc2ae
Reviewed-on: https://go-review.googlesource.com/21212
Reviewed-by: Mikio Hara <mikioh.mikioh@gmail.com>
|
2016-03-28 06:22:12 +00:00 |
|