aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* iscsi: address unused-but-set-variable warningRichard Scheffenegger2022-02-121-5/+1
* cxgbe(4): Fix illegal hardware access in cxgbe_refresh_stats.Navdeep Parhar2022-02-121-3/+7
* cxgbe(4): Avoid unsafe hardware access in the ifmedia ioctls.Navdeep Parhar2022-02-121-2/+2
* mlx5ib: Add support for parsing udata in mlx5_ib_create_flow().Hans Petter Selasky2022-02-101-22/+65
* mlx5en: Make sure the NIC IP addresses are written to firmware on link up.Hans Petter Selasky2022-02-101-3/+3
* Annotate geom_md with MODULE_VERSIONKyle Evans2022-02-101-0/+1
* snd_hda: Add some ATI HDMI codec IDs.Alexander Motin2022-02-092-0/+6
* ocs_fc: Fix a possible Null pointer dereferenceRam Kishore Vegesna2022-02-091-0/+5
* vt: fix splash_cpu logos use of vd_drawrectStefan Grundmann2022-02-091-2/+2
* cxgbei: Replace worker thread pools with per-connection kthreads.John Baldwin2022-02-083-401/+178
* cxgbei: Dispatch sent PDUs to the NIC asynchronously.John Baldwin2022-02-083-120/+260
* Add more USB host controller PCI ID's.Hans Petter Selasky2022-02-071-0/+2
* usb(4): Belatedly add a PCI device ID for AMD Bolton chipsetJung-uk Kim2022-02-071-1/+1
* xen: switch to use headers in contribElliott Mitchell2022-02-079-15/+15
* xen/grant-table: remove explicit linear mapping additionsRoger Pau Monné2022-02-071-22/+6
* Add new USB host controller PCI ID's.Hans Petter Selasky2022-02-062-1/+22
* if_vtnet(4): Restore the ability to set promisc mode.Aleksandr Fedorov2022-02-051-3/+7
* cxgbei: Rework parsing of pre-offload PDUs.John Baldwin2022-02-041-116/+124
* ar40xx_switch: add initial switch for the IPQ4018/IPQ4019.Adrian Chadd2022-02-0422-0/+4044
* qcom_mdio: add initial IPQ4018 MDIO supportAdrian Chadd2022-02-044-0/+450
* rtsx: Update driver version number to 2.1cHenri Hennebert2022-02-031-1/+1
* rtsx: Do not display pci_read_config() errors during rtsx_init()Henri Hennebert2022-02-031-6/+6
* rtsx: Add CTLFLAG_STATS flag for read and write countersHenri Hennebert2022-02-031-2/+2
* rtsx: Prefer __FreeBSD_version over __FreeBSD__Henri Hennebert2022-02-031-2/+2
* rtsx: Convert driver to use the mmc_sim interfaceHenri Hennebert2022-02-031-216/+70
* APEI: Make sure event data fit into the buffer.Alexander Motin2022-02-031-2/+6
* kern: harvest entropy from calloutsKyle Evans2022-02-032-1/+5
* filemon: Reject FILEMON_SET_FD commands when the fd is a kqueueMark Johnston2022-02-031-5/+15
* mps: Use 64-bit chain structuresWarner Losh2022-02-033-20/+12
* usb(4): Ignore port resume failures.Hans Petter Selasky2022-02-021-9/+6
* mlx5en: Implement TLS RX support.Hans Petter Selasky2022-02-017-3/+1225
* mlx5core: Set driver version into firmware.Hans Petter Selasky2022-02-011-0/+26
* mlx5en: Implement one RQT object per channel.Hans Petter Selasky2022-02-012-15/+96
* mlx5: Add raw ethernet local loopback support.Hans Petter Selasky2022-02-014-1/+64
* mlx5: Implement mlx5_nic_vport_update_local_lb()Hans Petter Selasky2022-02-014-5/+46
* mlx5en: Create TIRs before flowtables.Hans Petter Selasky2022-02-011-8/+8
* mlx5en: Create flowtables in correct order.Hans Petter Selasky2022-02-011-10/+10
* mlx5: Implement flow steering helper functions for TCP sockets.Hans Petter Selasky2022-02-016-20/+509
* mlx5: Implement offloads flowtable namespace.Hans Petter Selasky2022-02-012-11/+25
* mlx5en: Create and destroy all flow tables and rules when the network interfa...Hans Petter Selasky2022-02-013-132/+136
* mlx5en: Add race protection for SQ remapHans Petter Selasky2022-02-012-5/+16
* mlx5en: Properly account for no-checksum on tunneled packets.Hans Petter Selasky2022-02-011-5/+7
* mlx5en: Force all packets through the indirection table.Hans Petter Selasky2022-02-011-28/+23
* mlx5/mlx5en: Add SQ remap supportHans Petter Selasky2022-02-018-10/+225
* mlx5: Properly define the reg_umr_sq networking offload capability bit.Hans Petter Selasky2022-02-011-1/+2
* mlx5en: Only delete installed VxLAN rules.Hans Petter Selasky2022-02-011-1/+2
* mlx5en: Fix inverted logical assignment.Hans Petter Selasky2022-02-011-1/+1
* mlx5en: Implement support for internal queues, IQ.Hans Petter Selasky2022-02-014-1/+604
* mlx5en: Implement helper functions to open and close TLS TIR context.Hans Petter Selasky2022-02-012-2/+33
* mlx5en: Share DEK objects with TLS RX.Hans Petter Selasky2022-02-011-3/+5