aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-05ionic: Add the basic NDO callbacks for netdev supportShannon Nelson6-2/+387
2019-09-05ionic: Add notifyq supportShannon Nelson3-2/+186
2019-09-05ionic: Add adminq actionShannon Nelson2-0/+118
2019-09-05ionic: Add basic adminq supportShannon Nelson10-0/+941
2019-09-05ionic: Add interrupts and doorbellsShannon Nelson8-0/+91
2019-09-05ionic: Add basic lif supportShannon Nelson11-1/+477
2019-09-05ionic: Add port management commandsShannon Nelson5-0/+213
2019-09-05ionic: Add hardware init and device commandsShannon Nelson13-2/+3481
2019-09-05ionic: Add basic framework for IONIC Network device driverShannon Nelson11-0/+220
2019-09-05net: dsa: mt7530: Add support for port 5René van Dorst2-6/+168
2019-09-05net: dsa: mt7530: Convert to PHYLINK APIRené van Dorst2-87/+211
2019-09-05r8152: modify rtl8152_set_speed functionHayes Wang1-64/+132
2019-09-05dpaa2-eth: Poll Tx pending frames counter on if downIoana Radulescu1-3/+28
2019-09-05dpaa2-eth: Add new DPNI statistics countersIoana Radulescu3-3/+58
2019-09-05dpaa2-eth: Minor refactoring in ethtool statsIoana Radulescu1-11/+7
2019-09-03Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller9-74/+144
2019-09-03Merge tag 'mlx5-updates-2019-09-01-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxDavid S. Miller38-316/+12189
2019-09-03ice: Only disable VLAN pruning for the VF when all VLANs are removedBrett Creeley1-2/+3
2019-09-03ice: Remove enable DCB when SW LLDP is activatedMichal Swiatkowski1-1/+0
2019-09-03ice: Report stats when VSI is downDave Ertman1-2/+6
2019-09-03ice: Always notify FW of VF resetMitch Williams1-9/+16
2019-09-03ice: Correctly handle return values for init DCBDave Ertman1-9/+8
2019-09-03ice: Limit Max TCs on devices with more than 4 portsUsha Ketineni4-2/+24
2019-09-03ice: Cleanup defines in ice_type.hTony Nguyen1-3/+3
2019-09-03ice: print extra message if topology issueJesse Brandeburg1-0/+17
2019-09-03ice: add print of autoneg state to link messageJesse Brandeburg1-2/+9
2019-09-03ice: update driver unloading field for Queue Shutdown AQ commandBruce Allan2-3/+3
2019-09-03ice: add needed PFR during driver unloadBruce Allan1-0/+5
2019-09-03ice: Deduce TSA value from the priority value in the CEE modeChinh T Cao1-1/+7
2019-09-03ice: Report what the user set for coalesce [tx|rx]-usecsBrett Creeley1-44/+44
2019-09-03ice: 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 Gottlieb1-1/+111
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 Gottlieb12-93/+273