aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add API function to query virtual port counters in mlx5 core.Hans Petter Selasky2017-11-102-2/+42
* Add API functions to modify the transport interface send object, TIS,Hans Petter Selasky2017-11-102-2/+15
* Add API functions to set and query dropless port mode in mlx5 core.Hans Petter Selasky2017-11-102-0/+42
* Prevent mlx5 core from accessing host memory after shutdown by disablingHans Petter Selasky2017-11-101-0/+7
* Set ATOMIC endian mode in mlx5 core.Hans Petter Selasky2017-11-102-2/+65
* Add const keyword to input-only argument in mlx5 core.Hans Petter Selasky2017-11-102-2/+2
* Make local variable 64-bits to avoid masking away bits in mlx5 core.Hans Petter Selasky2017-11-101-1/+1
* Implement support for decoding general port notification event inHans Petter Selasky2017-11-102-1/+40
* loader.efi: efi_devpath_is_prefix should return boolToomas Soome2017-11-102-9/+9
* Refactor the flowsteering APIs used by mlx5en(4). This change is needed byHans Petter Selasky2017-11-1016-1720/+4492
* Mark ipoib device as initialized on device open.Hans Petter Selasky2017-11-101-0/+4
* Remove some not needed comments in the LinuxKPI. Use the Linux source treeHans Petter Selasky2017-11-101-23/+0
* Add new USB quirk.Hans Petter Selasky2017-11-102-0/+2
* Properly initialize the full md_page structureJustin Hibbits2017-11-101-0/+1
* Book-E pmap_mapdev_attr() improvementsJustin Hibbits2017-11-101-13/+31
* systm.h: Include cdefs.h firstConrad Meyer2017-11-101-1/+1
* Introduce EVENTHANDLER_LIST and some users.Matt Joras2017-11-098-55/+130
* Fix issue with VXLAN-ecapsulated rx h/w checksumming.Sean Bruno2017-11-091-2/+4
* Make sure sin_zero is zero in ibcore. Else socket address maching usingHans Petter Selasky2017-11-091-0/+2
* Make sure the IPv6 scope ID gets zeroed when exchanging CMA messages in ibcore.Hans Petter Selasky2017-11-091-0/+16
* Multiple fixes for using IPv6 link-local addresses with RDMA in ibcore.Hans Petter Selasky2017-11-095-164/+103
* MFV r325609: 7531 Assign correct flags to prefetched buffersAndriy Gapon2017-11-092-0/+18
* MFV r325607: 8607 zfs: variable set but not usedAndriy Gapon2017-11-092-13/+11
* MFV r325605: 8713 Buffer overflow in dsl_dataset_name()Andriy Gapon2017-11-091-1/+8
* cxgbe(4): Do not request settings not supported by the port.Navdeep Parhar2017-11-091-2/+9
* Point people towards our https web site for documentation, http accesses areGavin Atkinson2017-11-091-1/+1
* Fix setting AENQ group in ENA driverMarcin Wojtas2017-11-091-5/+1
* Allow usage of more RX descriptors than 1 in ENA driverMarcin Wojtas2017-11-093-5/+17
* Read max MTU from the ENA deviceMarcin Wojtas2017-11-092-27/+19
* Fix calculating io queues number in ENA driverMarcin Wojtas2017-11-091-1/+1
* Rework printouts and logging level in ENA driverMarcin Wojtas2017-11-092-66/+90
* Correct operators precedence.Konstantin Belousov2017-11-091-5/+5
* Fix comparing L3 type with L4 enum on RX hash in ENA driverMarcin Wojtas2017-11-091-1/+1
* Fix compilation warnings when building ENA driver with gcc compilerMarcin Wojtas2017-11-091-1/+1
* Fix checking if the DF flag was set in ENA driverMarcin Wojtas2017-11-091-1/+1
* Cleanup of the ENA driver header fileMarcin Wojtas2017-11-092-52/+20
* Allow partial MSI-x allocation in ENA driverMarcin Wojtas2017-11-092-2/+11
* Remove deprecated and unused counters in ENA driverMarcin Wojtas2017-11-093-55/+1
* Cover ENA driver code with branch predictioning statementsMarcin Wojtas2017-11-091-108/+109
* Refactor style of the ENA driverMarcin Wojtas2017-11-093-256/+243
* Fix error handling in the ENA driver and lock drbr_free() callMarcin Wojtas2017-11-091-45/+49
* Destroy admin queue after freeing interrupts in ENA driverMarcin Wojtas2017-11-091-2/+6
* Split function checking for missing TX completion in ENA driverMarcin Wojtas2017-11-091-41/+54
* Check for Rx ring state to prevent from stall in the ENA driverMarcin Wojtas2017-11-093-5/+119
* Add RX OOO completion featureMarcin Wojtas2017-11-093-21/+97
* Add some PCI IDs found on AMD Epyc system.Alexander Motin2017-11-091-0/+5
* AUTO_OBJ: Fix 'old style' kernel builds using wrong .OBJDIR.Bryan Drewery2017-11-091-0/+3
* Zero whole struct ptrace_lwpinfo to not leak kernel stack data.Konstantin Belousov2017-11-081-2/+2
* Fix operator priority.Konstantin Belousov2017-11-081-1/+2
* Do not leak control in raw_usendAntoine Brodin2017-11-081-1/+2