aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc/msg.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-03-05tipc: add ip/udp media typeErik Hugne1-1/+1
2015-02-27tipc: rename media/msg related definitionsErik Hugne1-2/+2
2015-02-05tipc: eliminate race condition at multicast receptionJon Paul Maloy1-0/+17
2015-02-05tipc: resolve race problem at unicast message receptionJon Paul Maloy1-0/+73
2015-02-05tipc: split up function tipc_msg_eval()Jon Paul Maloy1-4/+5
2015-02-05tipc: reduce usage of context info in socket and linkJon Paul Maloy1-5/+5
2015-01-12tipc: make tipc node address support net namespaceYing Xue1-10/+11
2015-01-12tipc: name tipc name table support net namespaceYing Xue1-1/+1
2015-01-12tipc: make tipc broadcast link support net namespaceYing Xue1-1/+1
2015-01-12tipc: cleanup core.c and core.h filesYing Xue1-8/+29
2015-01-12tipc: remove unnecessary wrapper functions of kernel timer APIsYing Xue1-2/+0
2014-11-26tipc: use generic SKB list APIs to manage TIPC outgoing packet chainsYing Xue1-3/+3
2014-11-26tipc: use generic SKB list APIs to manage link transmission queueYing Xue1-2/+3
2014-11-26tipc: eliminate two pseudo message types of BUNDLE_OPEN and BUNDLE_CLOSEDYing Xue1-5/+0
2014-11-24tipc_msg_build(): pass msghdr instead of its ->msg_iovAl Viro1-1/+1
2014-08-23tipc: use pseudo message to wake up sockets after link congestionJon Paul Maloy1-0/+1
2014-08-23tipc: introduce new function tipc_msg_create()Jon Paul Maloy1-0/+4
2014-07-16tipc: rename temporarily named functionsJon Paul Maloy1-2/+2
2014-07-16tipc: remove unreferenced functionsJon Paul Maloy1-3/+0
2014-07-16tipc: add new functions for multicast and broadcast distributionJon Paul Maloy1-0/+2
2014-06-27tipc: introduce message evaluation functionJon Paul Maloy1-0/+2
2014-06-27tipc: separate building and sending of rejected messagesJon Paul Maloy1-0/+2
2014-06-27tipc: introduce direct iovec to buffer chain fragmentation functionJon Paul Maloy1-0/+3
2014-06-27tipc: introduce send functions for chained buffers in linkJon Paul Maloy1-1/+24
2014-05-14tipc: rename and move message reassembly functionJon Paul Maloy1-1/+4
2013-11-07tipc: message reassembly using fragment chainErik Hugne1-12/+0
2013-10-18tipc: remove iovec length parameter from all sending functionsYing Xue1-2/+1
2013-06-17tipc: cosmetic realignment of function argumentsPaul Gortmaker1-2/+2
2013-06-17tipc: remove user_port instance from tipc_port structureYing Xue1-2/+2
2012-04-30tipc: compress out gratuitous extra carriage returnsPaul Gortmaker1-21/+0
2012-02-24tipc: Remove duplicate check of message destination nodeAllan Stephens1-5/+0
2012-02-24tipc: Introduce node signature field in neighbor discovery messageAllan Stephens1-0/+10
2011-12-27tipc: Hide media-specific addressing details from generic bearer codeAllan Stephens1-10/+6
2011-06-24tipc: Cleanup of message header size terminologyAllan Stephens1-5/+5
2011-06-24tipc: Eliminate redundant masking in message header routinesAllan Stephens1-2/+2
2011-06-24tipc: Eliminate message header routines for caching destination nodeAllan Stephens1-20/+0
2011-05-10tipc: Avoid recomputation of outgoing message lengthAllan Stephens1-3/+2
2011-05-10tipc: Cosmetic consolidation of internal message type definitionsAllan Stephens1-29/+29
2011-05-10tipc: Eliminate unused routing message definitionsAllan Stephens1-9/+0
2011-05-10tipc: Update comments in message header include fileAllan Stephens1-66/+23
2011-03-13tipc: Eliminate obsolete routine for handling routed messagesAllan Stephens1-7/+0
2011-03-13tipc: Eliminate remaining support for routing table messagesAllan Stephens1-15/+0
2011-03-13tipc: Eliminate unnecessary constant for neighbor discovery msg sizeAllan Stephens1-1/+0
2011-03-13tipc: make msg_set_redundant_link() consistent with other set opsAllan Stephens1-7/+2
2011-03-13tipc: Eliminate timestamp from link protocol messagesAllan Stephens1-10/+0
2011-02-23tipc: Remove unused message header field for requested number of linksAllan Stephens1-10/+0
2011-02-23tipc: Remove support for per-connection message sequence numberingAllan Stephens1-11/+1
2011-01-01tipc: cleanup various cosmetic whitespace issuesAllan Stephens1-4/+4
2011-01-01tipc: Remove prototype code for supporting inter-cluster routingAllan Stephens1-6/+1
2011-01-01tipc: Remove prototype code for supporting slave nodesAllan Stephens1-1/+1