summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx4
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * | net/mlx4_core: Fix memory leak while delete slave's resourcesMoshe Shemesh2018-03-271-0/+1
| * | net/mlx4_en: Fix mixed PFC and Global pause user control requestsEran Ben Elisha2018-03-273-47/+62
| |/
* | net/mlx4_en: CHECKSUM_COMPLETE support for fragmentsEric Dumazet2018-04-011-6/+4Star
* | ethernet: Use octal not symbolic permissionsJoe Perches2018-03-261-8/+8
* | net/mlx4_en: try to use high order pages for RX ringsEric Dumazet2018-03-071-8/+5Star
* | net/mlx4_en: RX csum, pre-define enabled protocols for IP status maskingTariq Toukan2018-02-271-6/+7
* | net/mlx4_en: Combine checks of end-cases in RX completion functionTariq Toukan2018-02-271-4/+1Star
* | net/mlx4_en: Remove unnecessary warn print in reset configEran Ben Elisha2018-02-271-4/+0Star
* | net/mlx4_en: Add physical RX/TX bytes/packets countersEran Ben Elisha2018-02-275-14/+53
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-01-316-55/+91
|\
| * net/mlx4_en: Align behavior of set ring size flow via ethtoolEugenia Emantayev2018-01-091-4/+13
| * mlx4: setup xdp_rxq_infoJesper Dangaard Brouer2018-01-063-5/+15
| * net/mlx4_en: Change default QoS settingsMoni Shoua2017-12-283-0/+13
| * net/mlx4_core: Cleanup FMR unmapping flowTariq Toukan2017-12-281-19/+21
| * net/mlx4_en: RX csum, reorder branchesTariq Toukan2017-12-281-25/+21Star
| * net/mlx4_en: RX csum, remove redundant branches and checksTariq Toukan2017-12-281-3/+9
* | Merge tag v4.15 of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/lin...Jason Gunthorpe2018-01-304-28/+35
|\|
| * net/mlx4_en: Fill all counters under one call of stats lockEran Ben Elisha2017-12-131-26/+31
| * net/mlx4_core: Fix wrong calculation of free countersEran Ben Elisha2017-12-131-1/+0Star
| * net/mlx4_en: Fix selftest for small MTUsEugenia Emantayev2017-12-132-1/+4
* | IB/mlx4: Fix incorrectly releasing steerable UD QPs when have only ETH portsJack Morgenstein2018-01-151-0/+3
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-11-161-3/+2Star
|\