summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox
AgeCommit message (Expand)AuthorFilesLines
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-08-30mlx4: Set skb->csum_level for encapsulated checksumTom Herbert1-3/+3
2014-08-30net/mlx4: Move the tunnel steering helper function to mlx4_coreOr Gerlitz2-29/+40
2014-08-15Merge tag 'pci-v3.17-changes-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2014-08-14Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds6-3/+291
2014-08-14Merge branches 'core', 'cxgb4', 'ipoib', 'iser', 'iwcm', 'mad', 'misc', 'mlx4...Roland Dreier4-1/+105
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine1-1/+1
2014-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds18-148/+633
2014-08-06Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-12/+4
2014-08-05mlx4_core: Add support for secure-host and SMP firewallJack Morgenstein4-1/+105
2014-08-02mlx4_core: Add helper functions to support MR re-registrationMatan Barak3-2/+186
2014-07-31mlx5: Adjust events to use unsigned long param instead of void *Jack Morgenstein2-3/+4
2014-07-31mlx5: minor fixes (mainly avoidance of hidden casts)Jack Morgenstein7-7/+8
2014-07-31mlx5: Move pci device handling from mlx5_ib to mlx5_coreJack Morgenstein1-3/+287
2014-07-25net/mlx4_en: mlx4_en_[gs]et_priv_flags() can be staticFengguang Wu1-2/+2
2014-07-24net: mlx5: Use ktime_get_ns()Thomas Gleixner1-12/+4
2014-07-23net/mlx4_en: Reduce memory consumption on kdump kernelAmir Vadai3-4/+8
2014-07-23net/mlx4_core: Use low memory profile on kdump kernelAmir Vadai1-3/+25
2014-07-23net/mlx4_en: Disable blueflame using ethtool private flagsAmir Vadai4-4/+72
2014-07-23net/mlx4_en: current_mac isn't updated in port upEyal Perry1-0/+1
2014-07-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-7/+19
2014-07-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-3/+4
2014-07-19Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds1-4/+15
2014-07-17net/mlx4_en: cq->irq_desc wasn't set in legacy EQ'sAmir Vadai1-3/+4
2014-07-17net/mlx4_core: Remove MCG in case it is attached to promiscuous QPs onlySaeed Mahameed1-26/+62
2014-07-17net/mlx4_core: In SR-IOV mode host should add promisc QP to default entry onlyEugenia Emantayev1-70/+99
2014-07-17net/mlx4_core: Make sure the max number of QPs per MCG isn't exceededAlexander Guller1-1/+7
2014-07-17net/mlx4_core: Make sure that negative array index isn't usedDotan Barak1-12/+26
2014-07-17net/mlx4_core: Fix leakage of SW multicast entriesYevgeny Petrilin1-1/+13
2014-07-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller8-90/+53
2014-07-15mlx4: mark napi id for gro_skbJason Wang1-0/+1
2014-07-10mlx5_core: Fix possible race between mr tree insert/deleteSagi Grimberg1-4/+15
2014-07-09net/mlx4_en: Ignore budget on TX napi pollingAmir Vadai4-15/+24
2014-07-09net/mlx4_en: Fix mac_hash database inconsistencyNoa Osherovich2-10/+15
2014-07-09net/mlx4_en: Do not count LLC/SNAP in MTU calculationYishai Hadas2-3/+1
2014-07-09net/mlx4_en: Do not disable vlan filter during promiscuous modeEugenia Emantayev1-10/+0
2014-07-09net/mlx4: Verify port number in __mlx4_unregister_macEugenia Emantayev1-2/+8
2014-07-09net/mlx4_en: Run loopback test only when port is upEugenia Emantayev1-1/+2
2014-07-09net/mlx4_en: Fix set port ratelimit for 40GEEugenia Emantayev2-10/+17
2014-07-08net/mlx4_en: Don't configure the HW vxlan parser when vxlan offloading isn't setOr Gerlitz1-1/+1
2014-07-03net/mlx4_en: IRQ affinity hint is not cleared on port downAmir Vadai1-2/+1
2014-07-03net/mlx4_en: Don't use irq_affinity_notifier to track changes in IRQ affinity...Amir Vadai6-72/+26
2014-06-23net/mlx4_core: Fix the error flow when probing with invalid VF configurationOr Gerlitz1-1/+2
2014-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds27-489/+574
2014-06-12net/mlx4_en: Use affinity hintYuval Atias3-2/+46
2014-06-11net/mlx4_core: Keep only one driver entry release mlx4_privWei Yang1-1/+1
2014-06-11net/mlx4_core: Fix SRIOV free-pool management when enforcing resource quotasJack Morgenstein1-4/+37
2014-06-10Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds16-84/+221