]> git.baikalelectronics.ru Git - kernel.git/commit
strparser: Generalize strparser
authorTom Herbert <tom@quantonium.net>
Fri, 28 Jul 2017 23:22:43 +0000 (16:22 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 1 Aug 2017 22:26:19 +0000 (15:26 -0700)
commitf838061649dfb87888c0882d1a607bda1d284941
tree33ac457d4f2fe6464309310015674afb6d553724
parent4c2fc4fd59df6464c412ec7f43694c3c3ed51eb8
strparser: Generalize strparser

Generalize strparser from more than just being used in conjunction
with read_sock. strparser will also be used in the send path with
zero proxy. The primary change is to create strp_process function
that performs the critical processing on skbs. The documentation
is also updated to reflect the new uses.

Signed-off-by: Tom Herbert <tom@quantonium.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
Documentation/networking/strparser.txt
include/net/strparser.h
net/kcm/kcmproc.c
net/kcm/kcmsock.c
net/strparser/strparser.c