aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/netronome/nfp/nfp_hwmon.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-01net: dsa: mv88e6xxx: introduce .serdes_irq_statusVivien Didelot4-21/+64
2019-09-01net: dsa: mv88e6xxx: introduce .serdes_irq_enableVivien Didelot5-50/+66
2019-09-01net: dsa: mv88e6xxx: pass lane to .serdes_powerVivien Didelot5-27/+44
2019-09-01net: dsa: mv88e6xxx: merge mv88e6352_serdes_power_setVivien Didelot1-14/+4
2019-09-01net: dsa: mv88e6xxx: implement mv88e6352_serdes_get_laneVivien Didelot3-1/+15
2019-09-01net: dsa: mv88e6xxx: simplify .serdes_get_laneVivien Didelot4-122/+74
2019-09-01net: dsa: mv88e6xxx: introduce .serdes_irq_mappingVivien Didelot4-6/+45
2019-09-01net: dsa: mv88e6xxx: fix SERDES IRQ mappingVivien Didelot2-11/+5
2019-09-01net: dsa: mv88e6xxx: check errors in mv88e6352_serdes_irq_linkVivien Didelot1-2/+7
2019-09-01net: hns3: remove set but not used variable 'qos'YueHaibing1-2/+1
2019-09-01net: hns3: remove redundant assignment to pointer reg_infoColin Ian King1-1/+1
2019-09-01netlabel: remove redundant assignment to pointer iterColin Ian King1-1/+1
2019-09-01r8169: don't set bit RxVlan on RTL8125Heiner Kallweit1-2/+4
2019-08-31net/ncsi: add response handlers for PLDM over NC-SIBen Wei2-2/+14
2019-08-31devlink: Use switch-case instead of if-elseParav Pandit1-17/+22
2019-08-31devlink: Make port index data type as unsigned intParav Pandit2-3/+4
2019-08-31net: tls: export protocol version, cipher, tx_conf/rx_conf to socket diagDavide Caratti4-0/+97
2019-08-31tcp: ulp: add functions to dump ulp-specific informationDavide Caratti3-1/+62
2019-08-31net/tls: use RCU protection on icsk->icsk_ulp_dataJakub Kicinski5-12/+29
2019-08-31qede: Add support for dumping the grc data.Sudarsana Reddy Kalluru2-2/+28
2019-08-31qed: Add APIs for configuring grc dump config flags.Sudarsana Reddy Kalluru4-0/+127
2019-08-31qede: Add support for reading the config id attributes.Sudarsana Reddy Kalluru2-0/+103
2019-08-31qed: Add APIs for reading config id attributes.Sudarsana Reddy Kalluru4-0/+82
2019-08-31net: dsa: tag_8021q: Restore bridge VLANs when enabling vlan_filteringVladimir Oltean1-20/+82
2019-08-31net: bridge: Populate the pvid flag in br_vlan_get_infoVladimir Oltean1-0/+2
2019-08-30udp: Remove unlikely() from IS_ERR*() conditionDenis Efremov1-1/+1
2019-08-30net/mlx5e: Remove unlikely() from WARN*() conditionDenis Efremov1-1/+1
2019-08-30bnxt_en: Fix compile error regression with CONFIG_BNXT_SRIOV not set.Michael Chan1-30/+52
2019-08-30net/mlx5e: Move local var definition into ifdef blockVlad Buslov1-2/+4
2019-08-30net: sched: cls_matchall: cleanup flow_action before deallocatingVlad Buslov1-0/+2
2019-08-30tcp_bbr: clarify that bbr_bdp() rounds up in commentsLuke Hsiao1-2/+4
2019-08-30sched: act_vlan: implement stats_update callbackJiri Pirko1-0/+14
2019-08-30net: stmmac: depend on COMMON_CLKStephen Rothwell1-0/+1
2019-08-30arcnet: capmode: remove redundant assignment to pointer pktColin Ian King1-1/+1
2019-08-30bnxt_en: Add FW fatal devlink_health_reporter.Vasundhara Volam3-2/+141
2019-08-30bnxt_en: Add bnxt_fw_exception() to handle fatal firmware errors.Michael Chan2-0/+45
2019-08-30bnxt_en: Add RESET_FW state logic to bnxt_fw_reset_task().Michael Chan1-0/+64
2019-08-30bnxt_en: Do not send firmware messages if firmware is in error state.Michael Chan2-7/+12
2019-08-30bnxt_en: Retain user settings on a VF after RESET_NOTIFY event.Vasundhara Volam3-9/+45
2019-08-30bnxt_en: Add devlink health reset reporter.Vasundhara Volam4-0/+61
2019-08-30bnxt_en: Handle firmware reset.Michael Chan3-0/+164
2019-08-30bnxt_en: Handle RESET_NOTIFY async event from firmware.Michael Chan2-0/+18
2019-08-30bnxt_en: Add new FW devlink_health_reporterVasundhara Volam2-0/+84
2019-08-30bnxt_en: Add BNXT_STATE_IN_FW_RESET state.Michael Chan3-0/+26
2019-08-30bnxt_en: Enable health monitoring.Michael Chan2-2/+73
2019-08-30bnxt_en: Pre-map the firmware health monitoring registers.Michael Chan2-0/+35
2019-08-30bnxt_en: Discover firmware error recovery capabilities.Michael Chan2-0/+115
2019-08-30bnxt_en: Handle firmware reset status during IF_UP.Michael Chan2-20/+89
2019-08-30bnxt_en: Register buffers for VFs before reserving resources.Vasundhara Volam1-5/+5
2019-08-30bnxt_en: Refactor bnxt_sriov_enable().Michael Chan2-16/+35