summaryrefslogtreecommitdiff
path: root/include/trace/events/tcp.h
AgeCommit message (Expand)AuthorFilesLines
2025-10-30trace: tcp: add three metrics to trace_tcp_rcvbuf_grow()Eric Dumazet1-0/+9
2025-07-23tcp: trace retransmit failures in tcp_retransmit_skbFan Yu1-18/+9
2025-06-17net/tcp_ao: tracing: Hide tcp_ao events under CONFIG_TCP_AOSteven Rostedt1-0/+2
2025-05-30Merge tag 'trace-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Linus Torvalds1-1/+1
2025-05-15tcp: add tcp_rcvbuf_grow() tracepointEric Dumazet1-0/+73
2025-05-14tracepoint: Have tracepoints created with DECLARE_TRACE() have _tp suffixSteven Rostedt1-1/+1
2025-04-18trace: tcp: Add const qualifier to skb parameter in tcp_probe eventBreno Leitao1-1/+1
2025-04-11trace: tcp: Add tracepoint for tcp_sendmsg_locked()Breno Leitao1-0/+24
2025-02-18trace: tcp: Add tracepoint for tcp_cwnd_reduction()Breno Leitao1-0/+6
2024-09-11tcp: Use skb__nullable in trace_tcp_send_resetPhilo Lu1-6/+6
2024-06-12net/tcp: Add tcp-md5 and tcp-ao tracepointsDmitry Safonov1-0/+317
2024-04-26rstreason: make it work in trace worldJason Xing1-4/+22
2024-04-04trace: tcp: fully support trace_tcp_send_resetJason Xing1-2/+38
2024-04-04trace: adjust TP_STORE_ADDR_PORTS_SKB() parametersJason Xing1-1/+1
2024-03-29net: port TP_STORE_ADDR_PORTS_SKB macro to be tcp/udp independentBalazs Scheidler1-43/+2
2024-03-26trace: move to TP_STORE_ADDRS related macro to net_probe_common.hJason Xing1-29/+0
2024-03-08tcp: Add skb addr and sock addr to arguments of tracepoint tcp_probe.fuyuanli1-2/+8
2024-03-07tcp: add tracing of skbaddr in tcp_event_skb classJason Xing1-1/+2
2024-03-07tcp: add tracing of skb/skaddr in tcp_event_sk_skb classJason Xing1-1/+2
2023-08-09tcp: add missing family to tcp_set_ca_state() tracepointEric Dumazet1-1/+4
2023-03-17inet: preserve const qualifier in inet_sk()Eric Dumazet1-1/+1
2022-04-08tcp: Add tracepoint for tcp_set_ca_statePing Gan1-0/+45
2022-04-06tcp: add accessors to read/set tp->snd_cwndEric Dumazet1-1/+1
2021-05-15tcp: add tracepoint for checksum errorsJakub Kicinski1-0/+76
2021-02-04net: tracepoint: exposing sk_family in all tcp:tracepointsHariharan Ananthakrishnan1-4/+16
2019-11-10tcp: remove redundant new line from tcp_event_sk_skbTony Lu1-1/+1
2018-09-27tcp: expose sk_state in tcp_retransmit_skb tracepointYafang Shao1-2/+5
2018-05-31tcp: minor optimization around tcp_hdr() usage in receive pathYafang Shao1-2/+3
2018-05-29tcp: use data length instead of skb->len in tcp_probeYafang Shao1-4/+4
2018-04-23net: introduce a new tracepoint for tcp_rcv_space_adjustYafang Shao1-9/+21
2018-04-17net: Remove unused tcp_set_state tracepointAndrey Ignatov1-47/+0
2018-01-02net: dccp: Add DCCP sendmsg trace eventMasami Hiramatsu1-38/+1
2018-01-02net: tcp: Add trace events for TCP congestion window tracingMasami Hiramatsu1-0/+97
2017-12-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-60/+37
2017-12-27tcp: Avoid preprocessor directives in tracepoint macro argsMat Martineau1-60/+37
2017-12-20net: tracepoint: replace tcp_set_state tracepoint with inet_sock_set_state tr...Yafang Shao1-31/+0
2017-12-20tcp: Export to userspace the TCP state names for the trace eventsSteven Rostedt (VMware)1-13/+28
2017-11-03tcp: add tracepoint trace_tcp_retransmit_synack()Song Liu1-0/+56
2017-10-24tcp: add tracepoint trace_tcp_set_state()Song Liu1-0/+76
2017-10-24tcp: add tracepoint trace_tcp_destroy_sockSong Liu1-0/+7
2017-10-24tcp: add tracepoint trace_tcp_receive_resetSong Liu1-0/+66
2017-10-24tcp: add tracepoint trace_tcp_send_resetSong Liu1-0/+11
2017-10-24tcp: mark trace event arguments sk and skb as constSong Liu1-4/+4
2017-10-24tcp: add trace event class tcp_event_sk_skbSong Liu1-1/+14
2017-10-20tcp: Remove use of inet6_sk and add IPv6 checks to tracepointDavid Ahern1-3/+5
2017-10-18tcp: Check daddr_cache before use in tracepointDavid Ahern1-4/+4
2017-10-18tcp: Use pI6c in tcp tracepointDavid Ahern1-1/+1
2017-10-15tcp: add a tracepoint for tcp retransmissionCong Wang1-0/+68