summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2019-04-17kcm: switch order of device registration to fix a crashJiri Slaby1-8/+8
2018-06-13kcm: Fix use-after-free caused by clonned socketsKirill Tkhai1-1/+1
2018-05-16kcm: Call strp_stop before strp_done in kcm_attachTom Herbert1-0/+1
2018-03-31kcm: lock lower socket in kcm_attachTom Herbert1-10/+23
2018-02-25kcm: Only allow TCP sockets to be attached to a KCM muxTom Herbert1-2/+7
2018-02-25kcm: Check if sk_user_data already set in kcm_attachTom Herbert1-2/+14
2017-12-16fix kcm_clone()Al Viro1-46/+25
2017-09-20kcm: do not attach PF_KCM sockets to avoid deadlockEric Dumazet1-0/+4
2017-05-03kcm: return immediately after copy_from_user() failureWANG Cong1-3/+3
2017-02-26kcm: fix a null pointer dereference in kcm_sendmsg()WANG Cong1-2/+4
2017-02-26kcm: fix 0-length case for kcm_sendmsg()WANG Cong1-18/+22
2016-10-07Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds30-1077/+746
2016-10-04skb_splice_bits(): get rid of callbackAl Viro5-66/+6
2016-09-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller473-2493/+3789
2016-09-01kcm: fix a socket double freeWANG Cong1-1/+2
2016-08-29kcm: Remove TCP specific references from kcm and strparserTom Herbert3-37/+43
2016-08-23kcm: Fix locking issueTom Herbert2-10/+23
2016-08-17kcm: Use stream parserTom Herbert5-423/+116
2016-07-25kcm: remove redundant -ve error check and return pathColin Ian King1-5/+1
2016-07-01bpf: refactor bpf_prog_get and type check into helperDaniel Borkmann7-44/+31
2016-06-22kcm: fix /proc memory leakJiri Slaby1-0/+1
2016-05-19kcm: fix a signedness in kcm_splice_read()WANG Cong1-1/+1
2016-03-09kcm: Add receive message timeoutTom Herbert3-2/+39
2016-03-09kcm: Add memory limit for receive message constructionTom Herbert3-2/+52
2016-03-09kcm: Sendpage supportTom Herbert1-2/+145
2016-03-09kcm: Splice supportTom Herbert1-2/+96
2016-03-09kcm: Add statistics and proc interfacesTom Herbert4-1/+597
2016-03-09kcm: Kernel Connection Multiplexor moduleTom Herbert8-1/+2201