Age | Commit message (Expand) | Author |
2019-07-06 | Re-add some printf's as they were originally. | Kevin Lo |
2019-07-06 | Ensure Rx/Tx resources are freed during interface stop. | Kevin Lo |
2019-07-05 | Use timeout_add_msec(9) | kn |
2019-07-05 | Fix vpci_bus_map() if the case where the "child" space in the "ranges" | Mark Kettenis |
2019-07-05 | If there is no explicit device class match for a given boot device, | Visa Hankala |
2019-07-05 | Since on a SCAN each node is provided in its own event, | Patrick Wildt |
2019-07-05 | Use multi-threaded task queues to prevent deadlocks in the case where a | Mark Kettenis |
2019-07-05 | pretend to handle setting trunkproto, but only support setting it to lacp | David Gwynne |
2019-07-05 | fix the $OpenBSD$ tag | David Gwynne |
2019-07-05 | initialise sc_lacp_timeout to AGGR_LACP_TIMEOUT_SLOW, not 0; | David Gwynne |
2019-07-05 | iterate over distributing ports when populating the tx map, not all ports | David Gwynne |
2019-07-05 | init the log of tx times to somewhere in the past when adding a port. | David Gwynne |
2019-07-05 | move a declaration before a statement. | David Gwynne |
2019-07-05 | report a port as active to userland if it is muxed | David Gwynne |
2019-07-05 | tweak mtu handling and propagate mtu setting to trunkports | David Gwynne |
2019-07-05 | add aggr, but leave it commented out for now. | David Gwynne |
2019-07-05 | wire up aggr | David Gwynne |
2019-07-05 | add aggr(4), a dedicated driver that implements 802.1AX link aggregation | David Gwynne |
2019-07-05 | record when trunk takes over an interface by setting ac_trunkport | David Gwynne |
2019-07-05 | add ac_trunkport to arpcom so trunks can coordinate owning an interface | David Gwynne |
2019-07-04 | Fix a free size panic when detaching a crypto softraid on i386. | Alexander Bluhm |
2019-07-04 | Remove a useless kernel lock from the TCP socket splicing path. | Alexander Bluhm |
2019-07-04 | when the mac address changes, update the mac/vlan filters accordingly. | Jonathan Matthew |
2019-07-04 | drm/amdgpu: simplify Raven, Raven2, and Picasso handling | Jonathan Gray |
2019-07-04 | drm/amdgpu: use IP presence to free uvd and vce handles | Jonathan Gray |
2019-07-04 | drm/amdgpu/soc15: clean up picasso support | Jonathan Gray |
2019-07-04 | drm/amdgpu: add new raven series device | Jonathan Gray |
2019-07-04 | drm/amdgpu: add ip blocks for picasso (v2) | Jonathan Gray |
2019-07-04 | drm/amdgpu: enable vcn powergating for PCO | Jonathan Gray |
2019-07-04 | drm/amdgpu: Enable SDMA power gating for PCO | Jonathan Gray |
2019-07-04 | drm/amdgpu: Add pg support for gfxoff for PCO | Jonathan Gray |
2019-07-04 | drm/amdgpu: add picasso for amdgpu kms | Jonathan Gray |
2019-07-04 | drm/amdgpu: add picasso support for sdma_v4 | Jonathan Gray |
2019-07-04 | drm/amdgpu: add picasso support for gfx_v9_0 | Jonathan Gray |
2019-07-04 | drm/amdgpu: add picasso support for gmc | Jonathan Gray |
2019-07-04 | drm/amdgpu: add clockgating support for picasso | Jonathan Gray |
2019-07-04 | drm/amdgpu: add picasso support for vcn | Jonathan Gray |
2019-07-04 | drm/amdgpu: add picasso ucode loading method | Jonathan Gray |
2019-07-04 | drm/amdgpu: initilize picasso psp firmwares support | Jonathan Gray |
2019-07-04 | drm/amdgpu: Add support of powerplay for picasso | Jonathan Gray |
2019-07-04 | drm/amd/display/dm: add picasso support | Jonathan Gray |
2019-07-04 | drm/amdgpu: add picasso support for vm | Jonathan Gray |
2019-07-04 | drm/amdgpu: add soc15 support for picasso | Jonathan Gray |
2019-07-04 | drm/amdgpu: add picasso to asic_type enum | Jonathan Gray |
2019-07-04 | Make seqlock_init() take an IPL argument so the engine stats lock which | Jonathan Gray |
2019-07-03 | Add tsleep_nsec(9), msleep_nsec(9), and rwsleep_nsec(9). | cheloha |
2019-07-03 | Skip thermal zones without "trips" or "cooling-maps" nodes. | Mark Kettenis |
2019-07-03 | OF_finddevice(9) returns -1 if the node in question couldn't be found. | Mark Kettenis |
2019-07-03 | Allocate a new major for tap(4) also note that pseudo-device tun is for tap | Patrick Wildt |
2019-07-03 | Lock the kernel when removing file descriptors from the descriptor | Visa Hankala |