Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-08-28 | fix panic when calling SO_ORIGINAL_DST without initializing iptables | Kevin Krakauer | |
Reported-by: syzbot+074ec22c42305725b79f@syzkaller.appspotmail.com PiperOrigin-RevId: 328963899 | |||
2020-08-25 | remove iptables sockopt special cases | Kevin Krakauer | |
iptables sockopts were kludged into an unnecessary check, this properly relegates them to the {get,set}SockOptIP functions. PiperOrigin-RevId: 328395135 | |||
2020-08-19 | ip6tables: test initial state | Kevin Krakauer | |
Tests that we have the correct initial (empty) state for ip6tables. #3549 PiperOrigin-RevId: 327477657 | |||
2019-08-19 | Read iptables via sockopts. | Kevin Krakauer | |
PiperOrigin-RevId: 264180125 |