summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2021-01-27add some more amdgpu devicesJonathan Gray
2021-01-27Be consistent in not using parameter names for function prototypes.Marcus Glocker
2021-01-27do better accounting of how many msix interrupts we want to use.David Gwynne
2021-01-27have pf_route{,6} clear the pf_pdesc mbuf ref early for route-to/reply-to.David Gwynne
2021-01-27don't run copies of packets made by dup-to through pf_test.David Gwynne
2021-01-27kqueue: Fix termination assertVisa Hankala
2021-01-26Recognize Apple Icestorm cores.Mark Kettenis
2021-01-26intrmap attribute missing from mcx; ok dlgTheo de Raadt
2021-01-25We have this sequence in bridge(4) ioctl(2) path:mvs
2021-01-25Give machdep.c a thorough cleanup that is long overdue.Mark Kettenis
2021-01-25Resolve data toggle out of sync problem for ugen(4) and uhidev(4) devicesMarcus Glocker
2021-01-25Add the new function usbd_clear_endpoint_feature() which allows to issueMarcus Glocker
2021-01-25raise the max number of queues/interrupts to 16, up from 1.David Gwynne
2021-01-25if the rx descriptor reports the rss hash, use it for the mbuf flowid.David Gwynne
2021-01-25don't lose the M_FLOWID flag if the ipv4 cksum is ok.David Gwynne
2021-01-25Fix wg(4) ioctl to be able to handle multiple wgpeers.YASUOKA Masahiko
2021-01-25if stoeplitz is enabled, use it to provide a flowid for tcp packets.David Gwynne
2021-01-25use an intrmap when establishing interrupts for queues.David Gwynne
2021-01-24match on Intel Alder Lake and Meteor Lake I219 Ethernet idsJonathan Gray
2021-01-24regenJonathan Gray
2021-01-24add Intel Alder Lake and Meteor Lake I219 Ethernet idsJonathan Gray
2021-01-24match on Realtek RTL8168H ids for Killer E2500V2 and E2600Jonathan Gray
2021-01-24regenJonathan Gray
2021-01-24add Realtek RTL8168H ids for Killer E2500V2 and E2600Jonathan Gray
2021-01-23match on another Realtek RTL8168 idJonathan Gray
2021-01-23regenJonathan Gray
2021-01-23add another Realtek RTL8168 idJonathan Gray
2021-01-23Fix whitespace issuesMike Larkin
2021-01-23vmm(4): wire faulted in pagesMike Larkin
2021-01-23Fix IORT struct for Context and PMU interrupts. I misread bytes with bits.Patrick Wildt
2021-01-23OPAL implements firmware calls that abstract communicating with the BMC overMark Kettenis
2021-01-23introduce ujoy(4), a restricted subset of uhid(4) for gamecontrollers.thfr
2021-01-22ims: an actual i2c-connected mouse is unlikelyJoshua Stein
2021-01-21carp(4): convert ifunit() to if_unit(9)mvs
2021-01-21vlan(4): convert ifunit() to if_unit(9)mvs
2021-01-21let vfs keep track of nonblocking state for us.David Gwynne
2021-01-20An invalid packet may not have set src and dst in packet descriptor.Alexander Bluhm
2021-01-20If pledge "wroute" is missing for setsockopt SO_RTABLE, print failureAlexander Bluhm
2021-01-20Print rewritten addresses in tcpdump(8) logged with pflog(4) forAlexander Bluhm
2021-01-20Reprogram outbound windows to match the device tree. Necessary becauseMark Kettenis
2021-01-20Check management capabilities before trying to attach temperature sensors,Jonathan Matthew
2021-01-19pflog(4) tried to log the translated packet with rdr-to, nat-to,Alexander Bluhm
2021-01-19blacklist com on m3000s. our com code causes faults somehow.David Gwynne
2021-01-19Implement intx support.Mark Kettenis
2021-01-19pipex(4): convert ifunit() to if_unit(9)mvs
2021-01-19switch(4): convert ifunit to if_unit(9)mvs
2021-01-19pppoe(4): convert ifunit() to if_unit(9)mvs
2021-01-19pipex(4): convert ifunit() to if_unit(9)mvs
2021-01-19kern/subr_disk.c: convert ifunit() to if_unit(9)mvs
2021-01-19nfs/nfs_boot.c: convert ifunit() to if_unit(9)mvs