summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core
Commit message (Expand)AuthorAgeFilesLines
* net: xdp: make the stack take care of the tear downJakub Kicinski2017-12-031-3/+0Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-125-13/+20
|\
| * net/mlx5e: Increase Striding RQ minimum size limit to 4 multi-packet WQEsEugenia Emantayev2017-11-101-1/+1
| * net/mlx5e: Set page to null in case dma mapping failsInbar Karmy2017-11-101-7/+5Star
| * net/mlx5e: Fix napi poll with zero budgetSaeed Mahameed2017-11-101-4/+6
| * net/mlx5: Cancel health poll before sending panic teardown commandHuy Nguyen2017-11-101-0/+7
| * net/mlx5: Loop over temp list to release delay eventsHuy Nguyen2017-11-101-1/+1
* | Merge tag 'mlx5-updates-2017-11-09' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller2017-11-107-52/+184
|\ \
| * | net/mlx5e: CHECKSUM_COMPLETE offload for VLAN/QinQ packetsGal Pressman2017-11-091-3/+14
| * | net/mlx5e: Add VLAN offloads statisticsGal Pressman2017-11-095-1/+15
| * | net/mlx5e: Add 802.1ad VLAN insertion supportGal Pressman2017-11-092-0/+3
| * | net/mlx5e: Add 802.1ad VLAN filter steering rulesGal Pressman2017-11-093-13/+112
| * | net/mlx5e: Declare bitmap using kernel macroGal Pressman2017-11-091-1/+1
| * | net/mlx5e: Add rollback on add VLAN failureGal Pressman2017-11-091-1/+6
| * | net/mlx5e: Rename VLAN related variables and functionsGal Pressman2017-11-093-37/+37
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-101-5/+8
|\ \ \ | |/ / |/| / | |/
| * net/mlx5e/core/en_fs: fix pointer dereference after free in mlx5e_execute_l2_...Gustavo A. R. Silva2017-11-081-5/+8
* | net_sch: mqprio: Change TC_SETUP_MQPRIO to TC_SETUP_QDISC_MQPRIONogah Frankel2017-11-081-1/+1
* | Merge tag 'mlx5-updates-2017-11-04' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller2017-11-0517-52/+591
|\ \
| * | net/mlx5e: Enable CQE based moderation on TX CQTal Gilboa2017-11-054-23/+71
| * | net/mlx5e: IPoIB, Add inner TTC table to IPoIB flow steeringFeras Daoud2017-11-053-3/+16
| * | net/mlx5: Initialize destination_flow struct to 0Rabie Loulou2017-11-055-15/+15
| * | net/mlx5: Enlarge the NIC TC offload table sizeOr Gerlitz2017-11-051-2/+13
| * | 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
* | | net: bpf: rename ndo_xdp to ndo_bpfJakub Kicinski2017-11-051-2/+2
|/ /
* | 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