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.cc
Age
Commit message (
Expand
)
Author
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
2020-07-28
Redirect TODO to GitHub issues
Fabricio Voznika
2020-07-22
Support for receiving outbound packets in AF_PACKET.
Bhasker Hariharan
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-03-11
Merge pull request #1975 from nybidari:iptables
gVisor bot
2020-03-02
Fix panic caused by invalid address for Bind in packet sockets.
Nayana Bidari
2020-02-27
Internal change.
Nayana Bidari
2019-10-23
Add check for proper settings to AF_PACKET tests.
Kevin Krakauer
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-15
Add tests for "cooked" AF_PACKET sockets.
Kevin Krakauer