summaryrefslogtreecommitdiffstats
path: root/net/tipc/socket.c
Commit message (Expand)AuthorAgeFilesLines
* tipc: remove duplicated include from socket.cWei Yongjun2014-07-291-1/+0
* tipc: fix sparse non static symbol warningsWei Yongjun2014-07-201-2/+3
* tipc: rename temporarily named functionsJon Paul Maloy2014-07-161-10/+10
* tipc: start using the new multicast functionsJon Paul Maloy2014-07-161-37/+53
* tipc: add new functions for multicast and broadcast distributionJon Paul Maloy2014-07-161-0/+40
* tipc: remove unnecessary break after returnFabian Frederick2014-07-151-1/+0
* tipc: fix a memleak when sending dataErik Hugne2014-07-081-1/+4
* tipc: simplify connection congestion handlingJon Paul Maloy2014-06-271-25/+23
* tipc: clean up connection protocol reception functionJon Paul Maloy2014-06-271-9/+55
* tipc: same receive code path for connection protocol and data messagesJon Paul Maloy2014-06-271-0/+5
* tipc: connection oriented transport uses new send functionsJon Paul Maloy2014-06-271-112/+68
* tipc: RDM/DGRAM transport uses new fragmenting and sending functionsJon Paul Maloy2014-06-271-48/+110
* tipc: introduce message evaluation functionJon Paul Maloy2014-06-271-11/+5
* tipc: separate building and sending of rejected messagesJon Paul Maloy2014-06-271-8/+20
* tipc: use negative error return values in functionsJon Paul Maloy2014-06-271-23/+23
* tipc: fix potential bug in function tipc_backlog_rcvJon Paul Maloy2014-06-111-2/+3
* tipc: Don't reset the timeout when restartingArnaldo Carvalho de Melo2014-05-241-3/+5
* tipc: merge port message reception into socket reception functionJon Paul Maloy2014-05-141-20/+37
* tipc: compensate for double accounting in socket rcv bufferJon Paul Maloy2014-05-141-9/+19
* tipc: decrease connection flow control windowJon Paul Maloy2014-05-141-2/+2
* tipc: add ioctl to fetch link namesErik Hugne2014-04-261-3/+26
* net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller2014-04-111-3/+3
* tipc: Let tipc_release() return 0Geert Uytterhoeven2014-04-071-2/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-141-2/+2
|\
| * tipc: avoid to unnecessary process switch under non-block modeYing Xue2014-03-061-2/+2
* | tipc: eliminate redundant lookups in registryJon Paul Maloy2014-03-121-9/+5
* | tipc: align usage of variable names and macros in socketJon Paul Maloy2014-03-121-73/+92
* | tipc: eliminate redundant lockingJon Paul Maloy2014-03-121-9/+9
* | tipc: eliminate upcall function pointers between port and socketJon Paul Maloy2014-03-121-26/+6
* | tipc: aggregate port structure into socket structureJon Paul Maloy2014-03-121-40/+26
* | tipc: remove redundant 'peer_name' field in struct tipc_sockJon Paul Maloy2014-03-121-9/+12
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-051-8/+0
|\ \ | |/
| * tipc: remove all enabled flags from all tipc componentsYing Xue2014-02-221-8/+0
* | tipc: align tipc function names with common naming practice in the networkYing Xue2014-02-181-93/+95
|/
* net: add build-time checks for msg->msg_name sizeSteffen Hurrle2014-01-181-3/+3
* tipc: standardize recvmsg routineYing Xue2014-01-161-38/+42
* tipc: standardize sendmsg routine of connected socketYing Xue2014-01-161-19/+41
* tipc: standardize sendmsg routine of connectionless socketYing Xue2014-01-161-10/+29
* tipc: standardize accept routineYing Xue2014-01-161-13/+41
* tipc: standardize connect routineYing Xue2014-01-161-30/+33
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-01-061-15/+31
|\
| * tipc: fix deadlock during socket releaseYing Xue2013-12-291-15/+31
* | tipc: make the code look more readablewangweidong2014-01-021-5/+2
* | tipc: change lock_sock order in connect()wangweidong2013-12-161-4/+2
* | tipc: kill unnecessary goto'swangweidong2013-12-161-8/+6
* | tipc: remove unnecessary variables and conditionswangweidong2013-12-161-9/+4
|/
* net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa2013-11-201-6/+0
* tipc: silence sparse warningsYing Xue2013-10-181-3/+3
* tipc: remove iovec length parameter from all sending functionsYing Xue2013-10-181-5/+1
* tipc: set sk_err correctly when connection failsErik Hugne2013-08-301-2/+2
OpenPOWER on IntegriCloud