summaryrefslogtreecommitdiffstats
path: root/net/kcm
Commit message (Expand)AuthorAgeFilesLines
* kcm: fix a null pointer dereference in kcm_sendmsg()WANG Cong2017-02-141-2/+4
* kcm: fix 0-length case for kcm_sendmsg()WANG Cong2017-02-091-18/+22
* Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2016-10-071-15/+1
|\
| * skb_splice_bits(): get rid of callbackAl Viro2016-10-031-15/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-09-121-1/+2
|\|
| * kcm: fix a socket double freeWANG Cong2016-08-311-1/+2
* | kcm: Remove TCP specific references from kcm and strparserTom Herbert2016-08-281-17/+13
* | kcm: Fix locking issueTom Herbert2016-08-232-10/+23
* | kcm: Use stream parserTom Herbert2016-08-173-391/+110
|/
* kcm: remove redundant -ve error check and return pathColin Ian King2016-07-251-5/+1
* bpf: refactor bpf_prog_get and type check into helperDaniel Borkmann2016-07-011-7/+1
* kcm: fix /proc memory leakJiri Slaby2016-06-221-0/+1
* kcm: fix a signedness in kcm_splice_read()WANG Cong2016-05-191-1/+1
* kcm: Add receive message timeoutTom Herbert2016-03-092-2/+36
* kcm: Add memory limit for receive message constructionTom Herbert2016-03-092-2/+48
* kcm: Sendpage supportTom Herbert2016-03-091-2/+145
* kcm: Splice supportTom Herbert2016-03-091-2/+96
* kcm: Add statistics and proc interfacesTom Herbert2016-03-093-1/+503
* kcm: Kernel Connection Multiplexor moduleTom Herbert2016-03-093-0/+2029