summaryrefslogtreecommitdiffstats
path: root/net/tipc/socket.c
Commit message (Expand)AuthorAgeFilesLines
* tipc: drop tx side permission checksErik Hugne2014-12-091-37/+1Star
* tipc: use generic SKB list APIs to manage TIPC outgoing packet chainsYing Xue2014-11-261-61/+66
* Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...David S. Miller2014-11-261-7/+6Star
|\
| * tipc_msg_build(): pass msghdr instead of its ->msg_iovAl Viro2014-11-241-4/+3Star
| * tipc_sendmsg(): pass msghdr instead of its ->msg_iovAl Viro2014-11-241-4/+4
* | tipc: fix sparse warnings in new nl apiRichard Alpe2014-11-241-7/+9
|/
* tipc: add publication dump to new netlink apiRichard Alpe2014-11-211-0/+135
* tipc: add sock dump to new netlink apiRichard Alpe2014-11-211-0/+101
* net: Add and use skb_copy_datagram_msg() helper.David S. Miller2014-11-051-4/+3Star
* tipc: spelling errorsstephen hemminger2014-10-301-1/+1
* tipc: fix lockdep warning when intra-node messages are deliveredYing Xue2014-10-211-2/+2
* tipc: fix a potential deadlockYing Xue2014-10-211-1/+1
* tipc: fix a potential oopsYing Xue2014-08-301-2/+2
* tipc: merge struct tipc_port into struct tipc_sockJon Paul Maloy2014-08-231-167/+206
* tipc: remove files ref.h and ref.cJon Paul Maloy2014-08-231-3/+244
* tipc: remove include file port.hJon Paul Maloy2014-08-231-41/+82
* tipc: remove source file port.cJon Paul Maloy2014-08-231-6/+96
* tipc: remove port_lockJon Paul Maloy2014-08-231-38/+26Star
* tipc: replace port pointer with socket pointer in registryJon Paul Maloy2014-08-231-14/+9Star
* tipc: use registry when scanning socketsJon Paul Maloy2014-08-231-11/+107
* tipc: eliminate functions tipc_port_init and tipc_port_destroyJon Paul Maloy2014-08-231-12/+39
* tipc: redefine message acknowledge functionJon Paul Maloy2014-08-231-2/+20
* tipc: eliminate port_connect()/port_disconnect() functionsJon Paul Maloy2014-08-231-38/+37Star
* tipc: eliminate function tipc_port_shutdown()Jon Paul Maloy2014-08-231-4/+11
* tipc: clean up socket timer functionJon Paul Maloy2014-08-231-0/+46
* tipc: use pseudo message to wake up sockets after link congestionJon Paul Maloy2014-08-231-3/+12
* tipc: fix message importance range checkErik Hugne2014-08-171-1/+1
* tipc: remove duplicated include from socket.cWei Yongjun2014-07-301-1/+0Star
* tipc: fix sparse non static symbol warningsWei Yongjun2014-07-211-2/+3
* tipc: rename temporarily named functionsJon Paul Maloy2014-07-171-10/+10
* tipc: start using the new multicast functionsJon Paul Maloy2014-07-171-37/+53
* tipc: add new functions for multicast and broadcast distributionJon Paul Maloy2014-07-171-0/+40
* tipc: remove unnecessary break after returnFabian Frederick2014-07-161-1/+0Star
* tipc: fix a memleak when sending dataErik Hugne2014-07-091-1/+4
* tipc: simplify connection congestion handlingJon Paul Maloy2014-06-271-25/+23Star
* 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/+68Star
* 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/+5Star
* 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-121-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/+1Star