index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
devlink
Age
Commit message (
Expand
)
Author
Files
Lines
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-27
devlink: Expose port function commands to control IPsec packet offloads
Dima Chumak
1
-0
/
+52
2023-08-27
devlink: Expose port function commands to control IPsec crypto offloads
Dima Chumak
1
-0
/
+52
2023-08-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+3
2023-08-18
devlink: add missing unregister linecard notification
Jiri Pirko
1
-0
/
+3
2023-08-15
genetlink: use attrs from struct genl_info
Jakub Kicinski
3
-6
/
+6
2023-08-14
netlink: specs: devlink: extend health reporter dump attributes by port index
Jiri Pirko
1
-2
/
+3
2023-08-14
devlink: extend health reporter dump selector by port index
Jiri Pirko
1
-1
/
+14
2023-08-14
netlink: specs: devlink: extend per-instance dump commands to accept instance...
Jiri Pirko
1
-39
/
+130
2023-08-14
devlink: allow user to narrow per-instance dumps by passing handle attrs
Jiri Pirko
1
-3
/
+40
2023-08-14
devlink: remove converted commands from small ops
Jiri Pirko
2
-98
/
+3
2023-08-14
devlink: remove duplicate temporary netlink callback prototypes
Jiri Pirko
1
-48
/
+0
2023-08-14
netlink: specs: devlink: add commands that do per-instance dump
Jiri Pirko
2
-2
/
+382
2023-08-14
devlink: pass flags as an arg of dump_one() callback
Jiri Pirko
5
-56
/
+56
2023-08-14
devlink: introduce dumpit callbacks for split ops
Jiri Pirko
5
-147
/
+144
2023-08-14
devlink: rename doit callbacks for per-instance dump commands
Jiri Pirko
4
-45
/
+52
2023-08-14
devlink: introduce devlink_nl_pre_doit_port*() helper functions
Jiri Pirko
2
-4
/
+28
2023-08-14
devlink: parse rate attrs in doit() callbacks
Jiri Pirko
3
-38
/
+25
2023-08-14
devlink: parse linecard attr in doit() callbacks
Jiri Pirko
3
-21
/
+13
2023-08-09
devlink: clear flag on port register error path
Jiri Pirko
1
-1
/
+3
2023-08-04
devlink: use generated split ops and remove duplicated commands from small ops
Jiri Pirko
3
-16
/
+4
2023-08-04
devlink: include the generated netlink header
Jiri Pirko
1
-9
/
+2
2023-08-04
devlink: add split ops generated according to spec
Jiri Pirko
3
-1
/
+89
2023-08-04
devlink: un-static devlink_nl_pre/post_doit()
Jiri Pirko
2
-4
/
+8
2023-08-04
devlink: introduce couple of dumpit callbacks for split ops
Jiri Pirko
4
-27
/
+37
2023-08-04
devlink: rename couple of doit netlink callbacks to match generated names
Jiri Pirko
3
-6
/
+6
2023-08-04
devlink: rename devlink_nl_ops to devlink_nl_small_ops
Jiri Pirko
3
-4
/
+4
2023-07-14
devlink: remove reload failed checks in params get/set callbacks
Jiri Pirko
1
-2
/
+2
2023-06-17
devlink: report devlink_port_type_warn source device
Petr Oros
1
-1
/
+4
2023-06-01
devlink: bring port new reply back
Jiri Pirko
1
-1
/
+27
2023-05-31
devlink: make health report on unregistered instance warn just once
Jakub Kicinski
1
-1
/
+1
2023-05-30
devlink: save devlink_port_ops into a variable in devlink_port_function_valid...
Jiri Pirko
1
-5
/
+5
2023-05-30
devlink: move port_del() to devlink_port_ops
Jiri Pirko
1
-3
/
+3
2023-05-30
devlink: move port_fn_state_get/set() to devlink_port_ops
Jiri Pirko
1
-12
/
+7
2023-05-30
devlink: move port_fn_migratable_get/set() to devlink_port_ops
Jiri Pirko
1
-13
/
+10
2023-05-30
devlink: move port_fn_roce_get/set() to devlink_port_ops
Jiri Pirko
1
-9
/
+8
[next]