aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox
AgeCommit message (Expand)Author
2018-02-25IB/mlx4: Fix incorrectly releasing steerable UD QPs when have only ETH portsJack Morgenstein
2017-10-21net/mlx4_core: Fix VF overwrite of module param which disables DMFS on new pr...Majd Dibbiny
2017-08-11net/mlx4: Remove BUG_ON from ICM allocation routineLeon Romanovsky
2017-06-14mlx5: stop including <asm-generic/kmap_types.h>Christoph Hellwig
2017-05-08cpumask_set_cpu_local_first => cpumask_local_spread, lamentRusty Russell
2017-05-08mlx5: avoid build warnings on 32-bitArnd Bergmann
2017-04-22net/mlx5: Increase number of max QPs in default profileMaor Gottlieb
2017-04-18net/mlx4_core: Fix when to save some qp context flags for dynamic VST to VGT ...Jack Morgenstein
2017-04-18net/mlx4_core: Fix racy CQ (Completion Queue) freeJack Morgenstein
2017-04-18net/mlx4_en: Fix bad WQE issueEugenia Emantayev
2017-04-18mlx4: Invoke softirqs after napi_rescheduleBenjamin Poirier
2016-07-12net/mlx4_en: fix spurious timestamping callbacksEric Dumazet
2016-07-12mlx4: add missing braces in verify_qp_parametersArnd Bergmann
2015-12-03net/mlx4: Copy/set only sizeof struct mlx4_eqe bytesCarol L Soto
2015-09-28net/mlx4_core: Fix wrong index in propagating port change event to VFsJack Morgenstein
2015-07-05net/mlx4_en: Wake TX queues only when there's enough roomIdo Shamay
2015-06-28mlx5: wrong page mask if CONFIG_ARCH_DMA_ADDR_T_64BIT enabled for 32Bit archi...Honggang LI
2015-05-11net/mlx4_en: Schedule napi when RX buffers allocation failsIdo Shamay
2015-05-11mlx4: Fix tx ring affinity_mask creationBenjamin Poirier
2015-04-27net/mlx4_core: Fix error message deprecation for ConnectX-2 cardsJack Morgenstein
2015-04-27net/mlx4_en: Call register_netdevice in the proper locationIdo Shamay
2015-01-27net/mlx4_core: Correcly update the mtt's offset in the MR re-reg flowMaor Gottlieb
2015-01-27net: Generalize ndo_gso_check to ndo_features_checkJesse Gross
2015-01-27net/mlx4_en: Doorbell is byteswapped in Little Endian archsAmir Vadai
2015-01-27net/mlx4: Cache line CQE/EQE stride fixesIdo Shamay
2014-11-26net/mlx4_core: Limit count field to 24 bits in qp_alloc_resJack Morgenstein
2014-11-19net/mlx4_en: Add VXLAN ndo calls to the PF net device ops tooOr Gerlitz
2014-11-14net/mlx4_en: Implement ndo_gso_check()Joe Stringer
2014-11-11net/mlx4_en: Advertize encapsulation offloads features only when VXLAN tunnel...Or Gerlitz
2014-11-06net/mlx5_core: Fix race on driver loadEli Cohen
2014-11-06net/mlx5_core: Fix race in create EQEli Cohen
2014-10-30mlx4: Avoid leaking steering rules on flow creation error flowOr Gerlitz
2014-10-30net/mlx4_en: Don't attempt to TX offload the outer UDP checksum for VXLANOr Gerlitz
2014-10-26net/mlx4_core: Call synchronize_irq() before freeing EQ bufferEli Cohen
2014-10-26net/mlx5_core: Call synchronize_irq() before freeing EQ bufferEli Cohen
2014-10-10mlx4: fix race accessing page->_countEric Dumazet
2014-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2014-10-08net: add netdev_txq_bql_{enqueue, complete}_prefetchw() helpersEric Dumazet
2014-10-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2014-10-07net/mlx4_en: remove NETDEV_TX_BUSYEric Dumazet
2014-10-06net/mlx4_en: Use the new tx_copybreak to set inline thresholdEric Dumazet
2014-10-06net/mlx4_en: Enable the compiler to make is_inline() inlinedEric Dumazet
2014-10-06net/mlx4_en: tx_info->ts_requested was not clearedEric Dumazet
2014-10-06net/mlx4_en: Use local var for skb_headlen(skb)Eric Dumazet
2014-10-06net/mlx4_en: Use local var in tx flow for skb_shinfo(skb)Eric Dumazet
2014-10-06net/mlx4_en: mlx4_en_xmit() reads ring->cons once, and ahead of time to avoid...Eric Dumazet
2014-10-06net/mlx4_en: Avoid false sharing in mlx4_en_en_process_tx_cq()Eric Dumazet
2014-10-06net/mlx4_en: Use prefetch in tx pathEric Dumazet
2014-10-06net/mlx4_en: Avoid a cache line miss in TX completion for single frag skb'sEric Dumazet
2014-10-06net/mlx4_en: tx_info allocated with kmalloc() instead of vmalloc()Eric Dumazet