aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* netmap: don't use linux type struct device *Vincenzo Maffione2021-04-111-2/+2
* if_smsc: Add the ability to disable "turbo_mode", also called RX frame batching,Hans Petter Selasky2021-04-111-4/+15
* netmap: vtnet: remove unused variableVincenzo Maffione2021-04-091-2/+1
* pci_dw: Trim ATU windows bigger than 4GBWojciech Macek2021-04-091-0/+12
* arm64: Fix finding the pmc event IDAndrew Turner2021-04-082-2/+3
* netmap: vtnet: add support for netmap offsetsVincenzo Maffione2021-04-071-6/+10
* ipmi,smbios: move smbios_walk_table to smbios.hGreg V2021-04-072-31/+29
* smbios: support getting address from EFIGreg V2021-04-071-5/+17
* Add IDs for ASMedia ASM116x PCIe 3.0 AHCI controllers.Alexander Motin2021-04-071-0/+5
* pci_user: fix build for 32-bit platformsMarcin Wojtas2021-04-061-4/+3
* pci_user: call bus_translate_resource before BAR mmapMarcin Wojtas2021-04-061-0/+5
* pci_dw: fix outbound I/O window configurationMarcin Wojtas2021-04-061-1/+1
* Add Siemens SITOP UPS500S usb devicePoul-Henning Kamp2021-04-062-0/+2
* qat: Make prototypes consistent with the implementationMark Johnston2021-04-051-2/+2
* ixl(4): Add tunable to override Flow Control settingsKrzysztof Galazka2021-04-053-18/+43
* Merge the QorIQ GPIO drivers between arm and powerpcJustin Hibbits2021-04-051-0/+464
* Set PCIe device's Max_Payload_Size to match PCIe root's.Alexander Motin2021-04-051-0/+40
* x86: remove gcov kernel supportKonstantin Belousov2021-04-022-4/+0
* mlx5: remove dependency on ifnet specifics of linux/netdevice.hBjoern A. Zeeb2021-04-023-15/+16
* Partially revert r248770.Dmitry Chagin2021-04-021-1/+1
* netmap: several typo fixesVincenzo Maffione2021-04-0211-37/+37
* netmap: fix typo bug in netmap_compute_buf_lenVincenzo Maffione2021-04-022-2/+2
* cxgbe(4): Always use the per-VI callout to read interface stats.Navdeep Parhar2021-04-012-24/+27
* cxgbe/t4_tom: restore socket's protosw before entering TIME_WAIT.Navdeep Parhar2021-03-313-2/+15
* efifb,vbefb: implement vd_finiGreg V2021-03-302-0/+22
* sys/dev/md: Drop unncessary __GLOBL(mfs_root)Alex Richardson2021-03-301-2/+0
* netmap: monitor: add a flag to distinguish packet directionVincenzo Maffione2021-03-291-2/+6
* netmap: add kernel support for the "offsets" featureVincenzo Maffione2021-03-2911-324/+852
* Fix several dev_clone callbacks to avoid out-of-bounds readsMark Johnston2021-03-281-2/+1
* ichsmb: Add PCI IDs for Intel Comet Lake and Tiger LakeNeel Chauhan2021-03-271-0/+12
* cxgbe: Make the TOE TLS stats per-queue instead of per-port.John Baldwin2021-03-264-23/+34
* cxgbe: Add a struct sge_ofld_txq type.John Baldwin2021-03-2610-60/+107
* cxgbe: remove unused linux headersBjoern A. Zeeb2021-03-262-3/+0
* qlnxr: remove netdevice.hBjoern A. Zeeb2021-03-261-1/+0
* mlx4: remove no longer needed headerBjoern A. Zeeb2021-03-261-1/+0
* ce: unifdef NPCI alsoEd Maste2021-03-261-5/+0
* pci: enhance printf for leaked MSI[-X] vectorsBjoern A. Zeeb2021-03-261-1/+6
* [iwn] Flip over to use VAP flags rather than ic flags for thingsAdrian Chadd2021-03-261-14/+27
* cxgbe(4): Allow a T6 adapter to switch between TOE and NIC TLS mode.Navdeep Parhar2021-03-259-339/+129
* ce: remove long-obsolete FreeBSD version compatibilityEd Maste2021-03-251-514/+0
* Set default alternate setting when USB audio devices are not in use,Hans Petter Selasky2021-03-251-94/+103
* qlnxr: remove duplicate definesBjoern A. Zeeb2021-03-241-5/+0
* LinuxKPI: remove < 5.0 version supportBjoern A. Zeeb2021-03-241-2/+2
* gpioc_detach: fix freeing of wrong pointersAndriy Gapon2021-03-231-1/+1
* xen/netback: do not attempt to connect in the Initialised stateRoger Pau Monné2021-03-231-1/+1
* retire obsolete mn(4) sync serial driverEd Maste2021-03-221-1431/+0
* rsu: add KASSERT to document maximum mbuf size in rsu_tx_startEd Maste2021-03-221-0/+1
* cxgbei: Enter network epoch and set vnet around t4_push_pdus().John Baldwin2021-03-221-0/+5
* cxgbe ddp: Use CPL_COOKIE_DDP* instead of DDP_BUF*_INVALIDATED.John Baldwin2021-03-221-10/+5
* cxgbei: Pass ULP submode directly to set_ulp_mode_iscsi().John Baldwin2021-03-221-11/+6