summaryrefslogtreecommitdiff
path: root/net/tipc/msg.h
Commit message (Expand)AuthorAge
* tipc: transfer broadcast nacks in link state messagesJon Paul Maloy2016-09-02
* tipc: unclone unbundled buffers before forwardingJon Paul Maloy2016-06-22
* tipc: redesign connection-level flow controlJon Paul Maloy2016-05-03
* tipc: guarantee peer bearer id exchange after rebootJon Paul Maloy2016-04-15
* tipc: stricter filtering of packets in bearer layerJon Paul Maloy2016-04-07
* tipc: let broadcast packet reception use new link receive functionJon Paul Maloy2015-10-24
* tipc: let broadcast transmission use new link transmit functionJon Paul Maloy2015-10-24
* tipc: make struct tipc_link generic to support broadcastJon Paul Maloy2015-10-24
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-10-20
|\
| * tipc: move fragment importance field to new header positionJon Paul Maloy2015-10-14
* | tipc: disallow packet duplicates in link deferred queueJon Paul Maloy2015-10-15
|/
* tipc: remove implicit message delivery in node_unlock()Jon Paul Maloy2015-07-30
* tipc: make resetting of links non-atomicJon Paul Maloy2015-07-30
* tipc: move link synch and failover to link aggregation levelJon Paul Maloy2015-07-30
* tipc: clean up socket layer message receptionJon Paul Maloy2015-07-26
* tipc: introduce new tipc_sk_respond() functionJon Paul Maloy2015-07-26
* tipc: let function tipc_msg_reverse() expand header when neededJon Paul Maloy2015-07-26
* tipc: reduce locking scope during packet receptionJon Paul Maloy2015-07-20
* tipc: introduce node contact FSMJon Paul Maloy2015-07-20
* tipc: add packet sequence number at instant of transmissionJon Paul Maloy2015-05-14
* tipc: improve link congestion algorithmJon Paul Maloy2015-05-14
* tipc: simplify packet sequence number handlingJon Paul Maloy2015-05-14
* tipc: eliminate delayed link deletion at link failoverJon Paul Maloy2015-04-02
* tipc: eliminate race condition at dual link establishmentJon Paul Maloy2015-03-25
* tipc: clean up handling of link congestionJon Paul Maloy2015-03-25
* tipc: clean up handling of message prioritiesJon Paul Maloy2015-03-14
* tipc: split link outqueueJon Paul Maloy2015-03-14
* tipc: move message validation function to msg.cJon Paul Maloy2015-03-14
* tipc: add framework for node capabilities exchangeJon Paul Maloy2015-03-14
* tipc: add ip/udp media typeErik Hugne2015-03-05
* tipc: rename media/msg related definitionsErik Hugne2015-02-27
* tipc: eliminate race condition at multicast receptionJon Paul Maloy2015-02-05
* tipc: resolve race problem at unicast message receptionJon Paul Maloy2015-02-05
* tipc: split up function tipc_msg_eval()Jon Paul Maloy2015-02-05
* tipc: reduce usage of context info in socket and linkJon Paul Maloy2015-02-05
* tipc: make tipc node address support net namespaceYing Xue2015-01-12
* tipc: name tipc name table support net namespaceYing Xue2015-01-12
* tipc: make tipc broadcast link support net namespaceYing Xue2015-01-12
* tipc: cleanup core.c and core.h filesYing Xue2015-01-12
* tipc: remove unnecessary wrapper functions of kernel timer APIsYing Xue2015-01-12
* tipc: use generic SKB list APIs to manage TIPC outgoing packet chainsYing Xue2014-11-26
* tipc: use generic SKB list APIs to manage link transmission queueYing Xue2014-11-26
* tipc: eliminate two pseudo message types of BUNDLE_OPEN and BUNDLE_CLOSEDYing Xue2014-11-26
* tipc_msg_build(): pass msghdr instead of its ->msg_iovAl Viro2014-11-24
* tipc: use pseudo message to wake up sockets after link congestionJon Paul Maloy2014-08-23
* tipc: introduce new function tipc_msg_create()Jon Paul Maloy2014-08-23
* tipc: rename temporarily named functionsJon Paul Maloy2014-07-16
* tipc: remove unreferenced functionsJon Paul Maloy2014-07-16
* tipc: add new functions for multicast and broadcast distributionJon Paul Maloy2014-07-16
* tipc: introduce message evaluation functionJon Paul Maloy2014-06-27