created | 2019-05-08T03:32:59Z |
---|---|
begin | 2017-12-01T00:00:00Z |
end | 2017-12-02T00:00:00Z |
path | src/sys |
commits | 3 |
date | 2017-12-01T10:33:33Z | |||
---|---|---|---|---|
author | bluhm | |||
files | src/sys/net/pf.c | log | diff | annotate |
src/sys/netinet/in_pcb.c | log | diff | annotate | |
src/sys/netinet/in_pcb.h | log | diff | annotate | |
src/sys/netinet/tcp_input.c | log | diff | annotate | |
src/sys/netinet/tcp_usrreq.c | log | diff | annotate | |
src/sys/netinet/udp_usrreq.c | log | diff | annotate | |
message |
Simplify the reverse PCB lookup logic. The PF_TAG_TRANSLATE_LOCALHOST security check prevents that the user accidentally configures redirect where a divert-to would be appropriate. Instead of spreading the logic into tcp and udp input, check the flag during PCB listen lookup. This also reduces parameters of in_pcblookup_listen(). OK visa@ |
date | 2017-12-01T12:40:58Z | |||
---|---|---|---|---|
author | bluhm | |||
files | src/sys/netinet/in_pcb.c | log | diff | annotate |
message | Fix white spaces and shorten long line. |
date | 2017-12-01T16:06:25Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/dev/ic/dwiic.c | log | diff | annotate |
message |
Add quotes around the name of (unconfigured) devices like we do for other iic(4) controllers. ok jcs@ |