summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip/BUILD
AgeCommit message (Expand)Author
2021-09-09Remove link/packetsocketGhanan Gowripalan
2021-06-24Internal change.Jamie Liu
2021-05-18use more explicit netstack dependency restrictionsKevin Krakauer
2021-05-06Moved to atomicbitops and renamed filesKevin Krakauer
2021-05-06Fix alignment issue with 64-bit atomics on 32 bit machinesKevin Krakauer
2021-05-03Implement standard clock safelyGhanan Gowripalan
2021-04-14Automatically enforce limited netstack dependenciesKevin Krakauer
2021-01-28Change tcpip.Error to an interfaceTamir Duberstein
2021-01-15Remove count argument from tcpip.Endpoint.ReadTamir Duberstein
2020-12-17[netstack] Implement MSG_ERRQUEUE flag for recvmsg(2).Ayush Ranjan
2020-11-12Refactor SOL_SOCKET optionsNayana Bidari
2020-03-24Move tcpip.PacketBuffer and IPTables to stack package.Bhasker Hariharan
2020-01-27Standardize on tools directory.Adin Scannell
2020-01-13Merge branch 'master' into iptables-write-input-dropKevin Krakauer
2020-01-10Put CancellableTimer tests in the tcpip_test packageGhanan Gowripalan
2020-01-09New sync package.Ian Gudger
2020-01-08CancellableTimer to encapsulate the work of safely stopping timersGhanan Gowripalan
2020-01-08Getting a panic when running tests. For some reason the filter table isKevin Krakauer
2019-11-06Use PacketBuffers, rather than VectorisedViews, in netstack.Kevin Krakauer
2019-10-14Reorder BUILD license and load functions in netstack.Kevin Krakauer
2019-09-12Remove go_test from go_stateify and go_marshalMichael Pratt
2019-08-02Plumbing for iptables sockopts.Kevin Krakauer
2019-06-13Update canonical repository.Adin Scannell
2019-01-31Remove license commentsMichael Pratt
2018-09-13Plumb monotonic time to netstackIan Gudger
2018-08-02Automated rollback of changelist 207037226Zhaozhong Ni
2018-08-01Automated rollback of changelist 207007153Michael Pratt
2018-08-01stateify: convert all packages to use explicit mode.Zhaozhong Ni
2018-07-27stateify: support explicit annotation mode; convert refs and stack packages.Zhaozhong Ni
2018-07-09Switch netstack licenses to Apache 2.0.Nicolas Lacasse
2018-04-28Check in gVisor.Googler