index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
devlink
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
devlink: push resource related code into separate file
Jiri Pirko
2023-08-28
4
-575
/
+582
*
devlink: push dpipe related code into separate file
Jiri Pirko
2023-08-28
4
-895
/
+926
*
devlink: move and rename devlink_dpipe_send_and_alloc_skb() helper
Jiri Pirko
2023-08-28
3
-25
/
+26
*
devlink: push shared buffer related code into separate file
Jiri Pirko
2023-08-28
4
-991
/
+1006
*
devlink: push port related code into separate file
Jiri Pirko
2023-08-28
4
-1530
/
+1547
*
devlink: push object register/unregister notifications into separate helpers
Jiri Pirko
2023-08-28
1
-84
/
+163
*
devlink: Expose port function commands to control IPsec packet offloads
Dima Chumak
2023-08-28
1
-0
/
+52
*
devlink: Expose port function commands to control IPsec crypto offloads
Dima Chumak
2023-08-28
1
-0
/
+52
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-08-24
1
-0
/
+3
|
\
|
*
devlink: add missing unregister linecard notification
Jiri Pirko
2023-08-19
1
-0
/
+3
*
|
genetlink: use attrs from struct genl_info
Jakub Kicinski
2023-08-16
3
-6
/
+6
*
|
netlink: specs: devlink: extend health reporter dump attributes by port index
Jiri Pirko
2023-08-14
1
-2
/
+3
*
|
devlink: extend health reporter dump selector by port index
Jiri Pirko
2023-08-14
1
-1
/
+14
*
|
netlink: specs: devlink: extend per-instance dump commands to accept instance...
Jiri Pirko
2023-08-14
1
-39
/
+130
*
|
devlink: allow user to narrow per-instance dumps by passing handle attrs
Jiri Pirko
2023-08-14
1
-3
/
+40
*
|
devlink: remove converted commands from small ops
Jiri Pirko
2023-08-14
2
-98
/
+3
*
|
devlink: remove duplicate temporary netlink callback prototypes
Jiri Pirko
2023-08-14
1
-48
/
+0
*
|
netlink: specs: devlink: add commands that do per-instance dump
Jiri Pirko
2023-08-14
2
-2
/
+382
*
|
devlink: pass flags as an arg of dump_one() callback
Jiri Pirko
2023-08-14
5
-56
/
+56
*
|
devlink: introduce dumpit callbacks for split ops
Jiri Pirko
2023-08-14
5
-147
/
+144
*
|
devlink: rename doit callbacks for per-instance dump commands
Jiri Pirko
2023-08-14
4
-45
/
+52
*
|
devlink: introduce devlink_nl_pre_doit_port*() helper functions
Jiri Pirko
2023-08-14
2
-4
/
+28
*
|
devlink: parse rate attrs in doit() callbacks
Jiri Pirko
2023-08-14
3
-38
/
+25
*
|
devlink: parse linecard attr in doit() callbacks
Jiri Pirko
2023-08-14
3
-21
/
+13
*
|
devlink: clear flag on port register error path
Jiri Pirko
2023-08-09
1
-1
/
+3
*
|
devlink: use generated split ops and remove duplicated commands from small ops
Jiri Pirko
2023-08-04
3
-16
/
+4
*
|
devlink: include the generated netlink header
Jiri Pirko
2023-08-04
1
-9
/
+2
*
|
devlink: add split ops generated according to spec
Jiri Pirko
2023-08-04
3
-1
/
+89
*
|
devlink: un-static devlink_nl_pre/post_doit()
Jiri Pirko
2023-08-04
2
-4
/
+8
*
|
devlink: introduce couple of dumpit callbacks for split ops
Jiri Pirko
2023-08-04
4
-27
/
+37
*
|
devlink: rename couple of doit netlink callbacks to match generated names
Jiri Pirko
2023-08-04
3
-6
/
+6
*
|
devlink: rename devlink_nl_ops to devlink_nl_small_ops
Jiri Pirko
2023-08-04
3
-4
/
+4
*
|
devlink: remove reload failed checks in params get/set callbacks
Jiri Pirko
2023-07-14
1
-2
/
+2
|
/
*
devlink: report devlink_port_type_warn source device
Petr Oros
2023-06-17
1
-1
/
+4
*
devlink: bring port new reply back
Jiri Pirko
2023-06-02
1
-1
/
+27
*
devlink: make health report on unregistered instance warn just once
Jakub Kicinski
2023-06-01
1
-1
/
+1
*
devlink: save devlink_port_ops into a variable in devlink_port_function_valid...
Jiri Pirko
2023-05-30
1
-5
/
+5
*
devlink: move port_del() to devlink_port_ops
Jiri Pirko
2023-05-30
1
-3
/
+3
*
devlink: move port_fn_state_get/set() to devlink_port_ops
Jiri Pirko
2023-05-30
1
-12
/
+7
*
devlink: move port_fn_migratable_get/set() to devlink_port_ops
Jiri Pirko
2023-05-30
1
-13
/
+10
*
devlink: move port_fn_roce_get/set() to devlink_port_ops
Jiri Pirko
2023-05-30
1
-9
/
+8
*
devlink: move port_fn_hw_addr_get/set() to devlink_port_ops
Jiri Pirko
2023-05-30
1
-9
/
+6
*
devlink: move port_type_set() op into devlink_port_ops
Jiri Pirko
2023-05-30
1
-3
/
+2
*
devlink: move port_split/unsplit() ops into devlink_port_ops
Jiri Pirko
2023-05-30
1
-5
/
+5
*
devlink: introduce port ops placeholder
Jiri Pirko
2023-05-30
1
-11
/
+19
*
devlink: Spelling corrections
Simon Horman
2023-05-30
1
-2
/
+2
*
devlink: pass devlink_port pointer to ops->port_del() instead of index
Jiri Pirko
2023-05-24
1
-8
/
+3
*
devlink: remove duplicate port notification
Jiri Pirko
2023-05-24
1
-44
/
+1
*
devlink: Fix crash with CONFIG_NET_NS=n
Ido Schimmel
2023-05-17
1
-1
/
+1
*
devlink: change per-devlink netdev notifier to static one
Jiri Pirko
2023-05-12
3
-13
/
+9
[prev]
[next]