aboutsummaryrefslogtreecommitdiff
path: root/net/tipc/msg.h
AgeCommit message (Expand)AuthorFilesLines
2016-11-01tipc: rename struct tipc_skb_cb member handle to bytes_readGravatar Parthasarathy Bhuvaragan 1-1/+1
2016-10-29tipc: fix broadcast link synchronization problemGravatar Jon Paul Maloy 1-0/+17
2016-09-02tipc: transfer broadcast nacks in link state messagesGravatar Jon Paul Maloy 1-0/+10
2016-06-22tipc: unclone unbundled buffers before forwardingGravatar Jon Paul Maloy 1-11/+0
2016-05-03tipc: redesign connection-level flow controlGravatar Jon Paul Maloy 1-2/+12
2016-04-15tipc: guarantee peer bearer id exchange after rebootGravatar Jon Paul Maloy 1-0/+10
2016-04-07tipc: stricter filtering of packets in bearer layerGravatar Jon Paul Maloy 1-0/+5
2015-10-24tipc: let broadcast packet reception use new link receive functionGravatar Jon Paul Maloy 1-0/+5
2015-10-24tipc: let broadcast transmission use new link transmit functionGravatar Jon Paul Maloy 1-1/+1
2015-10-24tipc: make struct tipc_link generic to support broadcastGravatar Jon Paul Maloy 1-0/+1
2015-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-2/+2
2015-10-15tipc: disallow packet duplicates in link deferred queueGravatar Jon Paul Maloy 1-32/+2
2015-10-14tipc: move fragment importance field to new header positionGravatar Jon Paul Maloy 1-2/+2
2015-07-30tipc: remove implicit message delivery in node_unlock()Gravatar Jon Paul Maloy 1-22/+0
2015-07-30tipc: make resetting of links non-atomicGravatar Jon Paul Maloy 1-0/+29
2015-07-30tipc: move link synch and failover to link aggregation levelGravatar Jon Paul Maloy 1-21/+11
2015-07-26tipc: clean up socket layer message receptionGravatar Jon Paul Maloy 1-2/+1
2015-07-26tipc: introduce new tipc_sk_respond() functionGravatar Jon Paul Maloy 1-1/+1
2015-07-26tipc: let function tipc_msg_reverse() expand header when neededGravatar Jon Paul Maloy 1-2/+1
2015-07-20tipc: reduce locking scope during packet receptionGravatar Jon Paul Maloy 1-4/+46
2015-07-20tipc: introduce node contact FSMGravatar Jon Paul Maloy 1-0/+7
2015-05-14tipc: add packet sequence number at instant of transmissionGravatar Jon Paul Maloy 1-3/+3
2015-05-14tipc: improve link congestion algorithmGravatar Jon Paul Maloy 1-5/+9
2015-05-14tipc: simplify packet sequence number handlingGravatar Jon Paul Maloy 1-6/+11
2015-04-02tipc: eliminate delayed link deletion at link failoverGravatar Jon Paul Maloy 1-5/+5
2015-03-25tipc: eliminate race condition at dual link establishmentGravatar Jon Paul Maloy 1-0/+8
2015-03-25tipc: clean up handling of link congestionGravatar Jon Paul Maloy 1-17/+11
2015-03-14tipc: clean up handling of message prioritiesGravatar Jon Paul Maloy 1-31/+34
2015-03-14tipc: split link outqueueGravatar Jon Paul Maloy 1-3/+3
2015-03-14tipc: move message validation function to msg.cGravatar Jon Paul Maloy 1-2/+3
2015-03-14tipc: add framework for node capabilities exchangeGravatar Jon Paul Maloy 1-1/+10
2015-03-05tipc: add ip/udp media typeGravatar Erik Hugne 1-1/+1
2015-02-27tipc: rename media/msg related definitionsGravatar Erik Hugne 1-2/+2
2015-02-05tipc: eliminate race condition at multicast receptionGravatar Jon Paul Maloy 1-0/+17
2015-02-05tipc: resolve race problem at unicast message receptionGravatar Jon Paul Maloy 1-0/+73
2015-02-05tipc: split up function tipc_msg_eval()Gravatar Jon Paul Maloy 1-4/+5
2015-02-05tipc: reduce usage of context info in socket and linkGravatar Jon Paul Maloy 1-5/+5
2015-01-12tipc: make tipc node address support net namespaceGravatar Ying Xue 1-10/+11
2015-01-12tipc: name tipc name table support net namespaceGravatar Ying Xue 1-1/+1
2015-01-12tipc: make tipc broadcast link support net namespaceGravatar Ying Xue 1-1/+1
2015-01-12tipc: cleanup core.c and core.h filesGravatar Ying Xue 1-8/+29
2015-01-12tipc: remove unnecessary wrapper functions of kernel timer APIsGravatar Ying Xue 1-2/+0
2014-11-26tipc: use generic SKB list APIs to manage TIPC outgoing packet chainsGravatar Ying Xue 1-3/+3
2014-11-26tipc: use generic SKB list APIs to manage link transmission queueGravatar Ying Xue 1-2/+3
2014-11-26tipc: eliminate two pseudo message types of BUNDLE_OPEN and BUNDLE_CLOSEDGravatar Ying Xue 1-5/+0
2014-11-24tipc_msg_build(): pass msghdr instead of its ->msg_iovGravatar Al Viro 1-1/+1
2014-08-23tipc: use pseudo message to wake up sockets after link congestionGravatar Jon Paul Maloy 1-0/+1
2014-08-23tipc: introduce new function tipc_msg_create()Gravatar Jon Paul Maloy 1-0/+4
2014-07-16tipc: rename temporarily named functionsGravatar Jon Paul Maloy 1-2/+2
2014-07-16tipc: remove unreferenced functionsGravatar Jon Paul Maloy 1-3/+0