index
:
pub/scm/linux/kernel/git/bod/linux.git
master
Fiery the angels fell deep thunder rolled around their shores burning with the fires of Orc
Bryan O'Donoghue
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
strparser
Age
Commit message (
Expand
)
Author
Files
Lines
2026-04-14
net: strparser: fix skb_head leak in strp_abort_strp()
Luxiao Xu
1
-0
/
+8
2025-11-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2025-11-07
strparser: Fix signed/unsigned mismatch bug
Nate Karstens
1
-1
/
+1
2025-10-24
strparser: fix typo in comment
Julia Lawall
1
-1
/
+1
2025-06-23
net: make sk->sk_rcvtimeo lockless
Eric Dumazet
1
-1
/
+1
2025-05-05
strparser: Remove unused __strp_unpause
Dr. David Alan Gilbert
1
-13
/
+0
2025-01-29
strparser: Add read_sock callback
Jiayuan Chen
1
-2
/
+9
2022-07-08
strparser: pad sk_skb_cb to avoid straddling cachelines
Jakub Kicinski
1
-0
/
+3
2021-11-09
bpf: sockmap, strparser, and tls are reusing qdisc_skb_cb and colliding
John Fastabend
1
-9
/
+1
2021-06-29
net: sock: introduce sk_error_report
Alexander Aring
1
-1
/
+1
2019-06-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-4
/
+1
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
1
-4
/
+1
2019-06-04
net/tls: fully initialize the msg wrapper skb
Jakub Kicinski
1
-6
/
+2
2019-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
2
-0
/
+2
2019-04-22
net: strparser: make it explicitly non-modular
Paul Gortmaker
1
-10
/
+4
2019-04-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-7
/
+5
2019-04-10
net: strparser: fix comment
Jakub Kicinski
1
-1
/
+1
2019-04-10
net: strparser: partially revert "strparser: Call skb_unclone conditionally"
Jakub Kicinski
1
-7
/
+5
2019-03-15
net: strparser: fix a missing check for create_singlethread_workqueue
Kangjie Lu
1
-0
/
+2
2018-10-15
bpf, sockmap: convert to generic sk_msg interface
Daniel Borkmann
1
-3
/
+1
2018-08-01
strparser: remove redundant variable 'rd_desc'
YueHaibing
1
-4
/
+0
2018-07-03
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-16
/
+1
2018-06-30
strparser: Call skb_unclone conditionally
Vakul Garg
1
-11
/
+15
2018-06-28
strparser: Remove early eaten to fix full tcp receive buffer stall
Doron Roberts-Kedes
1
-16
/
+1
2018-06-21
strparser: Don't schedule in workqueue in paused state
Vakul Garg
1
-4
/
+1
2018-06-06
strparser: Add __strp_unpause and use it in ktls.
Doron Roberts-Kedes
1
-0
/
+13
2018-04-22
strparser: Do not call mod_delayed_work with a timeout of LONG_MAX
Doron Roberts-Kedes
1
-1
/
+1
2018-04-12
strparser: Fix incorrect strp->need_bytes value.
Doron Roberts-Kedes
1
-4
/
+3
2018-03-27
strparser: Fix sign of err codes
Dave Watson
1
-2
/
+2
2017-12-28
strparser: Call sock_owned_by_user_nocheck
Tom Herbert
1
-1
/
+1
2017-10-25
strparser: Use delayed work instead of timer for msg timeout
Tom Herbert
1
-9
/
+8
2017-08-24
strparser: initialize all callbacks
Eric Biggers
1
-1
/
+1
2017-08-16
net: early init support for strparser
John Fastabend
1
-6
/
+4
2017-08-01
strparser: Generalize strparser
Tom Herbert
1
-126
/
+187
2017-03-03
strparser: destroy workqueue on module exit
WANG Cong
1
-0
/
+1
2016-10-12
strparser: Propagate correct error code in strp_recv()
Geert Uytterhoeven
1
-1
/
+1
2016-08-28
kcm: Remove TCP specific references from kcm and strparser
Tom Herbert
1
-19
/
+29
2016-08-23
strparser: Queue work when being unpaused
Tom Herbert
1
-0
/
+11
2016-08-22
net: strparser: fix strparser sk_user_data check
Dave Watson
1
-3
/
+0
2016-08-17
strparser: Stream parser for messages
Tom Herbert
3
-0
/
+497