index
:
kernel/linux.git
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.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
core
/
devlink.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-02-16
devlink: Fix netdev notifier chain corruption
Ido Schimmel
1
-4
/
+1
2023-02-07
devlink: change port event netdev notifier from per-net to global
Jiri Pirko
1
-3
/
+6
2022-12-17
devlink: protect devlink dump by the instance lock
Jakub Kicinski
1
-0
/
+3
2022-12-16
devlink: hold region lock when flushing snapshots
Jakub Kicinski
1
-0
/
+2
2022-12-10
net: devlink: Add missing error check to devlink_resource_put()
Gavrilov Ilia
1
-3
/
+4
2022-12-08
devlink: Expose port function commands to control migratable
Shay Drory
1
-0
/
+55
2022-12-08
devlink: Expose port function commands to control RoCE
Shay Drory
1
-0
/
+113
2022-12-08
devlink: Validate port function request
Shay Drory
1
-9
/
+23
2022-12-02
net: devlink: convert port_list into xarray
Jiri Pirko
1
-30
/
+27
2022-12-01
net: devlink: make the devlink_ops::info_get() callback optional
Vincent Mailhol
1
-7
/
+6
2022-12-01
net: devlink: let the core report the driver name instead of the drivers
Vincent Mailhol
1
-8
/
+18
2022-12-01
devlink: support directly reading from region memory
Jacob Keller
1
-17
/
+63
2022-12-01
devlink: refactor region_read_snapshot_fill to use a callback function
Jacob Keller
1
-9
/
+35
2022-12-01
devlink: remove unnecessary parameter from chunk_fill function
Jacob Keller
1
-8
/
+2
2022-12-01
devlink: find snapshot in devlink_nl_cmd_region_read_dumpit
Jacob Keller
1
-11
/
+14
2022-12-01
devlink: report extended error message in region_read_dumpit()
Jacob Keller
1
-4
/
+12
2022-12-01
devlink: use min_t to calculate data_size
Jacob Keller
1
-4
/
+2
2022-11-29
net: devlink: add WARN_ON_ONCE to check return value of unregister_netdevice_...
Jiri Pirko
1
-2
/
+2
2022-11-23
devlink: remove redundant health state set to error
Moshe Shemesh
1
-2
/
+0
2022-11-18
devlink: Allow to set up parent in devl_rate_leaf_create()
Michal Wilczynski
1
-1
/
+8
2022-11-18
devlink: Allow for devlink-rate nodes parent reassignment
Michal Wilczynski
1
-5
/
+7
2022-11-18
devlink: Enable creation of the devlink-rate nodes from the driver
Michal Wilczynski
1
-0
/
+45
2022-11-18
devlink: Introduce new attribute 'tx_weight' to devlink-rate
Michal Wilczynski
1
-0
/
+33
2022-11-18
devlink: Introduce new attribute 'tx_priority' to devlink-rate
Michal Wilczynski
1
-0
/
+31
2022-11-11
devlink: Fix warning when unregistering a port
Ido Schimmel
1
-2
/
+2
2022-11-10
devlink: Add packet traps for 802.1X operation
Ido Schimmel
1
-0
/
+3
2022-11-10
net: devlink: move netdev notifier block to dest namespace during reload
Jiri Pirko
1
-1
/
+4
2022-11-07
genetlink: introduce split op representation
Jakub Kicinski
1
-2
/
+2
2022-11-04
net: expose devlink port over rtnetlink
Jiri Pirko
1
-0
/
+18
2022-11-04
net: devlink: use devlink_port pointer instead of ndo_get_devlink_port
Jiri Pirko
1
-10
/
+2
2022-11-04
net: devlink: add not cleared type warning to port unregister
Jiri Pirko
1
-0
/
+1
2022-11-04
net: devlink: store copy netdevice ifindex and ifname to allow port_fill() wi...
Jiri Pirko
1
-41
/
+27
2022-11-04
net: devlink: remove net namespace check from devlink_nl_port_fill()
Jiri Pirko
1
-2
/
+1
2022-11-04
net: devlink: remove netdev arg from devlink_port_type_eth_set()
Jiri Pirko
1
-9
/
+14
2022-11-04
net: devlink: track netdev with devlink_port assigned
Jiri Pirko
1
-4
/
+71
2022-11-04
net: devlink: take RTNL in port_fill() function only if it is not held
Jiri Pirko
1
-15
/
+31
2022-11-04
net: devlink: move port_type_netdev_checks() call to __devlink_port_type_set()
Jiri Pirko
1
-30
/
+33
2022-11-04
net: devlink: move port_type_warn_schedule() call to __devlink_port_type_set()
Jiri Pirko
1
-2
/
+5
2022-11-04
net: devlink: convert devlink port type-specific pointers to union
Jiri Pirko
1
-4
/
+13
2022-10-29
net: Remove the obsolte u64_stats_fetch_*_irq() users (net).
Thomas Gleixner
1
-2
/
+2
2022-10-01
net: devlink: add port_init/fini() helpers to allow pre-register/post-unregis...
Jiri Pirko
1
-3
/
+43
2022-10-01
net: devlink: introduce a flag to indicate devlink port being registered
Jiri Pirko
1
-2
/
+4
2022-10-01
net: devlink: introduce port registered assert helper and use it
Jiri Pirko
1
-13
/
+19
2022-08-31
Revert "net: devlink: add RNLT lock assertion to devlink_compat_switch_id_get()"
Vlad Buslov
1
-2
/
+0
2022-08-30
net: devlink: stub port params cmds for they are unused internally
Jiri Pirko
1
-73
/
+5
2022-08-30
devlink: use missing attribute ext_ack
Jakub Kicinski
1
-21
/
+20
2022-08-29
genetlink: start to validate reserved header bytes
Jakub Kicinski
1
-0
/
+1
2022-08-27
net: devlink: add RNLT lock assertion to devlink_compat_switch_id_get()
Jiri Pirko
1
-0
/
+2
2022-08-25
net: devlink: limit flash component name to match version returned by info_get()
Jiri Pirko
1
-17
/
+88
2022-08-25
net: devlink: extend info_get() version put to indicate a flash component
Jiri Pirko
1
-4
/
+30
[next]