index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
devlink
Age
Commit message (
Expand
)
Author
Files
Lines
2023-12-19
devlink: extend multicast filtering by port index
Jiri Pirko
5
-5
/
+30
2023-12-19
devlink: add a command to set notification filter and use it for multicasts
Jiri Pirko
4
-4
/
+157
2023-12-19
devlink: introduce a helper for netlink multicast send
Jiri Pirko
9
-22
/
+18
2023-12-19
devlink: send notifications only if there are listeners
Jiri Pirko
9
-9
/
+21
2023-12-19
devlink: introduce __devl_is_registered() helper and use it instead of xa_get...
Jiri Pirko
4
-4
/
+10
2023-12-19
devlink: use devl_is_registered() helper instead xa_get_mark()
Jiri Pirko
3
-6
/
+9
2023-11-30
devlink: warn about existing entities during reload-reinit
Jiri Pirko
1
-1
/
+15
2023-11-18
devlink: Add device lock assert in reload operation
Ido Schimmel
1
-0
/
+8
2023-11-18
devlink: Acquire device lock during reload command
Ido Schimmel
3
-2
/
+20
2023-11-18
devlink: Allow taking device lock in pre_doit operations
Ido Schimmel
4
-10
/
+18
2023-11-18
devlink: Enable the use of private flags in post_doit operations
Ido Schimmel
1
-2
/
+8
2023-11-18
devlink: Acquire device lock during netns dismantle
Ido Schimmel
2
-2
/
+17
2023-11-18
devlink: Move private netlink flags to C file
Ido Schimmel
2
-3
/
+3
2023-11-02
netlink: specs: devlink: add forgotten port function caps enum values
Jiri Pirko
1
-1
/
+1
2023-10-24
devlink: remove netlink small_ops
Jiri Pirko
1
-327
/
+1
2023-10-24
devlink: remove duplicated netlink callback prototypes
Jiri Pirko
1
-62
/
+0
2023-10-24
netlink: specs: devlink: add the remaining command to generate complete split...
Jiri Pirko
2
-2
/
+819
2023-10-24
devlink: rename netlink callback to be aligned with the generated ones
Jiri Pirko
13
-158
/
+152
2023-10-20
devlink: convert most of devlink_fmsg_*() to return void
Przemek Kitszel
1
-104
/
+84
2023-10-20
devlink: retain error in struct devlink_fmsg
Przemek Kitszel
1
-171
/
+76
2023-10-18
devlink: document devlink_rel_nested_in_notify() function
Jiri Pirko
1
-0
/
+14
2023-10-18
devlink: don't take instance lock for nested handle put
Jiri Pirko
1
-14
/
+3
2023-10-18
devlink: take device reference for devlink object
Jiri Pirko
1
-1
/
+2
2023-10-18
devlink: call peernet2id_alloc() with net pointer under RCU read lock
Jiri Pirko
1
-3
/
+9
2023-10-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-14
/
+16
2023-10-07
devlink: Hold devlink lock on health reporter dump get
Moshe Shemesh
1
-14
/
+16
2023-09-17
devlink: introduce possibility to expose info about nested devlinks
Jiri Pirko
3
-0
/
+52
2023-09-17
devlink: convert linecard nested devlink to new rel infrastructure
Jiri Pirko
1
-13
/
+34
2023-09-17
devlink: expose peer SF devlink instance
Jiri Pirko
1
-0
/
+51
2023-09-17
devlink: introduce object and nested devlink relationship infra
Jiri Pirko
3
-0
/
+233
2023-09-17
devlink: extend devlink_nl_put_nested_handle() with attrtype arg
Jiri Pirko
3
-4
/
+5
2023-09-17
devlink: move devlink_nl_put_nested_handle() into netlink.c
Jiri Pirko
3
-26
/
+28
2023-09-17
devlink: put netnsid to nested handle
Jiri Pirko
1
-2
/
+11
2023-09-17
devlink: move linecard struct into linecard.c
Jiri Pirko
3
-15
/
+22
2023-08-28
devlink: move devlink_notify_register/unregister() to dev.c
Jiri Pirko
4
-64
/
+30
2023-08-28
devlink: move small_ops definition into netlink.c
Jiri Pirko
3
-253
/
+251
2023-08-28
devlink: move tracepoint definitions into core.c
Jiri Pirko
2
-6
/
+6
2023-08-28
devlink: push linecard related code into separate file
Jiri Pirko
4
-615
/
+626
2023-08-28
devlink: push rate related code into separate file
Jiri Pirko
4
-719
/
+728
2023-08-28
devlink: push trap related code into separate file
Jiri Pirko
4
-1862
/
+1873
2023-08-28
devlink: use tracepoint_enabled() helper
Jiri Pirko
1
-1
/
+1
2023-08-28
devlink: push region related code into separate file
Jiri Pirko
4
-1257
/
+1267
2023-08-28
devlink: push param related code into separate file
Jiri Pirko
4
-860
/
+875
2023-08-28
devlink: push resource related code into separate file
Jiri Pirko
4
-575
/
+582
2023-08-28
devlink: push dpipe related code into separate file
Jiri Pirko
4
-895
/
+926
2023-08-28
devlink: move and rename devlink_dpipe_send_and_alloc_skb() helper
Jiri Pirko
3
-25
/
+26
2023-08-28
devlink: push shared buffer related code into separate file
Jiri Pirko
4
-991
/
+1006
2023-08-28
devlink: push port related code into separate file
Jiri Pirko
4
-1530
/
+1547
2023-08-28
devlink: push object register/unregister notifications into separate helpers
Jiri Pirko
1
-84
/
+163
2023-08-28
devlink: Expose port function commands to control IPsec packet offloads
Dima Chumak
1
-0
/
+52
[next]