summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox/mlx4
AgeCommit message (Expand)AuthorFilesLines
2014-11-19net/mlx4_en: Add VXLAN ndo calls to the PF net device ops tooOr Gerlitz1-1/+6
2014-11-15net/mlx4_en: Implement ndo_gso_check()Joe Stringer1-0/+6
2014-11-11net/mlx4_en: Advertize encapsulation offloads features only when VXLAN tunnel...Or Gerlitz1-8/+14
2014-10-31mlx4: Avoid leaking steering rules on flow creation error flowOr Gerlitz1-0/+4
2014-10-31net/mlx4_en: Don't attempt to TX offload the outer UDP checksum for VXLANOr Gerlitz1-2/+5
2014-10-27net/mlx4_core: Call synchronize_irq() before freeing EQ bufferEli Cohen1-0/+1
2014-10-10mlx4: fix race accessing page->_countEric Dumazet1-3/+3
2014-10-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds13-433/+749
2014-10-09net: add netdev_txq_bql_{enqueue, complete}_prefetchw() helpersEric Dumazet1-2/+3
2014-10-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-2/+2
2014-10-07net/mlx4_en: remove NETDEV_TX_BUSYEric Dumazet1-24/+24
2014-10-06net/mlx4_en: Use the new tx_copybreak to set inline thresholdEric Dumazet3-2/+44
2014-10-06net/mlx4_en: Enable the compiler to make is_inline() inlinedEric Dumazet1-29/+38
2014-10-06net/mlx4_en: tx_info->ts_requested was not clearedEric Dumazet1-0/+1
2014-10-06net/mlx4_en: Use local var for skb_headlen(skb)Eric Dumazet1-10/+11
2014-10-06net/mlx4_en: Use local var in tx flow for skb_shinfo(skb)Eric Dumazet1-24/+34
2014-10-06net/mlx4_en: mlx4_en_xmit() reads ring->cons once, and ahead of time to avoid...Eric Dumazet1-5/+11
2014-10-06net/mlx4_en: Avoid false sharing in mlx4_en_en_process_tx_cq()Eric Dumazet1-7/+15
2014-10-06net/mlx4_en: Use prefetch in tx pathEric Dumazet1-0/+9
2014-10-06net/mlx4_en: Avoid a cache line miss in TX completion for single frag skb'sEric Dumazet2-37/+49
2014-10-06net/mlx4_en: tx_info allocated with kmalloc() instead of vmalloc()Eric Dumazet1-3/+3
2014-10-06net/mlx4_en: Avoid calling bswap in tx fast pathEric Dumazet2-8/+12
2014-10-06net/mlx4_en: Align tx path structures to cache linesEric Dumazet1-40/+46
2014-10-06net/mlx4_en: Code cleanups in tx pathEric Dumazet2-24/+26
2014-10-05mlx4: add a new xmit_more counterEric Dumazet4-8/+19
2014-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2014-10-01net/mlx4_core: Deprecate error message at ConnectX-2 cards startup to debugJack Morgenstein1-2/+12
2014-10-01net/mlx4_core: Protect QUERY_PORT wrapper from untrusted guestsJack Morgenstein1-2/+7
2014-10-01net/mlx4_core: New init and exit flow for mlx4_coreMajd Dibbiny1-174/+219
2014-10-01net/mlx4_core: Don't disable SRIOV if there are active VFsJack Morgenstein1-7/+21
2014-09-29mlx4: exploit skb->xmit_more to conditionally send doorbellEric Dumazet1-7/+16
2014-09-27net/mlx4_core: Allow not to specify probe_vf in SRIOV IB modeMatan Barak1-2/+2
2014-09-26mellanox: Change en_print to return voidJoe Perches2-12/+9
2014-09-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-15/+29
2014-09-24Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2-15/+29
2014-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-12/+62
2014-09-22mlx4: Fix mlx4 reg/unreg mac to work properly with 0-mac addressesJack Morgenstein1-4/+7
2014-09-22mlx4: Correct error flows in rereg_mrMatan Barak1-11/+22
2014-09-20net/mlx4_en: Add mlx4_en_get_cqe helperIdo Shamay4-4/+11
2014-09-20net/mlx4_core: Cache line EQE size supportIdo Shamay1-11/+19
2014-09-20net/mlx4_core: Enable CQE/EQE stride supportIdo Shamay4-4/+100
2014-09-11net/mlx4: Set vlan stripping policy by the right commandMatan Barak2-4/+26
2014-09-11net/mlx4: Avoid dealing with MAC index in UPDATE_QP wrapper if not neededMatan Barak1-7/+11
2014-09-11net/mlx4: Use the correct VSD mask in UPDATE_QPMatan Barak1-1/+1
2014-09-11net/mlx4: Correctly configure single ported VFs from the hostMatan Barak1-0/+21
2014-09-09net/mlx4_en: do not ignore autoneg in mlx4_en_set_pauseparam()Ivan Vecera1-0/+3
2014-09-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-29/+40
2014-09-06mlx4: only pull headers into skb headEric Dumazet1-5/+8
2014-09-04mlx4_en: Convert the normal skb free path to dev_consume_skb_any()Rick Jones1-1/+1
2014-09-01treewide: fix errors in printkMasanari Iida1-2/+2