Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-06-11 | Merge release-20200522.0-142-g4c0a8bdaf (automated) | gVisor bot | |
2020-06-11 | Do not use tentative addresses for routes | Ghanan Gowripalan | |
Tentative addresses should not be used when finding a route. This change fixes a bug where a tentative address may have been used. Test: stack_test.TestDADResolve PiperOrigin-RevId: 315997624 | |||
2020-06-11 | Merge release-20200522.0-141-g4f111b638 (automated) | gVisor bot | |
2020-06-11 | Merge pull request #2863 from lubinszARM:pr_sndbuf | gVisor bot | |
PiperOrigin-RevId: 315991648 | |||
2020-06-11 | Merge release-20200522.0-139-gd58d57606 (automated) | gVisor bot | |
2020-06-11 | Don't copy structs with sync.Mutex during initialization | Fabricio Voznika | |
During inititalization inode struct was copied around, but it isn't great pratice to copy it around since it contains ref count and sync.Mutex. Updates #1480 PiperOrigin-RevId: 315983788 | |||
2020-06-11 | Merge release-20200522.0-138-g11dc95e6c (automated) | gVisor bot | |
2020-06-11 | Merge release-20200522.0-136-g13f2664cf (automated) | gVisor bot | |
2020-06-11 | Merge release-20200522.0-134-g44575bf72 (automated) | gVisor bot | |
2020-06-11 | Merge release-20200522.0-133-gaf6ec7b73 (automated) | gVisor bot | |
2020-06-11 | Add Generate method in merkletree | gVisor bot | |
A method is added to generate a merkle tree for data, and store the generated tree in the output. PiperOrigin-RevId: 315966571 | |||
2020-06-11 | Merge release-20200522.0-132-gd2cc9a888 (automated) | gVisor bot | |
2020-06-11 | Factor out flipcall mmap for internal use | gVisor bot | |
PiperOrigin-RevId: 315959279 | |||
2020-06-11 | Merge release-20200522.0-131-gb39cc6a80 (automated) | gVisor bot | |
2020-06-11 | Add merkle tree size measure | gVisor bot | |
This change creates a merkletree package which will be used in the future for an implementation of file system API. PiperOrigin-RevId: 315952451 | |||
2020-06-11 | Merge release-20200522.0-130-g0c7a5bc69 (automated) | gVisor bot | |
2020-06-11 | Merge release-20200522.0-129-ga085e562d (automated) | gVisor bot | |
2020-06-10 | Add support for SO_REUSEADDR to UDP sockets/endpoints. | Ian Gudger | |
On UDP sockets, SO_REUSEADDR allows multiple sockets to bind to the same address, but only delivers packets to the most recently bound socket. This differs from the behavior of SO_REUSEADDR on TCP sockets. SO_REUSEADDR for TCP sockets will likely need an almost completely independent implementation. SO_REUSEADDR has some odd interactions with the similar SO_REUSEPORT. These interactions are tested fairly extensively and all but one particularly odd one (that honestly seems like a bug) behave the same on gVisor and Linux. PiperOrigin-RevId: 315844832 | |||
2020-06-11 | Merge release-20200522.0-128-ga87c74bc5 (automated) | gVisor bot | |
2020-06-10 | Remove duplicate colon from warning log. | Nicolas Lacasse | |
doAction()->log.TracebackAll() will append a colon. PiperOrigin-RevId: 315842611 | |||
2020-06-11 | Merge release-20200522.0-127-gb436b9717 (automated) | gVisor bot | |
2020-06-10 | Deleting the maxSendBufferSize from fs/host | Bin Lu | |
When I do high-performance networking, the value of wmem_max is often set very high, specially for 10/25/50 Gigabit NIC. I think maybe this restriction is not suitable. Signed-off-by: Bin Lu <bin.lu@arm.com> | |||
2020-06-10 | Merge pull request #2711 from lubinszARM:pr_mmio | gVisor bot | |
PiperOrigin-RevId: 315812219 | |||
2020-06-11 | Merge release-20200522.0-125-g508e7c3a7 (automated) | gVisor bot | |
2020-06-10 | Merge pull request #2763 from ↵ | gVisor bot | |
gaurav1086:sentry_kernel_timekeeper_use_buffered_channel PiperOrigin-RevId: 315803553 | |||
2020-06-11 | Merge release-20200522.0-123-gab4c85189 (automated) | gVisor bot | |
2020-06-10 | Merge release-20200522.0-122-g41d9e536d (automated) | gVisor bot | |
2020-06-10 | Merge release-20200522.0-121-g9338854ea (automated) | gVisor bot | |
2020-06-10 | Merge release-20200522.0-120-g4b9652d63 (automated) | gVisor bot | |
2020-06-10 | {S,G}etsockopt for TCP_KEEPCNT option. | Nayana Bidari | |
TCP_KEEPCNT is used to set the maximum keepalive probes to be sent before dropping the connection. WANT_LGTM=jchacon PiperOrigin-RevId: 315758094 | |||
2020-06-10 | Merge release-20200522.0-119-ga5a4f8048 (automated) | gVisor bot | |
2020-06-10 | socket/unix: handle sendto address argument for connected sockets | Andrei Vagin | |
In case of SOCK_SEQPACKET, it has to be ignored. In case of SOCK_STREAM, EISCONN or EOPNOTSUPP has to be returned. PiperOrigin-RevId: 315755972 | |||
2020-06-10 | Merge release-20200522.0-118-gfadbfd83d (automated) | gVisor bot | |
2020-06-10 | Include panic message in log | Michael Pratt | |
PiperOrigin-RevId: 315745386 | |||
2020-06-10 | Merge release-20200522.0-117-g6d43ac957 (automated) | gVisor bot | |
2020-06-10 | Merge pull request #2787 from lubinszARM:pr_race_time | gVisor bot | |
PiperOrigin-RevId: 315734425 | |||
2020-06-10 | Merge release-20200522.0-115-gf004bb870 (automated) | gVisor bot | |
2020-06-10 | Remove duplicate and incorrect size check | Tamir Duberstein | |
Minimum header sizes are already checked in each `case` arm below. Worse, the ICMP entries in transportProtocolMinSizes are incorrect, and produce false "raw packet" logs. PiperOrigin-RevId: 315730073 | |||
2020-06-10 | Merge release-20200522.0-114-g9d2b2c121 (automated) | gVisor bot | |
2020-06-10 | Replace use of %v in sniffer | Tamir Duberstein | |
PiperOrigin-RevId: 315711208 | |||
2020-06-10 | Merge release-20200522.0-113-g203dc121f (automated) | gVisor bot | |
2020-06-10 | Redirect TODOs to more specific issues | Fabricio Voznika | |
Closes #1623 PiperOrigin-RevId: 315681993 | |||
2020-06-09 | sentry: use defer wg.Done() unconditionally | Gaurav Singh | |
Signed-off-by: Gaurav Singh <gaurav1086@gmail.com> | |||
2020-06-10 | Merge release-20200522.0-112-g67565078b (automated) | gVisor bot | |
2020-06-09 | Implement flock(2) in VFS2 | Fabricio Voznika | |
LockFD is the generic implementation that can be embedded in FileDescriptionImpl implementations. Unique lock ID is maintained in vfs.FileDescription and is created on demand. Updates #1480 PiperOrigin-RevId: 315604825 | |||
2020-06-10 | Merge release-20200522.0-111-g52c922f7c (automated) | gVisor bot | |
2020-06-09 | Merge pull request #2712 from lubinszARM:pr_sigfp_init | gVisor bot | |
PiperOrigin-RevId: 315599736 | |||
2020-06-10 | Merge release-20200522.0-109-ge3cbfbf34 (automated) | gVisor bot | |
2020-06-09 | Merge pull request #2907 from lubinszARM:pr_minor | gVisor bot | |
PiperOrigin-RevId: 315595602 | |||
2020-06-10 | Merge release-20200522.0-107-g4950ccde7 (automated) | gVisor bot | |