summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorVladimir Oltean <vladimir.oltean@nxp.com>2020-09-22 01:56:37 +0300
committerDavid S. Miller <davem@davemloft.net>2020-09-21 17:40:52 -0700
commit7a0230759ea6795af037f3fd9526d00dc896ce19 (patch)
tree6dad51e6a807f4c319ea96cda8ef3b05cc1e9fdb /tools/perf/scripts/python
parent8b9e03cd08250c60409099c791e858157838d9eb (diff)
downloadkernel-7a0230759ea6795af037f3fd9526d00dc896ce19.tar.gz
net: dsa: seville: fix some key offsets for IP4_TCP_UDP VCAP IS2 entries
Since these were copied from the Felix VCAP IS2 code, and only the offsets were adjusted, the order of the bit fields is still wrong. Fix it. Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
/crypto/crypto_user.c?h=linux-6.12.y&id=87b1675634e1e9f1570445c55604204771ac9078'>crypto: api - Change crypto_unregister_instance argument typeHerbert Xu 2014-11-26crypto: user - add MODULE_ALIASStephan Mueller 2014-11-24crypto: user - Allow get request with empty driver nameHerbert Xu 2014-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6 int...Linus Torvalds 2014-05-08crypto: user - Allow CRYPTO_MSG_GETALG without CAP_NET_ADMINMatthias-Christian Ott 2014-04-24net: Use netlink_ns_capable to verify the permisions of netlink messagesEric W. Biederman 2013-03-10crypto: user - constify netlink dispatch tableMathias Krause 2013-02-19crypto: user - ensure user supplied strings are nul-terminatedMathias Krause 2013-02-19crypto: user - fix empty string test in report APIMathias Krause 2013-02-19crypto: user - fix info leaks in report APIMathias Krause 2012-10-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds 2012-09-10netlink: Rename pid to portid to avoid confusionEric W. Biederman 2012-09-08netlink: hide struct module parameter in netlink_kernel_createPablo Neira Ayuso 2012-09-07crypto: crypto_user - fix sparse warnings (symbol was not declared, should be...Jussi Kivilinna 2012-06-29netlink: add netlink_kernel_cfg parameter to netlink_kernel_createPablo Neira Ayuso