summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox
Commit message (Expand)AuthorAgeFilesLines
* mlx5: Use pci_enable_msix_range() instead of pci_enable_msix()Alexander Gordeev2014-02-181-11/+5
* mlx4: Use pci_enable_msix_range() instead of pci_enable_msix()Alexander Gordeev2014-02-181-16/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-01-2525-148/+772
|\
| * net/mlx4_core: Remove unnecessary validation for port numberMoni Shoua2014-01-211-3/+0
| * net/mlx4_core: clean up srq_res_start_move_to()Paul Bolle2014-01-161-30/+16
| * net/mlx4_core: clean up cq_res_start_move_to()Paul Bolle2014-01-161-33/+19
| * drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-167-7/+0
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-01-142-2/+4
| |\
| * | net/mlx4_en: call gro handler for encapsulated framesEric Dumazet2014-01-132-5/+7
| * | mlx4_en: Select PTP_1588_CLOCKShawn Bohrer2014-01-071-0/+1
| * | net/mlx4_en: fix error return code in mlx4_en_get_qp()Wei Yongjun2014-01-071-2/+3
| * | net/mlx4_core: Warn if device doesn't have enough PCI bandwidthEyal Perry2014-01-051-0/+84
| * | mlx4_en: Only cycle port if HW timestamp config changesShawn Bohrer2014-01-021-0/+4
| * | mlx4_en: Add PTP hardware clockShawn Bohrer2014-01-024-8/+198
| * | net: mlx4: slight optimization of addr comparedingtianhong2013-12-312-3/+3
| * | net/mlx4_en: Add netdev support for TCP/IP offloads of vxlan tunnelingOr Gerlitz2013-12-315-2/+129
| * | net/mlx4_core: Add basic support for TCP/IP offloads under tunnelingOr Gerlitz2013-12-314-3/+85
| * | net/mlx4_core: Check port number for validity before accessing dataMatan Barak2013-12-191-1/+27
| * | net/mlx4_en: Add NAPI support for transmit sideEugenia Emantayev2013-12-193-11/+41
| * | net/mlx4_en: Ignore irrelevant hypervisor eventsEugenia Emantayev2013-12-191-0/+3
| * | net/mlx4_core: Set CQE/EQE size to 64B by defaultEyal Perry2013-12-191-2/+2
| * | net/mlx4_en: Configure the XPS queue mapping on driver loadIdo Shamay2013-12-193-4/+16
| * | net/mlx4_en: Implement ndo_get_phys_port_idHadar Hen Zion2013-12-191-0/+23
| * | net/mlx4_core: Expose physical port id as PF/VF capabilityHadar Hen Zion2013-12-193-0/+51
| * | net/mlx4_core: Introduce nic_info new flag in QUERY_FUNC_CAPHadar Hen Zion2013-12-192-3/+9
| * | net/mlx4_core: Rename QUERY_FUNC_CAP fieldsHadar Hen Zion2013-12-191-10/+10
| * | net/mlx4_core: Remove zeroed out of explicit QUERY_FUNC_CAP fieldsHadar Hen Zion2013-12-191-6/+0
| * | net: mlx4 calls skb_set_hashTom Herbert2013-12-181-2/+6
| * | mlx4_core: Roll back round robin bitmap allocation commit for CQs, SRQs, and ...Jack Morgenstein2013-12-0910-20/+32
| * | Merge branch 'siocghwtstamp' of git://git.kernel.org/pub/scm/linux/kernel/git...David S. Miller2013-12-051-2/+12
| |\ \
| | * | mlx4_en: Implement the SIOCGHWTSTAMP ioctlBen Hutchings2013-11-211-2/+12
* | | | Merge branch 'ip-roce' into for-nextRoland Dreier2014-01-221-0/+20
|\ \ \ \
| * | | | IB/mlx4: Handle Ethernet L2 parameters for IP based GID addressingMoni Shoua2014-01-181-0/+20
| | |_|/ | |/| |
| | | |
| \ \ \
*-. \ \ \ Merge branches 'cma', 'cxgb4', 'flowsteer', 'ipoib', 'misc', 'mlx4', 'mlx5', ...Roland Dreier2014-01-2211-20/+117
|\ \ \ \ \ | |_|/ / / |/| | | |
| | * | | IB/mlx5: Abort driver cleanup if teardown hca failsEli Cohen2014-01-221-2/+8
| | * | | mlx5_core: Fix PowerPC supportEli Cohen2014-01-221-4/+5
| | * | | mlx5_core: Improve debugfs readabilityEli Cohen2014-01-221-6/+33
| | * | | IB/mlx5: Add support for resize CQEli Cohen2014-01-221-2/+2
| | * | | IB/mlx5: Implement modify CQEli Cohen2014-01-221-2/+15
| | * | | mlx5_core: Use mlx5 core style warningEli Cohen2014-01-221-1/+2
| | * | | IB/mlx5: Clear out struct before create QP commandEli Cohen2014-01-221-1/+1
| | * | | mlx5_core: Fix out arg size in access_register commandHaggai Eran2014-01-221-1/+1
| | * | | mlx5_core: Remove dead codeDan Carpenter2014-01-141-3/+1
| |/ / / |/| | |
| * | | mlx4_core: Add support for steerable IB UD QPsMatan Barak2014-01-145-0/+51
|/ / /
* | | net: core: explicitly select a txq before doing l2 forwardingJason Wang2014-01-102-2/+4
|/ /
* | net/mlx4_core: destroy workqueue when driver fails to registerWei Yang2013-12-031-0/+2
* | net/mlx4_en: Remove selftest TX queues empty conditionEugenia Emantayev2013-12-011-7/+0
* | Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2013-11-186-104/+275
|\ \
| * | IB/mlx5: Fix list_del of empty listEli Cohen2013-11-151-1/+2
| * | mlx5: Use enum to indicate adapter page sizeEli Cohen2013-11-081-1/+1
OpenPOWER on IntegriCloud