summaryrefslogtreecommitdiffhomepage
path: root/net/packet
AgeCommit message (Expand)AuthorFilesLines
2022-01-19wgengine/netstack: clear TCP ECN bits before giving to gvisorBrad Fitzpatrick2-10/+133
2022-01-19net/packet: fix typo in commentBrad Fitzpatrick1-1/+1
2021-12-09net/packet: add ICMP6Header, like ICMP4HeaderBrad Fitzpatrick4-7/+226
2021-12-08net/packet: don't make IP6Header.marshalPseudo assume UDPBrad Fitzpatrick2-3/+3
2021-12-08net/packet: fix doc copy/paste-oBrad Fitzpatrick1-1/+1
2021-10-28all: use testingutil.MinAllocsPerRunJosh Bleecher Snyder1-6/+7
2021-05-20net/packet: use netaddr AppendTo methodsJosh Bleecher Snyder1-31/+11
2021-05-20net/packet: add BenchmarkStringJosh Bleecher Snyder1-3/+31
2021-05-16all: adapt to opaque netaddr typesJosh Bleecher Snyder2-38/+40
2021-03-29net/{packet,tstun}: send peerapi port in TSMP pongsBrad Fitzpatrick1-6/+13
2021-03-24net/packet, wgengine/{filter,tstun}: add TSMP pingBrad Fitzpatrick2-0/+74
2021-03-20net/packet, wgengine{,/filter}: remove net/packet IPProto forwarding constsBrad Fitzpatrick6-56/+71
2021-03-20net/packet, wgengine/filter: support SCTPBrad Fitzpatrick7-74/+76
2021-03-09wgengine/filter: only log packets to/from non-default routes.David Anderson1-0/+6
2021-02-04net/packet: add some more TSMP packet reject reasons and MaybeBroken bitBrad Fitzpatrick2-12/+80
2021-01-15net/packet, wgengine, tstun: add inter-node TSMP protocol for connect errorsBrad Fitzpatrick6-6/+267
2021-01-11net/packet: add TCPFlag type and some more constantsBrad Fitzpatrick1-6/+11
2020-12-22net/packet: remove the custom IP4/IP6 types in favor of netaddr.IP.David Anderson4-243/+106
2020-12-22go.mod: bump inet.af/netaddr to non-allocating versionBrad Fitzpatrick1-1/+1
2020-12-19net/packet: add an IP6 constructor from a raw byte array.David Anderson1-2/+6
2020-11-16wgengine/filter: don't filter GCP DNS.David Anderson1-0/+7
2020-11-13net/packet: remove unnecessary markJosh Bleecher Snyder1-1/+1
2020-11-13net/packet: speed up packet decodingJosh Bleecher Snyder1-0/+2
2020-11-12net/packet: represent IP6 as two uint64s.David Anderson2-11/+23
2020-11-12wgengine/filter: add full IPv6 support.David Anderson4-1/+151
2020-11-10net/packet: documentation pass.David Anderson6-76/+109
2020-11-10net/packet: remove NewIP, offer only a netaddr constructor.David Anderson2-14/+2
2020-11-10net/packet: documentation cleanups.David Anderson2-15/+21
2020-11-10net/packet: fix panic on invalid IHL field.David Anderson2-1/+29
2020-11-10net/packet: remove {get,put}{16,32} indirection to encoding/binary.David Anderson4-42/+39
2020-11-10net/packet: support full IPv6 decoding.David Anderson8-172/+442
2020-11-10net/packet: add IPv6 source and destination IPs to Parsed.David Anderson3-18/+44
2020-11-10net/packet: record allocations in benchmark.David Anderson1-0/+1
2020-11-09net/packet: s/ParsedPacket/Parsed/ to avoid package stuttering.David Anderson3-31/+31
2020-11-09net/packet: rename from wgengine/packet.David Anderson7-0/+1037