summaryrefslogtreecommitdiff
path: root/net/tipc/msg.c
AgeCommit message (Expand)Author
2017-11-16tipc: enforce valid ratio between skb truesize and contentsJon Maloy
2017-10-13tipc: refactor function filter_rcv()Jon Maloy
2017-10-08tipc: Unclone message at secondary destination lookupJon Maloy
2017-10-01tipc: use only positive error codes in messagesParthasarathy Bhuvaragan
2017-08-24tipc: reassign pointers after skb reallocation / linearizationParthasarathy Bhuvaragan
2017-08-14tipc: avoid inheriting msg_non_seq flag when message is returnedJon Paul Maloy
2017-06-10net: tipc: Fix a sleep-in-atomic bug in tipc_msg_reverseJia-Ju Bai
2017-01-20tipc: introduce replicast as transport option for multicastJon Paul Maloy
2017-01-16tipc: allocate user memory with GFP_KERNEL flagParthasarathy Bhuvaragan
2016-12-05[iov_iter] new primitives - copy_from_iter_full() and friendsAl Viro
2016-06-22tipc: unclone unbundled buffers before forwardingJon Paul Maloy
2015-10-24tipc: let broadcast packet reception use new link receive functionJon Paul Maloy
2015-10-24tipc: let broadcast transmission use new link transmit functionJon Paul Maloy
2015-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-10-21tipc: allow non-linear first fragment bufferJon Paul Maloy
2015-10-15tipc: disallow packet duplicates in link deferred queueJon Paul Maloy
2015-09-20tipc: reinitialize pointer after skb linearizeErik Hugne
2015-07-26tipc: clean up socket layer message receptionJon Paul Maloy
2015-07-26tipc: introduce new tipc_sk_respond() functionJon Paul Maloy
2015-07-26tipc: let function tipc_msg_reverse() expand header when neededJon Paul Maloy
2015-05-14tipc: add packet sequence number at instant of transmissionJon Paul Maloy
2015-05-14tipc: improve link congestion algorithmJon Paul Maloy
2015-04-02tipc: eliminate delayed link deletion at link failoverJon Paul Maloy
2015-03-29tipc: fix two bugs in secondary destination lookupJon Paul Maloy
2015-03-14tipc: clean up handling of message prioritiesJon Paul Maloy
2015-03-14tipc: split link outqueueJon Paul Maloy
2015-03-14tipc: extract bundled buffers by cloning instead of copyingJon Paul Maloy
2015-03-14tipc: eliminate unnecessary linearization of incoming buffersJon Paul Maloy
2015-03-14tipc: move message validation function to msg.cJon Paul Maloy
2015-02-05tipc: resolve race problem at unicast message receptionJon Paul Maloy
2015-02-05tipc: split up function tipc_msg_eval()Jon Paul Maloy
2015-02-05tipc: reduce usage of context info in socket and linkJon Paul Maloy
2015-02-04tipc: tipc ->sendmsg() conversionAl Viro
2015-01-12tipc: make tipc node address support net namespaceYing Xue
2015-01-12tipc: name tipc name table support net namespaceYing Xue
2015-01-12tipc: involve namespace infrastructureYing Xue
2015-01-12tipc: cleanup core.c and core.h filesYing Xue
2014-12-09put iov_iter into msghdrAl Viro
2014-11-26tipc: use generic SKB list APIs to manage TIPC outgoing packet chainsYing Xue
2014-11-26tipc: use generic SKB list APIs to manage link transmission queueYing Xue
2014-11-26tipc: eliminate two pseudo message types of BUNDLE_OPEN and BUNDLE_CLOSEDYing Xue
2014-11-24tipc_msg_build(): pass msghdr instead of its ->msg_iovAl Viro
2014-10-30tipc: spelling errorsstephen hemminger
2014-08-23tipc: use pseudo message to wake up sockets after link congestionJon Paul Maloy
2014-08-23tipc: introduce new function tipc_msg_create()Jon Paul Maloy
2014-07-28tipc: make tipc_buf_append() more robustJon Paul Maloy
2014-07-16tipc: rename temporarily named functionsJon Paul Maloy
2014-07-16tipc: remove unreferenced functionsJon Paul Maloy
2014-07-16tipc: add new functions for multicast and broadcast distributionJon Paul Maloy
2014-07-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller