summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx4
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-11-151-3/+2
|\
| * mm: remove __GFP_COLDMel Gorman2017-11-151-3/+2
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2017-11-151-4/+4
|\ \
| * | net/mlx4_core: Convert timers to use timer_setup()Kees Cook2017-10-091-6/+4
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-11-1515-53/+85
|\ \ \ | |_|/ |/| |
| * | net/mlx4: Use Kconfig flag to remove support of old gen2 Mellanox devicesSlava Shwartsman2017-11-132-0/+10
| * | net_sch: mqprio: Change TC_SETUP_MQPRIO to TC_SETUP_QDISC_MQPRIONogah Frankel2017-11-081-1/+1
| * | net: bpf: rename ndo_xdp to ndo_bpfJakub Kicinski2017-11-051-3/+3
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-042-0/+2
| |\ \
| * | | drivers, net, mlx4: convert mlx4_srq.refcount from atomic_t to refcount_tElena Reshetova2017-10-221-4/+4
| * | | drivers, net, mlx4: convert mlx4_qp.refcount from atomic_t to refcount_tElena Reshetova2017-10-221-4/+4
| * | | drivers, net, mlx4: convert mlx4_cq.refcount from atomic_t to refcount_tElena Reshetova2017-10-221-4/+4
| * | | net/mlx4_en: XDP_TX, assign constant values of TX descs on ring creaionTariq Toukan2017-10-113-14/+27
| * | | net/mlx4_en: Obsolete call to generic write_desc in XDP xmit flowTariq Toukan2017-10-111-5/+12
| * | | net/mlx4_en: Replace netdev parameter with priv in XDP xmit functionTariq Toukan2017-10-113-4/+3
| * | | net/mlx4_en: Increase number of default RX ringsInbar Karmy2017-10-101-2/+1
| * | | net/mlx4_en: Limit the number of RX ringsInbar Karmy2017-10-101-1/+6
| * | | net/mlx4_en: Limit the number of TX ringsInbar Karmy2017-10-104-7/+7
| * | | net/mlx4_en: Use __force to fix a sparse warning in TX datapathTariq Toukan2017-10-091-1/+1
| * | | net/mlx4_core: Fix cast warning in fw.cTariq Toukan2017-10-091-3/+3
| * | | net/mlx4: Fix endianness issue in qp context paramsTariq Toukan2017-10-093-3/+3
| * | | bpf: add meta pointer for direct accessDaniel Borkmann2017-09-261-0/+1
| * | | drivers: net: mlx4: use setup_timer() helper.Allen Pais2017-09-211-3/+1
| | |/ | |/|
* | | Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar2017-11-072-0/+2
|\ \ \ | | |/ | |/|
| * | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-022-0/+2
| |/
* | locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2017-10-251-6/+6
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-09-0624-238/+285
|\
| * net/mlx4_core: Use ARRAY_SIZE macroThomas Meyer2017-09-052-6/+8
| * net/mlx4_core: fix incorrect size allocation for dev->caps.spec_qpsColin Ian King2017-09-031-2/+3
| * net/mlx4_core: fix memory leaks on error exit pathColin Ian King2017-09-031-1/+2
| * net/mlx4: Add user mac FW update supportMoshe Shemesh2017-08-295-2/+56
| * net/mlx4_core: Fix misplaced brackets of sizeofTariq Toukan2017-08-291-1/+1
| * net/mlx4_core: Make explicit conversion to 64bit valueLeon Romanovsky2017-08-291-1/+1
| * net/mlx4_core: Dynamically allocate structs at mlx4_slave_capEran Ben Elisha2017-08-294-140/+137
| * net/mlx4_core: make mlx4_profile constBhumika Goyal2017-08-241-2/+2
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-211-2/+2
| |\
| * | net/mlx4: fix spelling mistake: "availible" -> "available"Colin Ian King2017-08-163-16/+16
| * | mlx4: sizeof style usagestephen hemminger2017-08-1615-56/+56
| * | mlx4: remove unnecessary pci_set_drvdata()Zhu Yanjun2017-08-151-2/+0
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-095-20/+36
| |\ \
| * | | net: sched: get rid of struct tc_to_netdevJiri Pirko2017-08-071-4/+6
| * | | net: sched: change return value of ndo_setup_tc for driver supporting mqprio ...Jiri Pirko2017-08-071-1/+1
| * | | net: sched: push cls related args into cls_common structureJiri Pirko2017-08-071-1/+0
| * | | net: sched: make type an argument for ndo_setup_tcJiri Pirko2017-08-071-3/+3
| * | | mlx4_en: remove unnecessary error checkZhu Yanjun2017-07-241-7/+2
| * | | mlx4_en: remove unnecessary returned valueZhu Yanjun2017-07-242-4/+2
* | | | Merge tag 'for-linus-ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-09-039-18/+26
|\ \ \ \ | |_|_|/ |/| | |
| * | | mlx4: Replace PCI pool old APIRomain Perier2017-08-222-6/+6
| * | | (IB, net)/mlx4: Add resource utilization supportMoshe Shemesh2017-07-247-12/+20
| |/ /
* | | net/mlx4_core: Enable 4K UAR if SRIOV module parameter is not enabledHuy Nguyen2017-08-181-2/+2
| |/ |/|
OpenPOWER on IntegriCloud