summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx4
Commit message (Expand)AuthorAgeFilesLines
* net/mlx4_en: Implement ndo_gso_check()Joe Stringer2014-11-141-0/+6
* net/mlx4_en: Advertize encapsulation offloads features only when VXLAN tunnel...Or Gerlitz2014-11-111-8/+14
* mlx4: Avoid leaking steering rules on flow creation error flowOr Gerlitz2014-10-301-0/+4
* net/mlx4_en: Don't attempt to TX offload the outer UDP checksum for VXLANOr Gerlitz2014-10-301-2/+5
* net/mlx4_core: Call synchronize_irq() before freeing EQ bufferEli Cohen2014-10-261-0/+1
* mlx4: fix race accessing page->_countEric Dumazet2014-10-101-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-10-0813-433/+749
|\
| * net: add netdev_txq_bql_{enqueue, complete}_prefetchw() helpersEric Dumazet2014-10-081-2/+3
| * net/mlx4_en: remove NETDEV_TX_BUSYEric Dumazet2014-10-071-24/+24
| * net/mlx4_en: Use the new tx_copybreak to set inline thresholdEric Dumazet2014-10-063-2/+44
| * net/mlx4_en: Enable the compiler to make is_inline() inlinedEric Dumazet2014-10-061-29/+38
| * net/mlx4_en: tx_info->ts_requested was not clearedEric Dumazet2014-10-061-0/+1
| * net/mlx4_en: Use local var for skb_headlen(skb)Eric Dumazet2014-10-061-10/+11
| * net/mlx4_en: Use local var in tx flow for skb_shinfo(skb)Eric Dumazet2014-10-061-24/+34
| * net/mlx4_en: mlx4_en_xmit() reads ring->cons once, and ahead of time to avoid...Eric Dumazet2014-10-061-5/+11
| * net/mlx4_en: Avoid false sharing in mlx4_en_en_process_tx_cq()Eric Dumazet2014-10-061-7/+15
| * net/mlx4_en: Use prefetch in tx pathEric Dumazet2014-10-061-0/+9
| * net/mlx4_en: Avoid a cache line miss in TX completion for single frag skb'sEric Dumazet2014-10-062-37/+49
| * net/mlx4_en: tx_info allocated with kmalloc() instead of vmalloc()Eric Dumazet2014-10-061-3/+3
| * net/mlx4_en: Avoid calling bswap in tx fast pathEric Dumazet2014-10-062-8/+12
| * net/mlx4_en: Align tx path structures to cache linesEric Dumazet2014-10-061-40/+46
| * net/mlx4_en: Code cleanups in tx pathEric Dumazet2014-10-062-24/+26
| * mlx4: add a new xmit_more counterEric Dumazet2014-10-044-8/+19
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-10-021-2/+2
| |\
| * | net/mlx4_core: Deprecate error message at ConnectX-2 cards startup to debugJack Morgenstein2014-09-301-2/+12
| * | net/mlx4_core: Protect QUERY_PORT wrapper from untrusted guestsJack Morgenstein2014-09-301-2/+7
| * | net/mlx4_core: New init and exit flow for mlx4_coreMajd Dibbiny2014-09-301-174/+219
| * | net/mlx4_core: Don't disable SRIOV if there are active VFsJack Morgenstein2014-09-301-7/+21
| * | mlx4: exploit skb->xmit_more to conditionally send doorbellEric Dumazet2014-09-281-7/+16
| * | mellanox: Change en_print to return voidJoe Perches2014-09-262-12/+9
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-09-242-15/+29
| |\ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-09-234-12/+62
| |\ \ \
| * | | | net/mlx4_en: Add mlx4_en_get_cqe helperIdo Shamay2014-09-194-4/+11
| * | | | net/mlx4_core: Cache line EQE size supportIdo Shamay2014-09-191-11/+19
| * | | | net/mlx4_core: Enable CQE/EQE stride supportIdo Shamay2014-09-194-4/+100
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-09-072-29/+40
| |\ \ \ \
| * | | | | mlx4: only pull headers into skb headEric Dumazet2014-09-051-5/+8
| * | | | | mlx4_en: Convert the normal skb free path to dev_consume_skb_any()Rick Jones2014-09-031-1/+1
| * | | | | mlx4: Set skb->csum_level for encapsulated checksumTom Herbert2014-08-291-3/+3
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2014-10-071-2/+2
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | treewide: fix errors in printkMasanari Iida2014-09-011-2/+2
* | | | | | net/mlx4_core: Allow not to specify probe_vf in SRIOV IB modeMatan Barak2014-09-261-2/+2
| |_|_|_|/ |/| | | |
* | | | | Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2014-09-232-15/+29
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | mlx4: Fix mlx4 reg/unreg mac to work properly with 0-mac addressesJack Morgenstein2014-09-221-4/+7
| * | | | mlx4: Correct error flows in rereg_mrMatan Barak2014-09-221-11/+22
| | |/ / | |/| |
* | | | net/mlx4: Set vlan stripping policy by the right commandMatan Barak2014-09-102-4/+26
* | | | net/mlx4: Avoid dealing with MAC index in UPDATE_QP wrapper if not neededMatan Barak2014-09-101-7/+11
* | | | net/mlx4: Use the correct VSD mask in UPDATE_QPMatan Barak2014-09-101-1/+1
* | | | net/mlx4: Correctly configure single ported VFs from the hostMatan Barak2014-09-101-0/+21
* | | | net/mlx4_en: do not ignore autoneg in mlx4_en_set_pauseparam()Ivan Vecera2014-09-081-0/+3
| |_|/ |/| |
OpenPOWER on IntegriCloud