summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox/mlx5/core/en_main.c
AgeCommit message (Expand)AuthorFilesLines
2017-11-05net: bpf: rename ndo_xdp to ndo_bpfJakub Kicinski1-2/+2
2017-11-05net/mlx5e: Enable CQE based moderation on TX CQTal Gilboa1-11/+27
2017-11-05net/mlx5e: Add support for ethtool msglvl supportGal Pressman1-0/+1
2017-11-05net/mlx5e: Support DSCP trust state to Ethernet's IP packet on SQHuy Nguyen1-4/+1
2017-11-05net/mlx5e: Add dcbnl dscp to priority supportHuy Nguyen1-1/+14
2017-11-02net: sched: move the can_offload check from binding phase to rule insertion p...Jiri Pirko1-0/+3
2017-10-21net: sched: avoid ndo_setup_tc calls for TC_SETUP_CLS*Jiri Pirko1-2/+0
2017-10-21mlx5e: Convert ndo_setup_tc offloads to block callbacksJiri Pirko1-6/+39
2017-10-16Merge tag 'mlx5-updates-2017-10-11' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller1-12/+83
2017-10-14net/mlx5: PTP code migration to driver core sectionFeras Daoud1-12/+83
2017-10-12net: sched: convert cls_flower->egress_dev users to tc_setup_cb_egdev infraJiri Pirko1-2/+2
2017-09-28net/mlx5e: Fix calculated checksum offloads countersGal Pressman1-6/+3
2017-09-28net/mlx5e: Print netdev features correctly in error messageGal Pressman1-2/+2
2017-09-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-134/+184
2017-09-04Merge tag 'for-linus-ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-33/+24
2017-09-03net/mlx5e: Distribute RSS table among all RX ringsTariq Toukan1-13/+2
2017-09-03net/mlx5e: Stop NAPI when irq balancer changes affinityTariq Toukan1-0/+5
2017-09-03net/mlx5e: Use kernel's mechanism to avoid missing NAPIsTariq Toukan1-1/+0
2017-09-03net/mlx5e: Don't recycle page if moved to far NUMATariq Toukan1-0/+1
2017-09-03net/mlx5e: Remove unnecessary fields in ICO SQTariq Toukan1-2/+0
2017-09-03net/mlx5e: Type-specific optimizations for RX post WQEs functionTariq Toukan1-2/+2
2017-09-03net/mlx5e: Non-atomic RQ state indicator for UMR WQE in progressTariq Toukan1-1/+2
2017-09-03net/mlx5e: Non-atomic indicator for ring enabled stateTariq Toukan1-1/+1
2017-09-03net/mlx5e: Small enhancements for RX MPWQE allocation and freeTariq Toukan1-0/+6
2017-09-03net/mlx5e: Remove unnecessary wqe_sz field from RQ bufferTariq Toukan1-5/+3
2017-09-03net/mlx5e: Replace multiplication by stride size with a shiftTariq Toukan1-2/+2
2017-09-03net/mlx5e: Reorganize struct mlx5e_rqTariq Toukan1-5/+5
2017-09-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2017-08-31net/mlx5e: Support RSS for GRE tunneled packetsGal Pressman1-7/+50
2017-08-31net/mlx5e: Support TSO and TX checksum offloads for GRE tunnelsGal Pressman1-18/+33
2017-08-30net/mlx5e: Fix CQ moderation mode not set properlyTal Gilboa1-0/+1
2017-08-20net/mlx5e: Add RX buffer fullness countersGal Pressman1-0/+6
2017-08-20net/mlx5e: Send PAOS command on interface up/downEran Ben Elisha1-0/+7
2017-08-18net/sched: Fix the logic error to decide the ingress qdiscChris Mi1-1/+1
2017-08-11net: sched: use newly added classid identity helpersJiri Pirko1-1/+1
2017-08-08mlx5: move affinity hints assignments to generic codeSagi Grimberg1-22/+23
2017-08-08mlx5e: don't assume anything on the irq affinity mappings of the deviceSagi Grimberg1-10/+0
2017-08-08mlx5: convert to generic pci_alloc_irq_vectorsSagi Grimberg1-1/+1
2017-08-07Merge tag 'mlx5-shared-2017-08-07' of git://git.kernel.org/pub/scm/linux/kern...David S. Miller1-65/+34
2017-08-07net: sched: get rid of struct tc_to_netdevJiri Pirko1-3/+3
2017-08-07net: sched: push cls related args into cls_common structureJiri Pirko1-7/+4
2017-08-07mlx5e: push cls_flower and mqprio setup_tc processing into separate functionsJiri Pirko1-25/+31
2017-08-07net: sched: make type an argument for ndo_setup_tcJiri Pirko1-4/+4
2017-08-07net/mlx5: Add CONFIG_MLX5_ESWITCH KconfigSaeed Mahameed1-37/+16
2017-08-07net/mlx5: Unify vport manager capability checkSaeed Mahameed1-12/+6
2017-08-07net/mlx5e: NIC netdev init flow cleanupSaeed Mahameed1-16/+6
2017-08-07net/mlx5e: Rearrange netdevice ops structuresSaeed Mahameed1-6/+10
2017-07-27net/mlx5e: Add missing support for PTP_CLK_REQ_PPS requestEugenia Emantayev1-1/+0
2017-07-03Merge https://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+0
2017-06-27net/mlx5e: IPSec, Add IPSec ethtool statsIlan Tayari1-1/+3