summaryrefslogtreecommitdiff
path: root/drivers/staging/lustre/lnet/klnds/socklnd
AgeCommit message (Expand)Author
2015-06-11staging:lustre: lib-socket.c code cleanup - indentation etcJames Simmons
2015-06-11staging:lustre: rename tcpip handling functions to lnet_* prefixJames Simmons
2015-06-11staging:lustre: remove useless libcfs_sock_releaseJames Simmons
2015-05-31staging: lustre: lnet: socklnd: code cleanup - align spacingMike Shuey
2015-03-15Staging: lustre: Remove parentheses around right side an assignmentHaneen Mohammed
2015-03-06staging: lustre: remove extra parentheses around left bit shift operationsAya Mahfouz
2015-03-02drivers: staging: lustre: Fix "space prohibited between function name and ope...Adrien Descamps
2015-03-02staging: lustre: use linux headersAsaf Vertz
2015-03-02Staging: lustre:lnet: klnds: socklnd: Remove space after the name of that fun...Hatice ERTÜRK
2015-03-02Staging: lustre: lnet: klnds: socklnd: Remove space after the name of that fu...Hatice ERTÜRK
2015-03-02Staging: lustre: lnet: klnds: socklnd: Remove space after the name of that fu...Hatice ERTÜRK
2015-01-17staging: lustre: replace MIN with min_tJeremiah Mahler
2015-01-17staging: lustre: use min/max instead of MIN/MAX, simple casesJeremiah Mahler
2015-01-17lustre: don't use iovec instead of kvecAl Viro
2014-11-23staging: lustre: Coalesce string fragmentsJoe Perches
2014-11-04Staging: lustre: lnet: Improve 'incarnation' stampTina Ruchandani
2014-10-13Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2014-09-23drivers: staging: lustre: Fix "open brace '{' following struct go on the same...Greg Donald
2014-09-19sched, cleanup, treewide: Remove set_current_state(TASK_RUNNING) after schedu...Kirill Tkhai
2014-09-14staging: lustre: Fix address space mismatch in ksocknal_recv_iov()Artemiy Volkov
2014-09-11staging/lustre: remove portals_compat25.hJames Simmons
2014-09-02drivers: staging: lustre: Fix 'do not use C99 // comments' errorsGreg Donald
2014-08-30staging: lustre: socklnd: Remove static initialization to NULL or 0Marco Cyriacks
2014-08-30drivers: staging: lustre: Fix space required after that ',' errorsGreg Donald
2014-08-30drivers: staging: lustre: Fix that open brace { should be on the previous lin...Greg Donald
2014-08-30drivers: staging: lustre: Fix space required before the open parenthesis '(' ...Greg Donald
2014-08-30staging: lustre: lnet: socklnd_cb.c Fix sparse non-static symbol warningPhong Tran
2014-07-13staging: lustre: remove LPU64 defineGreg Kroah-Hartman
2014-07-13staging: lustre: remove LPD64 defineGreg Kroah-Hartman
2014-07-12staging: lustre: remove cfs_time_before()Greg Kroah-Hartman
2014-07-12staging: lustre: remove cfs_duration_t typedefGreg Kroah-Hartman
2014-07-12staging: lustre: remove cfs_time_current_sec wrapperGreg Kroah-Hartman
2014-07-12staging: lustre: remove cfs_time_t typedefGreg Kroah-Hartman
2014-07-12staging: lustre: remove linux-tcpip.hGreg Kroah-Hartman
2014-07-12staging: lustre: remove socket_t typedefGreg Kroah-Hartman
2014-07-12staging: lustre: remove some unneeded cflagsGreg Kroah-Hartman
2014-07-12staging: lustre: remove top level ccflags variableGreg Kroah-Hartman
2014-06-24staging: lustre: fix sparse warnings for static symbolsJames A Shackleford
2014-06-18staging: lustre: remove memset(0) after LIBCFS_ALLOCVitaly Osipov
2014-05-23staging: lustre: socklnd: Remove unnecessary return bracketsMasaru Nomura
2014-05-23staging: lustre: socklnd: Remove unnecessary line continuationMasaru Nomura
2014-05-23staging: lustre: socklnd: Fix indentingMasaru Nomura
2014-05-23staging: lustre: socklnd: Add a required spaceMasaru Nomura
2014-05-23staging: lustre: socklnd: Remove unnecessary () from return statementMasaru Nomura
2014-05-03staging: lustre use kernel socket sockopt apisFredrick John Berchmans
2014-05-03staging/lustre/lnet: Drop useless LASSERT in ksocknal_select_ipsOleg Drokin
2014-04-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2014-04-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2014-04-11net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller
2014-04-02lustre: don't open-code kernel_recvmsg()Al Viro