summaryrefslogtreecommitdiffstats
path: root/net/kcm
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-09-131-1/+2
|\
| * kcm: fix a socket double freeWANG Cong2016-09-011-1/+2
* | kcm: Remove TCP specific references from kcm and strparserTom Herbert2016-08-291-17/+13Star
* | kcm: Fix locking issueTom Herbert2016-08-242-10/+23
* | kcm: Use stream parserTom Herbert2016-08-183-391/+110Star
|/
* kcm: remove redundant -ve error check and return pathColin Ian King2016-07-251-5/+1Star
* bpf: refactor bpf_prog_get and type check into helperDaniel Borkmann2016-07-011-7/+1Star
* 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