summaryrefslogtreecommitdiffstats
path: root/drivers/staging/lustre/lnet/lnet/lib-socket.c
Commit message (Expand)AuthorAgeFilesLines
* net: make getname() functions return length rather than use int* parameterDenys Vlasenko2018-02-121-4/+3
* Merge tag 'staging-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-02-011-7/+7
|\
| * staging: lustre: more LIBCFS_ALLOC conversions to GFP_KERNEL allocations.NeilBrown2018-01-091-7/+7
* | Merge branch 'work.sock_recvmsg' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-01-301-13/+11
|\ \ | |/ |/|
| * lustre lnet_sock_read(): switch to sock_recvmsg()Al Viro2017-12-021-13/+11
* | make sock_alloc_file() do sock_release() on failuresAl Viro2017-12-051-6/+2
|/
* staging: lustre: add SPDX identifiers to all lustre filesGreg Kroah-Hartman2017-11-111-0/+1
* staging: lustre: lnet: add include path to MakefileJames Simmons2017-08-221-2/+2
* Merge tag 'staging-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-07-031-1/+1
|\
| * staging: lustre: changed __u32 to __be32Nikola Jelic2017-06-031-1/+1
* | sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar2017-06-201-1/+1
|/
* net: Work around lockdep limitation in sockets that use socketsDavid Howells2017-03-091-2/+2
* staging: lustre: lnet: fix type warning in lib-socket.cWilliam Blough2017-02-121-2/+4
* staging: lustre: remove CLASSERT macroArnd Bergmann2017-02-021-1/+1
* lustre: switch lnet_sock_write() to sock_sendmsg()Al Viro2016-08-151-14/+7
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-2/+2
* staging: lustre: replace direct LNet HZ access with kernel APIsJian Yu2016-03-021-15/+9
* staging: lustre: set task state before scheduling in lnet_sock_acceptJohn L. Hammond2016-03-021-4/+2
* staging: lustre: fix 'copy into fixed size buffer' errorsSebastien Buisson2016-03-021-3/+12
* staging: lustre: remove unnecessary EXPORT_SYMBOL from lnet layerFrank Zago2016-02-221-3/+0
* staging: lustre: fix all conditional comparison to zero in LNet layerJames Simmons2016-02-141-29/+29
* staging: lustre: fix all NULL comparisons in LNet layerJames Simmons2016-02-141-8/+8
* staging: lustre: add missing spaces for LNet layer reported by checkpatch.plJames Simmons2016-02-141-2/+2
* staging: lustre: align all code properly for LNet coreJames Simmons2016-02-141-1/+1
* staging: lustre: format properly all comment blocks for LNet coreJames Simmons2016-02-141-7/+12
* staging: lustre: update Intel copyright messages 2015Andreas Dilger2015-12-211-1/+1
* staging:lustre: Update license and copyright for lib-socket.cJames Simmons2015-06-101-7/+3
* staging:lustre: lib-socket.c code cleanup - indentation etcJames Simmons2015-06-101-111/+92
* staging:lustre: use available kernel wrappers in lib-socket.cJames Simmons2015-06-101-17/+30
* staging:lustre: rename tcpip handling functions to lnet_* prefixJames Simmons2015-06-101-35/+31
* staging:lustre: remove useless libcfs_sock_abort_acceptJames Simmons2015-06-101-8/+0
* staging:lustre: remove useless libcfs_sock_releaseJames Simmons2015-06-101-8/+0
* staging:lustre: move tcpip abstractionJames Simmons2015-06-101-0/+624