aboutsummaryrefslogtreecommitdiff
path: root/src/syscall/netlink_linux.go
AgeCommit message (Expand)Author
2023-09-18all: clean unnecessary castsJes Cok
2023-04-18syscall: add a sync.Pool for a NetlinkRIB scratch bufferBrad Fitzpatrick
2022-08-19syscall: remove cloexecSocket fallback pathTobias Klauser
2021-08-16syscall: hoist Getsockname out of NetlinkRIB loopsMatt Layher
2019-12-11syscall: use SOCK_CLOEXEC when creating socketsLorenz Bauer
2016-09-14syscall: add bounds checking and error returns to ParseNetlinkMessageDavid Stainton
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2014-09-08build: move package sources from src/pkg to srcRuss Cox