summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx4
Commit message (Expand)AuthorAgeFilesLines
* net/mlx4_en: Fix HW timestamp init issue upon system startupEugenia Emantayev2015-12-183-7/+14
* net/mlx4_en: Remove dependency between timestamping capability and service_taskEugenia Emantayev2015-12-181-3/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-12-171-2/+3
|\
| * net/mlx4_core: fix handling return value of mlx4_slave_convert_portAndrzej Hajda2015-12-151-2/+3
* | IB/mlx4: Use correct order of variables in log messageWengang Wang2015-12-081-1/+1
|/
* net/mlx4_core: Avoid returning success in case of an error flowNoa Osherovich2015-11-151-3/+5
* net/mlx4_core: Fix sleeping while holding spinlock at rem_slave_countersEran Ben Elisha2015-11-151-12/+27
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2015-11-076-9/+96
|\
| * net/mlx4_en: Implement mcast loopback prevention for ETH qpsMaor Gottlieb2015-10-213-1/+49
| * net/mlx4_core: Add support for filtering multicast loopbackMaor Gottlieb2015-10-213-8/+47
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-11-013-2/+4
|\ \
| * | net/mlx4: Copy/set only sizeof struct mlx4_eqe bytesCarol L Soto2015-10-272-2/+2
| * | net/mlx4_en: Explicitly set no vlan tags in WQE ctrl segment when no vlan is ...Jack Morgenstein2015-10-271-0/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-10-202-8/+6
|\ \ \ | |/ /
| * | net/mlx4_core: Avoid failing the interrupts testCarol L Soto2015-10-091-0/+4
| * | net/mlx4: Remove shared_ports variable at mlx4_enable_msi_xCarol L Soto2015-10-081-8/+2
* | | drivers/net: get rid of unnecessary initializations in .get_drvinfo()Ivan Vecera2015-10-161-3/+0
* | | mlx4: corretly check failed allocationInsu Yun2015-10-151-1/+1
* | | net/mlx4_core: Replace VF zero mac with random mac in mlx4_coreJack Morgenstein2015-10-144-12/+31
* | | net/mlx4_core: Fix resource tracker error flow in add_res_rangeSaeed Mahameed2015-10-091-1/+3
* | | net/mlx4_core: Fix mailbox leak in error flow when performing update qpJack Morgenstein2015-10-091-3/+3
* | | net/mlx4_en: Add steering rules after RSS creationIdo Shamay2015-10-091-64/+80
|/ /
* | net/mlx4: Handle return codes in mlx4_qp_attach_commonRobb Manes2015-09-291-3/+4
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-09-261-2/+0
|\
| * net/mlx4_en: really allow to change RSS keyEric Dumazet2015-09-171-2/+0
* | net/mlx4_en: Use access helper irq_data_get_affinity_mask()Thomas Gleixner2015-09-151-2/+4
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2015-09-092-15/+24
|\
| * net/mlx4: Postpone the registration of net_deviceMoni Shoua2015-08-302-15/+24
* | net/mlx4_core: Fix unintialized variable used in error pathCarol L Soto2015-08-271-3/+2
* | net/mlx4_core: Capping number of requested MSIXs to MAX_MSIXCarol L Soto2015-08-271-1/+9
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-07-314-5/+22
|\ \ | |/
| * net/mlx4_en: Remove BUG_ON assert when checking if ring is fullIdo Shamay2015-07-261-1/+0
| * net/mlx4_core: Relieve cpu load average on the port sending flowJack Morgenstein2015-07-261-2/+15
| * net/mlx4_core: Fix wrong index in propagating port change event to VFsJack Morgenstein2015-07-261-2/+2
| * net/mlx4_core: Use sink counter for the VF default as fallbackOr Gerlitz2015-07-261-0/+5
* | net/mlx4_en: Hardware accelerated 802.1ad works only on the first portAmir Vadai2015-07-291-1/+1
* | net/mlx4_en: Add support for hardware accelerated 802.1ad vlanHadar Hen Zion2015-07-275-5/+87
* | net/mlx4: Prepare VLAN macros for 802.1ad Hardware accelerated supportHadar Hen Zion2015-07-272-4/+4
* | net/mlx4_en: Prepare ethtool private flags to support more flagsHadar Hen Zion2015-07-271-18/+17
* | net/mlx4_core: Preparations for 802.1ad VLAN supportHadar Hen Zion2015-07-274-0/+101
* | net/mlx4_core: Add extra check for total vfs for SRIOVCarol Soto2015-07-081-6/+14
* | mlx4: TCP/UDP packets have L4 hashEric Dumazet2015-07-081-2/+6
|/
* mlx4: Disable HA for SRIOV PF RoCE devicesOr Gerlitz2015-06-251-1/+7
* net/mlx4_en: Fix wrong csum complete report when rxvlan offload is disabledIdo Shamay2015-06-251-11/+6
* net/mlx4_en: Wake TX queues only when there's enough roomIdo Shamay2015-06-252-8/+12
* net/mlx4_en: Release TX QP when destroying TX ringEran Ben Elisha2015-06-253-5/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2015-06-2416-274/+918
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-06-241-0/+8
| |\
| | * net/mlx4_core: Disable Granular QoS per VF under IB/Eth VPI configurationOr Gerlitz2015-06-151-0/+8
| * | net/mlx4_en: Use HW counters for rx/tx bytes/packets in PF deviceEran Ben Elisha2015-06-241-0/+14
OpenPOWER on IntegriCloud