| Commit message (Expand) | Author | Age | Files | Lines |
* | devlink: track snapshot id usage count using an xarray | Jacob Keller | 2020-03-26 | 4 | -8/+135 |
* | devlink: report error once U32_MAX snapshot ids have been used | Jacob Keller | 2020-03-26 | 4 | -13/+33 |
* | devlink: extract snapshot id allocation to helper function | Jacob Keller | 2020-03-26 | 1 | -1/+14 |
* | devlink: use -ENOSPC to indicate no more room for snapshots | Jacob Keller | 2020-03-26 | 1 | -1/+1 |
* | devlink: add function to take snapshot while locked | Jacob Keller | 2020-03-26 | 1 | -31/+47 |
* | devlink: trivial: fix tab in function documentation | Jacob Keller | 2020-03-26 | 1 | -1/+1 |
* | devlink: convert snapshot destructor callback to region op | Jacob Keller | 2020-03-26 | 4 | -13/+14 |
* | devlink: prepare to support region operations | Jacob Keller | 2020-03-26 | 4 | -20/+40 |
* | Merge branch 'veth-stats' | David S. Miller | 2020-03-26 | 1 | -62/+97 |
|\ |
|
| * | veth: rely on peer veth_rq for ndo_xdp_xmit accounting | Lorenzo Bianconi | 2020-03-26 | 1 | -47/+82 |
| * | veth: rely on veth_rq in veth_xdp_flush_bq signature | Lorenzo Bianconi | 2020-03-26 | 1 | -15/+15 |
|/ |
|
* | sfc: falcon: convert to use i2c_new_client_device() | Wolfram Sang | 2020-03-26 | 1 | -3/+3 |
* | igb: convert to use i2c_new_client_device() | Wolfram Sang | 2020-03-26 | 1 | -3/+3 |
* | Merge branch 'Implement-stats_update-callback-for-pedit-and-skbedit' | David S. Miller | 2020-03-26 | 3 | -2/+29 |
|\ |
|
| * | selftests: skbedit_priority: Test counters at the skbedit rule | Petr Machata | 2020-03-26 | 1 | -2/+7 |
| * | sched: act_pedit: Implement stats_update callback | Petr Machata | 2020-03-26 | 1 | -0/+11 |
| * | sched: act_skbedit: Implement stats_update callback | Petr Machata | 2020-03-26 | 1 | -0/+11 |
|/ |
|
* | Merge branch 'mlxsw-Offload-TC-action-pedit-munge-dsfield' | David S. Miller | 2020-03-26 | 8 | -8/+515 |
|\ |
|
| * | selftests: mlxsw: qos_dscp_router: Test no DSCP rewrite after pedit | Petr Machata | 2020-03-26 | 1 | -0/+30 |
| * | selftests: forwarding: Add a forwarding test for pedit munge dsfield | Petr Machata | 2020-03-26 | 1 | -0/+238 |
| * | mlxsw: spectrum_flower: Offload FLOW_ACTION_MANGLE | Petr Machata | 2020-03-26 | 5 | -0/+174 |
| * | mlxsw: core: Add DSCP, ECN, dscp_rw to QOS_ACTION | Petr Machata | 2020-03-26 | 1 | -0/+64 |
| * | mlxsw: core: Rename mlxsw_afa_qos_cmd to mlxsw_afa_qos_switch_prio_cmd | Petr Machata | 2020-03-26 | 1 | -7/+7 |
| * | net: flow_offload.h: Fix a comment at flow_action_entry.mangle | Petr Machata | 2020-03-26 | 1 | -1/+2 |
|/ |
|
* | Merge tag 'mlx5-updates-2020-03-25' of git://git.kernel.org/pub/scm/linux/ker... | David S. Miller | 2020-03-26 | 13 | -147/+263 |
|\ |
|
| * | net/mlx5: E-switch, Protect eswitch mode changes | Parav Pandit | 2020-03-25 | 4 | -50/+123 |
| * | net/mlx5: E-switch, Extend eswitch enable to handle num_vfs change | Parav Pandit | 2020-03-25 | 4 | -32/+58 |
| * | net/mlx5: Split eswitch mode check to different helper function | Parav Pandit | 2020-03-25 | 1 | -4/+33 |
| * | devlink: Rely on driver eswitch thread safety instead of devlink | Parav Pandit | 2020-03-25 | 1 | -1/+2 |
| * | net/mlx5: Simplify mlx5_unload_one() and its callers | Parav Pandit | 2020-03-25 | 3 | -10/+5 |
| * | net/mlx5: Simplify mlx5_register_device to return void | Parav Pandit | 2020-03-25 | 3 | -15/+5 |
| * | net/mlx5: Avoid group version scan when not necessary | Eli Cohen | 2020-03-25 | 1 | -6/+10 |
| * | net/mlx5: Avoid incrementing FTE version | Eli Cohen | 2020-03-25 | 1 | -1/+0 |
| * | net/mlx5: Fix group version management | Eli Cohen | 2020-03-25 | 1 | -0/+1 |
| * | net/mlx5: Simplify matching group searches | Eli Cohen | 2020-03-25 | 1 | -30/+11 |
| * | net/mlx5: E-Switch, Use correct type for chain, prio and level values | Roi Dayan | 2020-03-25 | 1 | -1/+2 |
| * | net/mlx5: E-Switch, free flow_group_in after creating the restore table | Roi Dayan | 2020-03-25 | 1 | -0/+2 |
| * | net/mlx5: E-Switch, Enable chains only if regs loopback is enabled | Paul Blakey | 2020-03-25 | 2 | -20/+26 |
| * | net/mlx5: E-Switch, Enable restore table only if reg_c1 is supported | Paul Blakey | 2020-03-25 | 1 | -0/+9 |
| * | net/mlx5e: remove duplicated check chain_index in mlx5e_rep_setup_ft_cb | wenxu | 2020-03-25 | 1 | -2/+1 |
| * | net/mlx5e: Fix actions_match_supported() return | Dan Carpenter | 2020-03-25 | 1 | -1/+1 |
* | | atl2: remove unused variable 'atl2_driver_string' | YueHaibing | 2020-03-26 | 1 | -1/+0 |
* | | tipc: Add a missing case of TIPC_DIRECT_MSG type | Hoang Le | 2020-03-26 | 3 | -2/+8 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2020-03-25 | 416 | -1919/+4242 |
|\ \ |
|
| * \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Linus Torvalds | 2020-03-25 | 159 | -945/+2140 |
| |\ \ |
|
| | * \ | Merge tag 'wireless-drivers-2020-03-25' of git://git.kernel.org/pub/scm/linux... | David S. Miller | 2020-03-25 | 4 | -13/+27 |
| | |\ \ |
|
| | | * | | iwlwifi: don't send GEO_TX_POWER_LIMIT if no wgds table | Golan Ben Ami | 2020-03-23 | 3 | -13/+24 |
| | | * | | iwlwifi: pcie: add 0x2526/0x401* devices back to cfg detection | Luca Coelho | 2020-03-23 | 1 | -0/+3 |
| | * | | | net: Fix CONFIG_NET_CLS_ACT=n and CONFIG_NFT_FWD_NETDEV={y, m} build | Pablo Neira Ayuso | 2020-03-25 | 10 | -34/+47 |
| | * | | | net: ena: Add PCI shutdown handler to allow safe kexec | Guilherme G. Piccoli | 2020-03-25 | 1 | -10/+41 |