created | 2019-07-25T11:41:08Z |
---|---|
begin | 2019-07-20T00:00:00Z |
end | 2019-07-21T00:00:00Z |
path | src/sys |
commits | 5 |
date | 2019-07-20T04:53:12Z | |||
---|---|---|---|---|
author | dlg | |||
files | src/sys/net/if_aggr.c | log | diff | annotate |
message |
just use LINK_STATE_IS_UP to see if a port has link. excluding HALF_DUPLEX just seems mean. |
date | 2019-07-20T04:54:22Z | |||
---|---|---|---|---|
author | dlg | |||
files | src/sys/net/if_aggr.c | log | diff | annotate |
message |
generate the actor info per port to send to userland. useful for debugging. |
date | 2019-07-20T23:01:51Z | |||
---|---|---|---|---|
author | mpi | |||
files | src/sys/net/if_bridge.c | log | diff | annotate |
message |
When multiple ports share the same MAC, pick the physical one for delivery. Fix an issue reported by Eygene Ryabinkin where packet where dropped by pf(4) because a vlan(4) interface was picked instead of its underlying em(4). While here do some refactoring to avoid code duplication. Based on a submission from Eygene Ryabinkin ok bluhm@, kn@ |
date | 2019-07-20T23:03:55Z | |||
---|---|---|---|---|
author | mpi | |||
files | src/sys/arch/m88k/m88k/db_interface.c | log | diff | annotate |
src/sys/arch/powerpc/powerpc/trap.c | log | diff | annotate | |
message |
Increment `db_active' before entering db_trap() like other archs do. ok visa@ |
date | 2019-07-20T23:06:51Z | |||
---|---|---|---|---|
author | mpi | |||
files | src/sys/arch/macppc/dev/zs.c | log | diff | annotate |
src/sys/arch/sparc64/sparc64/ipifuncs.c | log | diff | annotate | |
src/sys/ddb/db_trap.c | log | diff | annotate | |
src/sys/ddb/db_var.h | log | diff | annotate | |
src/sys/dev/pci/drm/include/linux/kernel.h | log | diff | annotate | |
src/sys/dev/pci/drm/include/linux/kgdb.h | log | diff | annotate | |
src/sys/kern/subr_prf.c | log | diff | annotate | |
src/sys/kern/subr_witness.c | log | diff | annotate | |
message |
Get rid of `ddb_is_active' instead use `db_active'. From Christian Ludwig ok visa@ |