aboutsummaryrefslogtreecommitdiffstats
path: root/net/kcm (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-07-01bpf: refactor bpf_prog_get and type check into helperDaniel Borkmann1-7/+1
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 Herbert2-2/+36
2016-03-09kcm: Add memory limit for receive message constructionTom Herbert2-2/+48
2016-03-09kcm: Sendpage supportTom Herbert1-2/+145
2016-03-09kcm: Splice supportTom Herbert1-2/+96
2016-03-09kcm: Add statistics and proc interfacesTom Herbert3-1/+503
2016-03-09kcm: Kernel Connection Multiplexor moduleTom Herbert3-0/+2029