summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-09-04ice: Correctly handle return values for init DCBDave Ertman1-9/+8
2019-09-04ice: Limit Max TCs on devices with more than 4 portsUsha Ketineni4-2/+24
2019-09-04ice: Cleanup defines in ice_type.hTony Nguyen1-3/+3
2019-09-04ice: print extra message if topology issueJesse Brandeburg1-0/+17
2019-09-04ice: add print of autoneg state to link messageJesse Brandeburg1-2/+9
2019-09-04ice: update driver unloading field for Queue Shutdown AQ commandBruce Allan2-3/+3
2019-09-04ice: add needed PFR during driver unloadBruce Allan1-0/+5
2019-09-04ice: Deduce TSA value from the priority value in the CEE modeChinh T Cao1-1/+7
2019-09-04ice: Report what the user set for coalesce [tx|rx]-usecsBrett Creeley1-44/+44
2019-09-04ice: Fix resource leak in ice_remove_rule_internal()Jeb Cramer1-2/+3
2019-09-03ice: Fix EMP reset handlingAnirudh Venkataramanan1-0/+2
2019-09-03net/mlx5: Add devlink flow_steering_mode parameterMaor Gottlieb2-1/+144
2019-09-03net/mlx5: Add support to use SMFS in switchdev modeMaor Gottlieb2-7/+55
2019-09-03net/mlx5: Add API to set the namespace steering modeMaor Gottlieb2-1/+60
2019-09-03net/mlx5: Add direct rule fs_cmd implementationMaor Gottlieb7-6/+717
2019-09-03net/mlx5: DR, Add CONFIG_MLX5_SW_STEERING for software steering supportAlex Vesker3-0/+16
2019-09-03net/mlx5: DR, Expose APIs for direct rule managingAlex Vesker1-0/+212
2019-09-03net/mlx5: DR, Add required FW steering functionalityAlex Vesker1-0/+93
2019-09-03net/mlx5: DR, Expose steering rule functionalityAlex Vesker1-0/+1243
2019-09-03net/mlx5: DR, Expose steering action functionalityAlex Vesker1-0/+1588
2019-09-03net/mlx5: DR, Expose steering matcher functionalityAlex Vesker1-0/+770
2019-09-03net/mlx5: DR, Expose steering table functionalityAlex Vesker1-0/+294
2019-09-03net/mlx5: DR, Expose steering domain functionalityAlex Vesker1-0/+395
2019-09-03net/mlx5: DR, Add Steering entry (STE) utilitiesAlex Vesker2-0/+2406
2019-09-03net/mlx5: DR, Expose an internal API to issue RDMA operationsAlex Vesker1-0/+976
2019-09-03net/mlx5: DR, ICM pool memory allocatorAlex Vesker1-0/+570
2019-09-03net/mlx5: DR, Add direct rule command utilitiesAlex Vesker2-0/+1084
2019-09-03net/mlx5: DR, Add the internal direct rule types definitionsAlex Vesker1-0/+1060
2019-09-03net/mlx5: Add flow steering actions to fs_cmd shim layerMaor Gottlieb13-110/+289
2019-09-03can: dev: can_dev_init(): convert from printk(KERN_INFO) to pr_infoMarc Kleine-Budde1-1/+1
2019-09-03can: dev: can_dellink(): remove return at end of void functionMarc Kleine-Budde1-1/+0
2019-09-03can: dev: can_restart(): convert NULL pointer checkMarc Kleine-Budde1-1/+1
2019-09-03can: dev: remove unnecessary blank lineMarc Kleine-Budde1-1/+0
2019-09-03can: dev: remove unnecessary parenthesesMarc Kleine-Budde1-5/+5
2019-09-03can: dev: avoid long linesMarc Kleine-Budde3-21/+38
2019-09-03can: dev: convert block comments to network style commentsMarc Kleine-Budde1-52/+24
2019-09-03can: mcp251x: Call wrapper instead of regulator_disable()Andy Shevchenko1-4/+2
2019-09-03can: mcp251x: Make use of device property APIAndy Shevchenko1-7/+5
2019-09-03can: mcp251x: Use devm_clk_get_optional() to get the input clockAndy Shevchenko1-18/+12
2019-09-03can: mcp251x: remove deprecated board file setup exampleMarc Kleine-Budde1-20/+0
2019-09-03can: tcan4x5x: Remove checking the wake pinDan Murphy1-13/+0
2019-09-03can: tcan4x5x: Remove data-ready gpio interruptDan Murphy1-10/+1
2019-09-03dt-bindings: can: tcan4x5x: Update binding to use interrupt propertyDan Murphy1-2/+5
2019-09-03can: kvaser_pciefd: the PWM generator is running at the bus frequency of the ...Christer Beskow1-1/+5
2019-09-02Merge branch 'mvpp2-per-cpu-buffers'David S. Miller2-41/+237
2019-09-02mvpp2: percpu buffersMatteo Croce2-23/+222
2019-09-02mvpp2: refactor BM pool functionsMatteo Croce1-19/+16
2019-09-02net: dsa: Fix off-by-one number of calls to devlink_port_unregisterVladimir Oltean1-10/+29
2019-09-02mlx5: Add missing init_net check in FIB notifierJiri Pirko1-0/+3
2019-09-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller226-1074/+2169