Age | Commit message (Expand) | Author | Files | Lines |
2013-10-09 | net/mlx4_en: Fix pages never dma unmapped on rx | Amir Vadai | 1 | -2/+3 |
2013-10-09 | net/mlx4_en: Rename name of mlx4_en_rx_alloc members | Amir Vadai | 2 | -19/+25 |
2013-09-13 | net/mlx4_en: Check device state when setting coalescing | Eugenia Emantayev | 1 | -6/+10 |
2013-09-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 9 | -92/+295 |
2013-08-21 | net/mlx4_en: Reduce scope of local variables in mlx4_en_xmit | Amir Vadai | 1 | -3/+7 |
2013-08-21 | net/mlx4_en: Fix handling of dma_map failure | Amir Vadai | 1 | -35/+62 |
2013-08-21 | net/mlx4_en: Notify user when TX ring in error state | Amir Vadai | 1 | -0/+9 |
2013-08-21 | net/mlx4_en: Disable global flow control when PFC enabled | Eugenia Emantayev | 1 | -2/+2 |
2013-08-21 | net/mlx4_en: Coding style cleanup in mlx4_en_dcbnl_ieee_setpfc() | Amir Vadai | 1 | -6/+9 |
2013-08-13 | mlx4_core: Fix XRC QPs detection in the resource tracker | Yishai Hadas | 1 | -1/+2 |
2013-08-05 | net: mlx4: Staticize local functions | Jingoo Han | 1 | -3/+3 |
2013-08-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 5 | -22/+13 |
2013-08-02 | net: rename CONFIG_NET_LL_RX_POLL to CONFIG_NET_RX_BUSY_POLL | Cong Wang | 3 | -11/+11 |
2013-08-02 | net/mlx4_core: VFs must ignore the enable_64b_cqe_eqe module param | Jack Morgenstein | 1 | -1/+1 |
2013-08-02 | net/mlx4_core: Don't give VFs MAC addresses which are derived from the PF MAC | Or Gerlitz | 1 | -10/+1 |
2013-07-29 | net/mlx4_core: Respond to operation request by firmware | Yevgeny Petrilin | 7 | -27/+164 |
2013-07-29 | net/mlx4_en: Fix BlueFlame race | Eugenia Emantayev | 1 | -19/+42 |
2013-07-11 | net: rename ll methods to busy-poll | Eliezer Tamir | 2 | -2/+2 |
2013-07-11 | net: rename include/net/ll_poll.h to include/net/busy_poll.h | Eliezer Tamir | 2 | -2/+2 |
2013-07-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 14 | -126/+735 |
2013-07-04 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -1/+1 |
2013-07-04 | net/mlx4: fix small memory leak on error | Dan Carpenter | 1 | -0/+1 |
2013-07-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+3 |
2013-07-02 | net/mlx4_core: Add HW enforcement to VF link state | Rony Efraim | 3 | -22/+58 |
2013-07-02 | net/mlx4_core: Dynamic VST to VST vlan/qos changes | Jack Morgenstein | 4 | -10/+282 |
2013-06-26 | net/mlx4_core: Fail device init if num_vfs is negative | Jack Morgenstein | 1 | -0/+5 |
2013-06-26 | net/mlx4_core: Add warning in case of command timeouts | Dotan Barak | 1 | -0/+6 |
2013-06-26 | net/mlx4_core: Replace sscanf() with kstrtoint() | Dotan Barak | 1 | -3/+3 |
2013-06-26 | net/mlx4_en: Remove an unnecessary test | Dotan Barak | 1 | -3/+0 |
2013-06-26 | net/mlx4_en: Add prints when TX timeout occurs | Yevgeny Petrilin | 1 | -0/+9 |
2013-06-26 | net/mlx4_en: Fix a race between napi poll function and RX ring cleanup | Eugenia Emantayev | 1 | -4/+4 |
2013-06-26 | net/mlx4_en: Change log level from error to debug for vlan related messages | Eugenia Emantayev | 1 | -2/+2 |
2013-06-26 | net/mlx4_en: Move register_netdev() to the end of initialization function | Eugenia Emantayev | 1 | -1/+2 |
2013-06-26 | net/mlx4_en: Do not query stats when device port is down | Jack Morgenstein | 1 | -4/+5 |
2013-06-26 | net/mlx4_en: Fix resource leak in error flow | Dotan Barak | 1 | -1/+1 |
2013-06-26 | mlx4: allow order-0 memory allocations in RX path | Eric Dumazet | 2 | -86/+95 |
2013-06-24 | net/mlx_en: Timestamping is not supported in slave mode | Amir Vadai | 1 | -0/+3 |
2013-06-20 | net/mlx4_en: Low Latency recv statistics | Amir Vadai | 3 | -1/+29 |
2013-06-20 | net/mlx4_en: Add Low Latency Socket (LLS) support | Amir Vadai | 4 | -4/+178 |
2013-06-18 | treewide: Fix typo in printk | Masanari Iida | 1 | -1/+1 |
2013-06-14 | net/mlx4: Add VF link state support | Rony Efraim | 5 | -2/+72 |
2013-06-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 4 | -23/+26 |
2013-06-05 | mlx4: use __netdev_pick_tx instead of __skb_tx_hash in mlx4_en_select_queue | govindarajulu.v | 1 | -1/+1 |
2013-06-05 | net/mlx4: use one page fragment per incoming frame | Eric Dumazet | 1 | -3/+3 |
2013-06-04 | net/mlx4_core: Keep VF assigned MAC in the PF admin table | Or Gerlitz | 1 | -3/+7 |
2013-06-04 | net/mlx4_en: Handle unassigned VF MAC address correctly | Or Gerlitz | 1 | -4/+12 |
2013-06-04 | net/mlx4_core: Return -EPROBE_DEFER when a VF is probed before PF is sufficie... | Jack Morgenstein | 2 | -16/+6 |
2013-06-04 | net/mlx4_en: Fix adaptive moderation cq update | Sagi Grimberg | 1 | -0/+1 |
2013-05-12 | net/mlx4: Strengthen VLAN tags/priorities enforcement in VST mode | Rony Efraim | 2 | -4/+18 |
2013-05-12 | net/mlx4_core: Add missing report on VST and spoof-checking dev caps | Or Gerlitz | 2 | -10/+3 |