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