summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx4
AgeCommit message (Expand)AuthorFilesLines
2020-12-24Merge tag 'irq-core-2020-12-23' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-11/+6
2020-12-15net/mlx4: Use effective interrupt affinityThomas Gleixner1-1/+1
2020-12-15net/mlx4: Replace irq_to_desc() abuseThomas Gleixner3-11/+6
2020-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-15/+58
2020-12-10net/mlx4: simplify the return expression of mlx4_init_srq_table()Zheng Yongjun1-7/+2
2020-12-09net/mlx4: simplify the return expression of mlx4_init_cq_table()Zheng Yongjun1-7/+2
2020-12-09net/mlx4_en: Handle TX error CQEMoshe Shemesh3-7/+39
2020-12-09net/mlx4_en: Avoid scheduling restart task if it is already runningMoshe Shemesh2-8/+19
2020-12-04Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-1/+1
2020-12-01xsk: Propagate napi_id to XDP socket Rx pathBjörn Töpel1-1/+1
2020-11-23net: don't include ethtool.h from netdevice.hJakub Kicinski1-0/+1
2020-11-20net/mlx4_en: Remove unused performance countersTariq Toukan5-56/+1
2020-11-19Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-5/+5
2020-11-18net/mlx4_core: Fix init_hca fields offsetAya Levin2-5/+5
2020-11-09net/mlx4: Assign boolean values to a bool variableKaixu Xia1-1/+1
2020-11-05net/mlx4: Cleanup kernel-doc warningsSaeed Mahameed1-1/+1
2020-11-02net/mlx4_core : remove unneeded semicolonTom Rix1-1/+1
2020-10-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-1/+4
2020-10-12mlx4: handle non-napi callers to napi_pollJonathan Lemon2-1/+4
2020-10-09devlink: Add devlink reload limit optionMoshe Shemesh1-1/+3
2020-10-09devlink: Add reload action option to devlink reload commandMoshe Shemesh1-2/+5
2020-09-25drivers/net/ethernet: clean up unused assignmentsJesse Brandeburg1-1/+1
2020-09-15mlx4: add pause frame statsJakub Kicinski2-0/+31
2020-09-14net: mlx: convert tasklets to use new tasklet_setup() APIAllen Pais3-5/+4
2020-09-12net: ethernet: mlx4: Avoid assigning a value to ring_cons but not used it any...Luo Jiaxing1-1/+0
2020-09-10mlx4: make sure to always set the port typeJakub Kicinski1-0/+11
2020-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2020-09-01net: ethernet: mlx4: Fix memory allocation in mlx4_buddy_init()Shung-Hsi Yu1-1/+1
2020-08-26net/mlx4_en: RX, Add a prefetch command for small L1_CACHE_BYTESTariq Toukan1-1/+1
2020-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-24/+0
2020-08-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+2
2020-07-28mlx4: disable device on shutdownJakub Kicinski1-0/+2
2020-07-27net/mlx4: Use fallthrough pseudo-keywordGustavo A. R. Silva3-5/+5
2020-07-25bpf, xdp: Remove XDP_QUERY_PROG and XDP_QUERY_PROG_HW XDP commandsAndrii Nakryiko1-24/+0
2020-07-10mlx4: convert to new udp_tunnel_nic infraJakub Kicinski2-84/+25
2020-07-02mlx4: Mark PM functions as __maybe_unusedWei Yongjun1-2/+2
2020-07-01mlx4: use generic power managementVaibhav Gupta1-4/+7
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-4/+4
2020-06-05Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2-185/+0
2020-06-02RDMA/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-23net/mlx4_core: fix a memory leak bug.Qiushi Wu1-1/+1
2020-05-14mlx4: 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-06Merge 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-25net/mlx4_core: Add missing iounmap() in error pathZou Wei1-0/+1
2020-04-25Merge 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