aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* if_wg: avoid sleeping under the net epochKyle Evans2021-03-091-37/+99
* if_wg: return to m_defrag() of incoming mbuf, sans leakKyle Evans2021-03-091-5/+4
* Do not read timer extra time when MWAIT is used.Alexander Motin2021-03-081-9/+10
* Change mwait_bm_avoidance use to match Linux.Alexander Motin2021-03-081-4/+6
* if_vtbe: Add missing includes to fix buildJessica Clarke2021-03-081-0/+4
* wg: Fix a mismergeMark Johnston2021-03-081-1/+0
* iflib: Make if_shared_ctx_t a pointer to constMark Johnston2021-03-088-25/+7
* ath_hal: Stop printing messages during bootMark Johnston2021-03-081-2/+4
* wg: StyleMark Johnston2021-03-081-4/+2
* wg: Avoid leaking mbufs when the input handshake queue is fullMark Johnston2021-03-081-1/+4
* if_wg: avoid null ptr derefKyle Evans2021-03-081-1/+1
* wg_input: avoid leaking due to an m_defrag failureKyle Evans2021-03-081-1/+7
* if_wg: release correct lock in noise_remote_begin_session()Kyle Evans2021-03-081-1/+1
* ice(4): Update to version 0.28.1-kEric Joyner2021-03-0651-716/+2876
* netmap: Stop printing a line to the dmesg in netmap_init()Mark Johnston2021-03-051-0/+2
* cxgbe(4): Remove extra blank line.Navdeep Parhar2021-03-051-1/+0
* cxgbe(4): Fix an assertion that is not valid during attach.Navdeep Parhar2021-03-051-1/+2
* pchtherm: fix a wrong bit and a wrong register useMichal Vanco2021-03-051-2/+2
* Hyper-V: hn: Store host hash value in flowidWei Hu2021-03-051-4/+15
* simple_mfd: switch to controllable locking for syscon provider.Michal Meloun2021-03-041-12/+28
* hid: add opt_hid.h to modules that use HID_DEBUGVladimir Kondratyev2021-03-032-0/+3
* Move ic_check_send_space clear to the actual check.Alexander Motin2021-03-031-1/+1
* Restore condition removed in df3747c6607b.Alexander Motin2021-03-031-1/+2
* arcmsr(4): Fixed no action of hot plugging device on type_F adapter.Xin LI2021-03-031-2/+6
* ixl(4): Add ability to control link state on ifconfig downKrzysztof Galazka2021-03-034-1/+154
* ixl(4): Report RX errors as sum of all RX error countersKrzysztof Galazka2021-03-033-9/+23
* ix(4): Report RX errors as sum of all RX error countersPiotr Pietruszewski2021-03-032-1/+30
* Replace STAILQ_SWAP() with simpler STAILQ_CONCAT().Alexander Motin2021-03-021-7/+4
* mpr: big-endian supportAlfredo Dal'Ava Junior2021-03-037-81/+119
* Fix initiator panic after 6895f89fe54e.Alexander Motin2021-03-021-2/+4
* Import wireguard fixes from pfSense 2.5Peter Grehan2021-03-022-8/+60
* Optimize TX coalescing by keeping pointer to last mbuf.Alexander Motin2021-03-021-4/+6
* pci_dw_mv: Don't enable unhandled interrupts.Michal Meloun2021-03-011-2/+2
* xen: remove x86-ism from Xen common codeElliott Mitchell2021-03-011-1/+1
* cardbus: Be sure to acquire Giant when calling into newbusWarner Losh2021-02-271-3/+4
* cxgbe(4): Read the rx 'c' channel for a port and make it available.Navdeep Parhar2021-02-263-0/+21
* Use pmap_qenter in the N1SDP PCIe driverAndrew Turner2021-02-251-11/+28
* pwm_backlight: Add MODULE_DEPEND on backlightBrett Mastbergen2021-02-241-0/+1
* Revert "ipmi_smbios: Deduplicate smbios entry point discovery logic"Allan Jude2021-02-236-42/+30
* Revert "ipmi_smbios: remove unused smbios_cksum function"Allan Jude2021-02-231-0/+17
* ig4: Add PCI IDs for Intel Gemini Lake I2C controller.Vladimir Kondratyev2021-02-233-1/+24
* ipmi_smbios: remove unused smbios_cksum functionAllan Jude2021-02-231-17/+0
* ipmi_smbios: Deduplicate smbios entry point discovery logicAllan Jude2021-02-236-30/+42
* smbios: Move smbios driver out from x86 machdep codeAllan Jude2021-02-233-0/+331
* iicsmb: Request the bus recursively in bread()Allan Jude2021-02-231-1/+1
* cxgb(4): Rework my commit 9dc7c250.Alexander Motin2021-02-221-9/+11
* Coalesce socket reads in software iSCSI.Alexander Motin2021-02-221-169/+89
* if_vtnet: Fix pointer-sign and used parameter warningsAlex Richardson2021-02-222-24/+24
* xen-blkback: fix leak of grant maps on ring setup failureRoger Pau Monné2021-02-221-0/+21
* Refactor CTL datamove KPI.Alexander Motin2021-02-211-3/+3