summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx4
Commit message (Expand)AuthorAgeFilesLines
...
| * net/mlx4_core: Fix warnings during boot on driverinit param set failuresMoshe Shemesh2018-10-111-28/+15Star
* | net/mlx4_en: Use minimal rx and tx ring sizes on kdump kernelAlaa Hleihel2018-10-092-3/+8
* | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-09-252-21/+2Star
|\|
| * mlx4: remove ndo_poll_controllerEric Dumazet2018-09-241-20/+0Star
| * net/mlx4: Use cpumask_available for eq->affinity_maskNathan Chancellor2018-09-221-1/+2
* | net: ethernet: Use DIV_ROUND_UP instead of reimplementing its functionzhong jiang2018-09-132-2/+2
|/
* net/mlx4/en_rx: Mark expected switch fall-throughsGustavo A. R. Silva2018-08-081-0/+2
* net/mlx4/mcg: Mark expected switch fall-throughsGustavo A. R. Silva2018-08-081-0/+2
* net/mlx4_core: Allow MTTs starting at any indexTariq Toukan2018-07-263-5/+6
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-07-251-1/+1
|\
| * net/mlx4_core: Save the qpn from the input modifier in RST2INIT wrapperJack Morgenstein2018-07-251-1/+1
* | Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller2018-07-211-2/+6
|\|
| * net/mlx4_en: Don't reuse RX page when XDP is setSaeed Mahameed2018-07-161-2/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-07-151-1/+0Star
|\ \
| * | xdp: don't make drivers report attachment modeJakub Kicinski2018-07-131-1/+0Star
* | | net/mlx4_core: Use devlink region_snapshot parameterAlex Vesker2018-07-132-0/+49
* | | net/mlx4_core: Add Crdump FW snapshot supportAlex Vesker2018-07-135-4/+249
* | | net/mlx4_core: Add health buffer address capabilityAlex Vesker2018-07-133-1/+6
* | | net: allow fallback function to pass netdevAlexander Duyck2018-07-091-2/+2
* | | net: allow ndo_select_queue to pass netdevAlexander Duyck2018-07-092-2/+4
|/ /
* | mlx4: Add support for devlink reload and load driverinit valuesMoshe Shemesh2018-07-053-3/+55
* | mlx4: Add mlx4 initial parameters table and register itMoshe Shemesh2018-07-051-2/+106
|/
* treewide: kvzalloc() -> kvcalloc()Kees Cook2018-06-131-1/+1
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-135-26/+34
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-133-9/+12
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-06-051-6/+12
|\
| * mlx4_core: restore optimal ICM memory allocationEric Dumazet2018-06-031-6/+12
* | net: ethernet: mlx4: Remove unnecessary parenthesesVarsha Rao2018-06-041-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-273-10/+12
|\|
| * mlx4_core: allocate ICM memory in page size chunksQing Huang2018-05-251-7/+9
| * net/mlx4: Fix irq-unsafe spinlock usageJack Morgenstein2018-05-231-2/+2
| * net/mlx4: fix spelling mistake: "Inrerface" -> "Interface" and rephrase messageColin Ian King2018-05-231-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-211-1/+3
|\|
| * net/mlx4_core: Fix error handling in mlx4_init_port_info.Tarick Bedeir2018-05-141-1/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-123-9/+22
|\|
| * net/mlx4_en: Fix an error handling path in 'mlx4_en_init_netdev()'Christophe JAILLET2018-05-101-7/+1Star
| * net/mlx4_en: Verify coalescing parameters are in rangeMoshe Shemesh2018-05-102-2/+21
* | net/mlx4_core: Use msi_x module param to limit num of MSI-X irqsTariq Toukan2018-05-101-1/+9
* | net/mlx4_core: Add PCI calls for suspend/resumeYishai Hadas2018-05-101-0/+46
* | net/mlx4_core: Report driver version to FWEran Ben Elisha2018-05-102-1/+13
* | net/mlx4_en: optimizes get_fixed_ipv6_csum()Eric Dumazet2018-05-041-13/+8Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-041-1/+1
|\|
| * net/mlx4: fix spelling mistake: "failedi" -> "failed"Colin Ian King2018-05-011-1/+1
* | mlx4: Don't bother using skb_tx_hash in mlx4_en_select_queueAlexander Duyck2018-04-301-1/+1
* | bpf: make mlx4 compatible w/ bpf_xdp_adjust_tailNikita V. Shirokov2018-04-181-1/+1
|/
* Merge tag 'pci-v4.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-04-071-80/+1Star
|\
| * net/mlx4_core: Report PCIe link properties with pcie_print_link_status()Tal Gilboa2018-04-031-80/+1Star
* | Merge tag 'for-linus-unmerged' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-04-072-0/+2
|\ \
| * | RDMA/mlx4: Move flag constants to uapi headerJason Gunthorpe2018-03-152-0/+2
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-04-024-47/+63
|\ \