aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* mlx5en: build TIRs to handle inner RSSKonstantin Belousov2021-07-121-44/+62
* mlx5en: allow software parser for created send queuesKonstantin Belousov2021-07-121-0/+1
* mlx5en: register vxlan start/stop handlersKonstantin Belousov2021-07-123-8/+701
* mlx5en: eliminate magic constantKonstantin Belousov2021-07-121-2/+2
* mlx5en: style, remove redundant parenthesesKonstantin Belousov2021-07-121-1/+1
* mlx5en: increase the limit MLX5E_MAX_TX_HEADERKonstantin Belousov2021-07-121-1/+1
* mlx5: Flow steering tree: increase number of supported flow tables from 3 to 5Konstantin Belousov2021-07-121-1/+1
* mlx5: cqe64: update the tunneled bit name with recent PRMKonstantin Belousov2021-07-121-3/+4
* Fix blankspace anomalies, no actual code change.Xin LI2021-07-128-89/+89
* snd_hda(4): Fix sound on headset jack for ThinkPad T51.Xin LI2021-07-122-1/+12
* cache: add cache_enter_time_flagsMateusz Guzik2021-07-122-0/+30
* nfsd: Fix some issues found by mandocGordon Bergling2021-07-123-24/+72
* pmc(3): mandoc clean upsGordon Bergling2021-07-1212-910/+1024
* libcasper(3): Correct some warnings found by mandocGordon Bergling2021-07-125-11/+13
* igc(4): Introduce new driver for the Intel I225 Ethernet controller.Peter Grehan2021-07-1228-0/+12192
* fsck_ffs: fix background fsck in preen modeRobert Wing2021-07-111-5/+4
* mount_nfs.8: Add information for "nconnect" to man pageRick Macklem2021-07-111-1/+42
* MINIMAL: remove debugging and some loadable network modulesHelge Oldach2021-07-111-13/+0
* nanobsd: enhance fill_pkg.shLev A. Serebryakov2021-07-111-41/+113
* loader: support.4th resets the read buffer incorrectlyJohn Hood2021-07-111-1/+1
* hwpmc(4): Fix a typo in the man page dateGordon Bergling2021-07-111-1/+1
* Clamp the XHCI minimum isochronous scheduling delay to the maximum value thatHans Petter Selasky2021-07-111-0/+1
* LinuxKPI: Force the usleep_range() function to sleep instead of spinning on t...Hans Petter Selasky2021-07-101-2/+5
* Fix USB debug print after 8fc2a3c41791b205a107dc2bec16ac7514a57958 .Hans Petter Selasky2021-07-101-1/+1
* Revert "Pass the syscall number to capsicum permission-denied signals"David Chisnall2021-07-1030-46/+0
* Factor out repeated code in the USB controller drivers to avoid bugsHans Petter Selasky2021-07-1012-451/+140
* Make sure the avr32dci_odevd structure is used.Hans Petter Selasky2021-07-101-0/+6
* Make sure the XHCI driver obeys the isochronous scheduling threshold valueHans Petter Selasky2021-07-102-1/+13
* Let the xhci_hw_root structure span exactly XHCI_PAGE_SIZE bytes by increasingHans Petter Selasky2021-07-101-1/+3
* mk: LZMA_SUPPORT is unusedWarner Losh2021-07-103-6/+1
* nvmecontrol: document power commandWarner Losh2021-07-101-1/+32
* Pass the syscall number to capsicum permission-denied signalsDavid Chisnall2021-07-1030-0/+46
* zfs: update zfs_config.h to match current OpenZFS version (bdd11cbb9)Martin Matuska2021-07-101-10/+82
* amd64 pmap: unexpand the NBPDR macro definitionKonstantin Belousov2021-07-101-1/+1
* amd64 mpboot.S: fix typo in commentKonstantin Belousov2021-07-101-1/+1
* amd64 locore.S: add FF copyright for LA57 workKonstantin Belousov2021-07-101-0/+6
* amd64 locore.S: trim .globl list from symbols gone for long timeKonstantin Belousov2021-07-101-1/+1
* x86: use ANSI C definition style for trap_fatalKonstantin Belousov2021-07-102-6/+2
* libalias: fix divide by zero causing panicStefan Eßer2021-07-101-1/+1
* Use sleepq_signal(SLEEPQ_DROP) in cv_signal().Alexander Motin2021-07-101-15/+12
* KASAN: Implement __asan_unregister_globals()Mark Johnston2021-07-101-1/+6
* uma: Fix a few problems with KASAN integrationMark Johnston2021-07-101-3/+13
* x86: Mark the trapframe as initialized in ipi_bitmap_handler()Mark Johnston2021-07-101-0/+3
* hwpmc: Disable KASAN in pmc_save_kernel_callchain()Mark Johnston2021-07-101-1/+1
* amd64: Mark the trapframe as initialized in trap()Mark Johnston2021-07-101-0/+3
* sctp: Fix errno in case of association setup failuresMichael Tuexen2021-07-0911-55/+70
* iichid(4): Perform bus_teardown_intr/bus_setup_intr to disable interruptsVladimir Kondratyev2021-07-091-12/+35
* math(3): Use the .Fa macro for function argumentsGordon Bergling2021-07-0911-28/+28
* arm: remove fslsdma from GENERICMIHIRA Sanpei Yoshiro2021-07-091-1/+0
* stand/kmem_zalloc: panic when a M_WAITOK allocation failsWarner Losh2021-07-091-6/+11