aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Saeed Mahameed2020-05-093-98/+259
| |\
| | * net/mlx5: Add support to get lag physical portMaor Gottlieb2020-05-011-0/+24
| | * net/mlx5: Change lag mutex lock to spin lockMaor Gottlieb2020-05-011-21/+21
| | * bonding: Implement ndo_get_xmit_slaveMaor Gottlieb2020-05-011-0/+43
| | * bonding: Add array of all slavesMaor Gottlieb2020-05-011-19/+59
| | * bonding: Add function to get the xmit slave in active-backup modeMaor Gottlieb2020-05-011-1/+7
| | * bonding: Add helper function to get the xmit slave in rr modeMaor Gottlieb2020-05-011-26/+30
| | * bonding: Add helper function to get the xmit slave based on hashMaor Gottlieb2020-05-011-7/+21
| | * bonding/alb: Add helper functions to get the xmit slaveMaor Gottlieb2020-05-011-9/+26