summaryrefslogtreecommitdiff
path: root/scripts/objdiff
diff options
context:
space:
mode:
authorSlawomir Mrozowicz <slawomirx.mrozowicz@intel.com>2022-03-01 11:40:08 +0000
committerTony Nguyen <anthony.l.nguyen@intel.com>2022-03-08 07:41:18 -0800
commit366fd1000995d4cf64e1a61a0d78a051550b9841 (patch)
tree7a718bb1b3438384f263e4e5ebc633ef83962954 /scripts/objdiff
parentd307eab593b283849c13703ca3fd6a5b3908d6f8 (diff)
downloadkernel-366fd1000995d4cf64e1a61a0d78a051550b9841.tar.gz
ixgbe: add the ability for the PF to disable VF link state
Add support for ndo_set_vf_link_state the Network Device Option that allows the PF driver to control the virtual link state of the VF devices. Without this change a VF cannot be disabled/enabled by the administrator. In the implementation the auto state takes over PF link state to VF link setting, the enable state is not supported, the disable state shut off the VF link regardless of the PF setting. Signed-off-by: Slawomir Mrozowicz <slawomirx.mrozowicz@intel.com> Tested-by: Konrad Jankowski <konrad0.jankowski@intel.com> Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
Diffstat (limited to 'scripts/objdiff')
0 files changed, 0 insertions, 0 deletions
>2023-12-13powerpc/rtas: Move token validation from block_rtas_call() to sys_rtas()Nathan Lynch 2023-12-13powerpc/rtas: Fall back to linear search on failed token->function lookupNathan Lynch 2023-12-13powerpc/rtas: Add for_each_rtas_function() iteratorNathan Lynch 2023-12-13powerpc/rtas: Avoid warning on invalid token argument to sys_rtas()Nathan Lynch 2023-11-21powerpc/rtas: Remove trailing spaceNathan Lynch 2023-11-21powerpc/rtas: Remove unused rtas_service_present()Nathan Lynch 2023-08-18powerpc/rtas: export rtas_error_rc() for reuse.Mahesh Salgaonkar 2023-08-18powerpc/fadump: invoke ibm,os-term with rtas_call_unlocked()Hari Bathini 2023-03-30powerpc/rtas: lockdep annotationsNathan Lynch 2023-03-30powerpc/rtas: fix miswording in rtas_function kerneldocNathan Lynch 2023-03-30powerpc/rtas: rtas_call_unlocked() kerneldocNathan Lynch 2023-03-30powerpc/rtas: use memmove for potentially overlapping buffer copyNathan Lynch 2023-02-13powerpc/rtas: arch-wide function token lookup conversionsNathan Lynch 2023-02-13powerpc/rtas: introduce rtas_function_token() APINathan Lynch 2023-02-13powerpc/pseries: add RTAS work area allocatorNathan Lynch 2023-02-13powerpc/rtas: add tracepoints around RTAS entryNathan Lynch 2023-02-13powerpc/rtas: strengthen do_enter_rtas() type safety, drop inlineNathan Lynch 2023-02-13powerpc/rtas: improve function information lookupsNathan Lynch 2023-02-13powerpc/rtas: ensure 4KB alignment for rtas_data_bufNathan Lynch 2023-02-13powerpc/rtas: handle extended delays safely in early bootNathan Lynch 2023-01-30powerpc/rtas: upgrade internal arch spinlocksNathan Lynch 2023-01-30powerpc/rtas: remove lock and args fields from global rtas structNathan Lynch 2023-01-30powerpc/rtas: make all exports GPLNathan Lynch 2023-01-30powerpc/rtas: Drop unused export symbolsMichael Ellerman 2023-01-30powerpc/rtas: unexport 'rtas' symbolNathan Lynch 2022-12-07powerpc/rtas: mandate RTAS syscall filteringNathan Lynch 2022-12-07powerpc/rtas: define pr_fmt and convert printk call sitesNathan Lynch 2022-12-07powerpc/rtas: clean up includesNathan Lynch 2022-12-07powerpc/rtas: clean up rtas_error_log_max initializationNathan Lynch 2022-12-07powerpc/rtas: avoid scheduling in rtas_os_term()Nathan Lynch 2022-12-07powerpc/rtas: avoid device tree lookups in rtas_os_term()Nathan Lynch 2022-12-07powerpc/rtas: document rtas_call()Nathan Lynch 2022-09-28powerpc/rtas: block error injection when locked downNathan Lynch 2022-09-14Revert "powerpc/rtas: Implement reentrant rtas call"Nathan Lynch