summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* sfc: make firmware-variant printing a nic_type functionEdward Cree2020-05-113-16/+27
* sfc: make filter table probe caller responsible for adding VLANsEdward Cree2020-05-112-12/+10
* sfc: move rx_rss_context_exclusive into struct efx_mcdi_filter_tableEdward Cree2020-05-113-7/+7
* sfc: rework handling of (firmware) multicast chaining stateEdward Cree2020-05-113-75/+90
* sfc: move 'must restore' flags out of ef10-specific nic_dataEdward Cree2020-05-115-23/+30
* sfc: use efx_has_cap for capability checks outside of NIC-specific codeEdward Cree2020-05-112-15/+5
* sfc: make capability checking a nic_type functionTom Zhao2020-05-114-0/+40
* sfc: move vport_id to struct efx_nicEdward Cree2020-05-117-38/+29
* net: qed: Disable SRIOV functionality inside kdump kernelBhupesh Sharma2020-05-112-4/+8
* net: qed*: Reduce RX and TX default ring count when running inside kdump kernelBhupesh Sharma2020-05-112-2/+11
* hinic: add link_ksettings ethtool_ops supportLuo bin2020-05-116-9/+682
* net: atarilance: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-05-111-1/+1
* net: dsa: sja1105: implement cross-chip bridging operationsVladimir Oltean2020-05-102-0/+92
* net: dsa: permit cross-chip bridging between all trees in the systemVladimir Oltean2020-05-101-4/+12
* net: hns3: disable auto-negotiation off with 1000M setting in ethtoolYufeng Mo2020-05-101-1/+6
* net: hns3: optimized the judgment of the input parameters of dump ncl configYufeng Mo2020-05-101-5/+10
* net: hns3: provide .get_cmdq_stat interface for the clientHuazhong Tan2020-05-102-0/+10
* net: hns3: modify two uncorrect macro namesHuazhong Tan2020-05-102-4/+4
* net: hns3: remove a redundant register macro definitionHuazhong Tan2020-05-102-8/+5
* net: phy: Put interface into oper testing during cable testAndrew Lunn2020-05-101-1/+11
* net: phy: marvell: Add cable test supportAndrew Lunn2020-05-101-0/+201
* net: ethtool: Add infrastructure for reporting cable test resultsAndrew Lunn2020-05-101-2/+20
* net: phy: Add support for polling cable testAndrew Lunn2020-05-101-0/+2
* net: phy: Add cable test support to state machineAndrew Lunn2020-05-101-0/+76
* net: usb: qmi_wwan: remove redundant assignment to variable statusColin Ian King2020-05-101-1/+1
* net: huawei_cdc_ncm: remove redundant assignment to variable retColin Ian King2020-05-101-1/+1
* net: usb: ax88179_178a: remove redundant assignment to variable retColin Ian King2020-05-101-1/+1
* dsa: sja1105: fix semicolon.cocci warningskbuild test robot2020-05-101-1/+1
* octeontx2-pf: Use the napi_alloc_frag() to alloc the pool buffersKevin Hao2020-05-094-50/+24
* mlxsw: spectrum_flower: Forbid to insert flower rules in collision with match...Jiri Pirko2020-05-091-0/+32
* mlxsw: spectrum_matchall: Forbid to insert matchall rules in collision with f...Jiri Pirko2020-05-093-3/+41
* mlxsw: spectrum_matchall: Expose a function to get min and max rule priorityJiri Pirko2020-05-092-0/+38
* mlxsw: spectrum_matchall: Put matchall list into substruct of flow structJiri Pirko2020-05-093-7/+9
* mlxsw: spectrum_flower: Expose a function to get min and max rule priorityJiri Pirko2020-05-095-7/+75
* mlxsw: spectrum_matchall: Restrict sample action to be allowed only on ingressJiri Pirko2020-05-091-0/+5
* hinic: add three net_device_ops of vfLuo bin2020-05-0911-24/+453
* Merge tag 'mlx5-updates-2020-05-09' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski2020-05-0920-283/+456
|\
| * net/mlx5e: Enhance ICOSQ WQE info fieldsTariq Toukan2020-05-093-11/+19
| * net/mlx5: Accel, Remove unnecessary header includeTariq Toukan2020-05-091-1/+0
| * net/mlx5e: Use struct assignment for WQE info updatesTariq Toukan2020-05-094-17/+24
| * net/mlx5e: Take TX WQE info structures out of general EN headerTariq Toukan2020-05-093-27/+27
| * net/mlx5e: kTLS, Do not fill edge for the DUMP WQEs in TX flowTariq Toukan2020-05-091-4/+1
| * net/mlx5e: kTLS, Fill work queue edge separately in TX flowTariq Toukan2020-05-091-10/+8
| * net/mlx5e: Split TX acceleration offloads into two phasesMaxim Mikityanskiy2020-05-098-23/+52
| * net/mlx5e: Update UDP fields of the SKB for GSO firstMaxim Mikityanskiy2020-05-091-3/+5
| * net/mlx5e: Make TLS offload independent of wqe and piMaxim Mikityanskiy2020-05-095-23/+23
| * net/mlx5e: Pass only eseg to IPSEC offloadMaxim Mikityanskiy2020-05-093-4/+4
| * net/mlx5e: Return void from mlx5e_sq_xmit and mlx5i_sq_xmitMaxim Mikityanskiy2020-05-094-19/+18
| * net/mlx5e: Unify checks of TLS offloadsMaxim Mikityanskiy2020-05-093-22/+13
| * net/mlx5e: Return bool from TLS and IPSEC offloadsMaxim Mikityanskiy2020-05-098-68/+50