summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox/mlx5/core/fs_core.c
AgeCommit message (Expand)AuthorFilesLines
2017-01-30net/mlx5: Return EOPNOTSUPP when failing to get steering name-spaceOr Gerlitz1-1/+1
2017-01-20net/mlx5: Move cached hca caps to designated caps structGal Pressman1-1/+1
2016-12-28net/mlx5: Release FTE lock in error flowMaor Gottlieb1-0/+1
2016-11-26net/mlx5: remove a duplicate conditionDan Carpenter1-2/+1
2016-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2016-11-09net/mlx5: Support encap id when setting new steering entryHadar Hen Zion1-26/+22
2016-11-09net/mlx5: Add creation flags when adding new flow tableHadar Hen Zion1-11/+17
2016-11-01net/mlx5: Simplify a testChristophe Jaillet1-1/+1
2016-10-31Merge tag 'shared-for-4.10-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller1-107/+251
2016-10-30net/mlx5: Add option to add fwd rule with counterMark Bloch1-6/+18
2016-10-30net/mlx5: Add multi dest supportMark Bloch1-90/+199
2016-10-30net/mlx5: Group similer rules under the same fteMark Bloch1-6/+16
2016-10-30net/mlx5: Refactor find_flow_ruleMark Bloch1-9/+20
2016-10-30net/mlx5: Use fte status to decide on firmware commandMark Bloch1-1/+1
2016-10-30net/mlx5: Don't unlock fte while still using itMark Bloch1-2/+4
2016-10-29net/mlx5: Fix autogroups groups num not decreasingPaul Blakey1-0/+3
2016-10-29net/mlx5: Keep autogroups list orderedPaul Blakey1-3/+3
2016-08-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2016-08-29net/mlx5: Increase number of ethtool steering prioritiesMaor Gottlieb1-1/+1
2016-08-18net/mlx5: Add sniffer namespacesMaor Gottlieb1-0/+58
2016-08-18net/mlx5: Add LAG flow steering namespaceAviv Heller1-1/+10
2016-08-18net/mlx5: LAG demux flow table supportAviv Heller1-8/+23
2016-08-17net/mlx5: Improve driver log messagesSaeed Mahameed1-8/+10
2016-07-21net/mlx5: Use PTR_ERR_OR_ZERO() to simplify the codeWei Yongjun1-8/+2
2016-07-14net/mlx5: E-Switch, Use two priorities for SRIOV offloads modeOr Gerlitz1-8/+14
2016-07-05net/mlx5e: Support l3/l4 flow type specs in ethtool flow steeringMaor Gottlieb1-1/+1
2016-07-05net/mlx5e: Add ethtool flow steering supportMaor Gottlieb1-11/+17
2016-07-05net/mlx5: Properly remove all steering objectsMaor Gottlieb1-105/+15
2016-07-05net/mlx5: Introduce mlx5_flow_steering structureMaor Gottlieb1-59/+75
2016-07-05net/mlx5: Refactor mlx5_add_flow_ruleMaor Gottlieb1-13/+9
2016-07-02net/mlx5: Introduce offloads steering namespaceOr Gerlitz1-1/+10
2016-06-10net/mlx5: Fix E-Switch flow steering capabilities checkMaor Gottlieb1-13/+15
2016-06-10net/mlx5: Fix flow steering NIC capabilities checkMaor Gottlieb1-1/+9
2016-06-10net/mlx5: Fix root flow table updateMaor Gottlieb1-1/+1
2016-05-16net/mlx5_core: Flow counters infrastructureAmir Vadai1-1/+6
2016-05-16net/mlx5_core: Introduce flow steering destination of type counterAmir Vadai1-4/+48
2016-05-04net/mlx5: Flow steering, Add vport ACL supportMohamad Haj Yahia1-6/+79
2016-04-29net/mlx5e: Create aRFS flow tablesMaor Gottlieb1-1/+2
2016-04-29net/mlx5e: Split the main flow steering tableMaor Gottlieb1-1/+1
2016-04-29net/mlx5: Support different attributes for priorities in namespaceMaor Gottlieb1-12/+19
2016-04-29net/mlx5: Add user chosen levels when allocating flow tablesMaor Gottlieb1-23/+43
2016-04-29net/mlx5: Set number of allowed levels in priorityMaor Gottlieb1-29/+32
2016-04-29net/mlx5: Introduce modify flow rule destinationMaor Gottlieb1-2/+2
2016-04-24net/mlx5_core: Remove static from local variableEli Cohen1-1/+1
2016-04-24net/mlx5_core: Fix soft lockup in steering error flowMaor Gottlieb1-29/+17
2016-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-8/+14
2016-03-11net/mlx5e: Add a new priority for kernel flow tablesAmir Vadai1-2/+2
2016-03-11net/mlx5_core: Set flow steering dest only for forward rulesAmir Vadai1-6/+12
2016-03-10net/mlx5_core: Introduce forward to next priority actionMaor Gottlieb1-12/+173
2016-03-10net/mlx5_core: Create anchor of last flow tableMaor Gottlieb1-1/+39