index
:
linux.git
bh1745
master
multitile
next/stmfts-20170210
next/vr-20170117
tizen/tizen
tizen/vr
vm-bind
Linux Kernel
Andi Shyti
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
strparser
Age
Commit message (
Expand
)
Author
2018-06-28
strparser: Remove early eaten to fix full tcp receive buffer stall
Doron Roberts-Kedes
2018-06-21
strparser: Don't schedule in workqueue in paused state
Vakul Garg
2018-06-06
strparser: Add __strp_unpause and use it in ktls.
Doron Roberts-Kedes
2018-04-22
strparser: Do not call mod_delayed_work with a timeout of LONG_MAX
Doron Roberts-Kedes
2018-04-12
strparser: Fix incorrect strp->need_bytes value.
Doron Roberts-Kedes
2018-03-27
strparser: Fix sign of err codes
Dave Watson
2017-12-28
strparser: Call sock_owned_by_user_nocheck
Tom Herbert
2017-10-25
strparser: Use delayed work instead of timer for msg timeout
Tom Herbert
2017-08-24
strparser: initialize all callbacks
Eric Biggers
2017-08-16
net: early init support for strparser
John Fastabend
2017-08-01
strparser: Generalize strparser
Tom Herbert
2017-03-03
strparser: destroy workqueue on module exit
WANG Cong
2016-10-12
strparser: Propagate correct error code in strp_recv()
Geert Uytterhoeven
2016-08-28
kcm: Remove TCP specific references from kcm and strparser
Tom Herbert
2016-08-23
strparser: Queue work when being unpaused
Tom Herbert
2016-08-22
net: strparser: fix strparser sk_user_data check
Dave Watson
2016-08-17
strparser: Stream parser for messages
Tom Herbert