aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-09net/mlx4_en: Align behavior of set ring size flow via ethtoolEugenia Emantayev1-4/+13
2018-01-05mlx4: setup xdp_rxq_infoJesper Dangaard Brouer3-5/+15
2017-12-28net/mlx4_en: Change default QoS settingsMoni Shoua3-0/+13
2017-12-28net/mlx4_core: Cleanup FMR unmapping flowTariq Toukan1-19/+21
2017-12-28net/mlx4_en: RX csum, reorder branchesTariq Toukan1-25/+21
2017-12-28net/mlx4_en: RX csum, remove redundant branches and checksTariq Toukan1-3/+9
2017-12-13net/mlx4_en: Fill all counters under one call of stats lockEran Ben Elisha1-26/+31
2017-12-13net/mlx4_core: Fix wrong calculation of free countersEran Ben Elisha1-1/+0
2017-12-13net/mlx4_en: Fix selftest for small MTUsEugenia Emantayev2-1/+4
2017-11-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-3/+2
2017-11-15mm: remove __GFP_COLDMel Gorman1-3/+2
2017-11-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-4/+4
2017-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds15-53/+85
2017-11-13net/mlx4: Use Kconfig flag to remove support of old gen2 Mellanox devicesSlava Shwartsman2-0/+10
2017-11-08net_sch: mqprio: Change TC_SETUP_MQPRIO to TC_SETUP_QDISC_MQPRIONogah Frankel1-1/+1
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar2-0/+2
2017-11-05net: bpf: rename ndo_xdp to ndo_bpfJakub Kicinski1-3/+3
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-0/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2-0/+2
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE()Mark Rutland1-6/+6
2017-10-22drivers, net, mlx4: convert mlx4_srq.refcount from atomic_t to refcount_tElena Reshetova1-4/+4
2017-10-22drivers, net, mlx4: convert mlx4_qp.refcount from atomic_t to refcount_tElena Reshetova1-4/+4
2017-10-22drivers, net, mlx4: convert mlx4_cq.refcount from atomic_t to refcount_tElena Reshetova1-4/+4
2017-10-11net/mlx4_en: XDP_TX, assign constant values of TX descs on ring creaionTariq Toukan3-14/+27
2017-10-11net/mlx4_en: Obsolete call to generic write_desc in XDP xmit flowTariq Toukan1-5/+12
2017-10-11net/mlx4_en: Replace netdev parameter with priv in XDP xmit functionTariq Toukan3-4/+3
2017-10-10net/mlx4_en: Increase number of default RX ringsInbar Karmy1-2/+1
2017-10-10net/mlx4_en: Limit the number of RX ringsInbar Karmy1-1/+6
2017-10-10net/mlx4_en: Limit the number of TX ringsInbar Karmy4-7/+7
2017-10-09net/mlx4_en: Use __force to fix a sparse warning in TX datapathTariq Toukan1-1/+1
2017-10-09net/mlx4_core: Fix cast warning in fw.cTariq Toukan1-3/+3
2017-10-09net/mlx4: Fix endianness issue in qp context paramsTariq Toukan3-3/+3
2017-10-09net/mlx4_core: Convert timers to use timer_setup()Kees Cook1-6/+4
2017-09-26bpf: add meta pointer for direct accessDaniel Borkmann1-0/+1
2017-09-21drivers: net: mlx4: use setup_timer() helper.Allen Pais1-3/+1
2017-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds24-238/+285
2017-09-05net/mlx4_core: Use ARRAY_SIZE macroThomas Meyer2-6/+8
2017-09-03Merge tag 'for-linus-ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds9-18/+26
2017-09-03net/mlx4_core: fix incorrect size allocation for dev->caps.spec_qpsColin Ian King1-2/+3
2017-09-03net/mlx4_core: fix memory leaks on error exit pathColin Ian King1-1/+2
2017-08-29net/mlx4: Add user mac FW update supportMoshe Shemesh5-2/+56
2017-08-29net/mlx4_core: Fix misplaced brackets of sizeofTariq Toukan1-1/+1
2017-08-29net/mlx4_core: Make explicit conversion to 64bit valueLeon Romanovsky1-1/+1
2017-08-29net/mlx4_core: Dynamically allocate structs at mlx4_slave_capEran Ben Elisha4-140/+137
2017-08-24net/mlx4_core: make mlx4_profile constBhumika Goyal1-2/+2
2017-08-22mlx4: Replace PCI pool old APIRomain Perier2-6/+6
2017-08-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2017-08-18net/mlx4_core: Enable 4K UAR if SRIOV module parameter is not enabledHuy Nguyen1-2/+2
2017-08-16net/mlx4: fix spelling mistake: "availible" -> "available"Colin Ian King3-16/+16
2017-08-16mlx4: sizeof style usagestephen hemminger15-56/+56