summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/netdev-times-report
blob: 8f759291da86c07435a62e7fa044f8c75f9c2749 (plain)
1
2
3
4
5
#!/bin/bash
# description: display a process of packet and processing time
# args: [tx] [rx] [dev=] [debug]

perf script -s "$PERF_EXEC_PATH"/scripts/python/netdev-times.py $@
nel/git/netdev/netJakub Kicinski 2021-05-13openvswitch: meter: fix race when getting now_ms.Tao Liu 2021-05-10net: openvswitch: Remove unnecessary skb_nfct()Yejune Deng 2021-04-29openvswitch: fix stack OOB read while fragmenting IPv4 packetsDavide Caratti 2021-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller 2021-04-23openvswitch: meter: remove rate from the bucket size calculationIlya Maximets 2021-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski 2021-04-05openvswitch: fix send of uninitialized stack memory in ct limit replyIlya Maximets 2021-04-04net: openvswitch: Use 'skb_push_rcsum()' instead of hand coding itChristophe JAILLET 2021-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller 2021-03-22openvswitch: Fix a typoBhaskar Chowdhury 2021-03-16openvswitch: Warn over-mtu packets only if iface is UP.Flavio Leitner 2021-03-16net/sched: act_api: fix miss set post_ct for ovs after do conntrack in act_ctwenxu 2021-01-14net: openvswitch: add log message for error caseEelco Chaudron 2020-12-14net: openvswitch: fix TTL decrement exception action executionEelco Chaudron 2020-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski 2020-12-08net: openvswitch: conntrack: simplify the return expression of ovs_ct_limit_g...Zheng Yongjun 2020-12-04openvswitch: fix error return code in validate_and_copy_dec_ttl()Wang Hai 2020-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski 2020-12-03net: openvswitch: ensure LSE is pullable before reading itDavide Caratti 2020-11-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski 2020-11-27net: openvswitch: fix TTL decrement action netlink message formatEelco Chaudron 2020-11-20net: openvswitch: Be liberal in tcp conntrack.Numan Siddique 2020-11-14net: openvswitch: use core API to update/provide statsLev Stipakov 2020-11-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski 2020-11-03net: openvswitch: silence suspicious RCU usage warningEelco Chaudron 2020-11-02openvswitch: Use IS_ERR instead of IS_ERR_OR_NULLYueHaibing