summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox/mlx4
AgeCommit message (Expand)AuthorFilesLines
2020-06-13treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-4/+4
2020-06-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2-185/+0
2020-06-03RDMA/mlx4: Remove FMR support for memory registrationMax Gurtovoy2-185/+0
2020-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2020-05-24net/mlx4_core: fix a memory leak bug.Qiushi Wu1-1/+1
2020-05-15mlx4: Add XDP frame size and adjust max XDP MTUJesper Dangaard Brouer2-1/+3
2020-05-07net: mlx4: remove unneeded variable "err" in mlx4_en_ethtool_add_mac_rule()Jason Yan1-2/+1
2020-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+3
2020-05-06net: mlx4: remove unneeded variable "err" in mlx4_en_get_rxfh()Jason Yan1-2/+1
2020-05-04net/mlx4_core: Fix use of ENOSPC around mlx4_counter_alloc()Tariq Toukan1-1/+3
2020-04-26net/mlx4_core: Add missing iounmap() in error pathZou Wei1-0/+1
2020-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+13
2020-04-23net/mlx4_en: use napi_complete_done() in TX completionEric Dumazet3-13/+13
2020-04-19net/mlx4_en: avoid indirect call in TX completionEric Dumazet1-1/+13
2020-03-30mlx4: fix "initializer element not constant" compiler errorJacob Keller1-4/+7
2020-03-27devlink: track snapshot id usage count using an xarrayJacob Keller1-0/+3
2020-03-27devlink: report error once U32_MAX snapshot ids have been usedJacob Keller1-3/+8
2020-03-27devlink: convert snapshot destructor callback to region opJacob Keller1-2/+4
2020-03-27devlink: prepare to support region operationsJacob Keller1-4/+12
2020-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-31/+31
2020-03-16net: mlx4: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai1-31/+31
2020-03-11net: mlx4: reject unsupported coalescing paramsJakub Kicinski1-0/+4
2020-01-20Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2020-01-12devlink: correct misspelling of snapshotJacob Keller1-1/+1
2019-12-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2019-12-13mlx4: use new txqueue timeout argumentMichael S. Tsirkin1-10/+4
2019-12-13netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin1-1/+1
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya1-1/+1
2019-11-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-4/+14
2019-11-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-18/+6
2019-11-19net/mlx4_en: Fix wrong limitation for number of TX ringsTariq Toukan2-4/+13
2019-11-18bpf: Convert bpf_prog refcnt to atomic64_tAndrii Nakryiko1-18/+6
2019-11-17net/mlx4_en: fix mlx4 ethtool -N insertionLuigi Rizzo1-0/+1
2019-11-10devlink: disallow reload operation during device cleanupJiri Pirko1-0/+3
2019-11-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+1
2019-11-09devlink: disallow reload operation during device cleanupJiri Pirko1-0/+3
2019-11-06mlx4_core: fix wrong comment about the reason of subtract one from the max_cqesDotan Barak1-2/+1
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-16/+26
2019-10-30net/mlx4_core: Dynamically set guaranteed amount of counters per VFEran Ben Elisha1-16/+26
2019-10-04net: devlink: allow to change namespaces during reloadJiri Pirko1-1/+5
2019-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2019-09-13net: devlink: split reload op into twoJiri Pirko1-4/+15
2019-09-13mlx4: Split restart_one into two functionsJiri Pirko3-7/+23
2019-09-11mlx4: fix spelling mistake "veify" -> "verify"Colin Ian King1-1/+1
2019-09-10net/mlx4_en: ethtool: make array modes static const, makes object smallerColin Ian King1-1/+1
2019-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+2
2019-08-14net/mlx4_en: fix a memory leak bugWenwen Wang1-1/+2
2019-08-09devlink: remove pointless data_len arg from region snapshot createJiri Pirko1-5/+2
2019-07-28mlx4/en_netdev: allow offloading VXLAN over VLANDavide Caratti1-26/+17
2019-07-25mlx4: avoid large stack usage in mlx4_init_hca()Arnd Bergmann1-27/+39