summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * net/mlx5e: Add support for tc trapEli Cohen2020-09-151-0/+10
| * net/mlx5: E-Switch, Use vport metadata matching by defaultVu Pham2020-09-151-14/+2
| * net/mlx5: E-Switch, Setup all vports' metadata to support peer miss ruleVu Pham2020-09-151-9/+42
| * net/mlx5: E-Switch, Dedicated metadata for uplink vportVu Pham2020-09-151-4/+1
| * net/mlx5: E-Switch, Check and enable metadata support flag before usingVu Pham2020-09-151-9/+6
| * net/mlx5e: Add LAG warning if bond slave is not lag masterJianbo Liu2020-09-153-11/+41
| * net/mlx5e: Add LAG warning for unsupported tx typeJianbo Liu2020-09-151-6/+11
| * net/mlx5e: Return a valid errno if can't get lag device indexJianbo Liu2020-09-152-4/+9
| * net/mlx5: Don't call timecounter cyc2time directly from 1PPS flowEran Ben Elisha2020-09-151-2/+3
| * net/mlx5: Release clock lock before scheduling a PPS workEran Ben Elisha2020-09-151-1/+1
| * net/mlx5: Rename ptp clock infoEran Ben Elisha2020-09-151-1/+1
| * net/mlx5: Always use container_of to find mdev pointer from clock structEran Ben Elisha2020-09-152-24/+29
| * net/mlx5: remove erroneous fallthroughDan Carpenter2020-09-151-1/+0
| * net/mlx5: Fix uninitialized variable warningMoshe Tal2020-09-151-1/+1
* | Merge branch 'nexthop-Small-changes'David S. Miller2020-09-164-13/+24
|\ \
| * | selftests: fib_nexthops: Test cleanup of FDB entries following nexthop deletionIdo Schimmel2020-09-161-0/+14
| * | nexthop: Only emit a notification when nexthop is actually deletedIdo Schimmel2020-09-161-2/+2
| * | nexthop: Convert to blocking notification chainIdo Schimmel2020-09-162-7/+8
| * | nexthop: Remove NEXTHOP_EVENT_ADDIdo Schimmel2020-09-161-1/+0
| * | nexthop: Remove unused function declaration from header fileIdo Schimmel2020-09-161-3/+0
|/ /
* | chelsio/chtls: Re-add dependencies on CHELSIO_T4 to fix modular CHELSIO_T4Geert Uytterhoeven2020-09-161-0/+2
* | Merge branch 'mlxsw-Introduce-fw_fatal-health-reporter-and-test-cmd-toDavid S. Miller2020-09-169-383/+742
|\ \
| * | mlxsw: core: Introduce fw_fatal health reporterJiri Pirko2020-09-165-0/+256
| * | devlink: introduce the health reporter test commandJiri Pirko2020-09-163-0/+35
| * | mlxsw: reg: Add Monitoring FW General Debug RegisterJiri Pirko2020-09-161-0/+21
| * | mlxsw: reg: Add Monitoring FW Debug RegisterJiri Pirko2020-09-161-0/+79
| * | mlxsw: Move fw_load_policy devlink param into core.cJiri Pirko2020-09-162-59/+51
| * | mlxsw: core: Push code doing params register/unregister into separate helpersJiri Pirko2020-09-161-12/+27
| * | mlxsw: Move fw flashing code into core.cJiri Pirko2020-09-164-307/+268
| * | mlxsw: Bump firmware version to XX.2008.1310Jiri Pirko2020-09-161-6/+6
|/ /
* | Merge branch 'net-stmmac-Add-ethtool-support-for-get-set-channels'David S. Miller2020-09-163-64/+98
|\ \
| * | net: stmmac: use netif_tx_start|stop_all_queues() functionOng Boon Leong2020-09-161-32/+1
| * | net: stmmac: Fix incorrect location to set real_num_rx|tx_queuesAashish Verma2020-09-161-4/+4
| * | net: stmmac: add ethtool support for get/set channelsOng Boon Leong2020-09-163-28/+93
|/ /
* | Merge branch 'ethtool-add-pause-frame-stats'David S. Miller2020-09-1518-8/+462
|\ \
| * | mlx4: add pause frame statsJakub Kicinski2020-09-152-0/+31
| * | mlx5: add pause frame statsJakub Kicinski2020-09-154-0/+50
| * | ixgbe: add pause frame statsJakub Kicinski2020-09-151-0/+11
| * | bnxt: add pause frame statsJakub Kicinski2020-09-151-0/+17
| * | selftests: add a test for ethtool pause statsJakub Kicinski2020-09-151-0/+108
| * | netdevsim: add pause frame statsJakub Kicinski2020-09-154-1/+77
| * | docs: net: include the new ethtool pause stats in the stats docJakub Kicinski2020-09-151-5/+52
| * | ethtool: add standard pause statsJakub Kicinski2020-09-154-2/+116
|/ /
* | Merge branch 's390-qeth-next'David S. Miller2020-09-1515-53/+611
|\ \
| * | s390/qeth: implement ndo_bridge_setlink for learning_syncAlexandra Winter2020-09-151-0/+125
| * | s390/qeth: implement ndo_bridge_getlink for learning_syncAlexandra Winter2020-09-151-1/+22
| * | s390/qeth: Reset address notification in case of buffer overflowAlexandra Winter2020-09-154-10/+123
| * | bridge: Add SWITCHDEV_FDB_FLUSH_TO_BRIDGE notifierAlexandra Winter2020-09-152-0/+6
| * | s390/qeth: Translate address events into switchdev notifiersAlexandra Winter2020-09-152-1/+110
| * | s390/qeth: Detect PNSO OC3 capabilityAlexandra Winter2020-09-153-10/+85