summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5
Commit message (Expand)AuthorAgeFilesLines
* net/mlx5e: DCBNL, Add debug messages logInbar Karmy2017-11-051-1/+23
* net/mlx5e: Add support for ethtool msglvl supportGal Pressman2017-11-053-0/+25
* net/mlx5e: Support DSCP trust state to Ethernet's IP packet on SQHuy Nguyen2017-11-055-6/+73
* net/mlx5e: Add dcbnl dscp to priority supportHuy Nguyen2017-11-053-2/+232
* net/mlx5: QPTS and QPDPM register firmware command supportHuy Nguyen2017-11-051-0/+99
* net/mlx5: QCAM register firmware command supportHuy Nguyen2017-11-053-0/+24
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-041-0/+1
|\
| * Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-11-021-0/+1
| |\
| | * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* | | net: sched: move the can_offload check from binding phase to rule insertion p...Jiri Pirko2017-11-022-0/+6
* | | net/mlx5e: Switch channels counters to use stats group APIKamal Heib2017-10-313-89/+106
* | | net/mlx5e: Switch ipsec counters to use stats group APIKamal Heib2017-10-312-9/+25
* | | net/mlx5e: Switch pme counters to use stats group APIKamal Heib2017-10-313-30/+54
* | | net/mlx5e: Switch per prio pfc counters to use stats group APIKamal Heib2017-10-313-85/+113
* | | net/mlx5e: Switch per prio traffic counters to use stats group APIKamal Heib2017-10-313-24/+50
* | | net/mlx5e: Switch pcie counters to use stats group APIKamal Heib2017-10-313-58/+93
* | | net/mlx5e: Switch ethernet extended counters to use stats group APIKamal Heib2017-10-313-20/+48
* | | net/mlx5e: Switch physical statistical counters to use stats group APIKamal Heib2017-10-313-21/+46
* | | net/mlx5e: Switch RFC 2819 counters to use stats group APIKamal Heib2017-10-313-30/+53
* | | net/mlx5e: Switch RFC 2863 counters to use stats group APIKamal Heib2017-10-313-20/+43
* | | net/mlx5e: Switch IEEE 802.3 counters to use stats group APIKamal Heib2017-10-313-36/+58
* | | net/mlx5e: Switch vport counters to use the stats group APIKamal Heib2017-10-313-55/+78
* | | net/mlx5e: Switch Q counters to use the stats group APIKamal Heib2017-10-313-16/+35
* | | net/mlx5e: Introduce stats group APIKamal Heib2017-10-314-48/+127
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-305-96/+202
|\| |
| * | net/mlx5e: DCBNL, Implement tc with ets type and zero bandwidthHuy Nguyen2017-10-262-30/+104
| * | net/mlx5e: Properly deal with encap flows add/del under neigh updateOr Gerlitz2017-10-261-35/+54
| * | net/mlx5: Delay events till mlx5 interface's add complete for pci resumeHuy Nguyen2017-10-261-29/+41
| * | net/mlx5: Fix health work queue spin lock to IRQ safeMoshe Shemesh2017-10-261-2/+3
| |/
* | drivers/net: mellanox: Convert timers to use timer_setup()Kees Cook2017-10-281-3/+3
* | drivers, net, mlx5: convert fs_node.refcount from atomic_t to refcount_tElena Reshetova2017-10-222-15/+16
* | drivers, net, mlx5: convert mlx5_cq.refcount from atomic_t to refcount_tElena Reshetova2017-10-221-8/+8
* | net: sched: avoid ndo_setup_tc calls for TC_SETUP_CLS*Jiri Pirko2017-10-212-4/+0Star
* | mlx5e_rep: Convert ndo_setup_tc offloads to block callbacksJiri Pirko2017-10-211-6/+38
* | mlx5e: Convert ndo_setup_tc offloads to block callbacksJiri Pirko2017-10-213-22/+51
* | Merge tag 'mlx5-updates-2017-10-11' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller2017-10-1622-793/+1401
|\ \
| * | net/mlx5e: IPoIB, Modify rdma netdev allocate and free to support PKEYAlex Vesker2017-10-143-18/+36
| * | net/mlx5e: IPoIB, Add PKEY child interface ethtool opsAlex Vesker2017-10-143-2/+8
| * | net/mlx5e: IPoIB, Add PKEY child interface ndosAlex Vesker2017-10-143-7/+144
| * | net/mlx5e: IPoIB, Add PKEY child interface nic profileAlex Vesker2017-10-143-6/+102
| * | net/mlx5e: IPoIB, Use hash-table to map between QPN to child netdevAlex Vesker2017-10-145-2/+184
| * | net/mlx5e: IPoIB, Support for setting PKEY index to underlay QPAlex Vesker2017-10-142-0/+10
| * | net/mlx5: Support for attaching multiple underlay QPs to root flow tableAlex Vesker2017-10-145-54/+171
| * | net/mlx5e: IPoIB, Move underlay QP init/uninit to separate functionsAlex Vesker2017-10-141-38/+70
| * | net/mlx5: PTP code migration to driver core sectionFeras Daoud2017-10-1411-382/+392
| * | net/mlx5: File renaming towards ptp core implementationFeras Daoud2017-10-143-3/+3
| |/
* | net: sched: convert cls_flower->egress_dev users to tc_setup_cb_egdev infraJiri Pirko2017-10-123-12/+26
* | Merge tag 'mlx5-updates-2017-10-06' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller2017-10-092-317/+547
|\ \
| * | net/mlx5: Add FGs and FTEs memory poolMaor Gottlieb2017-09-262-16/+53
| * | net/mlx5: Allocate FTE object without lockMaor Gottlieb2017-09-261-46/+46