summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/parallel-perf.py
diff options
context:
space:
mode:
authorPaolo Abeni <pabeni@redhat.com>2022-10-25 12:32:59 +0200
committerPaolo Abeni <pabeni@redhat.com>2022-10-25 12:33:00 +0200
commit6459838af0c08ea2b38fad6e153576549ca3b92f (patch)
tree9cb4c3e1bae5e902fc5ab28f6d1cc90adc4cfc8e /tools/perf/scripts/python/parallel-perf.py
parent818a26048a292e290a6b76e3fe2174344824b3b7 (diff)
parentcaea64675d8b91deb59140a92f190124399ccd37 (diff)
downloadkernel-6459838af0c08ea2b38fad6e153576549ca3b92f.tar.gz
Merge branch 'mptcp-socket-option-updates'
Mat Martineau says: ==================== mptcp: Socket option updates Patches 1 and 3 refactor a recent socket option helper function for more generic use, and make use of it in a couple of places. Patch 2 adds TCP_FASTOPEN_NO_COOKIE functionality to MPTCP sockets, similar to TCP_FASTOPEN_CONNECT support recently added in v6.1 ==================== Link: https://lore.kernel.org/r/20221022004505.160988-1-mathew.j.martineau@linux.intel.com Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Diffstat (limited to 'tools/perf/scripts/python/parallel-perf.py')
0 files changed, 0 insertions, 0 deletions
44ab16d2ecd98d593edbe15c32c0c9620a'>net/tls: support SM4 GCM/CCM algorithmTianjia Zhang 2021-06-01net/tls: Fix use-after-free after the TLS device goes down and upMaxim Mikityanskiy 2020-11-27net/tls: add CHACHA20-POLY1305 configurationVadim Fedorenko 2020-10-13net/tls: use semicolons rather than commas to separate statementsJulia Lawall 2020-09-01net/tls: Implement getsockopt SOL_TLS TLS_RXYutaro Hayakawa 2020-07-28net: remove sockptr_advanceChristoph Hellwig 2020-07-24net: pass a sockptr_t into ->setsockoptChristoph Hellwig 2020-06-10Merge branch 'rwonce/rework' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds 2020-04-15net: tls: Avoid assigning 'const' pointer to non-const pointerWill Deacon 2020-04-08net/tls: fix const assignment warningArnd Bergmann 2020-03-21net/tls: Annotate access to sk_prot with READ_ONCE/WRITE_ONCEJakub Sitnicki 2020-03-21net/tls: Read sk_prot once when building tls proto opsJakub Sitnicki 2020-03-21net/tls: Constify base proto ops used for building tls protoJakub Sitnicki 2020-02-21net, sk_msg: Annotate lockless access to sk_prot on cloneJakub Sitnicki 2020-01-15bpf: Sockmap/tls, push write_space updates through ulp updatesJohn Fastabend 2019-12-06net/tls: Fix return values to avoid ENOTSUPPValentin Vidic