aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/devlink.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-07devlink: Add health dump {get,clear} commandsEran Ben Elisha1-0/+63
2019-02-07devlink: Add health diagnose commandEran Ben Elisha1-0/+46
2019-02-07devlink: Add health recover commandEran Ben Elisha1-0/+20
2019-02-07devlink: Add health set commandEran Ben Elisha1-0/+36
2019-02-07devlink: Add health get commandEran Ben Elisha1-0/+149
2019-02-07devlink: Add health report functionalityEran Ben Elisha1-0/+119
2019-02-07devlink: Add health reporter create/destroy functionalityEran Ben Elisha1-0/+92
2019-02-07devlink: Add devlink formatted message (fmsg) APIEran Ben Elisha1-0/+483
2019-02-06devlink: add hardware errors tracing facilityNir Dotan1-0/+1
2019-02-03net: devlink: report cell size of shared buffersJakub Kicinski1-0/+3
2019-02-01ethtool: add compat for devlink infoJakub Kicinski1-0/+63
2019-02-01devlink: add version reporting to devlink info APIJakub Kicinski1-0/+57
2019-02-01devlink: add device information APIJakub Kicinski1-0/+112
2019-01-29devlink: Add a generic wake_on_lan port parameterVasundhara Volam1-0/+5
2019-01-29devlink: Add devlink notifications support for port paramsVasundhara Volam1-27/+84
2019-01-29devlink: Add support for driverinit set value for devlink_portVasundhara Volam1-18/+52
2019-01-29devlink: Add support for driverinit get value for devlink_portVasundhara Volam1-17/+50
2019-01-29devlink: Add port param set commandVasundhara Volam1-5/+32
2019-01-29devlink: Add port param get commandVasundhara Volam1-7/+95
2019-01-29devlink: Add devlink_param for port register and unregisterVasundhara Volam1-38/+95
2019-01-25net: Revert devlink health changes.David S. Miller1-1058/+0
2019-01-22devlink: Use DIV_ROUND_UP_ULL in DEVLINK_HEALTH_SIZE_TO_BUFFERSNathan Chancellor1-1/+1
2019-01-22devlink: Add missing check of nlmsg_putYueHaibing1-0/+3
2019-01-18devlink: Add health dump {get,clear} commandsEran Ben Elisha1-0/+75
2019-01-18devlink: Add health diagnose commandEran Ben Elisha1-0/+51
2019-01-18devlink: Add health recover commandEran Ben Elisha1-0/+20
2019-01-18devlink: Add health set commandEran Ben Elisha1-0/+36
2019-01-18devlink: Add health get commandEran Ben Elisha1-0/+152
2019-01-18devlink: Add health report functionalityEran Ben Elisha1-0/+93
2019-01-18devlink: Add health reporter create/destroy functionalityEran Ben Elisha1-0/+127
2019-01-18devlink: Add health buffer supportEran Ben Elisha1-0/+501
2018-12-03devlink: Add 'fw_load_policy' generic parameterShalom Toledo1-0/+5
2018-10-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-6/+37
2018-10-10devlink: Add helper function for safely copy string paramMoshe Shemesh1-1/+18
2018-10-10devlink: Fix param cmode driverinit for string typeMoshe Shemesh1-3/+12
2018-10-10devlink: Fix param set handling for string typeMoshe Shemesh1-3/+8
2018-10-08net: Add extack to nlmsg_parseDavid Ahern1-1/+1
2018-10-04devlink: Add generic parameter msix_vec_per_pf_minVasundhara Volam1-0/+5
2018-10-04devlink: Add generic parameter msix_vec_per_pf_maxVasundhara Volam1-0/+5
2018-10-04devlink: Add generic parameter ignore_ariVasundhara Volam1-0/+5
2018-10-03devlink: Add extack for eswitch operationsEli Britstein1-3/+5
2018-09-21devlink: double free in devlink_resource_fill()Dan Carpenter1-2/+1
2018-07-12devlink: Add generic parameters region_snapshotAlex Vesker1-0/+5
2018-07-12devlink: Add support for region snapshot read commandAlex Vesker1-0/+182
2018-07-12devlink: Add support for region snapshot delete commandAlex Vesker1-0/+93
2018-07-12devlink: Extend the support querying for region snapshot IDsAlex Vesker1-0/+53
2018-07-12devlink: Add support for region get commandAlex Vesker1-0/+114
2018-07-12devlink: Add support for creating region snapshotsAlex Vesker1-0/+95
2018-07-12devlink: Add callback to query for snapshot id before snapshot createAlex Vesker1-0/+21
2018-07-12devlink: Add support for creating and destroying regionsAlex Vesker1-0/+84