| Age | Commit message (Expand) | Author |
| 2023-05-09 | net: correct Dialer.ControlContext documentation | Jabar Asadi |
| 2023-03-29 | net: mptcp: implement listenMPTCP | Matthieu Baerts |
| 2023-03-29 | net: mptcp: implement dialMPTCP | Matthieu Baerts |
| 2023-03-24 | net: add mptcpStatus type | Matthieu Baerts |
| 2022-11-18 | net: fix typo in ControlContext parameter names | Damien Neil |
| 2022-11-10 | net: unify TCP keepalive behavior | database64128 |
| 2022-11-04 | net: add ControlContext to Dialer | cuiweixie |
| 2022-06-08 | net: fix testHookDialTCP race | Damien Neil |
| 2022-04-11 | all: gofmt main repo | Russ Cox |
| 2022-03-31 | net: clean up redundant if branch in dial | Shang Ding |
| 2021-03-11 | docs: clarify when APIs use context.Background. | Matt T. Proud |
| 2020-04-25 | os, net: define and use os.ErrDeadlineExceeded | Ian Lance Taylor |
| 2019-11-15 | net: fix improper Context.Deadline usage in DialContext | Sergey Zagursky |
| 2019-09-02 | net: document concurrency safety and example for Dialer | tomocy |
| 2019-05-06 | net: use same TCP Keep Alive interval between dial and accept | Dong-hee Na |
| 2019-04-29 | net: correct docs of KeepAlive field in Dialer type | BigMikes |
| 2019-04-16 | all: s/cancelation/cancellation/ | Josh Bleecher Snyder |
| 2019-04-04 | net: add KeepAlive field to ListenConfig | Leo Antunes |
| 2018-12-03 | net: enable TCP keepalives by default | Carlo Alberto Ferraris |
| 2018-11-01 | net: enable RFC 6555 Fast Fallback by default | Brad Fitzpatrick |
| 2018-05-30 | net: add ListenConfig, Dialer.Control to permit socket opts before listen/dial | Audrius Butkevicius |
| 2018-05-29 | net: move dial and listen functions under sysDialer, sysListener | Audrius Butkevicius |
| 2017-06-22 | net: update documentation on Listen and ListenPacket | Mikio Hara |
| 2017-06-22 | net: update documentation on Dial and its variants | Mikio Hara |
| 2017-06-14 | net: clarify Listen on 0.0.0.0 behavior | Brad Fitzpatrick |
| 2017-04-14 | net: validate network in Dial{,IP} and Listen{Packet,IP} for IP networks | Mikio Hara |
| 2017-02-13 | net: refactor poller into new internal/poll package | Ian Lance Taylor |
| 2016-12-23 | net: Fix spelling of function name in doc | Kevin Burke |
| 2016-12-15 | net: fix typo | Kevin Burke |
| 2016-12-15 | net: fix consecutive dialing docs | Ian Lance Taylor |
| 2016-12-14 | net: document consecutive dialing in net.Dial | Kaviraj |
| 2016-11-11 | net: apply tcp4/tcp6 restrictions to literals in ResolveTCPAddr | Russ Cox |
| 2016-10-25 | net: add hostname warnings to all first(isIPv4) functions. | Paul Marks |
| 2016-09-21 | net: add Resolver type, Dialer.Resolver, and DefaultResolver | Brad Fitzpatrick |
| 2016-08-17 | net: simplify internal dtoi and xtoi funcs | Dan Peterson |
| 2016-05-17 | net: use IPv4/IPv6 reserved address blocks for documentation | Mikio Hara |
| 2016-05-14 | net, net/http: don't trace DNS dials | Tom Bergan |
| 2016-05-13 | net, net/http: don't trace UDP dials | Brad Fitzpatrick |
| 2016-04-28 | net/http, net/http/httptrace: new package for tracing HTTP client requests | Brad Fitzpatrick |
| 2016-04-27 | net: clarify DialContext's use of its provided context | Brad Fitzpatrick |
| 2016-04-19 | net: enable DualStack mode on Plan 9 | David du Colombier |
| 2016-04-18 | net: fix plan9 after context change, propagate contexts more | Brad Fitzpatrick |
| 2016-04-15 | net: context plumbing, add Dialer.DialContext | Brad Fitzpatrick |
| 2016-03-16 | net: filter destination addresses when source address is specified | Mikio Hara |
| 2016-03-03 | net: deduplicate TCP socket code | Mikio Hara |
| 2016-03-01 | all: make copyright headers consistent with one space after period | Brad Fitzpatrick |
| 2016-02-23 | net: use dialTCP cancelation for DualStack dialing. | Paul Marks |
| 2016-01-07 | net: document ":port" syntax in Dial, Listen, ListenPacket | Russ Cox |
| 2015-12-15 | net: add Dialer.Cancel to cancel pending dials | Brad Fitzpatrick |
| 2015-07-23 | net: compute the Dialer deadline exactly once. | Paul Marks |