summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-report
diff options
context:
space:
mode:
authorDanny Kukawka <danny.kukawka@bisect.de>2012-02-17 05:43:26 +0000
committerDavid S. Miller <davem@davemloft.net>2012-02-17 15:58:06 -0500
commit067fb4c81944f8965a08cd91c0a1d66ccd09feea (patch)
treec992568b7c269ab7b1e9ea161b6b261b38a1983e /tools/perf/scripts/python/bin/stackcollapse-report
parent5a5e7c36448664a58d13aab5a9006b01f6a58910 (diff)
downloadkernel-067fb4c81944f8965a08cd91c0a1d66ccd09feea.tar.gz
igbvf: reset netdevice addr_assign_type if changed
Reset the state of addr_assign_type to NET_ADDR_PERM as soon as the MAC get changed via .ndo_set_mac_address. v2: use bitops to reset addr_assign_type Signed-off-by: Danny Kukawka <danny.kukawka@bisect.de> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-report')
0 files changed, 0 insertions, 0 deletions
xt.c?h=linux-6.12.y&id=67e306c6906137020267eb9bbdbc127034da3627'>fs,nfs: lift compat nfs4 mount data handling into the nfs codeChristoph Hellwig 2020-09-22nfs: simplify nfs4_parse_monolithicChristoph Hellwig 2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva 2020-08-12fs: nfs: delete repeated words in commentsRandy Dunlap 2020-04-02NFS: Fix a few constant_table array definitionsScott Mayhew 2020-03-25NFS: Don't specify NFS version in "UDP not supported" errorPetr Vorel 2020-02-25NFS: Fix leak of ctx->nfs_server.hostnameScott Mayhew 2020-02-21NFS: Ensure the fs_context has the correct fs_type before mountingScott Mayhew 2020-02-07turn fs_param_is_... into functionsAl Viro 2020-02-07fs_parse: handle optional arguments sanelyAl Viro 2020-02-07fs_parse: fold fs_parameter_desc/fs_parameter_specAl Viro 2020-02-07fs_parser: remove fs_parameter_description name fieldEric Sandeen 2020-02-07fold struct fs_parameter_enum into struct constant_tableAl Viro 2020-02-07fs_parse: get rid of ->enumsAl Viro 2020-01-24nfs: Return EINVAL rather than ERANGE for mount parse errorsDavid Howells 2020-01-24NFS: allow deprecation of NFS UDP protocolOlga Kornievskaia 2020-01-15NFS: Add mount option 'softreval'Trond Myklebust 2020-01-15NFS: Attach supplementary error information to fs_context.Scott Mayhew 2020-01-15NFS: Additional refactoring for fs_context conversionScott Mayhew 2020-01-15NFS: Add fs_context support.David Howells 2020-01-15NFS: Convert mount option parsing to use functionality from fs_parser.hScott Mayhew 2020-01-15NFS: Do some tidying of the parsing codeDavid Howells 2020-01-15NFS: Add a small buffer in nfs_fs_context to avoid string dupDavid Howells 2020-01-15NFS: Deindent nfs_fs_context_parse_option()David Howells 2020-01-15NFS: Split nfs_parse_mount_options()David Howells 2020-01-15NFS: Rename struct nfs_parsed_mount_data to struct nfs_fs_contextDavid Howells 2020-01-15NFS: Constify mount argument match tablesDavid Howells 2020-01-15NFS: Move mount parameterisation bits into their own fileDavid Howells