summaryrefslogtreecommitdiffstats
path: root/net/tipc/socket.c
AgeCommit message (Expand)AuthorLines
2014-08-16tipc: fix message importance range checkErik Hugne-1/+1
2014-07-29tipc: remove duplicated include from socket.cWei Yongjun-1/+0
2014-07-20tipc: fix sparse non static symbol warningsWei Yongjun-2/+3
2014-07-16tipc: rename temporarily named functionsJon Paul Maloy-10/+10
2014-07-16tipc: start using the new multicast functionsJon Paul Maloy-37/+53
2014-07-16tipc: add new functions for multicast and broadcast distributionJon Paul Maloy-0/+40
2014-07-15tipc: remove unnecessary break after returnFabian Frederick-1/+0
2014-07-08tipc: fix a memleak when sending dataErik Hugne-1/+4
2014-06-27tipc: simplify connection congestion handlingJon Paul Maloy-25/+23
2014-06-27tipc: clean up connection protocol reception functionJon Paul Maloy-9/+55
2014-06-27tipc: same receive code path for connection protocol and data messagesJon Paul Maloy-0/+5
2014-06-27tipc: connection oriented transport uses new send functionsJon Paul Maloy-112/+68
2014-06-27tipc: RDM/DGRAM transport uses new fragmenting and sending functionsJon Paul Maloy-48/+110
2014-06-27tipc: introduce message evaluation functionJon Paul Maloy-11/+5
2014-06-27tipc: separate building and sending of rejected messagesJon Paul Maloy-8/+20
2014-06-27tipc: use negative error return values in functionsJon Paul Maloy-23/+23
2014-06-11tipc: fix potential bug in function tipc_backlog_rcvJon Paul Maloy-2/+3
2014-05-24tipc: Don't reset the timeout when restartingArnaldo Carvalho de Melo-3/+5
2014-05-14tipc: merge port message reception into socket reception functionJon Paul Maloy-20/+37
2014-05-14tipc: compensate for double accounting in socket rcv bufferJon Paul Maloy-9/+19
2014-05-14tipc: decrease connection flow control windowJon Paul Maloy-2/+2
2014-04-26tipc: add ioctl to fetch link namesErik Hugne-3/+26
2014-04-11net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller-3/+3
2014-04-07tipc: Let tipc_release() return 0Geert Uytterhoeven-2/+1
2014-03-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-2/+2
2014-03-12tipc: eliminate redundant lookups in registryJon Paul Maloy-9/+5
2014-03-12tipc: align usage of variable names and macros in socketJon Paul Maloy-73/+92
2014-03-12tipc: eliminate redundant lockingJon Paul Maloy-9/+9
2014-03-12tipc: eliminate upcall function pointers between port and socketJon Paul Maloy-26/+6
2014-03-12tipc: aggregate port structure into socket structureJon Paul Maloy-40/+26
2014-03-12tipc: remove redundant 'peer_name' field in struct tipc_sockJon Paul Maloy-9/+12
2014-03-06tipc: avoid to unnecessary process switch under non-block modeYing Xue-2/+2
2014-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-8/+0
2014-02-22tipc: remove all enabled flags from all tipc componentsYing Xue-8/+0
2014-02-18tipc: align tipc function names with common naming practice in the networkYing Xue-93/+95
2014-01-18net: add build-time checks for msg->msg_name sizeSteffen Hurrle-3/+3
2014-01-16tipc: standardize recvmsg routineYing Xue-38/+42
2014-01-16tipc: standardize sendmsg routine of connected socketYing Xue-19/+41
2014-01-16tipc: standardize sendmsg routine of connectionless socketYing Xue-10/+29
2014-01-16tipc: standardize accept routineYing Xue-13/+41
2014-01-16tipc: standardize connect routineYing Xue-30/+33
2014-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-15/+31
2014-01-02tipc: make the code look more readablewangweidong-5/+2
2013-12-29tipc: fix deadlock during socket releaseYing Xue-15/+31
2013-12-16tipc: change lock_sock order in connect()wangweidong-4/+2
2013-12-16tipc: kill unnecessary goto'swangweidong-8/+6
2013-12-16tipc: remove unnecessary variables and conditionswangweidong-9/+4
2013-11-20net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa-6/+0
2013-10-18tipc: silence sparse warningsYing Xue-3/+3
2013-10-18tipc: remove iovec length parameter from all sending functionsYing Xue-5/+1