aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc/socket.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-11-26tipc: use generic SKB list APIs to manage TIPC outgoing packet chainsYing Xue1-61/+66
2014-11-25Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsDavid S. Miller1-7/+6
2014-11-24tipc: fix sparse warnings in new nl apiRichard Alpe1-7/+9
2014-11-24tipc_msg_build(): pass msghdr instead of its ->msg_iovAl Viro1-4/+3
2014-11-24tipc_sendmsg(): pass msghdr instead of its ->msg_iovAl Viro1-4/+4
2014-11-21tipc: add publication dump to new netlink apiRichard Alpe1-0/+135
2014-11-21tipc: add sock dump to new netlink apiRichard Alpe1-0/+101
2014-11-05net: Add and use skb_copy_datagram_msg() helper.David S. Miller1-4/+3
2014-10-30tipc: spelling errorsstephen hemminger1-1/+1
2014-10-21tipc: fix lockdep warning when intra-node messages are deliveredYing Xue1-2/+2
2014-10-21tipc: fix a potential deadlockYing Xue1-1/+1
2014-08-29tipc: fix a potential oopsYing Xue1-2/+2
2014-08-23tipc: merge struct tipc_port into struct tipc_sockJon Paul Maloy1-167/+206
2014-08-23tipc: remove files ref.h and ref.cJon Paul Maloy1-3/+244
2014-08-23tipc: remove include file port.hJon Paul Maloy1-41/+82
2014-08-23tipc: remove source file port.cJon Paul Maloy1-6/+96
2014-08-23tipc: remove port_lockJon Paul Maloy1-38/+26
2014-08-23tipc: replace port pointer with socket pointer in registryJon Paul Maloy1-14/+9
2014-08-23tipc: use registry when scanning socketsJon Paul Maloy1-11/+107
2014-08-23tipc: eliminate functions tipc_port_init and tipc_port_destroyJon Paul Maloy1-12/+39
2014-08-23tipc: redefine message acknowledge functionJon Paul Maloy1-2/+20
2014-08-23tipc: eliminate port_connect()/port_disconnect() functionsJon Paul Maloy1-38/+37
2014-08-23tipc: eliminate function tipc_port_shutdown()Jon Paul Maloy1-4/+11
2014-08-23tipc: clean up socket timer functionJon Paul Maloy1-0/+46
2014-08-23tipc: use pseudo message to wake up sockets after link congestionJon Paul Maloy1-3/+12
2014-08-16tipc: fix message importance range checkErik Hugne1-1/+1
2014-07-29tipc: remove duplicated include from socket.cWei Yongjun1-1/+0
2014-07-20tipc: fix sparse non static symbol warningsWei Yongjun1-2/+3
2014-07-16tipc: rename temporarily named functionsJon Paul Maloy1-10/+10
2014-07-16tipc: start using the new multicast functionsJon Paul Maloy1-37/+53
2014-07-16tipc: add new functions for multicast and broadcast distributionJon Paul Maloy1-0/+40
2014-07-15tipc: remove unnecessary break after returnFabian Frederick1-1/+0
2014-07-08tipc: fix a memleak when sending dataErik Hugne1-1/+4
2014-06-27tipc: simplify connection congestion handlingJon Paul Maloy1-25/+23
2014-06-27tipc: clean up connection protocol reception functionJon Paul Maloy1-9/+55
2014-06-27tipc: same receive code path for connection protocol and data messagesJon Paul Maloy1-0/+5
2014-06-27tipc: connection oriented transport uses new send functionsJon Paul Maloy1-112/+68
2014-06-27tipc: RDM/DGRAM transport uses new fragmenting and sending functionsJon Paul Maloy1-48/+110
2014-06-27tipc: introduce message evaluation functionJon Paul Maloy1-11/+5
2014-06-27tipc: separate building and sending of rejected messagesJon Paul Maloy1-8/+20
2014-06-27tipc: use negative error return values in functionsJon Paul Maloy1-23/+23
2014-06-11tipc: fix potential bug in function tipc_backlog_rcvJon Paul Maloy1-2/+3
2014-05-24tipc: Don't reset the timeout when restartingArnaldo Carvalho de Melo1-3/+5
2014-05-14tipc: merge port message reception into socket reception functionJon Paul Maloy1-20/+37
2014-05-14tipc: compensate for double accounting in socket rcv bufferJon Paul Maloy1-9/+19
2014-05-14tipc: decrease connection flow control windowJon Paul Maloy1-2/+2
2014-04-26tipc: add ioctl to fetch link namesErik Hugne1-3/+26
2014-04-11net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller1-3/+3
2014-04-07tipc: Let tipc_release() return 0Geert Uytterhoeven1-2/+1
2014-03-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2