summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-08-0618-148/+633
|\
| * mlx5: Adjust events to use unsigned long param instead of void *Jack Morgenstein2014-07-302-3/+4
| * mlx5: minor fixes (mainly avoidance of hidden casts)Jack Morgenstein2014-07-307-7/+8
| * mlx5: Move pci device handling from mlx5_ib to mlx5_coreJack Morgenstein2014-07-301-3/+287
| * net/mlx4_en: mlx4_en_[gs]et_priv_flags() can be staticFengguang Wu2014-07-251-2/+2
| * net/mlx4_en: Reduce memory consumption on kdump kernelAmir Vadai2014-07-233-4/+8
| * net/mlx4_core: Use low memory profile on kdump kernelAmir Vadai2014-07-231-3/+25
| * net/mlx4_en: Disable blueflame using ethtool private flagsAmir Vadai2014-07-234-4/+72
| * net/mlx4_en: current_mac isn't updated in port upEyal Perry2014-07-231-0/+1
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-07-222-7/+19
| |\
| * | net/mlx4_core: Remove MCG in case it is attached to promiscuous QPs onlySaeed Mahameed2014-07-171-26/+62
| * | net/mlx4_core: In SR-IOV mode host should add promisc QP to default entry onlyEugenia Emantayev2014-07-171-70/+99
| * | net/mlx4_core: Make sure the max number of QPs per MCG isn't exceededAlexander Guller2014-07-171-1/+7
| * | net/mlx4_core: Make sure that negative array index isn't usedDotan Barak2014-07-171-12/+26
| * | net/mlx4_core: Fix leakage of SW multicast entriesYevgeny Petrilin2014-07-171-1/+13
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-07-168-90/+53Star
| |\ \
| * | | net/mlx4_en: Fix mac_hash database inconsistencyNoa Osherovich2014-07-092-10/+15
| * | | net/mlx4_en: Do not count LLC/SNAP in MTU calculationYishai Hadas2014-07-092-3/+1Star
| * | | net/mlx4_en: Do not disable vlan filter during promiscuous modeEugenia Emantayev2014-07-091-10/+0Star
| * | | net/mlx4: Verify port number in __mlx4_unregister_macEugenia Emantayev2014-07-091-2/+8
| * | | net/mlx4_en: Run loopback test only when port is upEugenia Emantayev2014-07-091-1/+2
| * | | net/mlx4_en: Fix set port ratelimit for 40GEEugenia Emantayev2014-07-092-10/+17
* | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-08-061-12/+4Star
|\ \ \ \ | |_|_|/ |/| | |
| * | | net: mlx5: Use ktime_get_ns()Thomas Gleixner2014-07-241-12/+4Star
| |/ /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-07-221-3/+4
|\ \ \
| * | | net/mlx4_en: cq->irq_desc wasn't set in legacy EQ'sAmir Vadai2014-07-171-3/+4
| | |/ | |/|
* | | Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2014-07-191-4/+15
|\ \ \ | |/ / |/| |
| * | mlx5_core: Fix possible race between mr tree insert/deleteSagi Grimberg2014-07-101-4/+15
* | | mlx4: mark napi id for gro_skbJason Wang2014-07-151-0/+1
* | | net/mlx4_en: Ignore budget on TX napi pollingAmir Vadai2014-07-094-15/+24
* | | net/mlx4_en: Don't configure the HW vxlan parser when vxlan offloading isn't setOr Gerlitz2014-07-081-1/+1
* | | net/mlx4_en: IRQ affinity hint is not cleared on port downAmir Vadai2014-07-031-2/+1Star
* | | net/mlx4_en: Don't use irq_affinity_notifier to track changes in IRQ affinity...Amir Vadai2014-07-036-72/+26Star
| |/ |/|
* | net/mlx4_core: Fix the error flow when probing with invalid VF configurationOr Gerlitz2014-06-231-1/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-06-1227-489/+574
|\
| * net/mlx4_en: Use affinity hintYuval Atias2014-06-113-2/+46
| * net/mlx4_core: Keep only one driver entry release mlx4_privWei Yang2014-06-111-1/+1
| * net/mlx4_core: Fix SRIOV free-pool management when enforcing resource quotasJack Morgenstein2014-06-111-4/+37
| * net: use SPEED_UNKNOWN and DUPLEX_UNKNOWN when appropriateJiri Pirko2014-06-071-2/+2
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-06-044-14/+127
| |\
| * \ Merge branch 'ethtool-rssh-fixes' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2014-06-031-5/+5
| |\ \
| | * | ethtool: Replace ethtool_ops::{get,set}_rxfh_indir() with {get,set}_rxfh()Ben Hutchings2014-06-031-5/+5
| * | | Revert "net/mlx4_en: Use affinity hint"David S. Miller2014-06-024-48/+2Star
| * | | net/mlx4_en: Use affinity hintYuval Atias2014-06-024-2/+48
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-05-244-2/+97
| |\ \ \
| * | | | net-next:v4: Add support to configure SR-IOV VF minimum and maximum Tx rate t...Sucheta Chakraborty2014-05-231-5/+6
| * | | | net/mlx4_core: Replace pr_warning() with pr_warn()Amir Vadai2014-05-224-18/+17Star
| * | | | net/mlx4_core: Deprecate use_prio module parameterAmir Vadai2014-05-221-4/+4
| * | | | net/mlx4_en: Fix uninitialized use of 'port_up' in mlx4_en_set_channels()Christian Engelmayer2014-05-191-1/+1
| | |/ / | |/| |
| * | | net/mlx4_core: Fix inaccurate return value of mlx4_flow_attach()Eyal Perry2014-05-141-1/+1