aboutsummaryrefslogtreecommitdiffstats
path: root/net/kcm/kcmsock.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-10-07Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-15/+1
2016-10-03skb_splice_bits(): get rid of callbackAl Viro1-15/+1
2016-09-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2016-08-31kcm: fix a socket double freeWANG Cong1-1/+2
2016-08-28kcm: Remove TCP specific references from kcm and strparserTom Herbert1-17/+13
2016-08-23kcm: Fix locking issueTom Herbert1-5/+8
2016-08-17kcm: 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-09kcm: Add receive message timeoutTom Herbert1-0/+32
2016-03-09kcm: Add memory limit for receive message constructionTom Herbert1-0/+44
2016-03-09kcm: Sendpage supportTom Herbert1-2/+145
2016-03-09kcm: Splice supportTom Herbert1-2/+96
2016-03-09kcm: Add statistics and proc interfacesTom Herbert1-0/+80
2016-03-09kcm: Kernel Connection Multiplexor moduleTom Herbert1-0/+2016