aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/fpga (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-05net/mlx5: Kconfig, Better organize compilation flagsTariq Toukan1-75/+0
2019-07-04Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linuxSaeed Mahameed1-3/+5
2019-07-03net/mlx5: Report EQE data upon CQ completionYishai Hadas1-1/+2
2019-07-03net/mlx5: mlx5_core_create_cq() enhancementsYishai Hadas1-1/+2
2019-07-01net/mlx5: Handle host PF vport mac/guid for ECPFBodong Wang1-1/+1
2019-06-28Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linuxSaeed Mahameed1-3/+5
2019-06-26net/mlx5: Add flow context for flow tagJianbo Liu1-3/+5
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-05-01Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linuxSaeed Mahameed1-41/+45
2019-04-29net/mlx5: Pass flow steering objects to fs_cmdMaor Gottlieb1-41/+45
2019-04-22Merge tag 'v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into mlx5-nextSaeed Mahameed1-2/+0
2019-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-37/+24
2019-04-09net/mlx5: FPGA, tls, idr remove on flow deleteSaeed Mahameed1-28/+15
2019-04-09net/mlx5: FPGA, tls, hold rcu read lock a bit longerSaeed Mahameed1-9/+9
2019-04-08Merge tag 'mlx5-updates-2019-04-02' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxDavid S. Miller2-11/+12
2019-04-05Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linuxSaeed Mahameed2-11/+12
2019-04-02net/mlx5: Replace dev_err/warn/info by mlx5_core_err/warn/infoHuy Nguyen1-10/+11
2019-04-02net/mlx5: Remove spinlock support from mlx5_write64Maxim Mikityanskiy1-1/+1
2019-03-29net: mlx5: Add a missing check on idr_find, free bufAditya Pakki1-3/+11
2019-02-19net/mlx5: Delete unused FPGA QPN variableLeon Romanovsky1-2/+0
2018-12-10Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linuxSaeed Mahameed3-12/+39
2018-12-09net/mlx5: Use helper to get CQE opcodeTariq Toukan1-1/+1
2018-11-26net/mlx5: FPGA, Use async events chainSaeed Mahameed2-11/+38
2018-11-19net/mlx5: IPSec, Fix the SA context hash keyRaed Salem1-2/+8
2018-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+4
2018-10-17net/mlx5: Add a no-append flow insertion modePaul Blakey1-1/+1
2018-10-10net/mlx5: Fix memory leak when setting fpga ipsec capsTalat Batheesh1-5/+4
2018-07-16net/mlx5: Accel, add TLS rx offload routinesBoris Pismenny2-30/+101
2018-06-12treewide: kvzalloc() -> kvcalloc()Kees Cook1-4/+6
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-1/+1
2018-06-03net/mlx5: Make function mlx5_fpga_tls_send_teardown_cmd() staticWei Yongjun1-2/+2
2018-06-01net/mlx5: FPGA, Handle QP error eventIlan Tayari1-4/+24
2018-05-29net/mlx5: FPGA, Call DMA unmap with the right sizeIlya Lesokhin1-2/+1
2018-05-29net/mlx5: FPGA, Properly initialize dma direction on fpga conn sendIlya Lesokhin1-0/+1
2018-05-29net/mlx5: FPGA, Abort FPGA init if the device reports no QP capabilityYevgeny Kliteynik1-0/+6
2018-05-29net/mlx5: FPGA, print SBU identification on initIlan Tayari1-2/+5
2018-05-29net/mlx5: FPGA, Add device nameIlan Tayari2-3/+28
2018-05-29net/mlx5: FPGA, Add doxygen for access type enumIlan Tayari1-0/+6
2018-05-29Merge tag 'mlx5e-updates-2018-05-25' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxDavid S. Miller2-8/+8
2018-05-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-7/+5
2018-05-25net/mlx5: Use order-0 allocations for all WQ typesTariq Toukan2-8/+8
2018-05-24net/mlx5: IPSec, Fix a race between concurrent sandbox QP commandsYossi Kuperman1-7/+5
2018-05-01net/mlx5: Accel, Add TLS tx offload interfaceIlya Lesokhin3-0/+631
2018-05-01net/mlx5e: Move defines out of ipsec codeIlya Lesokhin2-4/+3
2018-04-06Merge tag 'for-linus-unmerged' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-1/+1
2018-04-05net/mlx5: Mkey creation command adjustmentsAriel Levkovich1-1/+1
2018-03-23net/mlx5: Fix use-after-freeGustavo A. R. Silva1-1/+2
2018-03-07net/mlx5: IPSec, Add support for ESNAviad Yehezkel1-0/+22
2018-03-07net/mlx5: Add flow-steering commands for FPGA IPSec implementationAviad Yehezkel2-0/+748
2018-03-07net/mlx5: Refactor accel IPSec codeAviad Yehezkel2-45/+401