aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* ixgbe: move increments after evaluationsGuinan Sun2021-09-141-9/+8
* ixgbe: remove whitespace in function commentsKevin Bowling2021-09-1411-1986/+1986
* ixgbe: support DCB registers dumpXiaoyun Li2021-09-141-0/+5
* ixgbe: update X550 SFP identificationXiaoyun Li2021-09-141-2/+2
* ixgbe: Update copyright to 2020Kevin Bowling2021-09-1432-32/+32
* ixgbe: remove dead codeFerruh Yigit2021-09-141-8/+0
* ixgbe: replace an operation in X550 setupXiaoyun Li2021-09-141-2/+2
* ixgbe: Use C99 bool typesKevin Bowling2021-09-1418-341/+337
* ixgbe: add FW recovery mode checkXiaoyun Li2021-09-145-0/+34
* ixgbe: add typecast for type mismatchGuinan Sun2021-09-145-8/+8
* ixgbe: wait for link after copper MAC setupAshijeet Acharya2021-09-141-0/+15
* ixgbe: check host interface return statusGuinan Sun2021-09-141-1/+12
* ixgbe: initialize data field in struct bufferGuinan Sun2021-09-141-0/+2
* ixgbe: fix x550em 10G NIC link statusGuinan Sun2021-09-141-1/+7
* ixgbe: fix maximum wait time in commentXiaolong Ye2021-09-141-1/+1
* ixgbe: wait longer for link after fiber MAC setupMatthew Smith2021-09-141-1/+1
* ixgbe: fix host interface shadow RAM readGuinan Sun2021-09-142-1/+24
* ixgbe: fix response to apply-update commandGuinan Sun2021-09-141-1/+8
* ixgbe: improve log about autoneg being disabledGuinan Sun2021-09-141-2/+3
* ixgbe: add IPv6 mask for flow directorGuinan Sun2021-09-141-0/+1
* ixgbe: fix infinite recursion on PCIe link downGuinan Sun2021-09-141-2/+2
* ixgbe: clear all queues on VF resetSimon Ellmann2021-09-141-1/+1
* linux: make sure to zero the l_siginfo structure for ptrace(2)Edward Tomasz Napierala2021-09-131-0/+1
* netinet: prevent NULL pointer dereference in in_aifaddr_ioctl()Artem Khramov2021-09-121-1/+1
* genoffset: simplify and rewrite in shWarner Losh2021-09-122-82/+39
* genassym.sh: Fix two minor issues found by shellcheckWarner Losh2021-09-121-3/+3
* pf: ensure states passed to pf_free_state() are always unlinkedKristof Provost2021-09-101-0/+4
* pf: import pf_set_protostate() from OpenBSDKristof Provost2021-09-082-46/+99
* pf: Add counters for syncookiesKristof Provost2021-09-084-6/+27
* crypto(4): Fix a few typos in camellia.cGordon Bergling2021-09-071-3/+3
* Fix a common typo in source code commentsGordon Bergling2021-09-074-5/+5
* nvme(4): Add MSI and single MSI-X support.Alexander Motin2021-09-075-48/+73
* nvme(4): Do not panic on admin queue construct error.Alexander Motin2021-09-071-0/+3
* aesni: Avoid a potential out-of-bounds load in aes_encrypt_icm()Mark Johnston2021-09-061-5/+13
* pf: Introduce nvlist variant of DIOCGETSTATUSKristof Provost2021-09-063-0/+143
* cam(4): Fix quick unplug/replug for SCSI.Alexander Motin2021-09-041-24/+38
* vmm: Fix wrong assert in ivhd_dev_add_entryKa Ho Ng2021-09-031-1/+1
* vmm: Fix AMD-vi using wrong rid rangeKa Ho Ng2021-09-033-63/+70
* vmm: Fix ivrs_drv device_printf usageKa Ho Ng2021-09-031-15/+15
* AMD-vi: Fortify IVHD device_identify processKa Ho Ng2021-09-031-21/+26
* AMD-vi: Mixed format IVHD block should replace fixed format IVHD blockKa Ho Ng2021-09-031-8/+16
* AMD-vi: Fix mismatched NULL checking in amdiommu teardown pathKa Ho Ng2021-09-031-1/+1
* bhyve amd: Small cleanups in amdvi_dump_cmdsKa Ho Ng2021-09-031-2/+1
* Correct "Fondation" typo (missing "u")Ed Maste2021-09-032-2/+2
* AMD-vi: Fix IOMMU device interrupts being overriddenKa Ho Ng2021-09-036-81/+253
* ivrs_drv: Fix IVHDs with duplicated BaseAddressKa Ho Ng2021-09-031-2/+3
* __FreeBSD_version: update the references to the doc treeKa Ho Ng2021-09-031-1/+1
* Revert the changes that removed support for old gcc, as stable/12 stillDimitry Andric2021-09-036-11/+48
* xen: Fix warning by adding KERNBASE to modlist_paddr before castingDimitry Andric2021-09-021-1/+1
* Don't error out on unused but set variables with clang 13Dimitry Andric2021-09-021-2/+5