summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* can: netns: remove "can_" prefix from members struct netns_canMarc Kleine-Budde2019-09-043-27/+27
* can: proc: give variables holding CAN statistics a sensible nameMarc Kleine-Budde2019-09-041-58/+58
* can: af_can: give variables holding CAN statistics a sensible nameMarc Kleine-Budde2019-09-041-15/+15
* can: netns: give members of struct netns_can holding the statistics a sensibl...Marc Kleine-Budde2019-09-043-25/+25
* can: netns: give structs holding the CAN statistics a sensible nameMarc Kleine-Budde2019-09-044-18/+18
* Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2019-09-039-74/+144
|\
| * ice: Only disable VLAN pruning for the VF when all VLANs are removedBrett Creeley2019-09-031-2/+3
| * ice: Remove enable DCB when SW LLDP is activatedMichal Swiatkowski2019-09-031-1/+0
| * ice: Report stats when VSI is downDave Ertman2019-09-031-2/+6
| * ice: Always notify FW of VF resetMitch Williams2019-09-031-9/+16
| * ice: Correctly handle return values for init DCBDave Ertman2019-09-031-9/+8
| * ice: Limit Max TCs on devices with more than 4 portsUsha Ketineni2019-09-034-2/+24
| * ice: Cleanup defines in ice_type.hTony Nguyen2019-09-031-3/+3
| * ice: print extra message if topology issueJesse Brandeburg2019-09-031-0/+17
| * ice: add print of autoneg state to link messageJesse Brandeburg2019-09-031-2/+9
| * ice: update driver unloading field for Queue Shutdown AQ commandBruce Allan2019-09-032-3/+3
| * ice: add needed PFR during driver unloadBruce Allan2019-09-031-0/+5
| * ice: Deduce TSA value from the priority value in the CEE modeChinh T Cao2019-09-031-1/+7
| * ice: Report what the user set for coalesce [tx|rx]-usecsBrett Creeley2019-09-031-44/+44
| * ice: Fix resource leak in ice_remove_rule_internal()Jeb Cramer2019-09-031-2/+3
| * ice: Fix EMP reset handlingAnirudh Venkataramanan2019-09-031-0/+2
* | Merge tag 'mlx5-updates-2019-09-01-v2' of git://git.kernel.org/pub/scm/linux/...David S. Miller2019-09-0344-371/+12464
|\ \ | |/ |/|
| * net/mlx5: Add devlink flow_steering_mode parameterMaor Gottlieb2019-09-032-1/+144
| * net/mlx5: Add support to use SMFS in switchdev modeMaor Gottlieb2019-09-032-7/+55
| * net/mlx5: Add API to set the namespace steering modeMaor Gottlieb2019-09-032-1/+60
| * net/mlx5: Add direct rule fs_cmd implementationMaor Gottlieb2019-09-037-6/+717
| * net/mlx5: DR, Add CONFIG_MLX5_SW_STEERING for software steering supportAlex Vesker2019-09-033-0/+16
| * net/mlx5: DR, Expose APIs for direct rule managingAlex Vesker2019-09-031-0/+212
| * net/mlx5: DR, Add required FW steering functionalityAlex Vesker2019-09-031-0/+93
| * net/mlx5: DR, Expose steering rule functionalityAlex Vesker2019-09-031-0/+1243
| * net/mlx5: DR, Expose steering action functionalityAlex Vesker2019-09-031-0/+1588
| * net/mlx5: DR, Expose steering matcher functionalityAlex Vesker2019-09-031-0/+770
| * net/mlx5: DR, Expose steering table functionalityAlex Vesker2019-09-031-0/+294
| * net/mlx5: DR, Expose steering domain functionalityAlex Vesker2019-09-031-0/+395
| * net/mlx5: DR, Add Steering entry (STE) utilitiesAlex Vesker2019-09-032-0/+2406
| * net/mlx5: DR, Expose an internal API to issue RDMA operationsAlex Vesker2019-09-031-0/+976
| * net/mlx5: DR, ICM pool memory allocatorAlex Vesker2019-09-031-0/+570
| * net/mlx5: DR, Add direct rule command utilitiesAlex Vesker2019-09-032-0/+1084
| * net/mlx5: DR, Add the internal direct rule types definitionsAlex Vesker2019-09-031-0/+1060
| * net/mlx5: Add flow steering actions to fs_cmd shim layerMaor Gottlieb2019-09-0313-110/+289
| * Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Saeed Mahameed2019-09-0214-251/+497
| |\
| | * net/mlx5: Set only stag for match untagged packetsMark Bloch2019-09-011-1/+4
| | * net/mlx5: Add stub for mlx5_eswitch_modeMaor Gottlieb2019-09-011-1/+7
| | * net/mlx5: Avoid disabling RoCE when uninitializedMaor Gottlieb2019-09-011-3/+5
| | * net/mlx5: Add HW bits and definitions required for SW steeringAlex Vesker2019-09-012-37/+205
| | * net/mlx5: Move device memory management to mlx5_coreAriel Levkovich2019-09-019-209/+276
* | | Merge branch 'mvpp2-per-cpu-buffers'David S. Miller2019-09-022-41/+237
|\ \ \
| * | | mvpp2: percpu buffersMatteo Croce2019-09-022-23/+222
| * | | mvpp2: refactor BM pool functionsMatteo Croce2019-09-021-19/+16
|/ / /
* | | net: dsa: Fix off-by-one number of calls to devlink_port_unregisterVladimir Oltean2019-09-021-10/+29