summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-08-165-63/+30
|\
| * net/mlx5_core: Support MANAGE_PAGES and QUERY_PAGES firmware command changesMoshe Lazer2013-08-154-35/+29
| * mlx5: remove health handler pluginEli Cohen2013-08-051-28/+1
* | net: mlx4: Staticize local functionsJingoo Han2013-08-051-3/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-08-039-40/+104
|\ \ | |/
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-08-035-22/+13
| |\
| | * net: rename CONFIG_NET_LL_RX_POLL to CONFIG_NET_RX_BUSY_POLLCong Wang2013-08-013-11/+11
| | * net/mlx4_core: VFs must ignore the enable_64b_cqe_eqe module paramJack Morgenstein2013-08-011-1/+1
| | * net/mlx4_core: Don't give VFs MAC addresses which are derived from the PF MACOr Gerlitz2013-08-011-10/+1
| * | Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2013-08-023-14/+83
| |\ \ | | |/ | |/|
| | * mlx5_core: Implement new initialization sequenceEli Cohen2013-07-313-14/+83
| | * mlx5_core: Fix use after free in mlx5_cmd_comp_handler()Dan Carpenter2013-07-311-4/+7
| * | mlx5: fix error return code in mlx5_alloc_uuars()Wei Yongjun2013-07-301-0/+1
| * | mlx5: use after free in mlx5_cmd_comp_handler()Dan Carpenter2013-07-241-4/+7
| |/
* | net/mlx4_core: Respond to operation request by firmwareYevgeny Petrilin2013-07-297-27/+164
* | net/mlx4_en: Fix BlueFlame raceEugenia Emantayev2013-07-291-19/+42
|/
* mlx5 core: Fix __udivdi3 when compiling for 32 bit archesTim Gardner2013-07-161-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-07-132-4/+4
|\
| * net: rename ll methods to busy-pollEliezer Tamir2013-07-102-2/+2
| * net: rename include/net/ll_poll.h to include/net/busy_poll.hEliezer Tamir2013-07-102-2/+2
* | Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2013-07-1322-0/+5773
|\ \ | |/ |/|
| * mlx5: Return -EFAULT instead of -EPERMDan Carpenter2013-07-112-13/+9
| * mlx5_core: Adjust hca_cap.uar_page_sz to conform to Connect-IB specMoshe Lazer2013-07-111-1/+1
| * mlx5_core: Fixes for sparse warningsRoland Dreier2013-07-082-11/+21
| * mlx5: Add driver for Mellanox Connect-IB adaptersEli Cohen2013-07-0822-0/+5767
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-07-0914-126/+735
|\ \
| * | net/mlx4: fix small memory leak on errorDan Carpenter2013-07-031-0/+1
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-07-031-0/+3
| |\ \
| * | | net/mlx4_core: Add HW enforcement to VF link stateRony Efraim2013-07-013-22/+58
| * | | net/mlx4_core: Dynamic VST to VST vlan/qos changesJack Morgenstein2013-07-014-10/+282
| * | | net/mlx4_core: Fail device init if num_vfs is negativeJack Morgenstein2013-06-251-0/+5
| * | | net/mlx4_core: Add warning in case of command timeoutsDotan Barak2013-06-251-0/+6
| * | | net/mlx4_core: Replace sscanf() with kstrtoint()Dotan Barak2013-06-251-3/+3
| * | | net/mlx4_en: Remove an unnecessary testDotan Barak2013-06-251-3/+0
| * | | net/mlx4_en: Add prints when TX timeout occursYevgeny Petrilin2013-06-251-0/+9
| * | | net/mlx4_en: Fix a race between napi poll function and RX ring cleanupEugenia Emantayev2013-06-251-4/+4
| * | | net/mlx4_en: Change log level from error to debug for vlan related messagesEugenia Emantayev2013-06-251-2/+2
| * | | net/mlx4_en: Move register_netdev() to the end of initialization functionEugenia Emantayev2013-06-251-1/+2
| * | | net/mlx4_en: Do not query stats when device port is downJack Morgenstein2013-06-251-4/+5
| * | | net/mlx4_en: Fix resource leak in error flowDotan Barak2013-06-251-1/+1
| * | | mlx4: allow order-0 memory allocations in RX pathEric Dumazet2013-06-252-86/+95
| | |/ | |/|
| * | net/mlx4_en: Low Latency recv statisticsAmir Vadai2013-06-193-1/+29
| * | net/mlx4_en: Add Low Latency Socket (LLS) supportAmir Vadai2013-06-194-4/+178
| * | net/mlx4: Add VF link state supportRony Efraim2013-06-135-2/+72
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-06-054-23/+26
| |\ \
| * | | mlx4: use __netdev_pick_tx instead of __skb_tx_hash in mlx4_en_select_queuegovindarajulu.v2013-06-041-1/+1
| * | | net/mlx4: use one page fragment per incoming frameEric Dumazet2013-06-041-3/+3
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-07-041-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | treewide: Fix typo in printkMasanari Iida2013-06-181-1/+1
| |/ /
* | | net/mlx_en: Timestamping is not supported in slave modeAmir Vadai2013-06-241-0/+3
| |/ |/|
OpenPOWER on IntegriCloud