aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* cxgbei: Don't assert F for data completion PDUs.John Baldwin2021-07-191-3/+0
* cxgbei: Remove invalid assertion.John Baldwin2021-07-191-1/+0
* ixgbe: Clean up ix_txrxKevin Bowling2021-07-181-45/+38
* vmd_bus: Fix typo in commentNeel Chauhan2021-07-181-2/+2
* ixgbe: Print FW NVM and Option ROM versionsKevin Bowling2021-07-162-1/+101
* vmd: Rename vmd_bus class to pciNeel Chauhan2021-07-161-2/+2
* nvme: Enable interrupts after qpair fully constructedWarner Losh2021-07-151-24/+25
* hwpmc: mostly clean up cc --analyzeMateusz Guzik2021-07-157-22/+12
* Cleanup unused USB enums.Hans Petter Selasky2021-07-151-110/+7
* Send a zero-length-packet first when opening a BULK endpoint for USB serialHans Petter Selasky2021-07-1518-74/+155
* psm(4): Probe Synaptics touchpad with active multiplexing mode enabledVladimir Kondratyev2021-07-141-14/+28
* cardbus: move card_if.m to sys/dev/cardbusWarner Losh2021-07-141-0/+0
* cxgbe(4): Skip a few more T5/T6 registers during a regdump.Navdeep Parhar2021-07-141-2/+4
* uart: Fix an out-of-bounds read in ns8250_bus_probe()Mark Johnston2021-07-131-3/+2
* Fix to call callout_init with correct inputs from axp driverRajesh Kumar M A2021-07-131-1/+1
* cxgbe(4): Update firmwares to 1.26.0.0.Navdeep Parhar2021-07-134-6/+6
* mlx5: Numa domain improvements.Hans Petter Selasky2021-07-127-57/+43
* mlx5: Fix for uninitialized "uid" field.Hans Petter Selasky2021-07-124-42/+84
* mlx4: Map core_clock page to user space only when allowedHans Petter Selasky2021-07-125-4/+12
* mlx5en: Allow binding channels to CPUs when RSS is not enabled.Hans Petter Selasky2021-07-123-3/+40
* mlx5en: Allocate per-channel doorbells.Hans Petter Selasky2021-07-123-28/+44
* mlx5en: Wait for all TLS connections to terminate when unloading driver.Hans Petter Selasky2021-07-122-1/+11
* mlx4ib and mlx5ib: Set slid to zero in Ethernet completion structHans Petter Selasky2021-07-122-2/+5
* mlx5en: Configure relaxed PCI read and write ordering for ethernet.Hans Petter Selasky2021-07-122-5/+21
* mlx5en: Check for pci_channel_offline() when draining sendqueue.Hans Petter Selasky2021-07-121-2/+4
* mlx5ib: Implement support for enabling and disabling RoCE ECN.Hans Petter Selasky2021-07-124-0/+150
* mlx5ib: Extend parameter macros so that more arguments may be added.Hans Petter Selasky2021-07-121-31/+31
* mlx5core: Don't query the PCI config space for offline during a firmware comm...Hans Petter Selasky2021-07-121-2/+1
* ibcore: Declare ib_post_send() and ib_post_recv() arguments constHans Petter Selasky2021-07-1220-183/+189
* mlx5: Set default timestamp format for mlx5en(4) and mlx5ib.Hans Petter Selasky2021-07-123-2/+40
* mlx5: Add new timestamp mode bits.Hans Petter Selasky2021-07-121-6/+50
* ibcore: Simplify ib_modify_qp_is_ok().Hans Petter Selasky2021-07-124-36/+3
* mlx5core: Make sure error code is propagated on error.Hans Petter Selasky2021-07-121-1/+1
* ibcore: Introduce ib_port_phys_state enum.Hans Petter Selasky2021-07-122-3/+4
* mlx5ib: Fix XRC QP support after introducing extended atomic.Hans Petter Selasky2021-07-122-9/+78
* mlx5ib: Limit mkey page size to 2GBHans Petter Selasky2021-07-126-8/+17
* mlx5ib: Simplify mlx5_ib_cont_pages()Hans Petter Selasky2021-07-121-47/+22
* mlx5en: Add more error checks in the transmit path.Hans Petter Selasky2021-07-123-4/+28
* mlx5ib: Support RAW Ethernet when RoCE is disabled in mlx5ib(4)Hans Petter Selasky2021-07-121-9/+13
* mlx5en: Add missing media types for 100GBit/s, 200Gbit/s and 400Gbit/s.Hans Petter Selasky2021-07-123-289/+232
* mlx5: drop Giant around VSC lock and CRSPACE enumeration on attachKonstantin Belousov2021-07-121-2/+6
* mlx5: add a knob to administratively disable mlx5 fw dump setupKonstantin Belousov2021-07-121-0/+13
* mlx5: Fix PBMC register mappingKonstantin Belousov2021-07-121-1/+1
* mlx5: Fix PPLM register mappingKonstantin Belousov2021-07-121-1/+1
* mlx5en: add ASCII art providing an overview of flow tables organizationKonstantin Belousov2021-07-121-0/+29
* mlx5en: Add missing error case when creating VXLAN flow tables.Hans Petter Selasky2021-07-121-11/+5
* mlx5en: Fix for IPv6 VxLAN checksum offload.Hans Petter Selasky2021-07-121-3/+3
* mlx5en: Honor IFCAP_VXLAN_HWCSUMKonstantin Belousov2021-07-122-47/+74
* mlx5en: remove all dynamic vxlan steering rules on close and reinstall on openKonstantin Belousov2021-07-123-1/+49
* mlx5en: add mlx5e_add_vxlan_rule_from_db() helperKonstantin Belousov2021-07-121-15/+26