aboutsummaryrefslogtreecommitdiff
path: root/fs/ncpfs/sock.c
AgeCommit message (Expand)AuthorFilesLines
2017-11-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-3/+3
2017-11-02fs/ncpfs: Convert timers to use timer_setup()Gravatar Kees Cook 1-3/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-03-03Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Torvalds 1-0/+1
2017-03-02Merge branch 'work.sendmsg' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-70/+41
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 1-0/+1
2017-02-27lib/vsprintf.c: remove %Z supportGravatar Alexey Dobriyan 1-2/+2
2016-12-26ncpfs: switch to sock_sendmsg()Gravatar Al Viro 1-22/+14
2016-12-26ncpfs: don't mess with manually advancing iovec on sendGravatar Al Viro 1-42/+27
2016-12-26ncpfs: sendmsg does *not* bugger iovec these daysGravatar Al Viro 1-8/+2
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 1-1/+1
2014-04-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 1-2/+2
2014-04-11net: Fix use after free by removing length arg from sk_data_ready callbacks.Gravatar David S. Miller 1-2/+2
2014-04-08ncpfs: convert PPRINTK to ncp_vdbgGravatar Joe Perches 1-1/+1
2014-04-08ncpfs: convert DPRINTK/DDPRINTK to ncp_dbgGravatar Joe Perches 1-8/+8
2014-04-08ncpfs: Add pr_fmt and convert printks to pr_<level>Gravatar Joe Perches 1-15/+16
2011-01-12move internal-only parts of ncpfs headers to fs/ncpfsGravatar Al Viro 1-1/+1
2010-10-04BKL: Remove BKL from ncpfsGravatar Petr Vandrovec 1-1/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2007-03-06ncpfs: make sure server connection survives a killGravatar Pierre Ossman 1-62/+89
2006-11-22WorkStruct: make allyesconfigGravatar David Howells 1-8/+12
2006-06-30Remove obsolete #include <linux/config.h>Gravatar Jörn Engel 1-1/+0
2006-03-23[PATCH] sem2mutex: NCPFSGravatar Ingo Molnar 1-17/+17
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+850