aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-03-14Merge branch 'k.o/wip/dl-for-rc' into k.o/wip/dl-for-nextDoug Ledford1-1/+1
2018-03-07net/mlx5: Fix wrongly assigned CQ reference counterLeon Romanovsky1-2/+1
2018-03-07net/mlx5: IPSec, Add support for ESNAviad Yehezkel5-12/+185
2018-03-07net/mlx5e: Added common function for to_ipsec_sa_entryAviad Yehezkel1-10/+19
2018-03-07net/mlx5: Add flow-steering commands for FPGA IPSec implementationAviad Yehezkel5-0/+762
2018-03-07net/mlx5: Refactor accel IPSec codeAviad Yehezkel5-223/+528
2018-03-07net/mlx5: Added required metadata capability for ipsecAviad Yehezkel1-2/+4
2018-03-07net/mlx5: Export ipsec capabilitiesAviad Yehezkel4-24/+16
2018-03-07net/mlx5: IPSec, Add command V2 supportAviad Yehezkel5-43/+63
2018-03-07net/mlx5e: IPSec, Add support for ESP trailer removal by hardwareYossi Kuperman5-1/+68
2018-03-07net/mlx5: IPSec, Generalize sandbox QP commandsYossi Kuperman1-51/+65
2018-03-07net/mlx5: Use MLX5_IPSEC_DEV macro for ipsec capsSaeed Mahameed1-2/+1
2018-03-06net/mlx5: Flow steering cmd interface should get the fte when deletingAviad Yehezkel3-5/+5
2018-03-06net/mlx5: Embed mlx5_flow_act into fs_fteMatan Barak4-25/+21
2018-03-06net/mlx5: Add empty egress namespace to flow steering coreAviad Yehezkel4-0/+34
2018-03-06net/mlx5: Add shim layer between fs and cmdMatan Barak4-100/+248
2018-03-06{net,IB}/mlx5: Add has_tag to mlx5_flow_actMatan Barak2-1/+2
2018-03-06net/mlx5: FPGA and IPSec initialization to be before flow steeringMatan Barak1-19/+20
2018-03-06net/mlx5e: Removed not need synchronize_rcuAviad Yehezkel1-2/+2
2018-03-06net/mlx5e: Fixed sleeping inside atomic contextAviad Yehezkel1-9/+4
2018-03-06net/mlx5e: Wait for FPGA command responses with a timeoutAviad Yehezkel1-3/+6
2018-03-06net/mlx5: Fixed compilation issue when CONFIG_MLX5_ACCEL is disabledAviad Yehezkel1-2/+2
2018-02-28{net, IB}/mlx5: Raise fatal IB event when sys error occursDaniel Jurgens1-1/+1
2018-02-23net/mlx5: E-Switch, Reload IB interface when switching devlink modesMark Bloch4-17/+26
2018-02-23net/mlx5: E-Switch, Optimize HW steering tables in switchdev modeMark Bloch2-7/+44
2018-02-23net/mlx5: E-Switch, Increase number of FTEs in FDB in switchdev modeMark Bloch1-2/+3
2018-02-23net/mlx5: E-Switch, Move representors definition to a global scopeMark Bloch4-49/+19
2018-02-23net/mlx5: E-Switch, Add callback to get representor deviceMark Bloch3-0/+40
2018-02-15IB/mlx5: Implement fragmented completion queue (CQ)Yonatan Cohen4-43/+45
2018-02-15net/mlx5: Remove redundant EQ API exportsSaeed Mahameed2-3/+17
2018-02-15net/mlx5: Move CQ completion and event forwarding logic to eq.cSaeed Mahameed2-47/+47
2018-02-15net/mlx5: CQ hold/put APISaeed Mahameed1-23/+19
2018-02-15net/mlx5: EQ add/del CQ APISaeed Mahameed3-45/+53
2018-02-15net/mlx5: Add missing likely/unlikely hints to cq eventsSaeed Mahameed1-3/+3
2018-02-15net/mlx5: CQ Database per EQSaeed Mahameed3-35/+52
2018-02-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-1/+1
2018-02-05net/mlx5: increase async EQ to avoid EQ overrunMax Gurtovoy1-1/+1
2018-01-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds52-1561/+4058
2018-01-30Merge tag v4.15 of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.gitJason Gunthorpe32-225/+422
2018-01-29net/mlx5e: IPoIB, Fix copy-paste bug in flow steering refactoringGal Pressman1-1/+1
2018-01-25mlxsw: use tc_cls_can_offload_and_chain0()Jakub Kicinski1-4/+2
2018-01-25mlx5: use tc_cls_can_offload_and_chain0()Jakub Kicinski2-8/+2
2018-01-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-8/+2
2018-01-24mlxsw: spectrum_router: Don't log an error on missing neighborYuval Mintz1-8/+2
2018-01-22mlxsw: spectrum_router: Remove unnecessary prefix lengths from LPM treeIdo Schimmel1-101/+125
2018-01-22mlxsw: spectrum_router: Pass FIB node to LPM tree unlink functionIdo Schimmel1-4/+6
2018-01-22mlxsw: spectrum_router: Use the nodes list as indication for empty FIBIdo Schimmel1-9/+4
2018-01-21mlxsw: spectrum_acl: Add support for mirror actionArkadi Sharshevsky5-3/+126
2018-01-21mlxsw: spectrum: Extend mlxsw_afa_ops for counter index and implement for SpectrumArkadi Sharshevsky2-0/+52
2018-01-21mlxsw: spectrum: Extend and export SPAN APIArkadi Sharshevsky2-32/+57