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