summaryrefslogtreecommitdiffstats
path: root/net/kcm
Commit message (Expand)AuthorAgeFilesLines
* kcm: Fix use-after-free caused by clonned socketsKirill Tkhai2018-06-131-1/+1
* kcm: Call strp_stop before strp_done in kcm_attachTom Herbert2018-05-161-0/+1
* kcm: lock lower socket in kcm_attachTom Herbert2018-03-311-10/+23
* kcm: Only allow TCP sockets to be attached to a KCM muxTom Herbert2018-02-251-2/+7
* kcm: Check if sk_user_data already set in kcm_attachTom Herbert2018-02-251-2/+14
* fix kcm_clone()Al Viro2017-12-161-46/+25
* kcm: do not attach PF_KCM sockets to avoid deadlockEric Dumazet2017-09-201-0/+4
* kcm: return immediately after copy_from_user() failureWANG Cong2017-05-031-3/+3
* kcm: fix a null pointer dereference in kcm_sendmsg()WANG Cong2017-02-261-2/+4
* kcm: fix 0-length case for kcm_sendmsg()WANG Cong2017-02-261-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