summaryrefslogtreecommitdiff
path: root/net/core/devlink.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-12-311-0/+1
|\
| * net: Don't include filter.h from net/sock.hJakub Kicinski2021-12-291-0/+1
* | devlink: Add new "event_eq_size" generic device paramShay Drory2021-12-211-0/+5
* | devlink: Add new "io_eq_size" generic device paramShay Drory2021-12-211-0/+5
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-091-8/+8
|\
| * devlink: fix netns refcount leak in devlink_nl_cmd_reload()Eric Dumazet2021-12-061-8/+8
* | devlink: Simplify devlink resources unregister callLeon Romanovsky2021-11-301-15/+48
* | devlink: Remove misleading internal_flags from health reporter dumpLeon Romanovsky2021-11-291-2/+0
* | devlink: Add 'enable_iwarp' generic device paramShiraz Saleem2021-11-221-0/+5
|/
* devlink: Don't throw an error if flash notification sent before devlink visibleLeon Romanovsky2021-11-181-1/+3
* devlink: fix flexible_array.cocci warningGuo Zhengkui2021-11-041-1/+1
* ethtool: don't drop the rtnl_lock half way thru the ioctlJakub Kicinski2021-11-011-38/+7
* devlink: expose get/put functionsJakub Kicinski2021-11-011-3/+5
* devlink: make all symbols GPL-onlyJakub Kicinski2021-10-291-4/+4
* devlink: Simplify internal devlink params implementationLeon Romanovsky2021-10-281-123/+46
* Revert "devlink: Remove not-executed trap policer notifications"Leon Romanovsky2021-10-271-5/+7
* Revert "devlink: Remove not-executed trap group notifications"Leon Romanovsky2021-10-271-5/+7
* devlink: Clean not-executed param notificationsLeon Romanovsky2021-10-221-4/+11
* devlink: Remove not-executed trap group notificationsLeon Romanovsky2021-10-221-7/+5
* devlink: Remove not-executed trap policer notificationsLeon Romanovsky2021-10-221-7/+5
* devlink: Delete obsolete parameters publish APILeon Romanovsky2021-10-221-49/+8
* devlink: Remove extra device_lock assert checksLeon Romanovsky2021-10-191-2/+0
* devlink: Delete reload enable/disable interfaceLeon Romanovsky2021-10-121-44/+3
* devlink: Allow control devlink ops behavior through feature maskLeon Romanovsky2021-10-121-2/+22
* devlink: Annotate devlink API callsLeon Romanovsky2021-10-121-0/+26
* devlink: Move netdev_to_devlink helpers to devlink.cLeon Romanovsky2021-10-121-0/+18
* devlink: Reduce struct devlink exposureLeon Romanovsky2021-10-121-0/+57
* devlink: report maximum number of snapshots with regionsJacob Keller2021-10-011-0/+5
* devlink: Add missed notifications iteratorsLeon Romanovsky2021-09-291-2/+21
* devlink: Notify users when objects are accessibleLeon Romanovsky2021-09-271-14/+93
* devlink: Remove single line function obfuscationsLeon Romanovsky2021-09-241-55/+34
* devlink: Delete not used port parameters APIsLeon Romanovsky2021-09-241-42/+0
* devlink: Make devlink_register to be voidLeon Romanovsky2021-09-221-2/+1
* devlink: Delete not-used devlink APIsLeon Romanovsky2021-09-171-99/+3
* devlink: Delete not-used single parameter notification APIsLeon Romanovsky2021-09-151-48/+0
* devlink: Clear whole devlink_flash_notify structLeon Romanovsky2021-08-141-2/+2
* devlink: Use xarray to store devlink instancesLeon Romanovsky2021-08-141-21/+49
* devlink: Count struct devlink consumersLeon Romanovsky2021-08-141-35/+170
* devlink: Remove check of always valid devlink pointerLeon Romanovsky2021-08-141-56/+38
* devlink: Simplify devlink_pernet_pre_exit callLeon Romanovsky2021-08-141-10/+10
* devlink: Add APIs to publish, unpublish individual parameterParav Pandit2021-08-111-0/+48
* devlink: Add API to register and unregister single parameterParav Pandit2021-08-111-0/+37
* devlink: Create a helper function for one parameter registrationParav Pandit2021-08-111-6/+18
* devlink: Add new "enable_vnet" generic device paramParav Pandit2021-08-111-0/+5
* devlink: Add new "enable_rdma" generic device paramParav Pandit2021-08-111-0/+5
* devlink: Add new "enable_eth" generic device paramParav Pandit2021-08-111-0/+5
* devlink: Fix port_type_set function pointer checkLeon Romanovsky2021-08-091-1/+1
* devlink: Set device as early as possibleLeon Romanovsky2021-08-091-8/+7
* devlink: Simplify devlink port API callsLeon Romanovsky2021-08-081-48/+47
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-07-311-8/+2
|\