summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox/mlx5/core/en_main.c
AgeCommit message (Expand)Author
2018-01-25mlx5: use tc_cls_can_offload_and_chain0()Jakub Kicinski
2018-01-19net/mlx5e: Extend the stats group API to have update_stats()Kamal Heib
2018-01-19net/mlx5e: Add per-channel counters infrastructure, use it upon TX timeoutEran Ben Elisha
2018-01-19net/mlx5e: Poll event queue upon TX timeout before performing full channels r...Eran Ben Elisha
2018-01-19net/mlx5e: Add Event Queue meta data info for TX timeout logsEran Ben Elisha
2018-01-19net/mlx5e: Print delta since last transmit per SQ upon TX timeoutEran Ben Elisha
2018-01-19net/mlx5e: Add RSS support for hairpinOr Gerlitz
2018-01-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
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
2018-01-10net/mlx5e: fix error return code in mlx5e_alloc_rq()Wei Yongjun
2018-01-10net/mlx5e: Change Mellanox references in DIM codeAndy Gospodarek
2018-01-05xdp/mlx5: setup xdp_rxq_infoJesper Dangaard Brouer
2017-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
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-12-03net: xdp: make the stack take care of the tear downJakub Kicinski
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