index
:
gvisor
build-android
detachable-fdbased
feature/dummy-iface
feature/nl-neighbor
go
go-align32
go-detachable-fdbased
go-next2
gonet-originaldestination
gre
gre-master
v6only
Container Runtime Sandbox
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
test
/
syscalls
/
linux
/
packet_socket_raw.cc
Age
Commit message (
Expand
)
Author
2021-09-01
Support sending with packet sockets
Ghanan Gowripalan
2021-08-11
Run packet socket tests on Fuchsia
Ghanan Gowripalan
2021-07-22
Move socket_test_util to //test/util
Ghanan Gowripalan
2021-06-28
check explicitly that AF_PACKET sockets can't write in gVisor
Kevin Krakauer
2021-06-21
clean up tcpdump TODOs
Kevin Krakauer
2021-04-20
Move SO_RCVBUF to socketops.
Nayana Bidari
2021-01-26
Move SO_SNDBUF to socketops.
Nayana Bidari
2021-01-15
Correctly return EMSGSIZE when packet is too big in raw socket.
Ting-Yu Wang
2020-10-23
Support getsockopt for SO_ACCEPTCONN.
Nayana Bidari
2020-09-17
{Set,Get} SO_LINGER on all endpoints.
Nayana Bidari
2020-08-31
Remove __fuchsia__ defines
Tamir Duberstein
2020-07-28
Redirect TODO to GitHub issues
Fabricio Voznika
2020-07-16
Add support to return protocol in recvmsg for AF_PACKET.
Bhasker Hariharan
2020-07-15
Add support for SO_ERROR to packet sockets.
Bhasker Hariharan
2020-07-11
Stub out SO_DETACH_FILTER.
Bhasker Hariharan
2020-07-06
Add support for SO_RCVBUF/SO_SNDBUF for AF_PACKET sockets.
Bhasker Hariharan
2019-10-21
AF_PACKET support for netstack (aka epsocket).
Kevin Krakauer
2019-09-26
Make raw socket tests pass in environments with or without CAP_NET_RAW.
Kevin Krakauer
2019-08-20
Add tests for raw AF_PACKET sockets.
Kevin Krakauer