summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox/mlx4
AgeCommit message (Expand)Author
2017-03-15mqprio: Modify mqprio to pass user parameters via ndo_setup_tc.Amritha Nambiar
2017-03-09mlx4: remove duplicate code in mlx4_en_process_rx_cq()Eric Dumazet
2017-03-09mlx4: make validate_loopback() more genericEric Dumazet
2017-03-09mlx4: factorize page_address() callsEric Dumazet
2017-03-09mlx4: do not access rx_desc from mlx4_en_process_rx_cq()Eric Dumazet
2017-03-09mlx4: add rx_alloc_pages counter in ethtool -SEric Dumazet
2017-03-09mlx4: add page recycling in receive pathEric Dumazet
2017-03-09mlx4: use order-0 pages for RXEric Dumazet
2017-03-09mlx4: removal of frag_sizes[]Eric Dumazet
2017-03-09mlx4: reduce rx ring page_cache sizeEric Dumazet
2017-03-09mlx4: rx_headroom is a per port attributeEric Dumazet
2017-03-09mlx4: get rid of frag_prefix_sizeEric Dumazet
2017-03-09mlx4: remove order field from mlx4_en_frag_infoEric Dumazet
2017-03-09mlx4: dma_dir is a mlx4_en_priv attributeEric Dumazet
2017-02-26net/mlx4_en: fix overflow in mlx4_en_init_timestamp()Eric Dumazet
2017-02-23net/mlx4_en: Use __skb_fill_page_desc()Eric Dumazet
2017-02-23net/mlx4_core: Use cq quota in SRIOV when creating completion EQsJack Morgenstein
2017-02-23net/mlx4_core: Fix VF overwrite of module param which disables DMFS on new pr...Majd Dibbiny
2017-02-23net/mlx4: Spoofcheck and zero MAC can't coexistEugenia Emantayev
2017-02-23net/mlx4: Change ENOTSUPP to EOPNOTSUPPOr Gerlitz
2017-02-20mlx4: reduce OOM risk on arches with large pagesEric Dumazet
2017-02-19mlx4: fix potential divide by 0 in mlx4_en_auto_moderation()Eric Dumazet
2017-02-17mlx4: do not fire tasklet unless necessaryEric Dumazet
2017-02-15mlx4: do not use rwlock in fast pathEric Dumazet
2017-02-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-02-07mlx4: Invoke softirqs after napi_rescheduleBenjamin Poirier
2017-02-06net/mlx4_en: fix a conditionDan Carpenter
2017-02-02mlx4: xdp_prog becomes inactive after ethtool '-L' or '-G'Martin KaFai Lau
2017-02-02mlx4: Fix memory leak after mlx4_en_update_priv()Martin KaFai Lau
2017-02-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-01-30net/mlx4_core: Avoid command timeouts during VF driver device shutdownJack Morgenstein
2017-01-30net/mlx4_en: Check the enabling pptx/pprx flags in SET_PORT wrapper flowShaker Daibes
2017-01-30net/mlx4_en: Check the enabling mtu flag in SET_PORT wrapper flowShaker Daibes
2017-01-30net/mlx4_en: Pass user MTU value to Firmware at set port commandShaker Daibes
2017-01-30net/mlx4_en: Adding support of turning off link autonegotiation via ethtoolAriel Levkovich
2017-01-30net/mlx4_core: Get num_tc using netdev_get_num_tcAlaa Hleihel
2017-01-30net/mlx4_core: Add resource alloc/dealloc debuggingMatan Barak
2017-01-30net/mlx4_core: Device revision supportYishai Hadas
2017-01-30net/mlx4: Replace ENOSYS with better fitting error codesTariq Toukan
2017-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-01-25bpf: add initial bpf tracepointsDaniel Borkmann
2017-01-22net/mlx4: use rb_entry()Geliang Tang
2017-01-19mlx4: support __GFP_MEMALLOC for rxEric Dumazet
2017-01-18net/mlx4_en: Remove unnecessary checks when setting num channelsEran Ben Elisha
2017-01-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-01-16net/mlx4_core: Eliminate warning messages for SRQ_LIMIT under SRIOVJack Morgenstein
2017-01-16net/mlx4_core: Fix when to save some qp context flags for dynamic VST to VGT ...Jack Morgenstein
2017-01-16net/mlx4_core: Fix racy CQ (Completion Queue) freeJack Morgenstein
2017-01-16mlx4: do not call napi_schedule() without careEric Dumazet
2017-01-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller