aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/lustre/lnet/lnet/lib-socket.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-05staging: lustre: delete the filesystem from the tree.Greg Kroah-Hartman1-585/+0
2018-05-25staging: lustre: move all libcfs_all includes except in lustre/lnet/libcfs/NeilBrown1-1/+0
2018-05-25staging: lustre: start moving includes out of libcfs.hNeilBrown1-1/+1
2018-02-12net: make getname() functions return length rather than use int* parameterDenys Vlasenko1-4/+3
2018-02-01Merge tag 'staging-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds1-7/+7
2018-01-30Merge branch 'work.sock_recvmsg' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-13/+11
2018-01-09staging: lustre: more LIBCFS_ALLOC conversions to GFP_KERNEL allocations.NeilBrown1-7/+7
2017-12-05make sock_alloc_file() do sock_release() on failuresAl Viro1-6/+2
2017-12-02lustre lnet_sock_read(): switch to sock_recvmsg()Al Viro1-13/+11
2017-11-11staging: lustre: add SPDX identifiers to all lustre filesGreg Kroah-Hartman1-0/+1
2017-08-22staging: lustre: lnet: add include path to MakefileJames Simmons1-2/+2
2017-07-03Merge tag 'staging-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds1-1/+1
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar1-1/+1
2017-06-03staging: lustre: changed __u32 to __be32Nikola Jelic1-1/+1
2017-03-09net: Work around lockdep limitation in sockets that use socketsDavid Howells1-2/+2
2017-02-12staging: lustre: lnet: fix type warning in lib-socket.cWilliam Blough1-2/+4
2017-02-02staging: lustre: remove CLASSERT macroArnd Bergmann1-1/+1
2016-08-15lustre: switch lnet_sock_write() to sock_sendmsg()Al Viro1-14/+7
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-2/+2
2016-03-02staging: lustre: replace direct LNet HZ access with kernel APIsJian Yu1-15/+9
2016-03-02staging: lustre: set task state before scheduling in lnet_sock_acceptJohn L. Hammond1-4/+2
2016-03-02staging: lustre: fix 'copy into fixed size buffer' errorsSebastien Buisson1-3/+12
2016-02-22staging: lustre: remove unnecessary EXPORT_SYMBOL from lnet layerFrank Zago1-3/+0
2016-02-14staging: lustre: fix all conditional comparison to zero in LNet layerJames Simmons1-29/+29
2016-02-14staging: lustre: fix all NULL comparisons in LNet layerJames Simmons1-8/+8
2016-02-14staging: lustre: add missing spaces for LNet layer reported by checkpatch.plJames Simmons1-2/+2
2016-02-14staging: lustre: align all code properly for LNet coreJames Simmons1-1/+1
2016-02-14staging: lustre: format properly all comment blocks for LNet coreJames Simmons1-7/+12
2015-12-21staging: lustre: update Intel copyright messages 2015Andreas Dilger1-1/+1
2015-06-10staging:lustre: Update license and copyright for lib-socket.cJames Simmons1-7/+3
2015-06-10staging:lustre: lib-socket.c code cleanup - indentation etcJames Simmons1-111/+92
2015-06-10staging:lustre: use available kernel wrappers in lib-socket.cJames Simmons1-17/+30
2015-06-10staging:lustre: rename tcpip handling functions to lnet_* prefixJames Simmons1-35/+31
2015-06-10staging:lustre: remove useless libcfs_sock_abort_acceptJames Simmons1-8/+0
2015-06-10staging:lustre: remove useless libcfs_sock_releaseJames Simmons1-8/+0
2015-06-10staging:lustre: move tcpip abstractionJames Simmons1-0/+624