aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/en_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-32/+31
2017-12-19net/mlx5e: Fix defaulting RX ring size when not neededEugenia Emantayev1-8/+7
2017-12-19net/mlx5e: Fix features check of IPv6 trafficGal Pressman1-1/+2
2017-12-19Revert "mlx5: move affinity hints assignments to generic code"Saeed Mahameed1-23/+22
2017-12-03net: xdp: make the stack take care of the tear downJakub Kicinski1-3/+0
2017-11-09net/mlx5e: Add VLAN offloads statisticsGal Pressman1-0/+2
2017-11-09net/mlx5e: Add 802.1ad VLAN insertion supportGal Pressman1-0/+1
2017-11-09net/mlx5e: Add 802.1ad VLAN filter steering rulesGal Pressman1-0/+21
2017-11-09net/mlx5e: Rename VLAN related variables and functionsGal Pressman1-4/+4
2017-11-08net_sch: mqprio: Change TC_SETUP_MQPRIO to TC_SETUP_QDISC_MQPRIONogah Frankel1-1/+1
2017-11-05Merge tag 'mlx5-updates-2017-11-04' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxDavid S. Miller1-16/+43
2017-11-05net: bpf: rename ndo_xdp to ndo_bpfJakub Kicinski1-2/+2
2017-11-04net/mlx5e: Enable CQE based moderation on TX CQTal Gilboa1-11/+27
2017-11-04net/mlx5e: Add support for ethtool msglvl supportGal Pressman1-0/+1
2017-11-04net/mlx5e: Support DSCP trust state to Ethernet's IP packet on SQHuy Nguyen1-4/+1
2017-11-04net/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 phaseJiri 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/kernel/git/mellanox/linuxDavid S. Miller1-12/+83
2017-10-14net/mlx5: PTP code migration to driver core sectionFeras Daoud1-12/+83
2017-10-11net: 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-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-134/+184
2017-09-03Merge tag 'for-linus-ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus 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-01Merge 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/kernel/git/mellanox/linuxDavid S. Miller1-65/+34