summaryrefslogtreecommitdiffstats
path: root/include/net/devlink.h
AgeCommit message (Expand)AuthorLines
2022-12-12net: devlink: add DEVLINK_INFO_VERSION_GENERIC_FW_BOOTLOADERVincent Mailhol-0/+2
2022-12-07devlink: Expose port function commands to control migratableShay Drory-0/+21
2022-12-07devlink: Expose port function commands to control RoCEShay Drory-0/+18
2022-11-30net: devlink: let the core report the driver name instead of the driversVincent Mailhol-2/+0
2022-11-30devlink: support directly reading from region memoryJacob Keller-0/+16
2022-11-17devlink: Allow to set up parent in devl_rate_leaf_create()Michal Wilczynski-1/+3
2022-11-17devlink: Enable creation of the devlink-rate nodes from the driverMichal Wilczynski-0/+3
2022-11-17devlink: Introduce new attribute 'tx_weight' to devlink-rateMichal Wilczynski-0/+5
2022-11-17devlink: Introduce new attribute 'tx_priority' to devlink-rateMichal Wilczynski-0/+6
2022-11-09devlink: Add packet traps for 802.1X operationIdo Schimmel-0/+9
2022-11-03net: expose devlink port over rtnetlinkJiri Pirko-0/+14
2022-11-03net: devlink: store copy netdevice ifindex and ifname to allow port_fill() wi...Jiri Pirko-0/+2
2022-11-03net: devlink: remove netdev arg from devlink_port_type_eth_set()Jiri Pirko-2/+1
2022-11-03net: devlink: convert devlink port type-specific pointers to unionJiri Pirko-3/+10
2022-09-30net: devlink: add port_init/fini() helpers to allow pre-register/post-unregis...Jiri Pirko-1/+5
2022-09-30net: devlink: introduce a flag to indicate devlink port being registeredJiri Pirko-1/+2
2022-08-30net: devlink: stub port params cmds for they are unused internallyJiri Pirko-1/+0
2022-08-25net: devlink: limit flash component name to match version returned by info_get()Jiri Pirko-2/+1
2022-08-25net: devlink: extend info_get() version put to indicate a flash componentJiri Pirko-0/+16
2022-07-28devlink: introduce framework for selftestsVikas Gupta-0/+21
2022-07-26net: devlink: introduce nested devlink entity for line cardJiri Pirko-0/+2
2022-07-18net: devlink: remove unused locked functionsJiri Pirko-20/+0
2022-07-18netdevsim: convert driver to use unlocked devlink API during init/finiJiri Pirko-0/+1
2022-07-18net: devlink: add unlocked variants of devlink_region_create/destroy() functionsJiri Pirko-0/+5
2022-07-18net: devlink: add unlocked variants of devlink_dpipe*() functionsJiri Pirko-0/+12
2022-07-18net: devlink: add unlocked variants of devlink_sb*() functionsJiri Pirko-0/+5
2022-07-18net: devlink: add unlocked variants of devlink_resource*() functionsJiri Pirko-0/+17
2022-07-18net: devlink: add unlocked variants of devling_trap*() functionsJiri Pirko-0/+20
2022-07-14net: devlink: make devlink_dpipe_headers_register() return voidJiri Pirko-1/+1
2022-07-13net: devlink: move unlocked function prototypes alongside the locked onesJiri Pirko-9/+7
2022-07-12devlink: Remove unused functions devlink_rate_leaf_create/destroyMoshe Shemesh-2/+0
2022-07-12devlink: Remove unused function devlink_rate_nodes_destroyMoshe Shemesh-1/+0
2022-05-05Revert "Merge branch 'mlxsw-line-card-model'"Jakub Kicinski-17/+1
2022-04-25devlink: introduce line card device info infrastructureJiri Pirko-2/+6
2022-04-25devlink: introduce line card info get messageJiri Pirko-1/+6
2022-04-25devlink: introduce line card devices supportJiri Pirko-0/+7
2022-04-18devlink: add port to line card relationship setJiri Pirko-0/+3
2022-04-18devlink: implement line card active stateJiri Pirko-0/+2
2022-04-18devlink: implement line card provisioningJiri Pirko-2/+41
2022-04-18devlink: add support to create line card and expose to userJiri Pirko-0/+4
2022-03-21devlink: add explicitly locked flavor of the rate node APIsJakub Kicinski-0/+4
2022-03-16devlink: pass devlink_port to port_split / port_unsplit callbacksJakub Kicinski-2/+2
2022-03-16devlink: expose instance locking and add locked port registeringJakub Kicinski-0/+11
2021-12-21devlink: Add new "event_eq_size" generic device paramShay Drory-0/+4
2021-12-21devlink: Add new "io_eq_size" generic device paramShay Drory-0/+4
2021-12-06drop_monitor: add net device refcount trackerEric Dumazet-0/+4
2021-11-30devlink: Simplify devlink resources unregister callLeon Romanovsky-29/+1
2021-11-22devlink: Add 'enable_iwarp' generic device paramShiraz Saleem-0/+4
2021-11-01ethtool: don't drop the rtnl_lock half way thru the ioctlJakub Kicinski-4/+4
2021-11-01devlink: expose get/put functionsJakub Kicinski-0/+12