aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ncpfs/sock.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-28ncpfs: move net/ncpfs to drivers/staging/ncpfsStephen Hemminger1-854/+0
2017-11-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+3
2017-11-02fs/ncpfs: Convert timers to use timer_setup()Kees Cook1-3/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-03-03Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2017-03-02Merge branch 'work.sendmsg' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-70/+41
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h>Ingo Molnar1-0/+1
2017-02-27lib/vsprintf.c: remove %Z supportAlexey Dobriyan1-2/+2
2016-12-26ncpfs: switch to sock_sendmsg()Al Viro1-22/+14
2016-12-26ncpfs: don't mess with manually advancing iovec on sendAl Viro1-42/+27
2016-12-26ncpfs: sendmsg does *not* bugger iovec these daysAl Viro1-8/+2
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2014-04-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-2/+2
2014-04-11net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller1-2/+2
2014-04-08ncpfs: convert PPRINTK to ncp_vdbgJoe Perches1-1/+1
2014-04-08ncpfs: convert DPRINTK/DDPRINTK to ncp_dbgJoe Perches1-8/+8
2014-04-08ncpfs: Add pr_fmt and convert printks to pr_<level>Joe Perches1-15/+16
2011-01-12move internal-only parts of ncpfs headers to fs/ncpfsAl Viro1-1/+1
2010-10-04BKL: Remove BKL from ncpfsPetr Vandrovec1-1/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2007-03-06ncpfs: make sure server connection survives a killPierre Ossman1-62/+89
2006-11-22WorkStruct: make allyesconfigDavid Howells1-8/+12
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-03-23[PATCH] sem2mutex: NCPFSIngo Molnar1-17/+17
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+850