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