aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc/msg.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-06-22tipc: unclone unbundled buffers before forwardingJon Paul Maloy1-11/+0
2016-05-03tipc: redesign connection-level flow controlJon Paul Maloy1-2/+12
2016-04-15tipc: guarantee peer bearer id exchange after rebootJon Paul Maloy1-0/+10
2016-04-07tipc: stricter filtering of packets in bearer layerJon Paul Maloy1-0/+5
2015-10-24tipc: let broadcast packet reception use new link receive functionJon Paul Maloy1-0/+5
2015-10-24tipc: let broadcast transmission use new link transmit functionJon Paul Maloy1-1/+1
2015-10-24tipc: make struct tipc_link generic to support broadcastJon Paul Maloy1-0/+1
2015-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2015-10-15tipc: disallow packet duplicates in link deferred queueJon Paul Maloy1-32/+2
2015-10-14tipc: move fragment importance field to new header positionJon Paul Maloy1-2/+2
2015-07-30tipc: remove implicit message delivery in node_unlock()Jon Paul Maloy1-22/+0
2015-07-30tipc: make resetting of links non-atomicJon Paul Maloy1-0/+29
2015-07-30tipc: move link synch and failover to link aggregation levelJon Paul Maloy1-21/+11
2015-07-26tipc: clean up socket layer message receptionJon Paul Maloy1-2/+1
2015-07-26tipc: introduce new tipc_sk_respond() functionJon Paul Maloy1-1/+1
2015-07-26tipc: let function tipc_msg_reverse() expand header when neededJon Paul Maloy1-2/+1
2015-07-20tipc: reduce locking scope during packet receptionJon Paul Maloy1-4/+46
2015-07-20tipc: introduce node contact FSMJon Paul Maloy1-0/+7
2015-05-14tipc: add packet sequence number at instant of transmissionJon Paul Maloy1-3/+3
2015-05-14tipc: improve link congestion algorithmJon Paul Maloy1-5/+9
2015-05-14tipc: simplify packet sequence number handlingJon Paul Maloy1-6/+11
2015-04-02tipc: eliminate delayed link deletion at link failoverJon Paul Maloy1-5/+5
2015-03-25tipc: eliminate race condition at dual link establishmentJon Paul Maloy1-0/+8
2015-03-25tipc: clean up handling of link congestionJon Paul Maloy1-17/+11
2015-03-14tipc: clean up handling of message prioritiesJon Paul Maloy1-31/+34
2015-03-14tipc: split link outqueueJon Paul Maloy1-3/+3
2015-03-14tipc: move message validation function to msg.cJon Paul Maloy1-2/+3
2015-03-14tipc: add framework for node capabilities exchangeJon Paul Maloy1-1/+10
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