aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-06-08net: propagate tc filter chain index down the ndo_setup_tc callJiri Pirko1-1/+2
2017-06-07net/mlx4_en: Bump driver versionTariq Toukan3-5/+4
2017-06-07net/mlx4_core: Bump driver versionTariq Toukan2-3/+2
2017-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-14/+41
2017-06-05net/mlx4: Check if Granular QoS per VF has been enabled before updating QP qos_vportIdo Shamay2-5/+17
2017-06-04net/mlx4: Fix the check in attaching steering rulesTalat Batheesh3-9/+24
2017-05-21net: ethernet: update drivers to handle HWTSTAMP_FILTER_NTP_ALLMiroslav Lichvar1-0/+1
2017-05-15net/mlx4_core: Use min3 to select number of MSI-X vectorsyuval.shaia@oracle.com1-6/+4
2017-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds4-5/+19
2017-05-09net/mlx4_core: Reduce harmless SRIOV error message to debug levelJack Morgenstein2-4/+12
2017-05-09net/mlx4_en: Avoid adding steering rules with invalid ringTalat Batheesh1-0/+5
2017-05-09net/mlx4_en: Change the error print to debug printKamal Heib1-1/+2
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