aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx4
AgeCommit message (Expand)Author
2019-09-12net/mlx4_en: ethtool, Remove unsupported SFP EEPROM high pages queryErez Alfasi
2019-08-02net/mlx4_core: Change the error print to info printYunjian Wang
2019-03-20net/mlx4_core: Fix qp mtt size calculationJack Morgenstein
2019-03-20net/mlx4_core: Fix locking in SRIOV mode when switching between events and po...Jack Morgenstein
2019-03-20net/mlx4_core: Fix reset flow when in command polling modeJack Morgenstein
2019-03-08net/mlx4_en: Force CHECKSUM_NONE for short ethernet framesSaeed Mahameed
2019-03-08net/mlx4: Get rid of page operation after dma_alloc_coherentStephen Warren
2019-02-19net/mlx4_core: Add masking for a few queries on HCA capsAya Levin
2019-01-12net/mlx4_en: Fix build break when CONFIG_INET is offSaeed Mahameed
2018-12-30net/mlx4_en: Change min MTU size to ETH_MIN_MTUEran Ben Elisha
2018-12-30net/mlx4_core: Correctly set PFC param if global pause is turned off.Tarick Bedeir
2018-12-30net/mlx4: Fix UBSAN warning of signed integer overflowAya Levin
2018-12-30net/mlx4_core: Fix uninitialized variable compilation warningTariq Toukan
2018-12-30net/mlx4_core: Zero out lkey field in SW2HW_MPT fw commandJack Morgenstein
2018-10-20net/mlx4: Use cpumask_available for eq->affinity_maskNathan Chancellor
2018-07-24net/mlx4_core: Save the qpn from the input modifier in RST2INIT wrapperJack Morgenstein
2018-07-16net/mlx4_en: Don't reuse RX page when XDP is setSaeed Mahameed
2018-06-12treewide: kvzalloc() -> kvcalloc()Kees Cook
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-06-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-06-04net: ethernet: mlx4: Remove unnecessary parenthesesVarsha Rao
2018-06-03mlx4_core: restore optimal ICM memory allocationEric Dumazet
2018-05-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-05-25mlx4_core: allocate ICM memory in page size chunksQing Huang
2018-05-23net/mlx4: Fix irq-unsafe spinlock usageJack Morgenstein
2018-05-23net/mlx4: fix spelling mistake: "Inrerface" -> "Interface" and rephrase messageColin Ian King
2018-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-05-14net/mlx4_core: Fix error handling in mlx4_init_port_info.Tarick Bedeir
2018-05-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-05-10net/mlx4_en: Fix an error handling path in 'mlx4_en_init_netdev()'Christophe JAILLET
2018-05-10net/mlx4_en: Verify coalescing parameters are in rangeMoshe Shemesh
2018-05-10net/mlx4_core: Use msi_x module param to limit num of MSI-X irqsTariq Toukan
2018-05-10net/mlx4_core: Add PCI calls for suspend/resumeYishai Hadas
2018-05-10net/mlx4_core: Report driver version to FWEran Ben Elisha
2018-05-04net/mlx4_en: optimizes get_fixed_ipv6_csum()Eric Dumazet
2018-05-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-05-01net/mlx4: fix spelling mistake: "failedi" -> "failed"Colin Ian King
2018-04-29mlx4: Don't bother using skb_tx_hash in mlx4_en_select_queueAlexander Duyck
2018-04-18bpf: make mlx4 compatible w/ bpf_xdp_adjust_tailNikita V. Shirokov
2018-04-06Merge tag 'pci-v4.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-04-06Merge tag 'for-linus-unmerged' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-04-03net/mlx4_core: Report PCIe link properties with pcie_print_link_status()Tal Gilboa
2018-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-04-01net/mlx4_en: CHECKSUM_COMPLETE support for fragmentsEric Dumazet
2018-03-27net/mlx4_core: Fix memory leak while delete slave's resourcesMoshe Shemesh
2018-03-27net/mlx4_en: Fix mixed PFC and Global pause user control requestsEran Ben Elisha
2018-03-26ethernet: Use octal not symbolic permissionsJoe Perches
2018-03-15RDMA/mlx4: Move flag constants to uapi headerJason Gunthorpe
2018-03-07net/mlx4_en: try to use high order pages for RX ringsEric Dumazet