summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx4
Commit message (Expand)AuthorAgeFilesLines
* net/mlx4_en: Check device state when setting coalescingEugenia Emantayev2013-09-121-6/+10
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-09-059-92/+295
|\
| * net/mlx4_en: Reduce scope of local variables in mlx4_en_xmitAmir Vadai2013-08-211-3/+7
| * net/mlx4_en: Fix handling of dma_map failureAmir Vadai2013-08-211-35/+62
| * net/mlx4_en: Notify user when TX ring in error stateAmir Vadai2013-08-211-0/+9
| * net/mlx4_en: Disable global flow control when PFC enabledEugenia Emantayev2013-08-211-2/+2
| * net/mlx4_en: Coding style cleanup in mlx4_en_dcbnl_ieee_setpfc()Amir Vadai2013-08-211-6/+9
| * 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-035-22/+13
| |\
| * | 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
* | | mlx4_core: Fix XRC QPs detection in the resource trackerYishai Hadas2013-08-131-1/+2
| |/ |/|
* | 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
|/
* 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 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
| |/ |/|
* | net/mlx4_core: Keep VF assigned MAC in the PF admin tableOr Gerlitz2013-06-041-3/+7
* | net/mlx4_en: Handle unassigned VF MAC address correctlyOr Gerlitz2013-06-041-4/+12
* | net/mlx4_core: Return -EPROBE_DEFER when a VF is probed before PF is sufficie...Jack Morgenstein2013-06-042-16/+6
* | net/mlx4_en: Fix adaptive moderation cq updateSagi Grimberg2013-06-041-0/+1
|/
* net/mlx4: Strengthen VLAN tags/priorities enforcement in VST modeRony Efraim2013-05-112-4/+18
* net/mlx4_core: Add missing report on VST and spoof-checking dev capsOr Gerlitz2013-05-112-10/+3
* Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2013-05-086-134/+102
|\
| * mlx4_core: Expose a few helpers to fill DMFS HW strucuturesHadar Hen Zion2013-04-241-26/+59
OpenPOWER on IntegriCloud