aboutsummaryrefslogtreecommitdiff
path: root/net/strparser
AgeCommit message (Expand)AuthorFilesLines
2019-03-15net: strparser: fix a missing check for create_singlethread_workqueueGravatar Kangjie Lu 1-0/+2
2018-10-15bpf, sockmap: convert to generic sk_msg interfaceGravatar Daniel Borkmann 1-3/+1
2018-08-01strparser: remove redundant variable 'rd_desc'Gravatar YueHaibing 1-4/+0
2018-07-03Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-16/+1
2018-06-30strparser: Call skb_unclone conditionallyGravatar Vakul Garg 1-11/+15
2018-06-28strparser: Remove early eaten to fix full tcp receive buffer stallGravatar Doron Roberts-Kedes 1-16/+1
2018-06-21strparser: Don't schedule in workqueue in paused stateGravatar Vakul Garg 1-4/+1
2018-06-06strparser: Add __strp_unpause and use it in ktls.Gravatar Doron Roberts-Kedes 1-0/+13
2018-04-22strparser: Do not call mod_delayed_work with a timeout of LONG_MAXGravatar Doron Roberts-Kedes 1-1/+1
2018-04-12strparser: Fix incorrect strp->need_bytes value.Gravatar Doron Roberts-Kedes 1-4/+3
2018-03-27strparser: Fix sign of err codesGravatar Dave Watson 1-2/+2
2017-12-28strparser: Call sock_owned_by_user_nocheckGravatar Tom Herbert 1-1/+1
2017-10-25strparser: Use delayed work instead of timer for msg timeoutGravatar Tom Herbert 1-9/+8
2017-08-24strparser: initialize all callbacksGravatar Eric Biggers 1-1/+1
2017-08-16net: early init support for strparserGravatar John Fastabend 1-6/+4
2017-08-01strparser: Generalize strparserGravatar Tom Herbert 1-126/+187
2017-03-03strparser: destroy workqueue on module exitGravatar WANG Cong 1-0/+1
2016-10-12strparser: Propagate correct error code in strp_recv()Gravatar Geert Uytterhoeven 1-1/+1
2016-08-28kcm: Remove TCP specific references from kcm and strparserGravatar Tom Herbert 1-19/+29
2016-08-23strparser: Queue work when being unpausedGravatar Tom Herbert 1-0/+11
2016-08-22net: strparser: fix strparser sk_user_data checkGravatar Dave Watson 1-3/+0
2016-08-17strparser: Stream parser for messagesGravatar Tom Herbert 3-0/+497