index
:
Linux Stable
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
core
/
devlink.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
net: devlink: add couple of missing mutex_destroy() calls
Jiri Pirko
2019-03-24
1
-0
/
+2
*
|
genetlink: make policy common to family
Johannes Berg
2019-03-22
1
-40
/
+3
|
/
*
devlink: Add support for direct reporter health state update
Eran Ben Elisha
2019-03-04
1
-5
/
+17
*
devlink: Update reporter state to error even if recover aborted
Eran Ben Elisha
2019-03-04
1
-1
/
+4
*
devlink: fix kdoc
Jakub Kicinski
2019-03-01
1
-7
/
+5
*
devlink: require non-NULL ops for devlink instances
Jakub Kicinski
2019-02-26
1
-26
/
+22
*
devlink: hold a reference to the netdevice around ethtool compat
Jakub Kicinski
2019-02-26
1
-0
/
+13
*
devlink: create a special NDO for getting the devlink instance
Jakub Kicinski
2019-02-26
1
-39
/
+17
*
net: devlink: turn devlink into a built-in
Jakub Kicinski
2019-02-26
1
-13
/
+2
*
devlink: Modify reply of DEVLINK_CMD_HEALTH_REPORTER_GET
Aya Levin
2019-02-21
1
-2
/
+4
*
devlink: Rename devlink health attributes
Aya Levin
2019-02-21
1
-2
/
+2
*
ethtool: add compat for flash update
Jakub Kicinski
2019-02-17
1
-0
/
+30
*
devlink: add flash update command
Jakub Kicinski
2019-02-17
1
-0
/
+30
*
devlink: Fix list access without lock while reading region
Parav Pandit
2019-02-14
1
-2
/
+5
*
devlink: Return right error code in case of errors for region read
Parav Pandit
2019-02-14
1
-7
/
+19
*
devlink: use direct return of genlmsg_reply
Li RongQing
2019-02-12
1
-4
/
+1
*
Revert "devlink: Add a generic wake_on_lan port parameter"
Vasundhara Volam
2019-02-12
1
-5
/
+0
*
devlink: don't allocate attrs on the stack
Jakub Kicinski
2019-02-11
1
-4
/
+10
*
devlink: fix condition for compat device info
Jakub Kicinski
2019-02-11
1
-1
/
+1
*
devlink: Add WARN_ON to catch errors of not cleaning devlink objects
Parav Pandit
2019-02-11
1
-0
/
+8
*
devlink: publish params only after driver init is done
Jiri Pirko
2019-02-08
1
-1
/
+47
*
devlink: Add health dump {get,clear} commands
Eran Ben Elisha
2019-02-07
1
-0
/
+63
*
devlink: Add health diagnose command
Eran Ben Elisha
2019-02-07
1
-0
/
+46
*
devlink: Add health recover command
Eran Ben Elisha
2019-02-07
1
-0
/
+20
*
devlink: Add health set command
Eran Ben Elisha
2019-02-07
1
-0
/
+36
*
devlink: Add health get command
Eran Ben Elisha
2019-02-07
1
-0
/
+149
*
devlink: Add health report functionality
Eran Ben Elisha
2019-02-07
1
-0
/
+119
*
devlink: Add health reporter create/destroy functionality
Eran Ben Elisha
2019-02-07
1
-0
/
+92
*
devlink: Add devlink formatted message (fmsg) API
Eran Ben Elisha
2019-02-07
1
-0
/
+483
*
devlink: add hardware errors tracing facility
Nir Dotan
2019-02-06
1
-0
/
+1
*
net: devlink: report cell size of shared buffers
Jakub Kicinski
2019-02-03
1
-0
/
+3
*
ethtool: add compat for devlink info
Jakub Kicinski
2019-02-01
1
-0
/
+63
*
devlink: add version reporting to devlink info API
Jakub Kicinski
2019-02-01
1
-0
/
+57
*
devlink: add device information API
Jakub Kicinski
2019-02-01
1
-0
/
+112
*
devlink: Add a generic wake_on_lan port parameter
Vasundhara Volam
2019-01-29
1
-0
/
+5
*
devlink: Add devlink notifications support for port params
Vasundhara Volam
2019-01-29
1
-27
/
+84
*
devlink: Add support for driverinit set value for devlink_port
Vasundhara Volam
2019-01-29
1
-18
/
+52
*
devlink: Add support for driverinit get value for devlink_port
Vasundhara Volam
2019-01-29
1
-17
/
+50
*
devlink: Add port param set command
Vasundhara Volam
2019-01-29
1
-5
/
+32
*
devlink: Add port param get command
Vasundhara Volam
2019-01-29
1
-7
/
+95
*
devlink: Add devlink_param for port register and unregister
Vasundhara Volam
2019-01-29
1
-38
/
+95
*
net: Revert devlink health changes.
David S. Miller
2019-01-25
1
-1058
/
+0
*
devlink: Use DIV_ROUND_UP_ULL in DEVLINK_HEALTH_SIZE_TO_BUFFERS
Nathan Chancellor
2019-01-22
1
-1
/
+1
*
devlink: Add missing check of nlmsg_put
YueHaibing
2019-01-22
1
-0
/
+3
*
devlink: Add health dump {get,clear} commands
Eran Ben Elisha
2019-01-18
1
-0
/
+75
*
devlink: Add health diagnose command
Eran Ben Elisha
2019-01-18
1
-0
/
+51
*
devlink: Add health recover command
Eran Ben Elisha
2019-01-18
1
-0
/
+20
*
devlink: Add health set command
Eran Ben Elisha
2019-01-18
1
-0
/
+36
*
devlink: Add health get command
Eran Ben Elisha
2019-01-18
1
-0
/
+152
*
devlink: Add health report functionality
Eran Ben Elisha
2019-01-18
1
-0
/
+93
[prev]
[next]