Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2017-02-08 | gro_cells: move to net/core/gro_cells.c | Eric Dumazet | 1 | -0/+1 |
2017-02-07 | net: add confirm_neigh method to dst_ops | Julian Anastasov | 1 | -0/+19 |
#ifndef STR_H #define STR_H #include "built_in.h" extern size_t strlcpy(char *dest, const char *src, size_t size); extern int slprintf(char *dst, size_t size, const char *fmt, ...) __check_format_printf(3, 4); extern int slprintf_nocheck(char *dst, size_t size, const char *fmt, ...); extern char *strtrim_right(char *p, char c); extern noinline void *xmemset(void *s, int c, size_t n); #endif /* STR_H */ inux/net-next.git' title='net-next.git Git repository'/>
index : net-next.git | ||
net-next plumbings | Tobias Klauser |
summaryrefslogtreecommitdiff |
Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2017-02-08 | gro_cells: move to net/core/gro_cells.c | Eric Dumazet | 1 | -0/+1 |
2017-02-07 | net: add confirm_neigh method to dst_ops | Julian Anastasov | 1 | -0/+19 |