Age | Commit message (Expand) | Author | Files | Lines |
2023-07-14 | devlink: fix kernel-doc notation warnings | Randy Dunlap | 1 | -12/+16 |
2023-06-01 | devlink: bring port new reply back | Jiri Pirko | 1 | -1/+3 |
2023-05-30 | devlink: move port_del() to devlink_port_ops | Jiri Pirko | 1 | -17/+5 |
2023-05-30 | devlink: move port_fn_state_get/set() to devlink_port_ops | Jiri Pirko | 1 | -30/+15 |
2023-05-30 | devlink: move port_fn_migratable_get/set() to devlink_port_ops | Jiri Pirko | 1 | -21/+14 |
2023-05-30 | devlink: move port_fn_roce_get/set() to devlink_port_ops | Jiri Pirko | 1 | -18/+13 |
2023-05-30 | devlink: move port_fn_hw_addr_get/set() to devlink_port_ops | Jiri Pirko | 1 | -22/+16 |
2023-05-30 | devlink: move port_type_set() op into devlink_port_ops | Jiri Pirko | 1 | -2/+3 |
2023-05-30 | devlink: move port_split/unsplit() ops into devlink_port_ops | Jiri Pirko | 1 | -4/+7 |
2023-05-30 | devlink: introduce port ops placeholder | Jiri Pirko | 1 | -6/+35 |
2023-05-29 | devlink: Spelling corrections | Simon Horman | 1 | -1/+1 |
2023-05-24 | devlink: pass devlink_port pointer to ops->port_del() instead of index | Jiri Pirko | 1 | -2/+2 |
2023-05-24 | devlink: remove no longer true locking comment from port_new/del() | Jiri Pirko | 1 | -4/+0 |
2023-05-24 | devlink: remove duplicate port notification | Jiri Pirko | 1 | -3/+1 |
2023-02-13 | devlink: fix the name of value arg of devl_param_driverinit_value_get() | Jiri Pirko | 1 | -1/+1 |
2023-02-13 | devlink: make sure driver does not read updated driverinit param before reload | Jiri Pirko | 1 | -0/+4 |
2023-01-30 | devlink: remove devlink features | Jiri Pirko | 1 | -1/+1 |
2023-01-27 | devlink: protect devlink param list by instance lock | Jiri Pirko | 1 | -5/+11 |
2023-01-27 | devlink: make devlink_param_driverinit_value_set() return void | Jiri Pirko | 1 | -2/+2 |
2023-01-27 | devlink: make devlink_param_register/unregister static | Jiri Pirko | 1 | -4/+0 |
2023-01-19 | devlink: remove devl*_port_health_reporter_destroy() | Jiri Pirko | 1 | -6/+0 |
2023-01-19 | devlink: remove reporters_lock | Jiri Pirko | 1 | -1/+0 |
2023-01-19 | devlink: protect health reporter operation with instance lock | Jiri Pirko | 1 | -3/+19 |
2023-01-19 | devlink: remove linecards lock | Jiri Pirko | 1 | -3/+3 |
2023-01-06 | devlink: remove the registration guarantee of references | Jakub Kicinski | 1 | -0/+2 |
2022-12-12 | net: devlink: add DEVLINK_INFO_VERSION_GENERIC_FW_BOOTLOADER | Vincent Mailhol | 1 | -0/+2 |
2022-12-07 | devlink: Expose port function commands to control migratable | Shay Drory | 1 | -0/+21 |
2022-12-07 | devlink: Expose port function commands to control RoCE | Shay Drory | 1 | -0/+18 |
2022-11-30 | net: devlink: let the core report the driver name instead of the drivers | Vincent Mailhol | 1 | -2/+0 |
2022-11-30 | devlink: support directly reading from region memory | Jacob Keller | 1 | -0/+16 |
2022-11-17 | devlink: Allow to set up parent in devl_rate_leaf_create() | Michal Wilczynski | 1 | -1/+3 |
2022-11-17 | devlink: Enable creation of the devlink-rate nodes from the driver | Michal Wilczynski | 1 | -0/+3 |
2022-11-17 | devlink: Introduce new attribute 'tx_weight' to devlink-rate | Michal Wilczynski | 1 | -0/+5 |
2022-11-17 | devlink: Introduce new attribute 'tx_priority' to devlink-rate | Michal Wilczynski | 1 | -0/+6 |
2022-11-09 | devlink: Add packet traps for 802.1X operation | Ido Schimmel | 1 | -0/+9 |
2022-11-03 | net: expose devlink port over rtnetlink | Jiri Pirko | 1 | -0/+14 |
2022-11-03 | net: devlink: store copy netdevice ifindex and ifname to allow port_fill() wi... | Jiri Pirko | 1 | -0/+2 |
2022-11-03 | net: devlink: remove netdev arg from devlink_port_type_eth_set() | Jiri Pirko | 1 | -2/+1 |
2022-11-03 | net: devlink: convert devlink port type-specific pointers to union | Jiri Pirko | 1 | -3/+10 |
2022-09-30 | net: devlink: add port_init/fini() helpers to allow pre-register/post-unregis... | Jiri Pirko | 1 | -1/+5 |
2022-09-30 | net: devlink: introduce a flag to indicate devlink port being registered | Jiri Pirko | 1 | -1/+2 |
2022-08-30 | net: devlink: stub port params cmds for they are unused internally | Jiri Pirko | 1 | -1/+0 |
2022-08-25 | net: devlink: limit flash component name to match version returned by info_get() | Jiri Pirko | 1 | -2/+1 |
2022-08-25 | net: devlink: extend info_get() version put to indicate a flash component | Jiri Pirko | 1 | -0/+16 |
2022-07-28 | devlink: introduce framework for selftests | Vikas Gupta | 1 | -0/+21 |
2022-07-26 | net: devlink: introduce nested devlink entity for line card | Jiri Pirko | 1 | -0/+2 |
2022-07-18 | net: devlink: remove unused locked functions | Jiri Pirko | 1 | -20/+0 |
2022-07-18 | netdevsim: convert driver to use unlocked devlink API during init/fini | Jiri Pirko | 1 | -0/+1 |
2022-07-18 | net: devlink: add unlocked variants of devlink_region_create/destroy() functions | Jiri Pirko | 1 | -0/+5 |
2022-07-18 | net: devlink: add unlocked variants of devlink_dpipe*() functions | Jiri Pirko | 1 | -0/+12 |