summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2019-04-19Work around a limitation of clang integrated assembler on mips64.Visa Hankala
2019-04-19use the common code in if.c to check if txhprio is good.David Gwynne
2019-04-19use the factored out txhprio and rxhprio checksDavid Gwynne
2019-04-19provide factored out txhprio and rxhprio checksDavid Gwynne
2019-04-19add rxprio supportDavid Gwynne
2019-04-19add rxprio supportDavid Gwynne
2019-04-19implement rxprioDavid Gwynne
2019-04-19allow configuration of rxprioDavid Gwynne
2019-04-19add support for configuring rxprio.David Gwynne
2019-04-19only root can change rxprioDavid Gwynne
2019-04-19add SIOCSRXHPRIO and SIOCGRXHPRIO for configuring rx prio handlingDavid Gwynne
2019-04-19add IF_HDRPRIO_OUTER for rxprioDavid Gwynne
2019-04-18vmm(4): whitespace fixMike Larkin
2019-04-17Remove unused parameter from virtio_init_vq()Stefan Fritsch
2019-04-17Initialize virtqueue before passing it to deviceStefan Fritsch
2019-04-17don't lose the TTL on FAT labelsDavid Gwynne
2019-04-17use txprio to control the use of exp as a priority fieldDavid Gwynne
2019-04-16When we encounter ppb(4)s that are not configured we allocate a rangePatrick Wildt
2019-04-16When entering kernel pages uncached we need to make sure to flush thePatrick Wildt
2019-04-16Prevent attaching drivers to devices for which we attached a driver early.Mark Kettenis
2019-04-16Use the actual cluster size instead of fixed MCLBYTES for theYASUOKA Masahiko
2019-04-16i2c reads are more reliable a byte at a time.David Gwynne
2019-04-16make sff page reads work on little endian archs too. like amd64.David Gwynne
2019-04-16have another go at tx mitigationDavid Gwynne
2019-04-15moving BPF to RCUAlexandr Nedvedicky
2019-04-15Use timeout_del_barrier(9) instead of timeout_del(9) followed byVisa Hankala
2019-04-15implement SIOCGIFSFFPAGE so ifconfig can get transceiver info.David Gwynne
2019-04-15the myx_cmd struct has to be 4 byte aligned for use with bus_spaceDavid Gwynne
2019-04-15enum thing needs commas between items.David Gwynne
2019-04-15there's some new errors that commands can complete with tooDavid Gwynne
2019-04-15there's a bunch of new commands in newer firmwaresDavid Gwynne
2019-04-15trim some debug code that printed out the name of a commandDavid Gwynne
2019-04-14Instead of using COPTS=-Oz (and similar) in make environment to forceTheo de Raadt
2019-04-14Update shared drm code, inteldrm(4) and radeondrm(4) from linux 4.4 toJonathan Gray
2019-04-14Add lock order checking for timeoutsVisa Hankala
2019-04-14don't take splnet when running the network stackDavid Gwynne
2019-04-13MSFT0101 must require some special handling, since this breaksTheo de Raadt
2019-04-13Add missing compatibles for newer Linux kernel bindings.Mark Kettenis
2019-04-13renable POOL_DEBUGTheo de Raadt
2019-04-13unlock tree, we are now working on 6.5-currentTheo de Raadt
2019-04-10KNF per naddy@ians
2019-04-10Add (uint32_t) cast on marks[] to avoid warning in gcc3.Kenji Aoyama
2019-04-10Unbreak "boot bsd.up" line in /etc/boot.confFlorian Obser
2019-04-10Hide debug printfs.Alexandre Ratchov
2019-04-10Add support for X722 to ixl(4)Peter Hessler
2019-04-10syncPeter Hessler
2019-04-10Add support for X722 to ixl(4)Peter Hessler
2019-04-10implement support for SIOCGIFSFFPAGEDavid Gwynne
2019-04-10add support for SIOCGIFSFFPAGE so userland can read sfp module infoDavid Gwynne
2019-04-10do custom checks for SIOCGIFSFFPAGE.David Gwynne