summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: remove sockptr_advanceChristoph Hellwig2020-07-281-6/+6
* mlxsw: core: Add support for temperature thresholds reading for QSFP-DD trans...Vadim Pasternak2020-07-282-10/+23
* mlxsw: core: Add ethtool support for QSFP-DD transceiversVadim Pasternak2020-07-282-2/+21
* Merge tag 'mlx5-updates-2020-07-28' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller2020-07-2825-212/+301
|\
| * net/mlx5: drop unnecessary list_emptyJulia Lawall2020-07-282-10/+8
| * net/mlx5: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-07-288-13/+13
| * net/mlx5: DR, Reduce print level for matcher printAlex Vesker2020-07-281-1/+1
| * net/mlx5e: Add support for PCI relaxed orderingAya Levin2020-07-283-2/+13
| * net/mlx5e: Use indirect call wrappers for RX post WQEs functionsTariq Toukan2020-07-285-8/+7
| * net/mlx5e: Move exposure of datapath function to txrx headerTariq Toukan2020-07-284-23/+29
| * net/mlx5e: RX, Re-work initializaiton of RX function pointersTariq Toukan2020-07-289-96/+112
| * net/mlx5e: Link non uplink representors to PCI deviceParav Pandit2020-07-281-1/+1
| * net/mlx5: E-switch, Use eswitch total_vportsParav Pandit2020-07-281-7/+7
| * net/mlx5: E-switch, Reuse total_vports and avoid duplicate nvportsParav Pandit2020-07-282-8/+6
| * net/mlx5: E-switch, Consider maximum vf vports for steering initParav Pandit2020-07-281-7/+1
| * net/mlx5: Add function ID to reclaim pages debug logAvihu Hagag2020-07-281-1/+2
| * net/mlx5: Hold pages RB tree per VFEran Ben Elisha2020-07-281-38/+104
* | farsync: use generic power managementVaibhav Gupta2020-07-281-6/+4
|/
* net/mlx4: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-07-273-5/+5
* Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher...David S. Miller2020-07-274-52/+2
|\
| * igc: Fix static checker warningSasha Neftin2020-07-271-1/+1
| * igc: Clean up the hw_stats structureSasha Neftin2020-07-274-13/+0
| * igc: Clean up the mac_info structureSasha Neftin2020-07-271-5/+0
| * igc: Remove ledctl_ fields from the mac_info structureSasha Neftin2020-07-271-3/+0
| * igc: Fix registers definitionSasha Neftin2020-07-274-20/+0
| * igc: Remove unneeded ICTXQMTC registerSasha Neftin2020-07-274-5/+0
| * igc: Add Receive Descriptor Minimum Threshold Count to clear HW countersSasha Neftin2020-07-271-0/+1
| * igc: Remove unneeded variableSasha Neftin2020-07-274-5/+0
* | qed: fix assignment of n_rq_elems to incorrect params fieldColin Ian King2020-07-271-1/+1
* | sfc_ef100: implement ndo_get_phys_port_{id,name}Edward Cree2020-07-272-0/+23
* | sfc_ef100: read device MAC address at probe timeEdward Cree2020-07-272-1/+40
* | sfc_ef100: probe the PHY and configure the MACEdward Cree2020-07-271-1/+41
* | sfc_ef100: actually perform resetsEdward Cree2020-07-271-0/+9
* | sfc_ef100: extend ef100_check_caps to cover datapath_caps3Edward Cree2020-07-273-3/+11
* | sfc_ef100: read datapath caps, implement check_capsEdward Cree2020-07-272-2/+58
* | sfc_ef100: process events for MCDI completionsEdward Cree2020-07-271-1/+56
* | sfc_ef100: implement ndo_open/close and EVQ probingEdward Cree2020-07-277-0/+225
* | sfc_ef100: implement MCDI transportEdward Cree2020-07-272-0/+107
* | sfc_ef100: don't call efx_reset_down()/up() on EF100Edward Cree2020-07-271-3/+8
* | sfc_ef100: PHY probe stubEdward Cree2020-07-271-0/+14
* | sfc_ef100: reset-handling stubEdward Cree2020-07-271-0/+50
* | sfc: skeleton EF100 PF driverEdward Cree2020-07-2726-13/+1095
* | sfc_ef100: register accesses on EF100Edward Cree2020-07-272-3/+15
* | sfc_ef100: add EF100 register definitionsEdward Cree2020-07-271-0/+693
* | sfc: remove efx_ethtool_nway_reset()Edward Cree2020-07-273-10/+0
* | qed: fix the allocation of the chains with an external PBLAlexander Lobakin2020-07-271-1/+3
* | bnxt_en: Add support for 'ethtool -d'Vasundhara Volam2020-07-274-0/+94
* | bnxt_en: Switch over to use the 64-bit software accumulated counters.Michael Chan2020-07-273-53/+64
* | bnxt_en: Accumulate all counters.Michael Chan2020-07-272-2/+90
* | bnxt_en: Retrieve hardware masks for port counters.Michael Chan2020-07-271-5/+70