Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-01-21 | Change to standard types. | Adin Scannell | |
PiperOrigin-RevId: 290846481 | |||
2020-01-21 | Merge pull request #1492 from majek:err_typo_in_netstack_tests | gVisor bot | |
PiperOrigin-RevId: 290840370 | |||
2019-09-26 | Make raw socket tests pass in environments with or without CAP_NET_RAW. | Kevin Krakauer | |
PiperOrigin-RevId: 271442321 | |||
2019-07-12 | Add IPPROTO_RAW, which allows raw sockets to write IP headers. | Kevin Krakauer | |
iptables also relies on IPPROTO_RAW in a way. It opens such a socket to manipulate the kernel's tables, but it doesn't actually use any of the functionality. Blegh. PiperOrigin-RevId: 257903078 |