#!/bin/sh # description: produce callgraphs in short form for scripting use perf script -s "$PERF_EXEC_PATH"/scripts/python/stackcollapse.py -- "$@" m feed' href='https://universe.0xinfinity.dev/distro/kernel/atom/net/kcm/kcmsock.c?h=0x221E-v0.0-v7.0' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/net/kcm/kcmsock.c
AgeCommit message (Expand)Author
2019-02-23kcm: Remove unnecessary SLAB_PANIC for kmem_cache_create() in kcm_initYueHaibing
2018-07-24net: remove blank lines at end of fileStephen Hemminger
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds
2018-06-04Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2018-06-01kcm: Fix use-after-free caused by clonned socketsKirill Tkhai
2018-05-26net: convert datagram_poll users tp ->poll_maskChristoph Hellwig
2018-03-27net: Drop pernet_operations::asyncKirill Tkhai
2018-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-03-16kcm: lock lower socket in kcm_attachTom Herbert
2018-02-27net: Convert simple pernet_operationsKirill Tkhai
2018-02-14kcm: Call strp_stop before strp_done in kcm_attachTom Herbert
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2018-01-24kcm: Check if sk_user_data already set in kcm_attachTom Herbert
2018-01-24kcm: Only allow TCP sockets to be attached to a KCM muxTom Herbert
2017-12-05make sock_alloc_file() do sock_release() on failuresAl Viro
2017-12-05fix kcm_clone()Al Viro
2017-09-26kcm: Remove redundant unlikely()Tobias Klauser
2017-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-08-30kcm: do not attach PF_KCM sockets to avoid deadlockEric Dumazet
2017-08-24strparser: initialize all callbacksEric Biggers
2017-08-01strparser: Generalize strparserTom Herbert
2017-05-16net: socket: mark socket protocol handler structs as constlinzhang
2017-04-17kcm: remove a useless copy_from_user()WANG Cong