summaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* igc: Use hardware routine for PHY resetPeter Grehan2021-11-146-61/+5
* igc: correctly update RCTL when changing multicast filters.Peter Grehan2021-11-141-3/+3
* usb(4): Fix for use after free in combination with EVDEV_SUPPORT.Hans Petter Selasky2021-11-031-13/+34
* cxgbe(4): Stop but don't free netmap queues when netmap is switched off.Navdeep Parhar2021-10-205-197/+237
* cxgbe(4): Revert r367917.Navdeep Parhar2021-10-202-51/+0
* cxgbe(4): Catch up with in-flight netmap rx before destroying queues.Navdeep Parhar2021-10-202-0/+51
* ciss(4): Fix typo.Alexander Motin2021-10-191-1/+1
* ciss(4): Properly handle data underrun.Alexander Motin2021-10-191-34/+14
* Fix two typos in source code commentsGordon Bergling2021-10-192-2/+2
* vmci: fix panic due to freeing unallocated resourcesMark Peek2021-10-175-4/+61
* pci_dw: fix outbound I/O window configurationMarcin Wojtas2021-10-141-1/+1
* pci_dw: Trim ATU windows bigger than 4GBWojciech Macek2021-10-141-0/+12
* e1000: print EEPROM/NVM/OROM versionsKevin Bowling2021-10-132-23/+154
* e1000: Lock nvm print sysctlKevin Bowling2021-10-131-1/+8
* ixgbe: Update shared code catchupKevin Bowling2021-10-1214-49/+427
* pvclock: Add vDSO supportAdam Fenn2021-10-122-0/+6
* kvm_clock: KVM paravirtual clock supportAdam Fenn2021-10-121-0/+240
* mlx4en(4): Fix wrong mbuf cluster size in mlx4_en_debugnet_init()Hans Petter Selasky2021-10-121-1/+1
* mlx5_en: fix use of CALLOUT_DIRECTKonstantin Belousov2021-10-121-4/+4
* Upgrade ENA to v2.4.1Marcin Wojtas2021-10-117-231/+846
* Upgrade ENA to v2.4.0Marcin Wojtas2021-10-116-273/+380
* pci_user: call bus_translate_resource before BAR mmapMarcin Wojtas2021-10-111-2/+6
* qlnxe: Fix typos in two error messagesGordon Bergling2021-10-091-2/+2
* e1000: Function prototype cleanupKevin Bowling2021-10-091-45/+45
* sys/dev/cfi: include sys/types.h as wellKyle Evans2021-10-071-0/+1
* Fix busdma resource leak on usb device detach.Ian Lepore2021-10-062-4/+14
* vnic: Fix a typo in a commentGordon Bergling2021-10-061-1/+1
* evdev: Fix a typo in a commitGordon Bergling2021-10-061-1/+1
* netvsc: Fix a typo in a commentGordon Bergling2021-10-061-1/+1
* ntb_hw_intel: fix xeon NTB gen3 bar disable logicDavid Bright2021-10-041-20/+17
* iflib: ensure that tx interrupts enabled and cleanupsMatt Macy2021-10-037-7/+7
* ixgbe: fix impossible conditionEric van Gyzen2021-10-031-2/+2
* ixgbe: whitespace cleanup passKevin Bowling2021-10-034-278/+224
* iflib: Make if_shared_ctx_t a pointer to constMark Johnston2021-10-038-25/+7
* ixgbe(4): Eliminate bogus sizeof() expressionsConrad Meyer2021-10-031-6/+5
* ixgbe(4): Fix enabling/disabling and reconfiguration of queuesEric Joyner2021-10-033-10/+5
* ixgbe: Rename 'struct adapter' to 'struct ixgbe_softc'Kevin Bowling2021-10-0311-1231/+1222
* ppbus: Set the lock for pps interface, update to latest apiWarner Losh2021-10-023-2/+15
* e1000: fix K1 configurationWenzhuo Lu2021-09-303-1/+52
* pcm(4): Fix a common typo in source code commentsGordon Bergling2021-09-292-3/+3
* ipmi(4): Limit maximum watchdog pre-timeout interval.Alexander Motin2021-09-291-1/+2
* e1000: Re-arm link changesKevin Bowling2021-09-281-16/+6
* e1000: Fix tabstop width in if_em.hKevin Bowling2021-09-281-116/+116
* uart: Add PCI ID for intel 100 Series/C230 Series AMTSean Bruno2021-09-281-0/+2
* e1000: Rename 'struct adapter' to 'struct e1000_sc'Kevin Bowling2021-09-284-987/+977
* iflib: Free resources in a consistent order during detachSai Rajesh Tallamraju2021-09-282-14/+7
* e1000: Consistently use FALLTHROUGHKevin Bowling2021-09-286-13/+23
* e1000: Use C99 bool typesKevin Bowling2021-09-2821-257/+255
* e1000: Fix up HW vlan opsKevin Bowling2021-09-281-40/+126
* vt: bound buffer access in redraw optimizationEd Maste2021-09-252-0/+12