Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2017-02-03 | tcp: add tcp_mss_clamp() helper | Eric Dumazet | 1 | -4/+1 |
#ifndef __PERF_LEVENSHTEIN_H #define __PERF_LEVENSHTEIN_H int levenshtein(const char *string1, const char *string2, int swap_penalty, int substition_penalty, int insertion_penalty, int deletion_penalty); #endif /* __PERF_LEVENSHTEIN_H */ m/net/ipv4/tcp_ipv4.c?h=master' type='application/atom+xml'/>
index : net-next.git | ||
net-next plumbings | Tobias Klauser |
summaryrefslogtreecommitdiff |
Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2017-02-03 | tcp: add tcp_mss_clamp() helper | Eric Dumazet | 1 | -4/+1 |