Age | Commit message (Expand) | Author | Files | Lines |
2023-12-05 | ice: add CGU info to devlink info callback | Arkadiusz Kubalewski | 1 | -0/+20 |
2023-11-13 | ice: set Tx topology every time new repr is added | Michal Swiatkowski | 1 | -0/+29 |
2023-05-30 | devlink: move port_split/unsplit() ops into devlink_port_ops | Jiri Pirko | 1 | -2/+2 |
2023-05-30 | ice: register devlink port for PF with ops | Jiri Pirko | 1 | -1/+5 |
2023-03-30 | ice: remove comment about not supporting driver reinit | Jacob Keller | 1 | -1/+0 |
2023-02-17 | Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -2/+2 |
2023-02-13 | ice: Fix check for weight and priority of a scheduling node | Michal Wilczynski | 1 | -2/+2 |
2023-02-03 | ice: implement devlink reinit action | Michal Swiatkowski | 1 | -22/+81 |
2023-01-30 | devlink: remove devlink features | Jiri Pirko | 1 | -1/+0 |
2023-01-27 | ice: remove pointless calls to devlink_param_driverinit_value_set() | Jiri Pirko | 1 | -18/+2 |
2022-11-30 | net: devlink: let the core report the driver name instead of the drivers | Vincent Mailhol | 1 | -6/+0 |
2022-11-30 | ice: implement direct read for NVM and Shadow RAM regions | Jacob Keller | 1 | -0/+69 |
2022-11-30 | ice: use same function to snapshot both NVM and Shadow RAM | Jacob Keller | 1 | -72/+23 |
2022-11-17 | ice: Prevent ADQ, DCB coexistence with Custom Tx scheduler | Michal Wilczynski | 1 | -0/+91 |
2022-11-17 | ice: Implement devlink-rate API | Michal Wilczynski | 1 | -0/+411 |
2022-11-03 | net: make drivers to use SET_NETDEV_DEVLINK_PORT to set devlink_port | Jiri Pirko | 1 | -12/+2 |
2022-08-24 | ice: Implement devlink port split operations | Anatolii Gerasymenko | 1 | -0/+288 |
2022-07-12 | ice: change devlink code to read NVM in blocks | Paul M Stillwell Jr | 1 | -19/+40 |
2022-05-05 | ice: always check VF VSI pointer values | Jacob Keller | 1 | -1/+4 |
2022-05-05 | ice: get switch id on switchdev devices | Michal Swiatkowski | 1 | -0/+22 |
2021-12-31 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 1 | -0/+2 |
2021-12-29 | net: Don't include filter.h from net/sock.h | Jakub Kicinski | 1 | -0/+2 |
2021-12-15 | ice: support immediate firmware activation via devlink reload | Jacob Keller | 1 | -0/+99 |
2021-12-15 | ice: move ice_devlink_flash_update and merge with ice_flash_pldm_image | Jacob Keller | 1 | -50/+0 |
2021-12-15 | ice: move and rename ice_check_for_pending_update | Jacob Keller | 1 | -1/+1 |
2021-12-15 | ice: devlink: add shadow-ram region to snapshot Shadow RAM | Jacob Keller | 1 | -5/+88 |
2021-12-14 | ice: Propagate error codes | Tony Nguyen | 1 | -4/+3 |
2021-12-14 | ice: Remove excess error variables | Tony Nguyen | 1 | -13/+12 |
2021-12-14 | ice: Cleanup after ice_status removal | Tony Nguyen | 1 | -2/+2 |
2021-12-14 | ice: Use int for ice_status | Tony Nguyen | 1 | -4/+4 |
2021-12-14 | ice: Remove string printing for ice_status | Tony Nguyen | 1 | -10/+10 |
2021-11-30 | net/ice: Fix boolean assignment | Shiraz Saleem | 1 | -1/+1 |
2021-11-22 | net/ice: Add support for enable_iwarp and enable_roce devlink param | Shiraz Saleem | 1 | -0/+144 |
2021-10-22 | ice: Nuild fix. | David S. Miller | 1 | -2/+0 |
2021-10-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -2/+4 |
2021-10-19 | ice: Make use of the helper function devm_add_action_or_reset() | Cai Huoqing | 1 | -3/+1 |
2021-10-14 | ice: Print the api_patch as part of the fw.mgmt.api | Brett Creeley | 1 | -1/+2 |
2021-10-07 | ice: Move devlink port to PF/VF struct | Wojciech Drewek | 1 | -27/+82 |
2021-10-07 | ice: support basic E-Switch mode control | Michal Swiatkowski | 1 | -0/+3 |
2021-09-28 | ice: refactor devlink getter/fallback functions to void | Jacob Keller | 1 | -83/+50 |
2021-09-22 | devlink: Make devlink_register to be void | Leon Romanovsky | 1 | -10/+2 |
2021-08-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+3 |
2021-08-19 | ice: do not abort devlink info if board identifier can't be found | Jacob Keller | 1 | -1/+3 |
2021-08-09 | devlink: Set device as early as possible | Leon Romanovsky | 1 | -2/+2 |
2021-06-07 | ice: wait for reset before reporting devlink info | Jacob Keller | 1 | -0/+6 |
2021-06-07 | ice: add extack when unable to read device caps | Jacob Keller | 1 | -0/+3 |
2021-02-05 | ice: display stored UNDI firmware version via devlink info | Jacob Keller | 1 | -1/+25 |
2021-02-05 | ice: display stored netlist versions via devlink info | Jacob Keller | 1 | -2/+40 |
2021-02-05 | ice: display some stored NVM versions via devlink info | Jacob Keller | 1 | -4/+78 |
2021-02-05 | ice: introduce context struct for info report | Jacob Keller | 1 | -41/+68 |