summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/net_dropmonitor.py
AgeCommit message (Expand)Author
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2014-07-16perf script: Add callchain to generic and tracepoint eventsJoseph Schuchart
2013-05-22perf: net_dropmonitor: Remove progress indicatorBen Hutchings
2013-05-22perf: net_dropmonitor: Use bisection in symbol lookupBen Hutchings
2013-05-22perf: net_dropmonitor: Do not assume ordering of dictionariesBen Hutchings
2013-05-22perf: net_dropmonitor: Fix symbol-relative addressesBen Hutchings
2013-05-22perf: net_dropmonitor: Fix trace parameter orderBen Hutchings
2011-09-29perf script: Add drop monitor scriptNeil Horman
sc to simplify do_tls_getsockopt_confSabrina Dubroca 2023-08-27tls: get crypto_info size from tls_cipher_desc in do_tls_setsockopt_confSabrina Dubroca 2023-08-27tls: validate cipher descriptions at compile timeSabrina Dubroca 2023-08-27tls: extend tls_cipher_desc to fully describe the ciphersSabrina Dubroca 2023-08-27tls: rename tls_cipher_size_desc to tls_cipher_descSabrina Dubroca 2023-08-27tls: reduce size of tls_cipher_size_descSabrina Dubroca 2023-08-27tls: add TLS_CIPHER_ARIA_GCM_* to tls_cipher_size_descSabrina Dubroca 2023-08-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski 2023-08-10net: tls: set MSG_SPLICE_PAGES consistentlyJakub Kicinski 2023-07-27net/tls: implement ->read_sock()Hannes Reinecke 2023-06-24net: Kill MSG_SENDPAGE_NOTLASTDavid Howells 2023-06-24sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)David Howells 2023-06-08tls/device: Use splice_eof() to flushDavid Howells 2023-06-08tls/sw: Use splice_eof() to flushDavid Howells 2023-06-02tls: suppress wakeups unless we have a full recordJakub Kicinski 2023-05-23tls: Inline do_tcp_sendpages()David Howells 2023-05-10net: deal with most data-races in sk_wait_event()Eric Dumazet 2023-03-01net: tls: fix possible race condition between do_tls_getsockopt_conf() and do...Hangyu Hua