summaryrefslogtreecommitdiff
path: root/net/kcm/kcmsock.c
AgeCommit message (Expand)AuthorFilesLines
2017-03-24kcm: return immediately after copy_from_user() failureWANG Cong1-3/+3
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar1-0/+2
2017-02-14kcm: fix a null pointer dereference in kcm_sendmsg()WANG Cong1-2/+4
2017-02-10kcm: fix 0-length case for kcm_sendmsg()WANG Cong1-18/+22
2016-10-08Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-15/+1
2016-10-04skb_splice_bits(): get rid of callbackAl Viro1-15/+1
2016-09-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2016-09-01kcm: fix a socket double freeWANG Cong1-1/+2
2016-08-29kcm: Remove TCP specific references from kcm and strparserTom Herbert1-17/+13
2016-08-24kcm: Fix locking issueTom Herbert1-5/+8
2016-08-18kcm: Use stream parserTom Herbert1-377/+79
2016-07-01bpf: refactor bpf_prog_get and type check into helperDaniel Borkmann1-7/+1
2016-05-19kcm: fix a signedness in kcm_splice_read()WANG Cong1-1/+1
2016-03-10kcm: Add receive message timeoutTom Herbert1-0/+32
2016-03-10kcm: Add memory limit for receive message constructionTom Herbert1-0/+44
2016-03-10kcm: Sendpage supportTom Herbert1-2/+145
2016-03-10kcm: Splice supportTom Herbert1-2/+96
2016-03-10kcm: Add statistics and proc interfacesTom Herbert1-0/+80
2016-03-10kcm: Kernel Connection Multiplexor moduleTom Herbert1-0/+2016