aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-12-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+56
2017-12-28Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-0/+56
2017-12-28Merge tag 'mlx5-shared-4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linuxDavid S. Miller8-214/+420
2017-12-29net/mlx5: Separate ingress/egress namespaces for each vportGal Pressman3-30/+129
2017-12-29net/mlx5: Fix ingress/egress naming mistakeGal Pressman1-2/+2
2017-12-29net/mlx5e: E-Switch, Use the name of static array instead of its addressGal Pressman1-13/+13
2017-12-29net/mlx5e: E-Switch, Move send-to-vport rule struct to en_repMark Bloch3-16/+16
2017-12-29net/mlx5: E-Switch, Create generic header struct to be used by representorsMark Bloch5-44/+88
2017-12-28net/mlx5e: Move ethernet representors data into separate structMark Bloch5-35/+60
2017-12-28net/mlx5: E-Switch, Create a dedicated send to vport rule deletion functionMark Bloch3-1/+7
2017-12-28net/mlx5: E-Switch, Move mlx5e only logic outside E-SwitchMark Bloch3-62/+59
2017-12-28net/mlx5: E-Switch, Simplify representor load/unload callback APIMark Bloch3-13/+12
2017-12-28net/mlx5: E-Switch, Refactor load/unload of representorsMark Bloch1-26/+40
2017-12-28net/mlx5: E-Switch, Refactor vport representors initializationMark Bloch4-19/+41
2017-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller15-100/+208
2017-12-21IB/mlx5: Fix congestion counters in LAG modeMajd Dibbiny1-0/+56
2017-12-19net/mlx5: Stay in polling mode when command EQ destroy failsMoshe Shemesh1-3/+1
2017-12-19net/mlx5: Cleanup IRQs in case of unload failureMoshe Shemesh1-7/+13
2017-12-19net/mlx5: Fix steering memory leakMaor Gottlieb1-2/+14
2017-12-19net/mlx5e: Prevent possible races in VXLAN control flowGal Pressman1-0/+4
2017-12-19net/mlx5e: Add refcount to VXLAN structureGal Pressman2-23/+28
2017-12-19net/mlx5e: Fix possible deadlock of VXLAN lockGal Pressman1-10/+10
2017-12-19net/mlx5: Fix error flow in CREATE_QP commandMoni Shoua1-2/+2
2017-12-19net/mlx5: Fix misspelling in the error message and commentEugenia Emantayev2-2/+2
2017-12-19net/mlx5e: Fix defaulting RX ring size when not neededEugenia Emantayev4-13/+22
2017-12-19net/mlx5e: Fix features check of IPv6 trafficGal Pressman1-1/+2
2017-12-19net/mlx5e: Fix ETS BW checkHuy Nguyen1-3/+7
2017-12-19net/mlx5: Fix rate limit packet pacing naming and structEran Ben Elisha2-13/+13
2017-12-19Revert "mlx5: move affinity hints assignments to generic code"Saeed Mahameed3-29/+92
2017-12-19net/mlx5: FPGA, return -EINVAL if size is zeroKamal Heib1-0/+6
2017-12-06act_mirred: get rid of tcfm_ifindex from struct tcf_mirredCong Wang1-3/+2
2017-12-03net: xdp: make the stack take care of the tear downJakub Kicinski1-3/+0
2017-11-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-13/+20
2017-11-10net/mlx5e: Increase Striding RQ minimum size limit to 4 multi-packet WQEsEugenia Emantayev1-1/+1
2017-11-10net/mlx5e: Set page to null in case dma mapping failsInbar Karmy1-7/+5
2017-11-10net/mlx5e: Fix napi poll with zero budgetSaeed Mahameed1-4/+6
2017-11-10net/mlx5: Cancel health poll before sending panic teardown commandHuy Nguyen1-0/+7
2017-11-10net/mlx5: Loop over temp list to release delay eventsHuy Nguyen1-1/+1
2017-11-10Merge tag 'mlx5-updates-2017-11-09' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxDavid S. Miller7-52/+184
2017-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+8
2017-11-09net/mlx5e: CHECKSUM_COMPLETE offload for VLAN/QinQ packetsGal Pressman1-3/+14
2017-11-09net/mlx5e: Add VLAN offloads statisticsGal Pressman5-1/+15
2017-11-09net/mlx5e: Add 802.1ad VLAN insertion supportGal Pressman2-0/+3
2017-11-09net/mlx5e: Add 802.1ad VLAN filter steering rulesGal Pressman3-13/+112
2017-11-09net/mlx5e: Declare bitmap using kernel macroGal Pressman1-1/+1
2017-11-09net/mlx5e: Add rollback on add VLAN failureGal Pressman1-1/+6
2017-11-09net/mlx5e: Rename VLAN related variables and functionsGal Pressman3-37/+37
2017-11-08net_sch: mqprio: Change TC_SETUP_MQPRIO to TC_SETUP_QDISC_MQPRIONogah Frankel1-1/+1
2017-11-08net/mlx5e/core/en_fs: fix pointer dereference after free in mlx5e_execute_l2_actionGustavo A. R. Silva1-5/+8
2017-11-05Merge tag 'mlx5-updates-2017-11-04' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxDavid S. Miller17-52/+591