aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mlx5
Commit message (Expand)AuthorAgeFilesLines
* Create wrapper for Giant taken for newbusWarner Losh2021-12-102-4/+5
* Revert "wpa: Import wpa_supplicant/hostapd commit 14ab4a816"Cy Schubert2021-12-021-1/+1
* wpa: Import wpa_supplicant/hostapd commit 14ab4a816Cy Schubert2021-12-021-1/+1
* mlx5: Correct a typo in a sysctl descriptionGordon Bergling2021-12-021-1/+1
* Fix typo on "Celsius"Elyes HAOUAS2021-11-191-2/+2
* mlx5_en: fix use of CALLOUT_DIRECTKonstantin Belousov2021-10-051-4/+4
* Add a switch structure for send tags.John Baldwin2021-09-147-133/+65
* Fix some common typos in commentsGordon Bergling2021-08-081-1/+1
* mlx5/mlx4: Bump driver version to 3.7Hans Petter Selasky2021-07-284-39/+6
* ibcore: Kernel space update based on Linux 5.7-rc1.Hans Petter Selasky2021-07-2824-638/+4090
* mlx5en: vxlan: do not report TCP inner packet as UDP for software parserKonstantin Belousov2021-07-221-1/+0
* mlx5: Numa domain improvements.Hans Petter Selasky2021-07-127-57/+43
* mlx5: Fix for uninitialized "uid" field.Hans Petter Selasky2021-07-124-42/+84
* 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-121-1/+2
* 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-125-73/+74
* 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-121-7/+1
* 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-121-2/+2
* 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
* mlx5en: remove unneeded protocol and port parameters from mlx5e_add_vxal_ruleKonstantin Belousov2021-07-121-6/+5
* mlx5: fix typo, KENREL_MIN_LEVEL->KERNEL_MIN_LEVELKonstantin Belousov2021-07-121-3/+3
* mlx5en: announce mce(4) capabilities for stateless VxLAN offloadingKonstantin Belousov2021-07-121-0/+22
* mlx5en: handle checksum and TSO offloading for VxLAN packets on TXKonstantin Belousov2021-07-121-2/+287
* mlx5en: handle offloaded Rx checksums calculated for tunneled packetsKonstantin Belousov2021-07-121-1/+25
* mlx5en: build TIRs to handle inner RSSKonstantin Belousov2021-07-121-44/+62