• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

.builds/H14-Jan-2020-5653

genltest/H14-Jan-2020-629473

CHANGELOG.mdH A D14-Jan-202069 105

LICENSE.mdH A D14-Jan-20201.1 KiB116

README.mdH A D14-Jan-20201.4 KiB2819

conn.goH A D14-Jan-20207 KiB236121

conn_linux_integration_go1.13_test.goH A D14-Jan-20203.8 KiB171131

conn_linux_integration_test.goH A D14-Jan-20204 KiB181134

conn_linux_test.goH A D14-Jan-20203.2 KiB156127

doc.goH A D14-Jan-2020262 71

example_go1.13_test.goH A D14-Jan-20203.8 KiB160110

family.goH A D14-Jan-2020379 1811

family_linux.goH A D14-Jan-20203.3 KiB147108

family_linux_test.goH A D14-Jan-20206.1 KiB281252

family_others.goH A D14-Jan-2020537 2413

fuzz.goH A D14-Jan-2020287 2114

go.modH A D14-Jan-2020234 118

go.sumH A D14-Jan-20202.2 KiB2322

message.goH A D14-Jan-20201.6 KiB6230

message_test.goH A D14-Jan-20202.5 KiB148138

README.md

1genetlink [![builds.sr.ht status](https://builds.sr.ht/~mdlayher/genetlink.svg)](https://builds.sr.ht/~mdlayher/genetlink?) [![GoDoc](https://godoc.org/github.com/mdlayher/genetlink?status.svg)](https://godoc.org/github.com/mdlayher/genetlink) [![Go Report Card](https://goreportcard.com/badge/github.com/mdlayher/genetlink)](https://goreportcard.com/report/github.com/mdlayher/genetlink)
2=========
3
4Package `genetlink` implements generic netlink interactions and data types.
5MIT Licensed.
6
7For more information about how netlink and generic netlink work,
8check out my blog series on [Linux, Netlink, and Go](https://mdlayher.com/blog/linux-netlink-and-go-part-1-netlink/).
9
10If you have any questions or you'd like some guidance, please join us on
11[Gophers Slack](https://invite.slack.golangbridge.org) in the `#networking`
12channel!
13
14## Stability
15
16See the [CHANGELOG](./CHANGELOG.md) file for a description of changes between
17releases.
18
19This package has reached v1.0.0 and any future breaking API changes will prompt
20the release of a new major version. Features and bug fixes will continue to
21occur in the v1.x.x series.
22
23The general policy of this package is to only support the latest, stable version
24of Go. Compatibility shims may be added for prior versions of Go on an as-needed
25basis. If you would like to raise a concern, please [file an issue](https://github.com/mdlayher/genetlink/issues/new).
26
27**If you depend on this package in your applications, please use Go modules.**
28