aboutsummaryrefslogtreecommitdiffstats
path: root/device/conn_linux.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* global: fix a few typos courtesy of codespellJonathan Tooker2019-10-221-4/+4
| | | | Signed-off-by: Jonathan Tooker <jonathan.tooker@netprotect.com>
* device: getsockname on linux to determine portJason A. Donenfeld2019-08-251-0/+10
| | | | | It turns out Go isn't passing the pointer properly so we wound up with a zero port every time.
* global: regroup all importsJason A. Donenfeld2019-05-141-2/+3
|
* conn: linux: RTA_MARK has moved to x/sysJason A. Donenfeld2019-04-131-1/+1
|
* boundif: introduce API for socket bindingJason A. Donenfeld2019-03-041-10/+10
|
* global: begin modularizationJason A. Donenfeld2019-03-031-0/+746