created | 2019-06-08T11:13:49Z |
---|---|
begin | 2019-06-05T00:00:00Z |
end | 2019-06-06T00:00:00Z |
path | src/sys |
commits | 3 |
date | 2019-06-05T00:36:20Z | |||
---|---|---|---|---|
author | dlg | |||
files | src/sys/dev/pci/mpii.c | log | diff | annotate |
message | this can support 64BIT DVA for io |
date | 2019-06-05T04:45:42Z | |||
---|---|---|---|---|
author | jmatthew | |||
files | src/sys/dev/pci/if_mcx.c | log | diff | annotate |
message |
We know which flow table entries are actually in use, so we can just delete those rather than blindly deleting everything, which also means we don't need to check against a specific syndrome code to ignore errors we get deleting entries that aren't there. |
date | 2019-06-05T12:53:43Z | |||
---|---|---|---|---|
author | claudio | |||
files | src/sys/net/rtsock.c | log | diff | annotate |
message |
Remove workaround and return EINVAL when userland sends routing messages with bad address flags. OK bluhm@ sthen@ |