aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/en_main.c
AgeCommit message (Expand)Author
2018-04-12net/mlx5e: Sync netdev vxlan ports at openShahar Klein
2018-04-12net/mlx5e: Set EQE based as default TX interrupt moderation modeTal Gilboa
2018-03-08net/mlx5e: Specify numa node when allocating drop rqGal Pressman
2018-01-12net/mlx5e: Remove timestamp set from netdevice open flowFeras Daoud
2018-01-12net/mlx5e: Don't override netdev features field unless in error flowGal Pressman
2017-12-19net/mlx5e: Fix defaulting RX ring size when not neededEugenia Emantayev
2017-12-19net/mlx5e: Fix features check of IPv6 trafficGal Pressman
2017-12-19Revert "mlx5: move affinity hints assignments to generic code"Saeed Mahameed
2017-11-09net/mlx5e: Add VLAN offloads statisticsGal Pressman
2017-11-09net/mlx5e: Add 802.1ad VLAN insertion supportGal Pressman
2017-11-09net/mlx5e: Add 802.1ad VLAN filter steering rulesGal Pressman
2017-11-09net/mlx5e: Rename VLAN related variables and functionsGal Pressman
2017-11-08net_sch: mqprio: Change TC_SETUP_MQPRIO to TC_SETUP_QDISC_MQPRIONogah Frankel
2017-11-05Merge tag 'mlx5-updates-2017-11-04' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller
2017-11-05net: bpf: rename ndo_xdp to ndo_bpfJakub Kicinski
2017-11-04net/mlx5e: Enable CQE based moderation on TX CQTal Gilboa
2017-11-04net/mlx5e: Add support for ethtool msglvl supportGal Pressman
2017-11-04net/mlx5e: Support DSCP trust state to Ethernet's IP packet on SQHuy Nguyen
2017-11-04net/mlx5e: Add dcbnl dscp to priority supportHuy Nguyen
2017-11-02net: sched: move the can_offload check from binding phase to rule insertion p...Jiri Pirko
2017-10-21net: sched: avoid ndo_setup_tc calls for TC_SETUP_CLS*Jiri Pirko
2017-10-21mlx5e: Convert ndo_setup_tc offloads to block callbacksJiri Pirko
2017-10-16Merge tag 'mlx5-updates-2017-10-11' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller
2017-10-14net/mlx5: PTP code migration to driver core sectionFeras Daoud
2017-10-11net: sched: convert cls_flower->egress_dev users to tc_setup_cb_egdev infraJiri Pirko
2017-09-28net/mlx5e: Fix calculated checksum offloads countersGal Pressman
2017-09-28net/mlx5e: Print netdev features correctly in error messageGal Pressman
2017-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2017-09-03Merge tag 'for-linus-ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2017-09-03net/mlx5e: Distribute RSS table among all RX ringsTariq Toukan
2017-09-03net/mlx5e: Stop NAPI when irq balancer changes affinityTariq Toukan
2017-09-03net/mlx5e: Use kernel's mechanism to avoid missing NAPIsTariq Toukan
2017-09-03net/mlx5e: Don't recycle page if moved to far NUMATariq Toukan
2017-09-03net/mlx5e: Remove unnecessary fields in ICO SQTariq Toukan
2017-09-03net/mlx5e: Type-specific optimizations for RX post WQEs functionTariq Toukan
2017-09-03net/mlx5e: Non-atomic RQ state indicator for UMR WQE in progressTariq Toukan
2017-09-03net/mlx5e: Non-atomic indicator for ring enabled stateTariq Toukan
2017-09-03net/mlx5e: Small enhancements for RX MPWQE allocation and freeTariq Toukan
2017-09-03net/mlx5e: Remove unnecessary wqe_sz field from RQ bufferTariq Toukan
2017-09-03net/mlx5e: Replace multiplication by stride size with a shiftTariq Toukan
2017-09-03net/mlx5e: Reorganize struct mlx5e_rqTariq Toukan
2017-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-08-31net/mlx5e: Support RSS for GRE tunneled packetsGal Pressman
2017-08-31net/mlx5e: Support TSO and TX checksum offloads for GRE tunnelsGal Pressman
2017-08-30net/mlx5e: Fix CQ moderation mode not set properlyTal Gilboa
2017-08-20net/mlx5e: Add RX buffer fullness countersGal Pressman
2017-08-20net/mlx5e: Send PAOS command on interface up/downEran Ben Elisha
2017-08-18net/sched: Fix the logic error to decide the ingress qdiscChris Mi
2017-08-11net: sched: use newly added classid identity helpersJiri Pirko
2017-08-08mlx5: move affinity hints assignments to generic codeSagi Grimberg