aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Reduce umtx-related work on exec and exitMateusz Guzik2019-05-084-13/+60
* powerpc/booke: Rewrite pmap_sync_icache() a bitJustin Hibbits2019-05-081-10/+22
* Connect Xilinx AXI drivers and Cadence Ethernet MAC to the RISC-V build.Ruslan Bukin2019-05-082-0/+13
* powerpc/booke: Do as much work outside of TLB locks as possibleJustin Hibbits2019-05-081-17/+16
* Add driver for the Xilinx AXI Direct Memory Access (AXI DMA) controllerRuslan Bukin2019-05-082-0/+744
* Add support for USB 3.0 XHCI via ACPIEmmanuel Vadot2019-05-086-70/+287
* Add driver for Xilinx AXI Ethernet tri-mode (10/100/1000 Mb/s) MAC foundRuslan Bukin2019-05-084-0/+1356
* o Implement a bounce buffer based on device reserved memory.Ruslan Bukin2019-05-087-64/+221
* random(4): Don't complain noisily when an entropy source is slowConrad Meyer2019-05-081-7/+11
* Avoid literal @generated tag in file-generating scriptsEd Maste2019-05-082-2/+8
* Fix LINT linking issue.Hans Petter Selasky2019-05-081-0/+2
* Fix LINT compilation issue.Hans Petter Selasky2019-05-081-2/+1
* Bump the Mellanox driver version numbers and the FreeBSD version number.Hans Petter Selasky2019-05-086-11/+11
* Make command workqueue persistant in mlx5core.Hans Petter Selasky2019-05-083-34/+23
* Fix race between driver unload and dumping firmware in mlx5core.Hans Petter Selasky2019-05-083-64/+75
* Ensure the flowtable rules are not freed twice in mlx5en(4).Hans Petter Selasky2019-05-081-0/+3
* Undo previous steps upon returning failure in mlx5en(4).Hans Petter Selasky2019-05-081-4/+11
* Make sure the flow destination structure does not use values off the stackHans Petter Selasky2019-05-081-2/+2
* Flush command workqueue when command completion is triggered in mlx5core.Hans Petter Selasky2019-05-082-2/+14
* Make command timeout way shorter in mlx5core.Hans Petter Selasky2019-05-081-1/+1
* Remove non-functional MLX5E_MAX_RX_SEGS macro in mlx5en(4).Hans Petter Selasky2019-05-083-39/+5
* Fix for compilation warning in mlx5en(4).Hans Petter Selasky2019-05-083-1/+6
* Rename functions from mlx5_fwdump to mlx5_ctl in mlx5core.Hans Petter Selasky2019-05-083-16/+16
* Implement firmware reset from userspace in mlx5tool(8).Hans Petter Selasky2019-05-082-0/+30
* Add Firmware Reset Level, MFRL, register accessors in mlx5core.Hans Petter Selasky2019-05-085-0/+39
* Expose per-lane counters before correction mechanism in mlx5en(4).Hans Petter Selasky2019-05-082-0/+33
* Add support for extended PCIe counters in mlx5en(4).Hans Petter Selasky2019-05-082-1/+204
* Extend the counters framework in mlx5en(4).Hans Petter Selasky2019-05-082-223/+223
* Update performance counter bits in mlx5core.Hans Petter Selasky2019-05-082-39/+184
* Implement reading PCI power status in mlx5core.Hans Petter Selasky2019-05-086-8/+197
* Move workqueue from mlx5en(4) to mlx5core.Hans Petter Selasky2019-05-083-19/+16
* Always return success for RoCE modify port in mlx5ib.Hans Petter Selasky2019-05-081-0/+8
* Add support for new rates to mlx5ib.Hans Petter Selasky2019-05-082-7/+69
* Add new rates to ibcore.Hans Petter Selasky2019-05-082-1/+27
* Do not add IFM_10G_LR and IFM_40G_ER4 to supported media types by default inHans Petter Selasky2019-05-081-11/+0
* Add support for 200Gb ethernet speeds to mlx5core.Hans Petter Selasky2019-05-086-105/+489
* Remove unused speed enums in mlx5core.Hans Petter Selasky2019-05-081-30/+0
* Control automatic update of firmware on driver load with a tunable in mlx5core.Hans Petter Selasky2019-05-081-0/+7
* Correct check for the calibration generation in mlx5en(4).Hans Petter Selasky2019-05-082-18/+25
* Let rx_out_of_buffer be a 32-bit counter in mlx5en(4).Hans Petter Selasky2019-05-082-5/+1
* Add vnic steering drop statistics in mlx5en(4).Hans Petter Selasky2019-05-084-2/+79
* Use software counters for rx_packets and rx_bytes in mlx5en(4).Hans Petter Selasky2019-05-081-5/+6
* Add mlx5_firmware_update() in mlx5core.Hans Petter Selasky2019-05-081-0/+20
* Handle IB_EVENT_DEVICE_FATAL event in ipoib.Hans Petter Selasky2019-05-081-1/+2
* Fix for double bus master disable in mlx5core.Hans Petter Selasky2019-05-081-2/+0
* Implement userspace firmware update for ConnectX-4/5/6.Hans Petter Selasky2019-05-082-0/+39
* Rename mlx5_fwdump_addr to more neutral mlx5_tool_addr in mlx5core.Hans Petter Selasky2019-05-082-8/+8
* Add mlxfw callbacks in mlx5core.Hans Petter Selasky2019-05-083-2/+158
* Initial version of Mellanox in-kernel firmware upgrade support.Hans Petter Selasky2019-05-0813-0/+1546
* Convert remaining module parameters into SYSCTLs in mlx5core.Hans Petter Selasky2019-05-081-12/+12