Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-10-21 | AF_PACKET support for netstack (aka epsocket). | Kevin Krakauer | |
Like (AF_INET, SOCK_RAW) sockets, AF_PACKET sockets require CAP_NET_RAW. With runsc, you'll need to pass `--net-raw=true` to enable them. Binding isn't supported yet. PiperOrigin-RevId: 275909366 | |||
2019-09-26 | Make raw socket tests pass in environments with or without CAP_NET_RAW. | Kevin Krakauer | |
PiperOrigin-RevId: 271442321 | |||
2019-08-20 | Add tests for raw AF_PACKET sockets. | Kevin Krakauer | |
PiperOrigin-RevId: 264494359 |