summaryrefslogtreecommitdiff
path: root/net/tipc/socket.c
AgeCommit message (Expand)Author
2014-08-30tipc: fix a potential oopsYing Xue
2014-08-23tipc: merge struct tipc_port into struct tipc_sockJon Paul Maloy
2014-08-23tipc: remove files ref.h and ref.cJon Paul Maloy
2014-08-23tipc: remove include file port.hJon Paul Maloy
2014-08-23tipc: remove source file port.cJon Paul Maloy
2014-08-23tipc: remove port_lockJon Paul Maloy
2014-08-23tipc: replace port pointer with socket pointer in registryJon Paul Maloy
2014-08-23tipc: use registry when scanning socketsJon Paul Maloy
2014-08-23tipc: eliminate functions tipc_port_init and tipc_port_destroyJon Paul Maloy
2014-08-23tipc: redefine message acknowledge functionJon Paul Maloy
2014-08-23tipc: eliminate port_connect()/port_disconnect() functionsJon Paul Maloy
2014-08-23tipc: eliminate function tipc_port_shutdown()Jon Paul Maloy
2014-08-23tipc: clean up socket timer functionJon Paul Maloy
2014-08-23tipc: use pseudo message to wake up sockets after link congestionJon Paul Maloy
2014-08-17tipc: fix message importance range checkErik Hugne
2014-07-29tipc: remove duplicated include from socket.cWei Yongjun
2014-07-21tipc: fix sparse non static symbol warningsWei Yongjun
2014-07-17tipc: rename temporarily named functionsJon Paul Maloy
2014-07-17tipc: start using the new multicast functionsJon Paul Maloy
2014-07-17tipc: add new functions for multicast and broadcast distributionJon Paul Maloy
2014-07-15tipc: remove unnecessary break after returnFabian Frederick
2014-07-08tipc: fix a memleak when sending dataErik Hugne
2014-06-27tipc: simplify connection congestion handlingJon Paul Maloy
2014-06-27tipc: clean up connection protocol reception functionJon Paul Maloy
2014-06-27tipc: same receive code path for connection protocol and data messagesJon Paul Maloy
2014-06-27tipc: connection oriented transport uses new send functionsJon Paul Maloy
2014-06-27tipc: RDM/DGRAM transport uses new fragmenting and sending functionsJon Paul Maloy
2014-06-27tipc: introduce message evaluation functionJon Paul Maloy
2014-06-27tipc: separate building and sending of rejected messagesJon Paul Maloy
2014-06-27tipc: use negative error return values in functionsJon Paul Maloy
2014-06-11tipc: fix potential bug in function tipc_backlog_rcvJon Paul Maloy
2014-05-24tipc: Don't reset the timeout when restartingArnaldo Carvalho de Melo
2014-05-14tipc: merge port message reception into socket reception functionJon Paul Maloy
2014-05-14tipc: compensate for double accounting in socket rcv bufferJon Paul Maloy
2014-05-14tipc: decrease connection flow control windowJon Paul Maloy
2014-04-26tipc: add ioctl to fetch link namesErik Hugne
2014-04-11net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller
2014-04-07tipc: Let tipc_release() return 0Geert Uytterhoeven
2014-03-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-03-12tipc: eliminate redundant lookups in registryJon Paul Maloy
2014-03-12tipc: align usage of variable names and macros in socketJon Paul Maloy
2014-03-12tipc: eliminate redundant lockingJon Paul Maloy
2014-03-12tipc: eliminate upcall function pointers between port and socketJon Paul Maloy
2014-03-12tipc: aggregate port structure into socket structureJon Paul Maloy
2014-03-12tipc: remove redundant 'peer_name' field in struct tipc_sockJon Paul Maloy
2014-03-06tipc: avoid to unnecessary process switch under non-block modeYing Xue
2014-03-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-02-22tipc: remove all enabled flags from all tipc componentsYing Xue
2014-02-18tipc: align tipc function names with common naming practice in the networkYing Xue
2014-01-19net: add build-time checks for msg->msg_name sizeSteffen Hurrle