summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* devlink: track snapshot id usage count using an xarrayJacob Keller2020-03-264-8/+135
* devlink: report error once U32_MAX snapshot ids have been usedJacob Keller2020-03-264-13/+33
* devlink: extract snapshot id allocation to helper functionJacob Keller2020-03-261-1/+14
* devlink: use -ENOSPC to indicate no more room for snapshotsJacob Keller2020-03-261-1/+1
* devlink: add function to take snapshot while lockedJacob Keller2020-03-261-31/+47
* devlink: trivial: fix tab in function documentationJacob Keller2020-03-261-1/+1
* devlink: convert snapshot destructor callback to region opJacob Keller2020-03-264-13/+14
* devlink: prepare to support region operationsJacob Keller2020-03-264-20/+40
* Merge branch 'veth-stats'David S. Miller2020-03-261-62/+97
|\
| * veth: rely on peer veth_rq for ndo_xdp_xmit accountingLorenzo Bianconi2020-03-261-47/+82
| * veth: rely on veth_rq in veth_xdp_flush_bq signatureLorenzo Bianconi2020-03-261-15/+15
|/
* sfc: falcon: convert to use i2c_new_client_device()Wolfram Sang2020-03-261-3/+3
* igb: convert to use i2c_new_client_device()Wolfram Sang2020-03-261-3/+3
* Merge branch 'Implement-stats_update-callback-for-pedit-and-skbedit'David S. Miller2020-03-263-2/+29
|\
| * selftests: skbedit_priority: Test counters at the skbedit rulePetr Machata2020-03-261-2/+7
| * sched: act_pedit: Implement stats_update callbackPetr Machata2020-03-261-0/+11
| * sched: act_skbedit: Implement stats_update callbackPetr Machata2020-03-261-0/+11
|/
* Merge branch 'mlxsw-Offload-TC-action-pedit-munge-dsfield'David S. Miller2020-03-268-8/+515
|\
| * selftests: mlxsw: qos_dscp_router: Test no DSCP rewrite after peditPetr Machata2020-03-261-0/+30
| * selftests: forwarding: Add a forwarding test for pedit munge dsfieldPetr Machata2020-03-261-0/+238
| * mlxsw: spectrum_flower: Offload FLOW_ACTION_MANGLEPetr Machata2020-03-265-0/+174
| * mlxsw: core: Add DSCP, ECN, dscp_rw to QOS_ACTIONPetr Machata2020-03-261-0/+64
| * mlxsw: core: Rename mlxsw_afa_qos_cmd to mlxsw_afa_qos_switch_prio_cmdPetr Machata2020-03-261-7/+7
| * net: flow_offload.h: Fix a comment at flow_action_entry.manglePetr Machata2020-03-261-1/+2
|/
* Merge tag 'mlx5-updates-2020-03-25' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller2020-03-2613-147/+263
|\
| * net/mlx5: E-switch, Protect eswitch mode changesParav Pandit2020-03-254-50/+123
| * net/mlx5: E-switch, Extend eswitch enable to handle num_vfs changeParav Pandit2020-03-254-32/+58
| * net/mlx5: Split eswitch mode check to different helper functionParav Pandit2020-03-251-4/+33
| * devlink: Rely on driver eswitch thread safety instead of devlinkParav Pandit2020-03-251-1/+2
| * net/mlx5: Simplify mlx5_unload_one() and its callersParav Pandit2020-03-253-10/+5
| * net/mlx5: Simplify mlx5_register_device to return voidParav Pandit2020-03-253-15/+5
| * net/mlx5: Avoid group version scan when not necessaryEli Cohen2020-03-251-6/+10
| * net/mlx5: Avoid incrementing FTE versionEli Cohen2020-03-251-1/+0
| * net/mlx5: Fix group version managementEli Cohen2020-03-251-0/+1
| * net/mlx5: Simplify matching group searchesEli Cohen2020-03-251-30/+11
| * net/mlx5: E-Switch, Use correct type for chain, prio and level valuesRoi Dayan2020-03-251-1/+2
| * net/mlx5: E-Switch, free flow_group_in after creating the restore tableRoi Dayan2020-03-251-0/+2
| * net/mlx5: E-Switch, Enable chains only if regs loopback is enabledPaul Blakey2020-03-252-20/+26
| * net/mlx5: E-Switch, Enable restore table only if reg_c1 is supportedPaul Blakey2020-03-251-0/+9
| * net/mlx5e: remove duplicated check chain_index in mlx5e_rep_setup_ft_cbwenxu2020-03-251-2/+1
| * net/mlx5e: Fix actions_match_supported() returnDan Carpenter2020-03-251-1/+1
* | atl2: remove unused variable 'atl2_driver_string'YueHaibing2020-03-261-1/+0
* | tipc: Add a missing case of TIPC_DIRECT_MSG typeHoang Le2020-03-263-2/+8
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-03-25416-1919/+4242
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-03-25159-945/+2140
| |\ \
| | * \ Merge tag 'wireless-drivers-2020-03-25' of git://git.kernel.org/pub/scm/linux...David S. Miller2020-03-254-13/+27
| | |\ \
| | | * | iwlwifi: don't send GEO_TX_POWER_LIMIT if no wgds tableGolan Ben Ami2020-03-233-13/+24
| | | * | iwlwifi: pcie: add 0x2526/0x401* devices back to cfg detectionLuca Coelho2020-03-231-0/+3
| | * | | net: Fix CONFIG_NET_CLS_ACT=n and CONFIG_NFT_FWD_NETDEV={y, m} buildPablo Neira Ayuso2020-03-2510-34/+47
| | * | | net: ena: Add PCI shutdown handler to allow safe kexecGuilherme G. Piccoli2020-03-251-10/+41