aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Remove UNP_NASCENT, reverting r303855.Mark Johnston2020-03-202-8/+0
* sys/cam: remove doubled ;sEd Maste2020-03-203-3/+3
* Implement a workaround for kms-drm modulesWarner Losh2020-03-202-1/+6
* Remove a set, but unused variable.Michael Tuexen2020-03-201-8/+0
* [PowerPC] fix panic reading /dev/kmem on !DMAP machinesAlfredo Dal'Ava Junior2020-03-201-10/+23
* cxgbe(4): Split sge_nm_rxq into three cachelines.Navdeep Parhar2020-03-203-12/+18
* Add new USB device ID for Elecom 802.11ac USB device.Gavin Atkinson2020-03-202-0/+2
* A a missing NET_EPOCH_ENTER/NET_EPOCH_EXIT pair. This was affectingMichael Tuexen2020-03-191-0/+2
* Fix synchronization in the IPV6_2292PKTOPTIONS set handler.Mark Johnston2020-03-191-4/+9
* Consistently provide arguments for timer start and stop routines.Michael Tuexen2020-03-199-32/+28
* Cleanup the stream reset and asconf timer.Michael Tuexen2020-03-193-16/+20
* Fix SES on device slots without phys after r349321.Alexander Motin2020-03-191-23/+31
* kern_dup(): Call filecaps_free_prep() in a write section.Mark Johnston2020-03-191-1/+1
* Enter a write sequence when updating rights.Mark Johnston2020-03-191-1/+10
* The MTU candidates MUST be a multiple of 4, so make them so.Michael Tuexen2020-03-191-1/+1
* Fix parameter reversal potentially causing buffer overrun.David Bright2020-03-191-2/+2
* Correctly implement support for remote wakeup for USB 3.0 device.Hans Petter Selasky2020-03-192-6/+52
* MFOpenZFS: make zil max block size tunableAlexander Motin2020-03-195-31/+82
* Add file for static compilation of mlx5.Konstantin Belousov2020-03-191-0/+2
* Add missing STAILQ_INIT() in ciss_disable_adapter().Alexander Motin2020-03-191-0/+1
* mlx5_core: lower the severity of message noting that no SR-IOV cap is present.Konstantin Belousov2020-03-181-1/+1
* mlx5: Route NIC_VPORT_CHANGE events to eswitch code.Konstantin Belousov2020-03-181-1/+6
* mlx5: Read number of VF ports from the SR-IOV cap.Konstantin Belousov2020-03-183-4/+18
* mlx5: Use eswitch interface to configure VFs steering.Konstantin Belousov2020-03-181-7/+42
* mlx5: Add 'follow' vport state, relevant for VFs.Konstantin Belousov2020-03-181-0/+1
* mlx5: Integrate eswitch and mpfs management code.Konstantin Belousov2020-03-184-80/+11
* mlx5: Restore eswitch management code from attic.Konstantin Belousov2020-03-185-0/+1619
* mlx5: Basic PCIe side of SR-IOV support.Konstantin Belousov2020-03-181-4/+86
* linuxkpi: Add infrastructure to pass FreeBSD IOV method calls intoKonstantin Belousov2020-03-182-0/+54
* Add pci_iov_if.h header as a dependency for Linuxkpi consumers.Konstantin Belousov2020-03-1810-9/+10
* mlx5_core: add sysctls to report device capabilities.Konstantin Belousov2020-03-181-0/+183
* Do not spuriously re-enable disabled io_apic pin on EOI for some configurations.Konstantin Belousov2020-03-181-1/+4
* Stop (trying to) renumber io apics.Konstantin Belousov2020-03-181-16/+14
* Widen the stored io_apic_id to 8 bits.Konstantin Belousov2020-03-181-1/+1
* if_muge: use C99 bool for boolean varsEd Maste2020-03-181-5/+7
* ath_hal: fix typo in ath_hal_printfRebecca Cran2020-03-181-1/+1
* [PowerPC][Book-E] Fix missing load base in elf_cpu_parse_dynamic().Brandon Bergren2020-03-1810-11/+11
* powerpc: Axe PPC4xx support.Justin Hibbits2020-03-1810-390/+36
* Remove spurious warning about invalid VPD data.Navdeep Parhar2020-03-181-6/+6
* Implement sysctl kern.boot_idConrad Meyer2020-03-171-0/+26
* Handle the timers in a consistent sequence according to the definitionMichael Tuexen2020-03-171-116/+115
* Mark procfs-based process debugging as deprecated for FreeBSD 13.John Baldwin2020-03-172-0/+47
* Fix misleading indentation warning in OCTEON1 kernelAlex Richardson2020-03-171-3/+4
* Fix build of XLP MIPS kernel with clangAlex Richardson2020-03-171-1/+1
* Add new USB device ID to u3g driver.Hans Petter Selasky2020-03-172-0/+4
* Restore power-of-2 queue count constraint from r290948Patrick Kelsey2020-03-171-0/+11
* Remove misleading / redundant bzero in callout_callwheel_initConrad Meyer2020-03-161-1/+0
* Fix infinite scan on a pool with only special allocationsAlexander Motin2020-03-161-3/+6
* Make autofs(5) timeout messages include affected process name and PID.Edward Tomasz Napierala2020-03-161-2/+3
* Avoid a cache miss accessing an mbuf ext_pgs pointer when doing SW kTLS.Andrew Gallatin2020-03-161-1/+1