aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-05-08treewide: use kv[mz]alloc* rather than opencoded variantsMichal Hocko2-12/+6
2017-04-20net/mlx4: suppress 'may be used uninitialized' warningGreg Thelen1-1/+1
2017-04-06mlx4: trust shinfo->gso_segsEric Dumazet1-2/+1
2017-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-0/+22
2017-03-16net/mlx4_core: Avoid delays during VF driver device shutdownJack Morgenstein2-0/+22
2017-03-15mqprio: Modify mqprio to pass user parameters via ndo_setup_tc.Amritha Nambiar1-1/+3
2017-03-09mlx4: remove duplicate code in mlx4_en_process_rx_cq()Eric Dumazet1-168/+41
2017-03-09mlx4: make validate_loopback() more genericEric Dumazet2-19/+10
2017-03-09mlx4: factorize page_address() callsEric Dumazet1-8/+7
2017-03-09mlx4: do not access rx_desc from mlx4_en_process_rx_cq()Eric Dumazet1-6/+3
2017-03-09mlx4: add rx_alloc_pages counter in ethtool -SEric Dumazet5-6/+12
2017-03-09mlx4: add page recycling in receive pathEric Dumazet2-177/+82
2017-03-09mlx4: use order-0 pages for RXEric Dumazet2-44/+33
2017-03-09mlx4: removal of frag_sizes[]Eric Dumazet2-22/+10
2017-03-09mlx4: reduce rx ring page_cache sizeEric Dumazet3-10/+15
2017-03-09mlx4: rx_headroom is a per port attributeEric Dumazet2-4/+4
2017-03-09mlx4: get rid of frag_prefix_sizeEric Dumazet2-17/+13
2017-03-09mlx4: remove order field from mlx4_en_frag_infoEric Dumazet2-4/+4
2017-03-09mlx4: dma_dir is a mlx4_en_priv attributeEric Dumazet3-12/+12
2017-02-26net/mlx4_en: fix overflow in mlx4_en_init_timestamp()Eric Dumazet2-11/+8
2017-02-23net/mlx4_en: Use __skb_fill_page_desc()Eric Dumazet1-4/+4
2017-02-23net/mlx4_core: Use cq quota in SRIOV when creating completion EQsJack Morgenstein2-4/+4
2017-02-23net/mlx4_core: Fix VF overwrite of module param which disables DMFS on new probed PFsMajd Dibbiny1-2/+0
2017-02-23net/mlx4: Spoofcheck and zero MAC can't coexistEugenia Emantayev2-7/+21
2017-02-23net/mlx4: Change ENOTSUPP to EOPNOTSUPPOr Gerlitz7-9/+9
2017-02-20mlx4: reduce OOM risk on arches with large pagesEric Dumazet1-1/+2
2017-02-19mlx4: fix potential divide by 0 in mlx4_en_auto_moderation()Eric Dumazet1-10/+14
2017-02-17mlx4: do not fire tasklet unless necessaryEric Dumazet2-9/+6
2017-02-15mlx4: do not use rwlock in fast pathEric Dumazet2-18/+19
2017-02-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-14/+33
2017-02-07mlx4: Invoke softirqs after napi_rescheduleBenjamin Poirier1-1/+4
2017-02-06net/mlx4_en: fix a conditionDan Carpenter1-1/+1
2017-02-02mlx4: xdp_prog becomes inactive after ethtool '-L' or '-G'Martin KaFai Lau3-7/+27
2017-02-02mlx4: Fix memory leak after mlx4_en_update_priv()Martin KaFai Lau1-6/+2
2017-02-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-1/+14
2017-01-30net/mlx4_core: Avoid command timeouts during VF driver device shutdownJack Morgenstein3-1/+14
2017-01-30net/mlx4_en: Check the enabling pptx/pprx flags in SET_PORT wrapper flowShaker Daibes3-16/+31
2017-01-30net/mlx4_en: Check the enabling mtu flag in SET_PORT wrapper flowShaker Daibes1-22/+37
2017-01-30net/mlx4_en: Pass user MTU value to Firmware at set port commandShaker Daibes4-7/+81
2017-01-30net/mlx4_en: Adding support of turning off link autonegotiation via ethtoolAriel Levkovich1-5/+19
2017-01-30net/mlx4_core: Get num_tc using netdev_get_num_tcAlaa Hleihel2-2/+2
2017-01-30net/mlx4_core: Add resource alloc/dealloc debuggingMatan Barak1-4/+45
2017-01-30net/mlx4_core: Device revision supportYishai Hadas1-1/+1
2017-01-30net/mlx4: Replace ENOSYS with better fitting error codesTariq Toukan4-6/+6
2017-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-6/+1
2017-01-25bpf: add initial bpf tracepointsDaniel Borkmann1-0/+3
2017-01-22net/mlx4: use rb_entry()Geliang Tang1-4/+4
2017-01-19mlx4: support __GFP_MEMALLOC for rxEric Dumazet1-1/+2
2017-01-18net/mlx4_en: Remove unnecessary checks when setting num channelsEran Ben Elisha1-6/+1
2017-01-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-30/+41