summaryrefslogtreecommitdiff
path: root/include/net/dropreason.h
Commit message (Expand)AuthorAgeFilesLines
* mac80211: use the new drop reasons infrastructureJohannes Berg2023-04-201-0/+12
* net: extend drop reasons for multiple subsystemsJohannes Berg2023-04-201-0/+31
* net: move dropreason.h to dropreason-core.hJohannes Berg2023-04-201-363/+0
* ipv6: icmp6: add SKB_DROP_REASON_IPV6_NDISC_NS_OTHERHOSTEric Dumazet2023-02-201-0/+5
* ipv6: icmp6: add SKB_DROP_REASON_IPV6_NDISC_BAD_OPTIONSEric Dumazet2023-02-201-0/+3
* ipv6: icmp6: add drop reason support to ndisc_rcv()Eric Dumazet2023-02-131-0/+9
* net: dropreason: add SKB_DROP_REASON_IPV6_BAD_EXTHDREric Dumazet2023-02-131-0/+3
* tcp: add TCP_MINTTL drop reasonEric Dumazet2023-02-021-0/+6
* net: dropreason: add SKB_DROP_REASON_FRAG_TOO_FAREric Dumazet2022-10-311-0/+6
* net: dropreason: add SKB_DROP_REASON_FRAG_REASM_TIMEOUTEric Dumazet2022-10-311-0/+3
* net: dropreason: add SKB_DROP_REASON_DUP_FRAGEric Dumazet2022-10-311-0/+3
* net: dropreason: add SKB_CONSUMED reasonEric Dumazet2022-10-311-0/+2
* net: skb: export skb drop reaons to user by TRACE_DEFINE_ENUMMenglong Dong2022-09-071-0/+67
* net: dropreason: reformat the comment fo skb drop reasonsMenglong Dong2022-06-071-156/+226
* net: skb: use auto-generation to convert skb drop reason to stringMenglong Dong2022-06-071-0/+2
* net: skb: move enum skb_drop_reason to standalone header fileMenglong Dong2022-06-071-0/+184