summaryrefslogtreecommitdiffstats
path: root/net/strparser
AgeCommit message (Expand)AuthorLines
2019-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-4/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner-4/+1
2019-06-04net/tls: fully initialize the msg wrapper skbJakub Kicinski-6/+2
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+2
2019-04-22net: strparser: make it explicitly non-modularPaul Gortmaker-10/+4
2019-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-7/+5
2019-04-10net: strparser: fix commentJakub Kicinski-1/+1
2019-04-10net: strparser: partially revert "strparser: Call skb_unclone conditionally"Jakub Kicinski-7/+5
2019-03-15net: strparser: fix a missing check for create_singlethread_workqueueKangjie Lu-0/+2
2018-10-15bpf, sockmap: convert to generic sk_msg interfaceDaniel Borkmann-3/+1
2018-08-01strparser: remove redundant variable 'rd_desc'YueHaibing-4/+0
2018-07-03Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller-16/+1
2018-06-30strparser: Call skb_unclone conditionallyVakul Garg-11/+15
2018-06-28strparser: Remove early eaten to fix full tcp receive buffer stallDoron Roberts-Kedes-16/+1
2018-06-21strparser: Don't schedule in workqueue in paused stateVakul Garg-4/+1
2018-06-06strparser: Add __strp_unpause and use it in ktls.Doron Roberts-Kedes-0/+13
2018-04-22strparser: Do not call mod_delayed_work with a timeout of LONG_MAXDoron Roberts-Kedes-1/+1
2018-04-12strparser: Fix incorrect strp->need_bytes value.Doron Roberts-Kedes-4/+3
2018-03-27strparser: Fix sign of err codesDave Watson-2/+2
2017-12-28strparser: Call sock_owned_by_user_nocheckTom Herbert-1/+1
2017-10-25strparser: Use delayed work instead of timer for msg timeoutTom Herbert-9/+8
2017-08-24strparser: initialize all callbacksEric Biggers-1/+1
2017-08-16net: early init support for strparserJohn Fastabend-6/+4
2017-08-01strparser: Generalize strparserTom Herbert-126/+187
2017-03-03strparser: destroy workqueue on module exitWANG Cong-0/+1
2016-10-12strparser: Propagate correct error code in strp_recv()Geert Uytterhoeven-1/+1
2016-08-28kcm: Remove TCP specific references from kcm and strparserTom Herbert-19/+29
2016-08-23strparser: Queue work when being unpausedTom Herbert-0/+11
2016-08-22net: strparser: fix strparser sk_user_data checkDave Watson-3/+0
2016-08-17strparser: Stream parser for messagesTom Herbert-0/+497