summaryrefslogtreecommitdiff
path: root/drivers/staging/lustre/lnet/lnet/lib-socket.c
AgeCommit message (Expand)Author
2018-06-05staging: lustre: delete the filesystem from the tree.Greg Kroah-Hartman
2018-05-25staging: lustre: move all libcfs_all includes except in lustre/lnet/libcfs/NeilBrown
2018-05-25staging: lustre: start moving includes out of libcfs.hNeilBrown
2018-02-12net: make getname() functions return length rather than use int* parameterDenys Vlasenko
2018-02-01Merge tag 'staging-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-01-30Merge branch 'work.sock_recvmsg' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2018-01-09staging: lustre: more LIBCFS_ALLOC conversions to GFP_KERNEL allocations.NeilBrown
2017-12-05make sock_alloc_file() do sock_release() on failuresAl Viro
2017-12-02lustre lnet_sock_read(): switch to sock_recvmsg()Al Viro
2017-11-11staging: lustre: add SPDX identifiers to all lustre filesGreg Kroah-Hartman
2017-08-22staging: lustre: lnet: add include path to MakefileJames Simmons
2017-07-03Merge tag 'staging-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar
2017-06-03staging: lustre: changed __u32 to __be32Nikola Jelic
2017-03-09net: Work around lockdep limitation in sockets that use socketsDavid Howells
2017-02-12staging: lustre: lnet: fix type warning in lib-socket.cWilliam Blough
2017-02-02staging: lustre: remove CLASSERT macroArnd Bergmann
2016-08-15lustre: switch lnet_sock_write() to sock_sendmsg()Al Viro
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2016-03-02staging: lustre: replace direct LNet HZ access with kernel APIsJian Yu
2016-03-02staging: lustre: set task state before scheduling in lnet_sock_acceptJohn L. Hammond
2016-03-02staging: lustre: fix 'copy into fixed size buffer' errorsSebastien Buisson
2016-02-22staging: lustre: remove unnecessary EXPORT_SYMBOL from lnet layerFrank Zago
2016-02-14staging: lustre: fix all conditional comparison to zero in LNet layerJames Simmons
2016-02-14staging: lustre: fix all NULL comparisons in LNet layerJames Simmons
2016-02-14staging: lustre: add missing spaces for LNet layer reported by checkpatch.plJames Simmons
2016-02-14staging: lustre: align all code properly for LNet coreJames Simmons
2016-02-14staging: lustre: format properly all comment blocks for LNet coreJames Simmons
2015-12-21staging: lustre: update Intel copyright messages 2015Andreas Dilger
2015-06-10staging:lustre: Update license and copyright for lib-socket.cJames Simmons
2015-06-10staging:lustre: lib-socket.c code cleanup - indentation etcJames Simmons
2015-06-10staging:lustre: use available kernel wrappers in lib-socket.cJames Simmons
2015-06-10staging:lustre: rename tcpip handling functions to lnet_* prefixJames Simmons
2015-06-10staging:lustre: remove useless libcfs_sock_abort_acceptJames Simmons
2015-06-10staging:lustre: remove useless libcfs_sock_releaseJames Simmons
2015-06-10staging:lustre: move tcpip abstractionJames Simmons