summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * net: dsa: introduce a dsa_switch_find functionVladimir Oltean2020-05-112-0/+22
| * net: dsa: permit cross-chip bridging between all trees in the systemVladimir Oltean2020-05-115-16/+55
| * net: bridge: allow enslaving some DSA master network devicesVladimir Oltean2020-05-114-14/+49
|/
* Merge branch 'net-hns3-misc-updates-for-next'Jakub Kicinski2020-05-116-18/+35
|\
| * net: hns3: disable auto-negotiation off with 1000M setting in ethtoolYufeng Mo2020-05-111-1/+6
| * net: hns3: optimized the judgment of the input parameters of dump ncl configYufeng Mo2020-05-111-5/+10
| * net: hns3: provide .get_cmdq_stat interface for the clientHuazhong Tan2020-05-112-0/+10
| * net: hns3: modify two uncorrect macro namesHuazhong Tan2020-05-112-4/+4
| * net: hns3: remove a redundant register macro definitionHuazhong Tan2020-05-112-8/+5
|/
* Merge branch 'Ethernet-Cable-test-support'Jakub Kicinski2020-05-1011-4/+722
|\
| * net: phy: Send notifier when starting the cable testAndrew Lunn2020-05-101-0/+41
| * 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 helpers for reporting test resultsAndrew Lunn2020-05-103-2/+70
| * net: ethtool: Add infrastructure for reporting cable test resultsAndrew Lunn2020-05-104-2/+100
| * net: ethtool: Make helpers publicAndrew Lunn2020-05-102-2/+4
| * net: ethtool: Add attributes for cable test reportsAndrew Lunn2020-05-102-0/+100
| * net: ethtool: netlink: Add support for triggering a cable testAndrew Lunn2020-05-107-2/+89
| * net: phy: Add support for polling cable testAndrew Lunn2020-05-102-0/+7
| * net: phy: Add cable test support to state machineAndrew Lunn2020-05-102-0/+104
|/
* 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-104-50/+24
* IB/mlx4: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-05-101-1/+1
* Merge branch 'mlxsw-spectrum-Enforce-some-HW-limitations-for-matchall-TC-offl...Jakub Kicinski2020-05-108-17/+332
|\
| * selftests: mlxsw: tc_restrictions: add couple of test for the correct matchal...Jiri Pirko2020-05-101-0/+107
| * selftests: mlxsw: tc_restrictions: add test to check sample action restrictionsJiri Pirko2020-05-101-0/+25
| * selftests: mlxsw: rename tc_flower_restrictions.sh to tc_restrictions.shJiri Pirko2020-05-101-0/+0
| * mlxsw: spectrum_flower: Forbid to insert flower rules in collision with match...Jiri Pirko2020-05-101-0/+32
| * mlxsw: spectrum_matchall: Forbid to insert matchall rules in collision with f...Jiri Pirko2020-05-103-3/+41
| * mlxsw: spectrum_matchall: Expose a function to get min and max rule priorityJiri Pirko2020-05-102-0/+38
| * mlxsw: spectrum_matchall: Put matchall list into substruct of flow structJiri Pirko2020-05-103-7/+9
| * mlxsw: spectrum_flower: Expose a function to get min and max rule priorityJiri Pirko2020-05-105-7/+75
| * mlxsw: spectrum_matchall: Restrict sample action to be allowed only on ingressJiri Pirko2020-05-101-0/+5
|/
* hinic: add three net_device_ops of vfLuo bin2020-05-1011-24/+453
* Merge tag 'mlx5-updates-2020-05-09' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski2020-05-0925-284/+498
|\
| * 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