aboutsummaryrefslogtreecommitdiff
path: root/net/strparser/strparser.c
AgeCommit message (Expand)AuthorFilesLines
2022-07-08strparser: pad sk_skb_cb to avoid straddling cachelinesGravatar Jakub Kicinski 1-0/+3
2021-11-09bpf: sockmap, strparser, and tls are reusing qdisc_skb_cb and collidingGravatar John Fastabend 1-9/+1
2021-06-29net: sock: introduce sk_error_reportGravatar Alexander Aring 1-1/+1
2019-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-4/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Gravatar Thomas Gleixner 1-4/+1
2019-06-04net/tls: fully initialize the msg wrapper skbGravatar Jakub Kicinski 1-6/+2
2019-04-22net: strparser: make it explicitly non-modularGravatar Paul Gortmaker 1-10/+4
2019-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-7/+5
2019-04-10net: strparser: fix commentGravatar Jakub Kicinski 1-1/+1
2019-04-10net: strparser: partially revert "strparser: Call skb_unclone conditionally"Gravatar Jakub Kicinski 1-7/+5
2019-03-15net: strparser: fix a missing check for create_singlethread_workqueueGravatar Kangjie Lu 1-0/+2
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 1-0/+492