summaryrefslogtreecommitdiffhomepage
path: root/net/netutil
AgeCommit message (Expand)AuthorFilesLines
2023-08-09cmd/tailscale: refactor shared utility methodsWill Norris1-0/+93
2023-08-01ipnlocal, net/*: deprecate interfaces.GetState, use netmon more for itBrad Fitzpatrick1-7/+3
2023-06-27net/netutil: parse IP forwarding val as int, not bool (#8455)Ross Zurowski1-1/+8
2023-03-13all: replace /kb/ links with /s/ equivalentsMaisem Ali1-1/+1
2023-02-08net/netutil: only check Linux sysctls w/ procfs, assume absent means falseBrad Fitzpatrick2-13/+27
2023-01-27all: update copyright and license headersWill Norris3-9/+6
2022-09-29all: fix spelling mistakesJosh Soref1-1/+1
2022-07-25all: convert more code to use net/netip directlyBrad Fitzpatrick1-4/+4
2022-07-25net/netaddr: start migrating to net/netip via new netaddr adapter packageBrad Fitzpatrick1-4/+4
2022-03-28net/netutil: add CheckIPForwardingLinux (#4301)Maisem Ali1-0/+221
2022-03-24net/netutil: move some net utils from control/controlhttp to netutilBrad Fitzpatrick1-0/+53
2022-02-22net/netutil: fix regression where peerapi would get closed after 1st reqBrad Fitzpatrick2-14/+83
2022-02-13net/netutil: unify two oneConnListeners into a new packageBrad Fitzpatrick1-0/+50